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

body {
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

td {vertical-align:top;}

h1{
	margin: 0px;
	padding-bottom: 3px;
	color: #FF6600;
	font-weight: bold;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

p {margin:0;}

#container {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 125px;
}

#contentholder {
	background-image: url(../images/content-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-top: 45px;
	padding-right: 45px;
}

#innercontentholder {
	background-image: url(../images/inner-content-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-top: 60px;
	padding-right: 45px;
}

#content {
	font-size: 13px;
	color: #666666;
	line-height: 16px;
}

#innercontent {
	font-size: 13px;
	color: #666666;
	line-height: 16px;
}

.homeheading {
	font-size: 22px;
	color: #FFFFFF;
	letter-spacing: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
}
.learnmore {
	padding-top: 5px;
}
.learnmore a{
	font-size: 12px;
	text-decoration: none;
	color: #003399;
	font-weight: normal;
	letter-spacing: 0em;
}



.learnmore a:visited {
	color: #003399;
	font-weight: normal;
}
.learnmore a:hover {
	text-decoration:underline;
	font-weight: normal;
}
.featured-title{
	background-image: url(../images/featured-title.png);
	background-repeat: repeat;
	background-position: left top;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 26px;
	padding-left: 10px;
}
.featured-content {
	background-image: url(../images/featured-bg.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 0px;
	padding-bottom: 5px;
	font-size: 12px;
}
.home ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.home li {
	padding-bottom: 10px;
	list-style-type: disc;
	color: #66ccff;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
}

.blacktext {
	color: #333333;
	font-style:normal;
	font-weight:normal;
}
.latestnews-title{
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	line-height: 26px;
	background-image: url(../images/latest-news-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
.latestnews-content{
	background-image: url(../images/latest-news-mid.png);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
}

#video{
	padding-bottom: 25px;
}

#footer{
	font-size: 10px;
	color: #999999;
	text-align: right;
	padding-top: 35px;
	padding-bottom: 20px;
}

hr{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #99ccff;
}

a{
	text-decoration:underline;
	font-weight: bold;
	color: #003399;
}

a:visited{
	text-decoration:underline;
	font-weight: bold;
	color: #003399;
}
a:hover{
	text-decoration:none;
}
/*Navigation bar styling*/

#nav {
	background-image: url(../images/nav-bar.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

#head ul {
	list-style-type: none;
	width: 902px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#head li {
	display: inline;
	line-height: 35px;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
			}
#head li a {
	margin: 0 !important;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-weight: normal;
}
#head li a:visited { text-decoration: none;
	color: #fff;}

#head li a:hover { color:#66ccff;}
.navlast{
	padding-right: 0 !important;
	border-right: none !important;
}
