@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
body {
	margin: 0;
	padding: 0;
	background: #000000;
	}

.clear {
	clear: both;
	}
a {
	color: #4fb6da;
	text-decoration: none;
	}
a:hover {
	color: #4fb6da;
	text-decoration: underline;
	}
img {
	border: none;
	}
p {
	margin: 15px 0 15px 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #59686e;
	line-height: 16px;
	}
.bold {
	font-weight: bold;
	}
.required {
	color: #FF3300;
	}
#header-wrapper {
	width: 100%;
	height: 110px;
	background: url(../images/headerbg.jpg) repeat-x;
	}
#header {
	margin: 0 auto;
	width: 940px;
	height: 110px;
	}
h1 {
	margin: 0;
	padding: 0;
	}
h1 a {
	display: block;
	position: relative;
	top: 5px;
	left: -3px;
	padding: 0;
	width: 330px;
	height: 90px;
	text-indent: -9999px;
	background: url(../images/logo.png);
	}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 940px;
	height: 520px;
	}
	
.flash {
	position: absolute;
	top: 25px;
	left: 0px;
	/*margin: 0 0 9px 0;*/
	width: 940px;
	height: 250px;
	z-index: -1;
	}

/*--content
---------------------------------------------------------------------*/
#content {
	}


h3, h3 a, h3 a:hover {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: normal;
	}
h3 a:hover {
	text-decoration: underline;
	}
	
.columns {
	position: absolute;
	top: 265px;
	left: 0px;
	width: 100%;
	}

.module {
	display: block;
	float: left;
	padding: 5px 15px 0 15px;
	width: 280px;
	height: 210px;
	background: url(../images/mod_bg.jpg) top center no-repeat;
}
	
	
.module ul {
	margin-left: 90px;
	color: #FFFFFF;
	list-style-image: url(../images/arrow.gif);	
}

.module li {
	color: #FFFFFF;
	list-style-image: url(../images/arrow.gif);	
}

.module ul li a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.module ul li a:hover {
	color: #FFFFFF;
}
	
.module h2 {
	margin: 0 0 10px 0;
	font: normal 17px Arial, Helvetica, sans-serif;
	color: #fff;
	}
	
.module a {
	font-weight: bold;
	color: #4fb6da;
	}
	
.module a:hover {
	color: #4fb6da;
	text-decoration: underline;
	}

.module span a {
	color: #FFFFFF;
}
	
.module span a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.module img {
	float: left;
	margin: 5px 15px 60px 0;
	}
	
.module p {
	margin: 0;
	font-size: 12px;
	color: #999999;
	}


/*--Search
--------------------------------------------------------------------*/
#search {
	position: relative;
	top: -50px;
	left: 540px;
	width: 400px;
	height: 41px;
	background: url(../images/searchbg.png);
	}
#searchform {
	position: relative;
	top: 5px;
	left: 10px;
	}
#searchform #s {
	margin: 0 4px 0 145px;
	padding: 2px 0 0 5px;
	width: 200px;
	height: 19px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cccccc;
	background: #333333;
	border: none;
	}
#searchform input#s:active, #searchform input#s:focus {
	color: #ffffff;
	background: #454545;
	}
#searchform input#searchsubmit {
	width: 23px;
	height: 26px;
	background: url(../images/search-go-icon.gif) bottom no-repeat;
	border: none;
	}

select {
	width: 130px;
	}


/* End Form Elements */




/*--navigation bar
-----------------------------------------------------------------------*/
.nav {
	position: absolute;
	top: 10px;
	left: 0px;
	/*padding: 8px 0 0 0;*/
	width:;
	height: 23px;
	background: #000;
	z-index: 1000;
	}

.nav a {
	color: #ffffff;
	}
	
.nav a:hover {
	color: #4FB6DA;
	text-decoration: none;
	}

.nav-right {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 290px;
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	}
	
/*--footer
---------------------------------------------------------------------*/
#footer-wrapper {
	width: 100%;
	padding: 25px 0;
	}
#footer {
	margin: 0 auto;
	width: 940px;
	}
#footer p {
	margin: 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	}
#footer a, #footer a:hover {
	color: #666666;
	text-decoration: underline;
	}
.sponsored {
	 margin: 0 0 0 174px;
}



