﻿/* ========== Styling all elements */
* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	border: none;
	text-decoration: none;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
acronym, abbr {
	cursor: help;
}
/* ========== Applying clearfix fix for some browsers to use in appropriate places */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #003356;
	background-color: #4a4a4a;
}
#wrapper {
	width: 780px;
	margin: 0 auto;
	border-left: 1px #b6b6b6 solid;
	border-right: 1px #b6b6b6 solid;
	background-color: #ffffff;
}
/* Start Top Header */
#top_head {
	height: 98px;
	position: relative;
}
#top_head h1 a {
	position: absolute;
	left: 15px;
	top: 10px;
	background-image: url('../images/logo.jpg');
	width: 310px;
	height: 74px;
	text-indent: -2000em;
}
#top_head ul {
	position: absolute;
	top: 50px;
	right: 100px;
	float: right;
}
#top_head li {
	list-style: none;
	float: left;
	padding-left: 20px;
}
#top_head li a {
	font-family: Verdana;
	font-size: 11px;
	color: #003356;
}
#top_head li a:hover {
	color: #005f3b;
}
/* End Top Header */
#menu {
	background-image: url('../images/link_bg.jpg');
	background-repeat: repeat-y;
	width: 203px;
	float: left;
}
#menu ul {
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
	height: 195px;
}
#menu li {
	list-style: none;
	width: 178px;
	height: 20px;
	margin-top: 5px;
	padding-bottom: 5px;
	background-image: url('../images/link_bullet.jpg');
	background-repeat: no-repeat;
	border-bottom: 1px #418c6f dashed;
}
#menu li a {
	font-family: "Trebuchet MS";
	font-weight: 500;
	font-size: 13px;
	color: #ffffff;
	padding-left: 25px;
	line-height: 13px;
}
#menu li a:hover {
	color: #6befbd;
}
#big_header {
	width: 547px;
	height: 210px;
	float: left;
}
#welcome_text {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#welcome_text h2 {
	padding-left: 10px;
}
#welcome_text h2 img {
	padding-top: 15px;
}
#welcome_text p {
	font-family: Verdana;
	font-size: 11px;
	padding-top: 15px;
	color: #003356;
}
#content {
	padding-top: 25px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:10px;
	width: 730px;
}
#left_content {
	width: 730px;
}
#orange_line {
	background-image: url('../images/title_bg.jpg');
	background-repeat: repeat-x;
	width: 730px;
	height: 27px;
	background-position: left;
}
#left_box {
	background-color: #f3f9f4;
	width: 203px;
	float: left;
}
#left_box p {
	font-family: Verdana;
	font-size: 11px;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #003356;
}
#right_box {
	width: 500px;
	float: left;
	padding-left: 15px;
}
#right_box p {
	font-family: Verdana;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #003356;
}
#right_box p a {
	font-family: Verdana;
	font-size: 11px;
	color: #003356;
}
#right_box p a:hover {
	color: #005f3b;
}
#right_box h4 {
	font-family: "Myriad Pro";
	font-size: 15px;
	padding-top: 15px;
	color: #846d00;
	border-bottom: 1px #a5922e solid;
}
#box1 {
	width: 235px;
	float: left;
}
#box1 h3 {
	width: 235px;
	margin-left: 20px;
	font-family: "Myriad Pro";
	font-size: 15px;
	padding-bottom: 15px;
	color: #002d1c;
}
#box1 h3 a {
	text-decoration:none;
	color: #003356;
	font-size: 15px;
}
#box1 h3 a:hover {
	text-decoration:none;
	color: #c8ad35;
	font-size: 15px;
}
#box1 p {
	margin-left: 20px;
}
#box2 {
	width: 210px;
	float: left;
}
#box2 h3 {
	width: 210px;
	margin-left: 20px;
	font-family: "Myriad Pro";
	font-size: 15px;
	padding-bottom: 15px;
	color: #002d1c;
}
#box2 h3 a {
	text-decoration:none;
	color: #003356;
	font-size: 15px;
}
#box2 h3 a:hover {
	text-decoration:none;
	color: #c8ad35;
	font-size: 15px;
}
#box2 ul {
	width: 210px;
	margin-left: 20px;
	font-family: "Myriad Pro";
	font-size: 15px;
	color: #002d1c;
}
#box2 li {
	background-image: url('../images/arrow_bullet.jpg');
	background-repeat: no-repeat;
	font-family: Verdana;
	list-style: none;
	font-size: 11px;
	margin-bottom: 8px;
	color: #003356;
	padding-left: 12px;
	line-height: 10px;
}
#box2 p {
	margin-left: 20px;
}
#box3 {
	width: 210px;
	float: left;
}
#box3 h3 {
	width: 210px;
	margin-left: 20px;
	font-family: "Myriad Pro";
	font-size: 15px;
	padding-bottom: 15px;
	color: #002d1c;
}
#box3 h3 a {
	text-decoration:none;
	color: #003356;
	font-size: 15px;
}
#box3 h3 a:hover {
	text-decoration:none;
	color: #c8ad35;
	font-size: 15px;
}
#box3 p {
	margin-left: 20px;
}
.more_link {
	font-family: Verdana;
	font-size: 11px;
	color: #003356;
	font-weight: bold;
	float: right;
	margin-top: 15px;
	padding-right: 25px;
	padding-bottom: 10px;
}
.more_link a {
	color: #003356;
	font-weight: bold;
}
.more_link a:hover {
	color: #c8ad35;
	font-weight: bold;
}
#bottom_line {
	border-bottom: 4px #c8ad35 solid;
	padding-top: 25px;
	clear: both;
}

#upper_footer {
	width: 730px;
	float: left;
	text-align: center;
	margin-top: 10px;
}
#upper_footer p {
	color: #003356;
	padding-top: 10px;
}
#upper_footer p a {
	color: #003356;
	padding-top: 10px;
}
#upper_footer p a:hover {
	color: #005f3b;
	padding-top: 10px;
}

#footer {
	background-image: url('../images/footer_img.jpg');
	background-repeat: repeat-x;
	width: 780px;
	height: 64px;
	float: left;
	text-align: left;
	
	margin-top: 15px;
}
#footer p {
	color: #003356;
	margin-left:10px;
	padding-top: 15px;
	float:left;
}
#footer span {
	color: #003356;
	margin-right:15px;
	padding-top: 10px;
	float:right;
	text-align:right;
}
#footer span a {
	color: #003356;
	padding-top: 10px;
	font-weight:bold;
}
#footer span a:hover {
	color: #005f3b;
	padding-top: 10px;
	font-weight:bold;
}

#footer p a {
	color: #003356;
	padding-top: 15px;
}
#footer p a:hover {
	color: #005f3b;
	padding-top: 15px;
}







form{
	margin:0px;
	margin-top:15px;
	padding:0px;
	font-size:11px;
	color:#000;
	text-align:center;
	padding-left:20px;
}
.lbox{
	font-size:11px;
	color:#000;
}
.lbox p{
	width: 400px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 10px; 
	height: 100%;
	color:#003356;
	font-size:11px;
	text-align:left;
}
.lbox label{
	font-weight: bold;
	float: left;
	margin-left:10px; 
	width: 180px; 
	color:#003356;;
	font-size:11px;
}
.lbox input[type="text"]{
	width: 180px;
}
.lbox input[type="password"]{
	width: 180px;
}


.lbox textarea{
	width: 200px;
	height: 100px;
}
* html .threepxfix{
	margin-left: 3px;
}
.txt_black{
	font-size:11px;
	color:#000;
}

