/* GENERIC */
html {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font:11px Verdana, Helvetica, sans-serif;
	line-height: 15px;
	color: #76766f;
	height: 100%;
	min-height: 100%;
}
img {
	border: none;
}
a, a p {
	color: #333;
	text-decoration: none;
}
a:hover, a p:hover {
	text-decoration: underline;
}
iframe {
	border: none;
	background: #f5f0dc;
}
/* LAYOUT */
#main {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	position: relative;
	background: #59562B url('../images/right.png') repeat-y top right;
	height: 100%;
	min-height: 100%;
}
#body {
	background: #3c3929;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	position: relative;
	height: 100%;
	min-height: 100%;
	background: url('../images/left_background.png') repeat-y top left;
}
#navigation_menu {
	height: 90px;
	width: 967px;
	position: absolute;
	top: 0;
	left: 15px;
	background: #59562B url('../images/top_bg.jpg') repeat-x bottom left;
}
#navigation_menu #navigation {
	position: absolute;
	bottom: 0px;
	left: 15px;
}
#signup {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	border: 1px solid #918c6c;
/*	background: #867d57; */
	background: #6a653d;
	color: #fff;
	position:absolute;
	left: 775px;
	top: 90px;
	width: 201px;
	height: 105px;
	z-index: 1;
	overflow: hidden;
	visibility: hidden;
}
#get_in_the_loop {
	position: absolute;
	right: 10px;
	bottom: 2px;
	cursor: pointer;
}
#sub_main {
	height: 417px;
	width: 967px;
	position: absolute;
	top: 90px;
	left: 15px;
	background: #ffffff;
	border-top:	1px solid #918C6C;
}
#sub_navigation_menu {
	width: 445px;
	position: relative;
	background: #876A7C;
}
#sub_navigation_menu #sub_navigation{
	position: absolute;
	top: 0;
	left: 0;
}
#footer {
	position: absolute;
	width: 967px;
	height: 61px;
	top: 507px;
	left: 15px;
	background: #59562B url('../images/bottom_bg.jpg') repeat-x top left;
	text-align: center;
	border-top: 1px solid #918C6C;
}
#footer a,
#footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	color: #AEA562;
	text-decoration: none;
}	
#footer a:hover {
	color: #333;
	cursor: pointer;
}
textarea,
#contact_table tr td input#subject { 
	width: 355px;
}
/* NEW WINDOWS - TERMS AND PRIVACY */
#terms,#privacy {
	background: #f5f0dc;
}
/* CONTENT FRAME WITH SCROLLBAR LAYOUT */
#content {
	width: 522px;
	background: #f5f0dc;
	position: relative;
}
#content, #sub_navigation_menu {
	height: 417px;
	float: left;
}
/* ALIGNMENT */
.main {
	width: 522px;
	background: #f5f0dc;
	font:11px Verdana, Helvetica, sans-serif;
	line-height: 15px;
}
.no_scrollbar {
	margin: 20px 25px 0 20px;
	background: #f5f0dc;
}
.floatClear {
	clear: both;
}
.profile_images {
	padding-right: 10px;
}
.current_openings {
	padding-left: 30px;
}
.top_margin {
	margin-top: 10px;
}
.profile_header {
	margin-top: 7px;
}
.header {
	margin-bottom: 10px;
}
.subheader {
	font-weight: bold;
}
.label {
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
}
.map {
	padding-left: 60px;
}
.get_directions {
	padding: 5px 0 0 140px;
}
.press_release {
	float: left;
	width: 440px;
	padding-bottom: 20px;
}
.press_release.acrobat {
	width: 30px;
}
.close {
	cursor: pointer;
	margin-bottom: 3px;
}
.date {
	color: #958188;
}
.hide {
	display:none;
}