#menu {
	position:relative;
	width:960px;
	z-index:99;
}
#menu li {
	list-style-type:none;
}
#menu li a {
	font-size:13px;
	margin:0;
	padding:3px 8px;
	position:relative;
	float:left;
	color: #fff;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
#menu .ddsmoothmenu {
	padding-bottom: 5px;
	width: 950px;
	float: left;
	background:#373737;
	padding-left:14px;
}
#menu .ddsmoothmenu li {
	position: relative;
	display: inline;
	float: left;
	margin:0 12px;
	margin-top:7px;
}
#menu .ddsmoothmenu li li:first-child a {
	margin-top:6px;
}
#menu .ddsmoothmenu li > ul li > ul {
	margin-top:0px;
	margin-left:0;
	background-color:#373737;
}
/*Top level menu link items style*/
#menu .ddsmoothmenu li li {
	font-size:12px;
	text-transform:capitalize;
	margin:0;
	background: #373737;
	padding:3px 7px 3px 7px;
	word-wrap: break-word;
}
#menu .ddsmoothmenu li li a {
	width: 130px; /*width of sub menus*/
	height:auto;
	float:none;
	display: block;
	text-align:left;
	color:#fff;
	text-shadow:none;
	margin:0;
	padding:5px 18px 5px 6px;
	text-decoration: none;
	background:none;
	position:relative;
	font-size:12px;
	text-transform:capitalize;
}
#menu .ddsmoothmenu li li a:after {
	width:100%;
	content: '';
	position:absolute;
	left:0;
	top:0;
}
#menu .ddsmoothmenu li li li li:last-child a, #menu .ddsmoothmenu li li li li:last-child a:after {
	border-top:none;
}
#menu .ddsmoothmenu li li:last-child a:after {
	width:100%;
	content: '';
	position:absolute;
	left:0;
	bottom:0;
}
* html #menu .ddsmoothmenu li li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
/*1st sub level menu*/
#menu .ddsmoothmenu li ul {
	margin-top:5px;
	margin-left:-7px;
	position: absolute;
	visibility:hidden;
	left: 0;
}
#menu .ddsmoothmenu li ul li:first-child {
	padding-top:10px;
}
#menu .ddsmoothmenu li ul li:last-child {
	padding-bottom:7px;
}
#menu .ddsmoothmenu li ul li {
	display: list-item;
	float: none;
}
#menu .ddsmoothmenu li ul li:first-child a {
	margin-top:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#menu .ddsmoothmenu li ul li ul {
	color:#fff;
	margin-top:-7px;
	background:#373737;
	top: 0;
	*margin-top:0;
}
#menu .ddsmoothmenu {
	background:#2688bc;
}
#menu .ddsmoothmenu li > ul li > ul {
	background-color:#2688bc;
}
#menu .ddsmoothmenu li li {
	background: #2688bc;
}
#menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited {
	color: #ffffff;
	background-color:#2688bc;
}
#menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
	color: #000;
	background-color:#fff;
}
#menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover {
	color:#000;
	background:#fff;
}
#menu li.current-menu-item a:hover, #menu li.current-menu-parent a:hover, #menu li.current_page_parent a:hover, #menu li a:hover.selected {
	color:#000;
	background-color:#fff;
}
.ddshadow {
	width:0;
	height:0;
	position: absolute;
	left: 0;
	top: 0;
	display:none;
}

.footer {
	width:960px;
	min-height: 200px;
	display:block;
	padding:27px 0 20px 0;
	-moz-box-shadow:0px 1px 6px #888;
	-webkit-box-shadow:0px 1px 6px #888;
	box-shadow:0px 1px 6px #888;
	color:#bcbaba;
	background-color:#2688bc;
}
.footer .widget_inner {
	padding:0 15px 15px 5px;
	background-color:#2688bc;
}
.footer .widget_inner.last {
	padding-right:20px;
}
.footerinner{
	display:inline;
	float:left;
	margin-left:5px;
	margin-right:5px;
	width:310px;
	color:#bcbaba;
	/*background-color:#2688bc;
	background-color: white;*/
}
.alpha{margin-left:0;}
.omega{margin-right:0;}



.footer {
	color:#b4d4e5;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	color:#ffffff;
	background:url(footer-s.png) bottom repeat-x;
}
.footer ul li a {
	color:#b4d4e5;
}
.footer a:hover {
	color:#b4d4e5;
}
.footer-strip {
	background:url(footer-l.png) repeat-x;
}
.bottom-footer {
	background-color:#0c5a84;
	color:#9dbfd1;
	width: 960px;
}
.bottom-footer .footer_bottom_inner span.copyright a{
color:#9dbfd1;
}










.bottom-footer {
	width:960px;
	background-color:#1a1c1d;
	color:#848484;
	margin-bottom:30px;
	-moz-box-shadow:0px 3px 3px #888;
	-webkit-box-shadow:3px 1px 3px #888;
	box-shadow:0px 3px 3px #888;
	overflow:hidden;
	padding:10px 0;
}
.bottom-footer .footer_bottom_inner span.copyright {
	margin-left:25px;
	margin-right:25px;
	margin-bottom:0;
	overflow:hidden;
}
.bottom-footer .footer_bottom_inner span.copyright a{
	color:#848484;
}
.bottom-footer .footer_bottom_inner span.copyright a:hover{
	color:#fff;
}