/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
	padding: 0;
}

p {
	margin-top: 5px;
	line-height: 1.5em;
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

h1 {
	padding-top: 6px;
	color: #00539B;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

body {
	background: url('images/site_bg.jpg') #3A3A3A repeat-x;
	background-attachment:fixed;
}

#outer_container {
	margin: 0px auto 79px auto;
	width: 950px;
}

#inner_container {
	background-color: #ffffff;
	width: 950px;
}

#menu {
	width: 950px;
	background: url('images/menu_bg.jpg') repeat-x;
	height: 54px;
}
#nav {
	list-style: none;
	margin: 0;
	margin-left: 367px;
	padding: 0;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}

#nav li ul {
	padding: 2px 0 0 0;
	margin: 0;
	/*margin-top: -18px; */
	position: absolute;
	top: 42px; 
	width: 130px;
	left: -999em;
	list-style: none;
	border: 1px solid #BFB552;
	border-bottom: 0px;
	background-color: #033D7E;	
}

#nav li:hover ul {
	left: auto;
}

#nav li.sfhover ul {
    left: auto;
	margin-left: -100px;
}

#nav li ul li {
	float: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: helvetica, arial, verdana, sans-serif;
	width: 130px;
	
	border-bottom: 1px solid #BFB552;
}
#nav li ul li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 5px 4px 8px;
}

#nav li ul li a:hover {
	color: #BFB552;
}

#logo {
	clear: left;
	margin: 24px 0 0 20px;
	height: 106px;
	width: 930px;
}

#masthead {
	background: url('images/homepage_masthead.jpg');
	height: 322px;
	width: 100%;
}

#masthead_about {
	background: url('images/about_masthead.jpg');
	height: 172px;
	width: 100%;
}

#masthead_news {
	background: url('images/news_masthead.jpg');
	height: 172px;
	width: 100%;
}

#masthead_contact {
	background: url('images/contact_masthead.jpg');
	height: 172px;
	width: 100%;
}

#masthead_careers {
	background: url('images/careers_masthead.jpg');
	height: 172px;
	width: 100%;
}

#blocks {
	margin-top: 26px;
	margin-bottom: 10px;
}

#content {
	clear: both;
	width: 735px;
	color: #595A5C;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	min-height: 100px;
	height: auto !important;
	_height: 100px;
	line-height: 1.6em;
	padding-left: 180px;
	padding-bottom: 30px;
	padding-right: 32px;
	text-align: right;
}


#footer {
	clear: both;
	width: 100%;
	height: 102px; /* 64 */
	background-color: #929497;
}

#footer div {
	float: left;
}

#footer_text {
	margin-top: 10px;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer_text a {
	margin-top: 2px;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.page_title {
	padding-bottom: 0px;
	padding-right: 32px;
	color: #A49A00;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-stretch: extra-condensed;
}

#content_left {
	float: left;
	width: 355px;
}

#content_right {
	float: right;
	width: 370px;
}

#vline {
	float: left;
	height: 182px;
	background: url('images/vbar.jpg') left no-repeat;
	width: 5px;
}

.fancy_link {
	padding: 0 0 2px 0;
	color: #00539B;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background: url('images/link_underline.jpg') bottom repeat-x;
}

.blue {
	color: #00539B;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#contact_form {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#contact_input {
	border: 1px solid #A49A00;
	padding: 2px 2px 0 2px;
	margin: 0;
	width: 230px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	height: 17px;
}

#contact_textarea {
	border: 1px solid #A49A00;
	padding: 2px 2px 0 2px;
	margin: 0;
	width: 230px;
	height: 55px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.error_msg {
	color: #aa3333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}
