/* CSS Document */


body { 
	background: #0A1042 url(images/background.jpg) repeat-x left top; 
	margin: 0 auto; 
	}
#container {
	width: 780px;
	margin: 0 auto;
	}
	
#container2 {
	background: #fff url(images/contentbg.jpg) no-repeat fixed center 296px;
	width: 780px;
	margin: 0 auto;
	}
/*Header*/
#header_left {
	width: 443px;
	height: 95px;
	float: left;
	margin: 0px;
	display: inline;
}

#header_right {
	background-image: url(images/header_right.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 337px;
	height: 95px;
	float: right;
	margin: 0px;
	display: inline;
}
#header_right2 {
	width: 337px;
	height: 95px;
	float: right;
	margin: 0px;
	display: inline;
}


/*Navigation*/
#topnav {
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
	background-position: 0 center;
	width: 780px;
	height: 39px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;	
}
#nav { float: left; margin: 0px; padding: 19px 0 0; }
#nav ul { color: #000033; font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 7px;  margin: 0; padding: 0; list-style-type: none; }
#nav li { display: inline; }
#nav li a { color: #000033; text-decoration: none; padding-right:19px; padding-left: 30px; }
#nav li a:hover {text-decoration: none; color: #FF9900;
}

#image_bar { height: 162px; clear: both; }
#image_bar .picnav { float: left; margin-top: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 0px;}

#image_secondary {
	width: 780px;
	height: 162px;
	margin: 0 0 0px;
}
#navleft {
	width: 200px;
	float: left;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 25px;
	margin-left: 60px;
	display: inline;
}


h1 {
	color: #ffa114;
	font-size: 17px;
	font-family: Century Gothic, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin: 0 0 12px;
	
}

h2 {
	color: #000033;
	font-size: 14px;
	font-family: Century Gothic, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin: 0 0 12px;
	}

.boldtext {
	font-weight: bold;
}

.clear{
clear:both;
}
/*Home*/
#content {
width: 780;
background:url(images/contentbg.jpg) repeat-y center 0px;
float: left;
margin:0px;
padding-left: 0px;
clear: left;
display: inline;
}
#home_content {
	width: 680px;
	float: left;
	margin: 40px 40px 80px 60px;
	padding-right: 0px;
	display: inline;
	
}
/*Secondary Pages*/

#secondary_navleft {
	width: 200px;
	float: left;
	margin: 75px 0 25px 20px;
	display: inline;
}
.navleft_pic {
	margin-bottom: 20px;
}

#secondary_content {
	width: 520px;
	float: left;
	margin: 40px 40px 80px 0px;
	display: inline;
}
/*Typography*/
p {
	font: 13px/20px Helvetica, Arial, Verdana;
	color: #000033;
	margin: 0;
	padding-bottom: 15px;
	text-align: justify;
}
p a {
	color: #F90;
	font-size: 13px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-decoration: none;
}

p a:hover {
	color: #F90;
	text-decoration: underline;
}


	/* specific divs */
/*Contact Form*/

table#contact_form {
	color: #000033;
	font-size: 13px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 1.5em;
	background-color: #F1F4F7;
	width: 400px;
	margin: 0;
	padding: 15px;
}

table#contact_form td {
	width: auto;
	padding: 5px;
	border-spacing: 0px;
}

input.submitbutton {
	color: #fff;
	font-size: 13px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: #000033;
	margin-top: 0;
	padding: 3px 1px 1px;
	border: 1px solid #000033;
}
/*Footer*/

#footer {
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 104px;
	clear: both;
	margin: 0;
	padding-top: 20px;
}

#footer_left {
	float: left;
	display: inline;
	margin-left: 50px;
}

#footer_right {
	float: right;
	display: inline;
	margin-right: 20px;
}

#footer p {
	color: #ffa113;
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	padding: 0;
}

#footer p.copyright {
	color: #ffa113;
	padding: 15px 0 0 25px;
	
}

#footer p a {
	border-bottom-style: none;
	font-size: 11px;
	padding: 0 25px 0 25px;
	
	
}

#footer p a:hover {
	color: #ffa113;
	background-color: transparent;
}
