/* CSS Document */

body {
	background-color:#292929;
	margin:0;
	padding:0;
	color:#f3f3f3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.body {
	width: 100%;
	background-image:url(images/mainbg.jpg);
	background-repeat:repeat-x;
}

.main_content {
	line-height:20px;
	padding:10px;
}

.main_content a:link { color: #ffffff; font-weight: normal; text-decoration:underline;}
.main_content a:visited { color: #ffffff; font-weight: normal; text-decoration:underline;}
.main_content a:active { color: #ffffff; font-weight: normal; text-decoration:underline;}
.main_content a:hover { color: #cedea5; font-weight: normal; text-decoration: none;}

.main_content img {
	border:5px solid #465a3e;
}

.table_imgs td {
	padding: 10px;
	vertical-align:top;
}

.table_header {
	background-color:#5a7250;
	font-weight:bold;
	padding:3px;
}

.table_padding img {
	margin:10px;
}

.main {
	width: 925px;
	margin:auto;
	border-right:
}

h1 {
	border-bottom:1px solid #34442d;
	padding:10px 0 5px 0;
	width:100%;
	height:25px;
	line-height:25px;
	font-size:22px;
}

h2 {
	padding: 0;
	margin: 0;
	font-size:18px;
}

h3 {
	padding: 0;
	margin: 0;
}

.header {
	background-image:url(images/header.jpg);
	height:94px;
}

.topimg {
	background-image:url(images/topimg.jpg);
	height:140px;
}

.links {
	height: 35px;
	background-image:url(images/linksbg.jpg);
	background-repeat:repeat-x;
	border-top:1px solid #787878;
	border-bottom:1px solid #787878;
	text-align:center;
	width: 925px;
}

.bar {
	height:10px;
	width:925px;
	background-color:#242424;
	margin-left:1px;
}

.footer {
	color: #7f7f7f;
	background-color:#292929;
	height:20px;
	width:100%;
	border-top:1px solid #1d1d1d;
	padding:7px;
	text-align:center;
	margin-top:20px;
}

.footer a:link, .footer a:active, .footer a:visited {
	color: #7f7f7f;
	text-decoration:underline;
}

.footer a:hover {
	color: #FFFFFF;
    text-decoration:none;
}

.flash {
	margin: 0;
	padding:0;
}

/* DROP DOWN MENU */

#nav {
	width:750px;
	text-align:center;
}

.links ul {
	list-style: none;
	padding: 0;
	margin:0 auto;
	text-align:center;
}

.links #nav a {
	font-weight: bold;
	color: #194173;
}

.links #nav a {
	text-decoration: none;
}

.links #nav li li a {
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	padding: 3px 3px 3px 5px;
	width:150px;
    background-color:#4d703d;
	border-bottom:1px solid #34442d;
	line-height:18px;
}

.links #nav li li a:hover {
	padding:3px 3px 3px 5px;
	background-color:#34442d;
	color:#FFFFFF;
	line-height:18px;
}

.links li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	padding:0 5px 0 0;
}

.links li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-top : 0px\9; /* IE8 HACK */
}

html>body .links li>ul {
	top: 35px; /*IE Positioning */
	left: 0;
}

.links li>ul {
	top: auto;
	left: auto;
}

.links li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	padding:0;
}

.links li:hover ul, li.over ul {
	display: block;
}

/* CONTACT FORM */

.contactform {
	float:left;
	margin-left:70px;
}
.contact_form {
	width:300px;
}

.contact_form td {
	padding: 5px;
}

.contact_right {
	float:right;
	margin-right:70px;
}


.careers_form {
	margin-left:200px;
	width:400px;
}


.careerbutton {
	width:50px;
}

.career_input {
	width:200px;
}

.smalldiv {
	width:400px;
	text-align:left;
}