/* CSS Document */
/*------------------------------------ MAIN DIVS --------------------------------------*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}	
body{
	color:#10143A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bodyback.jpg);
}


#wrapper{
	width: 740px;
	margin:0px auto;
	text-align:left;
	background-image: url(images/wrapperback.jpg);
}#header {
	background-image: url(images/topbanner.jpg);
	height: 187px;
	width: 740px;
}
#content {
	width: 280px;
	float: left;
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 79px;
	width: 740px;
}
.clearfix:after {
  content: "."; /* This dot is the actual appended content */
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
/* End hide from IE-mac */ 

/*------------------------------------ LEFT NAV ------------------------------------------------------------ */

#nav {
	width: 187px;
	background-image: url(images/navback.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
#nav ul{
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 305px;
	padding-left: 40px;
}

#nav ul li{
	list-style-type: none;
	padding-top: 15px;
	padding-bottom: 0;
	padding-left: 0;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CC00;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bold;
	font-size: 13px;
}

#nav ul li a{
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
} 
#nav ul li a:hover, #nav ul li a:focus{
	text-decoration: none;
	color: #00002B;
}
/*------------------------------------------ MIDDLE DIVS ---------------------------------------------*/
#middle {
	background-image: url(images/bigmiddle.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#righttext {
	width: 180px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 20px;
	padding-right: 20px;
}
#righttext h4 {
	padding-left: 15px;
	font-weight: bold;
}

.more {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: right;
	margin-bottom: 20px;
	margin-right: 30px;
}
hr {
	color: #CCCCCC;
}

.v {
	color: #999999;
	font-size: 18px;
	text-align: left;
	margin-left: 15px;
}
.fixdetails {
	font-size: 10px;
	margin-left: 15px;
	color: #666666;
}

.teamsmiddle {
	text-align: left;
	color: #666666;
}



#maintext {
	width: 300px;
	float: left;
	margin-left: 15px;
}

* html #maintext {
	margin-left: 10px;
	}
#contactform {
	width: 300px;
	float: left;
	margin-left: 15px;
}
/*------------------------------------------------------TEXT FORMATTING----------------------------------------------*/
h1 {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 8px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
#righttext h2 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 6px;
	color: #0B0D36;
}
#righttext p {
	font-size: 12px;
	margin-left: 15px;
	color: #666666;
}
#righttext h3 {
	font-size: 11px;
	margin-left: 15px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #666666;
}
#maintext img {
	margin-top: 10px;
}
#maintext p {
	margin-bottom: 5px;
	font-size: 12px;
}
.dte {
	font-size: 10px;
	font-weight: bold;
	margin-left: 15px;
}
#righttext a{
	color: #00002B;
	text-decoration: none;
	text-align: left;
} 
#righttext  a:hover, #righttext a:focus{
	text-decoration: underline;
	color: #000000;
}
#maintext h4 {
	font-size: 9px;
	font-weight: normal;
}
#maintext a{
	color: #00002B;
	text-decoration: none;
	text-align: left;
} 
#maintext  a:hover, #maintext a:focus{
	text-decoration: underline;
	color: #000000;
}

/*---------------------------------------Stylin for Form ----------------------------------------------*/
#contact form {
	margin-left: 15px;

}

#contact fieldset fieldset {
width: 220px;
padding: 0;
}

#contact input {
	background-color: #FFFFFF;
	color: #00002B;
	border: 1px solid #4C5854;
	margin: 0;
	width: 170px;
	display: block;
}

#contact select {background-color: #FFFFFF;
	color: #00002B;
	border: 1px solid #4C5854;
	margin: 0;
	width: 170px;
	display: block;
	}

#contact textarea {
	background-color: #FFFFFF;
	color: #00002B;
	border: 1px solid #00002B;
	height: 150px;
	display: block;
	width: 200px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0px;
}

/* focus styles */

#contact textarea:focus, #contact input:focus {
   border: 1px solid #5d9003;
   background-color: #FFFFFF;
   color: #00002B;
}

.labelfloat {
	float: none;
	margin-right: 5px;
}

#contact h1{
	color:#00002B;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#contact label {
	color: #00002B;
	font-size: 75%;
	padding-top: 5px;
	display: block;
}

#contact fieldset {
	margin: 0;
	border: none;
	width: 250px;
}

#contact .button {
  background-color: #00002B;
  color: #fff;
  width: 80px;
  margin-top: 20px;
  display: inline;
  background-image: none;
}

label {
background-color: #FFFFFF;
}
.subnav_select {
	font-weight: bold;
	color: #1E9515;
}
#righttext h5 {
	margin-left: 15px;
	font-size: 9px;
	color: #999999;
}
.border {
	border: 1px solid #9ACE48;
}
#contact p {
	margin-left: 15px;
}
