@charset "utf-8";

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	background-image: url(images/darkbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #A9A9A9;
	background-attachment: fixed;
   }

a{
	text-decoration: underline;
	color: #006AB0;
}
a:hover{
	text-decoration: none;
	color: #16B488;
}

h1{
	font-size: 16px;
	color: #333333;
}
h2{
	font-size: 14px;
	color: #369;
	margin: 0px;
	padding: 0px;
}
h3{
	font-size: 14px;
	color: #333;

}
h4{
	font-size: 14px;
	color: #333;
}
h5{
	font-size: 14px;
	margin-bottom: -10px;
}
h5 a{
	text-decoration: none;
	color: #C63;
	font-style: italic;
}
h6{}
h6 a{
	font-size: 18px;
	background-color: #FFF;
	width: 200px;
	padding: 10px;
	text-decoration: none;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
}
#header{
	clear: both;
	width: 900px;
	background-color: #000;
	height: 179px;
	background-image: url(images/banner.jpg);


}
.logo{
	float: left;
	height: 81px;
	width: 293px;
	margin-top: 40px;
	margin-left: 25px;
}
#menu {
	background-image: url(images/navmenubg.jpg);
	background-position: right;
	width: 900px;
	background-color: #2B2B2B;
	float: left;
	margin-top: 33px;
}


#nav, #nav ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

#nav a {
	display: block;
	width: 110px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	background-image: url(images/menubg.jpg);
	color: #EDEDED;
	font-size: 12px;
	font-weight: bold;
}
#nav a:hover{
	background-image: url(images/menuhover.jpg);
	color: #FFF;
	background-color: #999;
}
#nav li { 
	float: left;
	width: 110px;
}
#nav li:hover {background-position: 0 0;}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width: 118px;
	background-image: url(images/test.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 8px;
}
#nav li ul li a{
	background-image: none;
	line-height: 25px;
	text-align: left;
	padding-left: 10px;
	width: 100px;
	color: #354F78;
}
#nav li ul li a:hover{
	background-color: #45A7E6;
	background-image: none;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#content{
	clear: both;
}
#columnleft{
	width: 160px;
	float: left;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	background-color: #CCC;
}
#columnright{
	float: right;
	width: 660px;
	margin: 20px;
}
#righttop{
	float: right;
	height: 35px;
	width: 700px;
}
#footer {
	font-size: 10px;
	padding: 5px;
	margin: 0px;
	text-align: center;
	background-color: #FFF;
	color: #666;
	clear: both;
	width: 890px;
	}

#footer a {
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

.img1 {
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
}
.img2 {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.formshadow{
	background-image: url(images/formBackdrop.gif);
}
.smalltext{
	font-size: 10px;
}
.spacer{
	clear: both;
	width: 900px;
	height: 15px;
}
.gallery {
	padding-left: 70px;
	padding-top: 12px;
}
.away {
	font-weight: bold;
	color: #244668;
	font-style: italic;
}
.pointer{
	cursor: pointer;
}
.searchbox{
	float: right;
	margin-top: 60px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
.new {
	font-weight: bold;
	color: #E82F00;
}
.advisory{
	background-color: #FF0;
	width: 100%;
	height: 45px;
}
