/* ERIC MEYER'S CSS RESET ////////////////////////////////////////////////////////////*/
/* http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #fff url('../images/side_bg.gif') repeat-y 0 11px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #084277;
	line-height: 22px;
}

/* CONTENT AREA //////////////////////////////////////////////////////////////////////////*/

#wrapper {
	float: left;
	clear: left;
	display: inline;
	width: 970px;
	background: transparent url('../images/side.gif') no-repeat 0 0;	
}

#middle {
	float: left;
	display: inline;
	padding: 25px 0 25px 0;
	margin: 0 25px 0 40px;
	width: 640px;
}

#middle p, #middle strong {
	/*margin-left: 10px; */
}

#middle img {
	margin: 3px;
}

#middle .content_button, #middle a {
	margin: 0;
	padding: 0;
	border: 0;
}

#middle ol, #middle ul {
	margin: 5px 0 5px 15px;
	list-style-type: disc;
	list-style-position: inside;
}

#middle table {
	border-bottom: 0px solid #104c94;
}

#middle table {
	padding: 0px 0px 0px 0px;
}

/* HEADER //////////////////////////////////////////////////////////////////////////*/

#header {
	float: left;
	clear: left;
	display: inline;
	width: 100%;
	height: 141px;
	background: #eaf7fe url('../images/header.gif') no-repeat 0 0;	
}

#locations {
	float: left;
	margin-left: 167px;
	padding-top: 113px;
	font-size: 16px;
}

#login {
	float: left;
	display: inline;
	margin-left: 210px;	
	padding-top: 20px;
}

#press {
	float: left;
	margin-left: 0px;
	font-size: 11px;
	padding-top: 16px;
}

.press_title {
	font-size: 14px;
	font-weight: bold;
}

.press_title12 {
	font-size: 12px;
	font-weight: bold;
}

#press a, #press a:visited {
	color: #000;
	margin-left: 0px;
}

/* NAV //////////////////////////////////////////////////////////////////////////*/


#nav, #nav ul li {
	float: left;
	width: 168px;	
}

#nav ul {
	float: left;
	margin-left: 25px;
	padding-top: 25px;
	width: 168px;
}

#nav ul li a, #nav ul li a:active, #nav ul li a:visited {
	float: left;
	width: 168px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	padding: 8px 0 8px 0;
	text-decoration: none;
	font-size: 11px;
	border-top: 1px solid #000;
}

#sub_nav_wrapper {
	float: left;
	display: inline;
	width: 640px;
	margin-left: 0px;
	padding-bottom: 25px;	
	padding-top: 10px;
}

a#sub_nav_p1, a:active#sub_nav_p1, a:visited#sub_nav_p1,
a#sub_nav_p2, a:active#sub_nav_p2, a:visited#sub_nav_p2,
a#sub_nav_p3, a:active#sub_nav_p3, a:visited#sub_nav_p3, 
a#sub_nav_p4, a:active#sub_nav_p4, a:visited#sub_nav_p4, 
a#sub_nav_p5, a:active#sub_nav_p5, a:visited#sub_nav_p5, 
a#sub_nav_p6, a:active#sub_nav_p6, a:visited#sub_nav_p6, 
a#sub_nav_p7, a:active#sub_nav_p7, a:visited#sub_nav_p7 {
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-size: 10px;
	border-left: 1px solid #000;
}

#nav a, 
a#sub_nav_p1, 
a#sub_nav_p2, 
a#sub_nav_p3, 
a#sub_nav_p4, 
a#sub_nav_p5, 
a#sub_nav_p6, 
a#sub_nav_p7 { background-color: #195287; }

#nav a:hover, 
a:hover#sub_nav_p1, 
a:hover#sub_nav_p2,
a:hover#sub_nav_p3,
a:hover#sub_nav_p4,
a:hover#sub_nav_p5,
a:hover#sub_nav_p6,
a:hover#sub_nav_p7 { background-color: #0a3256 }

#nav a.selected { background-color: #0a3256; }
	

/* FOOTER //////////////////////////////////////////////////////////////////////////*/

#footer {
	float: left;
	padding: 50px 0 25px 0;
	margin: 0 25px 0 0;
	width: 550px;
	font-size: 10px;
	line-height: 18px;	
}

/* MISC //////////////////////////////////////////////////////////////////////////*/

.hidden { display: none; }
p { margin-bottom: 10px; margin-top: 10px;}
a, a:active, a:visited {
	color: #084277;
}
a:hover {
	text-decoration: none;
}
.bold { font-weight: bold; color: #000; }

/* FORM STYLES ///////////////////////////////////////////////////////////////////*/

.custom_form {
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
}
.login_form {
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
}
.custom_text_field {
	float: left;
	padding: 2px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	margin: 3px 0 3px 0;
}
.custom_button {
	margin-top: 5px;
	margin-left: 30px;
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px 3px;
}
.form_label_sm {
	float: left;
	clear: left;
	line-height: 25px;
	width: 30px;	
}

.label {
	float: left;
	clear: left;
	width: 150px;
	line-height: 15px;
	font-weight: bold;
	height: 15px;
	margin-bottom: 5px;
	padding-top: 10px;
	
}

.text_field {
	float: left;
	clear: left;
	padding: 4px 2px;
	width: 250px;
	font-family: Arial;
	font-size: 12px;
}

.check_box {
	float: left;
	display: inline;
	clear: left;
	padding: 4px 2px;
}

.button {
	float: left;
	clear: left;
	margin: 20px 0 0 0;
}

form {
	float: left;
	clear: left;
	width: 600px;
}

.error {
	color: red;	
}



