@charset "utf-8";
/* CSS Document */
body {
	background-color: #ffffff;
	font-family: 'Droid Sans', Arial, Helvetica, Tahoma, sans-serif;
	margin: 0 0 0 0;
	color: #000000;
	font-weight: normal;
	background-image: url(../images/headerBG.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
	line-height: 18px;
}

#outer {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#inner {
	position: absolute;
	width: 1100px;
	top: 0px;
}

#shadowOuter {
	width: 951px;
	height: 482px;
	margin-left: auto;
	margin-right: auto;
}
#shadowInner {
	position: absolute;
	width: 951px;
	height: 482px;
	top: 0px;
}
#shadow {
	position: absolute;
	height: 340px;
	width: 951px;
	top: 142px;
	left: 75px;
	background-image: url(../images/headerShadowLarge.png);
}

#headerRight {
	position: absolute;
	width: 89px;
	height: 290px;
	right: 0px;
}

#container {
	position: absolute;
	width: 922px;
	top: 0px;
	left: 89px;
}

#header {
	position: relative;
	height: 466px;
	width: 922px;
}

#headerInnerRight {
	position: absolute;
	width: 423px;
	height: 142px;
	right: 0px;
	top: 0px;
}

#headerNav {
	position: absolute;
	height: 42px;
	width: 922px;
	left: 0px;
	top: 142px;
	background-color: #0d345f;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Droid Sans', Arial, Helvetica, Tahoma, sans-serif;
	color: #ffffff;
}

#headerNews {
	position: absolute;
	height: 282px;
	width: 100%;
	top: 184px;
	left: 0px;
	
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#0080c2), to(#005081));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #0080c2, #005081);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0080c2, endColorstr=#005081);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0080c2, endColorstr=#005081)";
}

#logo {
	position: absolute;
	height: 95px;
	width: 269px;
	top: 26px;
	left: 10px;
}

#main {
	position: relative;
	width: 922px;
	left: 0px;
}

.breadcrumbs {
	font-size: 12px;	
}

.title {
	color: #1862b1;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	
}

.text {
	font-size: 14px;
	line-height: 18px;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#rightCategory {
	position: relative;
	width: 268px;
	left: 12px;
	/*background-color: #48b244;
	background-image: url(../images/rightCategoryBG.jpg);
	background-repeat: repeat-x;
	color: #ffffff;*/
	
	color: #fff;
	/*padding: 10px;*/
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#d56420), to(#f58426));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #d56420, #f58426);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d56420, endColorstr=#f58426);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d56420, endColorstr=#f58426)";
}

.rounded-corners {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 16px;
	-moz-border-radius-bottomleft: 0;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 16px;
	-webkit-border-bottom-left-radius: 0;
}

/* jQuery Nav */
ul.topnav {
	list-style: none;
	/*padding: 0 20px;*/
	padding: 0 0 0 0;
	margin: 0;
	float: left;
	/*width: 920px;*/
	width: 922px;
	/*background: #222;*/
	/*font-size: 1.2em;*/
	/*background: url(topnav_bg.gif) repeat-x;*/
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 15px 0px 20px 20px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	color: #ffffff;
}
ul.topnav li a{
	padding: 0;
	color: #ffffff;
	display: block;
	text-decoration: none;
	float: left;
	text-shadow: #000000 1px 1px 2px;
}
ul.topnav li a:hover{
	color: #399be0;
	/*background: url(topnav_hover.gif) no-repeat center top;*/
}

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/

.subnav {
	z-index: 9;
	
	color: #ffffff;
	/*padding: 10px;*/
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#0e3865), to(#046db7));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #0e3865, #046db7);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0e3865, endColorstr=#046db7);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0e3865, endColorstr=#046db7)";
}

ul.subnav li a {
	padding: 5px 5px !important;
	text-shadow: none;
}

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 15px; 
	top: 42px;
	/*background: #f6753b;*/
	margin: 0; 
	padding: 0;
	display: none;
	float: left;
	width: 258px;
	/*border: 1px solid #111;*/
	/*border: 1px solid #ff7c3f;*/
}
ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0;
	/*border-top: 1px solid #252525;*/ /*--Create bevel effect--*/
	/*border-bottom: 1px solid #444;*/ /*--Create bevel effect--*/
	border-bottom: 1px dotted #ffffff;
	clear: both;
	width: 258px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 248px;
	/*background: #f6753b url(dropdown_linkbg.gif) no-repeat 10px center;*/
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	/*color: #0d345f;*/
	color: #ffffff;
	background: #399be0;
}
/*End jQuery*/

.boldHeaderBlue {
	font-weight: bold;
	color: #1862b1;
}
