body {
    font-family:Geneva, Arial, Helvetica, sans-serif;
}
img { 
border-style: none;
}
h3{
	color: #333333;
	font-size: 22px;
}
.top_nav {
	width: 100%;
}
.navigation-left {
	height: 49px;
	width: 18px;
	float: right;
}
.navigation-right {
	height: 49px;
	width: 20px;
	float: right;
	margin-right: 75px;
}
.navigation-middle {
	background-image:url(../images/nav_middle.png);
	background-repeat:repeat-x;
	height: 36px;
	width: 340px;
	margin: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
}
#top_bar .top_bar_drop {
	width: 250px;
	margin-right: 100px;
	background-image: url(../images/top_bar_drop.png);
	background-repeat: no-repeat;
	float: right;
	height: 40px;
}

.nav-links li {
    display: block;
    float: left;
    background-image: url(../images/nav_divider.png);
    background-repeat: no-repeat;
    background-position: right 7px;
} 
li.no-divider {
    background-image: none;
}
.nav-links li a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 3px;
	color: #004869;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
 
.nav-links li a:hover {
    color: #ffffff;
}
/*---------------------HEADER------------------------*/
.featured-image {
	float: left;
	height: 245px;
	width: 280px;
	margin: 20px;
	padding: 0px;
}
.featured-text {
	width: 350px;
	height: 245px;
	margin-top: 25px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 15px;
	font-family: "Myriad Pro Light";
	color: #666666;
	text-align: justify;
	padding: 0px;
	float: right;
}
.featured_image {
	float: left;
	height: 245px;
	margin-top: 25px;
	margin-left: 50px;
	width: 230px;
}

#slider {/*-----------------------------------------------------SLIDER STARTS-----------------------------------------------------*/
	height: 245px;
	width: 430px;
	overflow: hidden;
	float: left;
	margin-top: 20px;
	margin-left: 50px;
}
#sliderContent {
	width: 430px;
	top: 0;
	margin-left: 0;
	float: left;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	width: 393px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #FFFFFF;
	display: none;
	margin-bottom: 6px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	margin-left: 4px;
	margin-right: 4px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}/*-------------------------------------------------SLIDER END----------------------------------------------------------------*/
.glowing_light {
	background-image: url(../images/back_bg.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
.footer-text {
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	font-family: "Myriad Pro Light";
	font-size: 15px;
	color: #d2d3d4;
	letter-spacing: 2px;
	text-decoration: none;
}

