/*
Copyright (c) 2009, CSSJockey! All rights reserved - http://www.cssjockey.com
Version: 2.3.1
*/

#header a{
	color:#FFF;
}
#header a:hover{
	color:#10244e;
}
#logo{
	width:215px;
}

.banner {display:block; width:637px; height:125px; border:3px groove #7186ca; float:right;}

#logoright{
	width:349px;
	text-align:right;
}
#logoright ul{
	padding:5px 0 0 0;
}
#logoright ul li{
	list-style:none;
	margin:0px;
	padding:0 7px 0 7px !important;
	display:inline;
}
#logoright ul li a{
	font:bold 8pt Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#toprss{
	width:319px; height:56px; float:right;
}
#toprssinfo{
	text-align:right;
	padding:2px 10px 0 0;
}
#toprssinfo h1{
	font:bold 14pt Arial, Helvetica, sans-serif;
	font-style:italic;
	padding:10px 0 0 0;
}

/*-------------------------------
2.c Navigations
-------------------------------*/

ul.nav {margin: 5px; padding:9px; float:right;}

/* Main navigation */
#nav {
	display: block;
	height: 28px;
	width: 600px;
	padding:9px; margin:9px; color: #000084;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#nav a {
	color: #e7e7e7;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 9px 15px;
	text-transform: uppercase;
}

#nav a:hover {
	color: #fff;
	background: url(images/bg-nav.png);
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#nav li {
	float: left;
}

/* Style drop down list */

#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
	text-align:center;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a {
	background: url(images/bg-nav.png);
	line-height: 18px;
	font-size: 11px;
	color: #fff;
	width: 150px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}

#nav li ul li a:hover {
	background: #FFF;
	color:#222;
}

#nav li ul li a {
}

#nav li ul ul {
	margin: -35px 0 0 180px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

#nav li:hover, #nav li.hover {  
	position: static;
}

ul#footerNav {
	position: absolute;
	top: 27px; 
}
	ul#footerNav li {
		float: left; display: inline;
		margin-left: 9px;
	}



#topmsg{
	display: block; float:left; width:299px; 
	padding:15px 0 0 0px;
}
/* Top Search Box */
#welcome{
	width:680px;
	font:normal 11pt "Trebuchet MS";
	font-style:italic;
	padding:0 0 0 5px;
	height:52px;
	overflow:hidden;
	float: left;
}
#welcome a{
	color:#ff9600;
}
/* Top Search */
#topsearch{
	display: block; clear:both;
	background:url(images/topsearch.png) left no-repeat;
	width:280px;
	height:30px;
	text-align:right;
	padding:0 0px 0 0;
	margin:0 0px 0 0;
	}
#topsearchsubmit{
	display:none;
}
#tops{
	padding:7px 35px 0 0;
	width:235px;
	background:none;
	border:0px;
	color:#FFF;
	font:italic 9pt Arial, Helvetica, sans-serif;
	
}