@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
/*	background-color:#ff7900;*/
	background-image:url(../images/site_bg.gif);
	background-position:top center;
	background-repeat:repeat;
}
#container {
	width:990px;
	margin:30px auto 0 auto;
}
#topNavigation {
	background-image:url(../images/menu_bg.png);
	background-repeat:no-repeat;
	height:45px;
	margin:0px 0px 0px 5px;
	color:#ffffff;
	font-weight:bold;
	padding-top:5px;
}

#leftColumn {
	float:left;
	width:200px;
	padding:10px;
	margin:0px 10px 0px 0px;
	background-image:url(../images/trans_bg.png);
	background-repeat:repeat;
	border-bottom:1px solid #E06A00;
	border-right:1px solid #E06A00;
	display: inline;
}

#rightColumn {
	float:right;
	width:730px;
	padding:10px;
/*	margin:-8px 0px 0px 0px;*/
	margin:0px 4px 0px 0px;
	background-image:url(../images/trans_bg.png)!important;
	background-repeat:repeat;
	border-bottom:1px solid #E06A00;
	border-right:1px solid #E06A00;
	display: inline;
}

#mainContent {
	float:left;
	margin-top:10px;
	width:500px;
	padding:10px;
	color:#ffffff;
	background-image:url(../images/main_bg.png)!important;
	background-repeat:repeat-x;
	background-color:#3e7993!important;
}
#mainContentFull {
	float:left;
	margin-top:10px;
	width:700px;
	padding:10px;
	color:#ffffff;
	background-image:url(../images/main_bg.png)!important;
	background-repeat:repeat-x;
	background-color:#3e7993!important;
}
#mainContent a, #mainContentFull a {
	color:#ffffff;
	text-decoration:underline;
}
#headline {
	background-image:url(../images/headline_bg.png)!important;
	background-repeat:repeat-x;
	background-color:#407A95!important;
	padding:3px 5px 3px 10px;
}
#headline img {
	padding:5px 5px 0px 0px;
}
h1 {
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
}
#loginColumn {
	float:right;
	width:200px;
}
#login {
	color:#ffffff;
	background-image:url(../images/login_bg.png);
	background-repeat:repeat-x;
	background-color:#00232c;
	min-height:240px;/*
	border-bottom:1px solid #E06A00;
	border-right:1px solid #E06A00;*/
}
#photoScroll {
	width:734px;
}
#leftNav {
	margin:10px 0px 10px 0px;
	width:202px;
	height:142px;
	background-image:url(../images/side_nav_bg.png);
}
#latestNews {
	margin:10px auto 10px -5px;
	width:202px;
	background-color:#FC4A02;
	background-image:url(../images/latest_news_bg.jpg);
	background-repeat:repeat-x;
	border: 1px solid #E0A154;
}
#latestNews p, #latestNews p a {
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
#slideContainer {
	margin-left:40px;
	position:relative;
}
/* Easy Slider */

#slider ul, #slider li, #slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider2 {
	margin-top:1em;
}
#slider li, #slider2 li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:656px;
	margin-left:20px;
	height:170px;
	overflow:hidden;
}
#prevBtn, #nextBtn, #slider1next, #slider1prev {
	display:block;
	width:42px;
	height:105px;
	position:absolute;
	left:-30px;
	top:30px;
	z-index:1000;
}
#nextBtn, #slider1next {
	left:656px;
}
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {
	display:block;
	position:relative;
	width:42px;
	height:105px;
	background:url(/images/btn_prev.png) no-repeat 0 0;
}
#nextBtn a, #slider1next a {
	background:url(/images/btn_next.png) no-repeat 0 0;
}
/* numeric controls */	

	ol#controls {
	margin:1em 0;
	padding:0;
	height:28px;
}
ol#controls li {
	margin:0 10px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a {
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a {
	background:#5DC9E1;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
/* Easy Slider End */

/* Drop Down Menu Styles */
#dropdown {
	margin: 0px;
	padding: 0px;
	z-index:9999;
}
#dropdown li {
	float: left;
	list-style: none;
	font: 12px Arial;
	margin: 0px;
	padding: 0px;
}
#dropdown li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	white-space: nowrap;
	z-index:9999;
}
#dropdown li a:hover {	/*background: #24313C*/
}
#dropdown li ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	visibility: hidden;
	z-index:9999;
}
#dropdown li ul li {
	float: none;
	display: inline;
}
#dropdown li ul li a {
	width: auto;
	margin:0px;
	padding:5px;
	background: #66A3B5;
	color: #ffffff;
	font-weight:bold;
}
#dropdown li ul li a:hover {
	background: #407A95;
	margin:0px;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}
hr {
	border: none 0;
	border-top: 1px solid #ffffff;
	width: 80%;
	height: 1px;
	margin:10px auto 10px auto;
}
.roundBorder {
	background:none;
}
#slideshow {
	width: 500px;
	height: 350px;
	background:inherit;
}
#slideshow div {
	background:inherit;
}
#insetBox {
	width:200px;
	float:right;
	margin:10px 0px 10px 10px;
	background-image:url(../images/trans_bg.png)!important;
	background-repeat:repeat;
	background-color:none!important;
}
#insetBox ul {
	margin-left:-10px;
}
#insetBox ul li, #insetBox ul li a {
	line-height:1.5em;
	color:#325f74;
	font-size:12px;
	font-weight:bold;
}
#insetBox ul ul {
	margin-left:-25px;
}

