﻿/* CSS Document */

html, body, form, img {margin:0; padding:0; border:0}
html {font-size:100%}
body {
	font:.80em/1.4 arial,sans-serif;
	background:#fff url(../images/body_bg.gif) repeat-x 0 0;
	color:#222;
}

/* ---- Universal Properties ---- */
p, ul, li, h1, h2, h3 {margin:0 10px 1em; padding:0}

abbr, acronym {cursor:help}

/* ---- lists ---- */
ul {margin-left:35px}
li {margin-right:0}
ul li ul {margin-top:10px}

/* ---- headings ---- */
h1 {font-size:1.6em; font-family:Georgia, "Times New Roman", Times, serif; color:#003148}
h2 {font-size:1.2em; text-transform:uppercase; color:#0173ef; margin-bottom:5px; margin-top:30px}
h3 {font-size:1.2em}

/* ---- linkPreview ---- */
.doc, .pdf, .ppt, .txt, .xls {
	padding:0 20px 0 0;
	background:url(../images/icon_doc.png) no-repeat 6px 50%}
.pdf {background-image:url(../images/icon_pdf.gif)}
.ppt {background-image:url(../images/icon_ppt.png)}
.txt {background-image:url(../images/icon_txt.png)}
.xls {background-image:url(../images/icon_xls.png)}

/* ---- container ---- */
#container {
	margin:0 auto;
	width:770px;
	background:#fff;
}

/* ---- top ---- */

#textsize {
	font-size:.95em;
	width:750px;
	height:18px;
	text-align:right;
	padding:2px 20px 0 0;
	margin:0;
	color:#fff;
	background:#000;
}

#textsize a {color:#fff; text-decoration:none; padding:0 2px}
#textsize a:hover {background:#888 !important}

#textsize a.textsize_medium {text-decoration:underline}
#textsize a.textsize_large {text-decoration:none}
#textsize a.textsize_extralarge {text-decoration:none}

#banner {
	width:770px;
	height:169px;
	background:#008cf5 url(../images/banner_bg.jpg) no-repeat 0 0;
}

.logo_web {display:block}
.logo_print {display:none}

/* ---- navigation ----- */

#nav_area {
	width:770px;
	height:36px;
	padding-top:1px;
	margin-bottom:30px;
	background:url(../images/nav_bg.gif) repeat-x 0 0;
}

.menu, .menu ul, .menu li {
	margin:0;
	padding:0;
	border:0;
	display:block;
	list-style:none}

.menu li {
	margin:0 0 0 -1px;
	float:left;
	position:relative;
	z-index:5}

.menu li:hover {
	z-index:10000;
	white-space:normal}

.menu li li {
	margin:-1px 0 0 -1px;
	float:none}

.menu ul {
	visibility:hidden;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	width:200px;
	margin:1px 0 0 -20px;
	padding:0 20px 20px 20px;
	/*background:#F00; /* uncomment this if you want to see the "safe" area */
	background-image:url(../images/empty.gif)}

.menu ul ul {
	margin:-20px 0 0 1px;
	padding:20px 20px 20px 0}

.menu li:hover>ul {visibility:visible; top:100%}
.menu li li:hover>ul {top:0; left:100%}

.menu:after, .menu ul:after {content:"."; height:0; display:block; visibility:hidden; overflow:hidden; clear:both} /* float.clear */
.menu, .menu ul {min-height:0}	/* IE7 float clear: */

.menu a {
	padding:5px 15px;
	text-decoration:none;
	color:#fff;
	display:block;
	position:relative;
}

.menu li li a, .menu li.selected li a {
	background:#0181f2;
	margin:-1px 0 0 0;
	text-decoration:none;
	border:1px solid #006594;
}

.menu li.selected a {background:#006594; color:#FFF}
.menu li.selected li.selected a {background:#006594; color:#FFF}

/* .menu a:hover {} */
.menu li:hover>a {background:#006594; color:#fff}
.menu li:hover>a:hover {background:#006594; color:#fff}

/* ---- sidebar ---- */

#sidebar {
	width:252px;
	min-height:400px;
	height:auto !important;
	height:400px;
	float:left;
	padding-top:6px;
	padding-left:8px;
}

.plugin {
	width:234px;
	margin-bottom:10px;
	min-height:100px;
	height:auto !important;
	height:100px;
	background:#fff;
}

#sidebar a {text-decoration:underline !important}
#sidebar a:hover {text-decoration:none !important}

.plugin_title {
	width:234px;
	height:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#fff;
	text-align:center;
	padding-top:3px;
	border-bottom:1px solid #003148;
	background:#fff url(../images/plugin_title_bg.gif) no-repeat 0 0;
}

.plugin_content, .plugin_content_small {
	width:232px;
	padding-top:10px;
	border-left:1px solid #003148;
	border-right:1px solid #003148;
	background:url(../images/plugin_bg.gif) repeat-x 0 0;
}

.plugin_content {
	min-height:100px;
	height:auto !important;
	height:100px;
}

.plugin_content_small {
	min-height:50px;
	height:auto !important;
	height:50px;
}

#sidebar a {color:#006594}
.plugin_content ul {margin-left:60px}
.plugin_content p {margin-bottom:0; padding-top:10px; margin-left:96px}
.plugin_content_small p {margin-left:10px; margin-bottom:10px}
.plugin_content p.note {margin-left:10px}
.plugin_content img {float:left; margin:14px 0px 14px 5px; border:1px solid #023048}

.more {text-align:right}
.more a {background:url(../images/plugin_link_bg.gif) no-repeat 2px 6px; padding-left:20px}

.sidebar_text {width:232px; background:#f6f6f6; border:1px solid #d4d3cf; padding-top:10px; margin-bottom:20px}
.sidebar_text p {line-height:1.8em; padding-right:10px}

.plugin_bottom {
	width:234px;
	height:20px;
	text-align:right;
	background:#fff url(../images/plugin_footer_bg.gif) no-repeat 0 0;
}

.plugin_bottom p {
	font-size:.9em;
	margin-bottom:0;
	text-align:right;
}

.plugin_bottom a {
	padding-left:18px;
	background:url(../images/plugin_link_bg.gif) no-repeat 0 4px;
	color:#006594;
}

.address {margin-top:20px}
.updated {margin-top:20px; font-size:.95em; color:#999; font-weight:bold; padding-right:20px; text-align:center}

#jobwidget {width:232px; background:#f6f6f6; border:1px solid #d4d3cf; margin-top:20px}
#jobwidget h2 {margin-top:10px; margin-bottom:15px}
#jobwidget ul {list-style:none; margin-left:0}
#jobwidget li {margin-left:10px}

#quote_bubble {
	width:221px;
	height:116px;
	margin-top:20px;
	margin-bottom:14px;
	padding:16px 10px 0;
	background:url(../images/quote_bubble.jpg) no-repeat 0 0;
}

#quote_bubble p {font-size:1.4em; color:#006594}
#quote_bubble a {text-decoration:none !important}
#quote_bubble a:hover {text-decoration:underline !important}

/* ---- content ---- */

#content, #content_wide {
	min-height:400px;
	height:auto !important;
	height:400px;
	padding-right:10px;
	margin-bottom:10px;
	line-height:2.0em;
	background:url(../images/content_watermark.gif) no-repeat bottom right;
}

#content {width:500px; float:right}
#content_wide {width:694px; padding-left:20px; padding-right:20px}

#content a, #content_wide a {color:#006594}
#content a:hover, #content_wide a:hover {text-decoration:none}
#content li, #content_wide li {margin-bottom:5px; line-height:1.6em}

p.quote {padding:6px 10px; background:url(../images/quote.gif) no-repeat 0 0}
p.quotesig {margin-left:300px; color:#008cf5; font-weight:bold; font-style:italic}

.two_column {width:240px; float:left; padding:10px 5px}
.three_column {width:155px; float:left; padding:10px 5px}
.two_column li, .three_column li {margin-left:0}

.back_to_top {text-align:right}

table.qa {
	width:460px;
	margin-left:20px;
	border-collapse:collapse;
	border:0;
	margin-bottom:20px;
}
table.qa td {vertical-align:top; padding:5px 0}
table.qa .left {width:30px; font-weight:bold}

.clear {clear:both}
td.EventLabel2 {font-weight:bold !important}

#flash_container {margin-left:10px}
.flash_warning, #testimonial {
	background-color:#f7e9ec;
	padding:10px;
	border:1px solid #eecdd2;
}

#flash_container {
	width:455px;
	float:left;
}

#testimonial {
	float:right;
	width:180px;
	font-size:.9em;
	line-height:1.4em;
}

.sig {
	float:right;
	font-style:italic;
}

.img_left {
	float:left;
	margin:4px 5px 4px 0px;
	border:1px solid #023048;
}

/* ---- footer ---- */

#footer {
	margin:0 auto;
	font-size:.90em;
	width:734px;
	height:41px;
	padding-top:7px;
	border-top:1px solid #d4d3cf;
	clear:both;
	text-align:center;
	color:#000;
	background:#fff;
}

#footer a {color:#000; text-decoration:none}
#footer a:hover {text-decoration:underline}

/* ---- Forms ---- */
fieldset {border:0; margin:0; padding:10px; width:90%}
legend {
	margin:0;
	padding:0;
	color:#440000;
	font:bold 1.2em/1.5em verdana,sans-serif
}

html>body legend {margin:0}

fieldset span {color:#FF0000; font-weight:bold}
fieldsetdl {margin:0; padding:0}
fieldset dt {margin:17px 0 2px; padding:0}
fieldset dd {margin:0; padding:0}

label {font-weight:bold; cursor:pointer}
label.unbold {font:normal .95em verdana,sans-serif; color:#000}
input, textarea {
	width:350px;
	padding:4px;
	font:1em verdana,arial,sans-serif;
	border:1px solid #E8E6E0;
	border-top:1px solid #666;
	border-left:1px solid #666;
	background:#F6F5F3;
	color:#333
}

textarea {
	overflow:auto;
	margin:0 0 -2px;
}

input:hover, textarea:hover {
	border:1px solid #004080;
	border-top:1px solid #002850;
	border-left:1px solid #002850;
	background:#E8E7E0;
}

input:focus, textarea:focus {
	border:1px solid #666;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:#FFF;
}

input.radio, input.check {
	width:auto;
	margin:2px 5px 0;
	border:none;
	background:none;
}

input.submit {
	cursor:pointer;
	margin:20px 0 0;
	width:150px;
	color:#fff;
	font-weight:bold;
	background:#003148;
	display:inline;
}

input.reset {
	cursor:pointer;
	margin:20px 0 0;
	width:150px;
	color:#000;
	font-weight:bold;
	background:#ddd;
	display:inline;
}

input.submit:hover {
	border:1px solid #000;
	background:#0173ef;
	color:#fff;
}

input.reset:hover {
	border:1px solid #000;
	background:#fff;
	color:#000;
}

input.submit:focus {
	border:1px solid #000;
	background:#0173ef;
	color:#FFF;
}

input.reset:focus {
	border:1px solid #000;
	background:#fff;
	color:#000;
}

input#city {width:230px}
input#state {width:30px}
input#zip {width:46px}

input.validation-failed, textarea.validation-failed {
	border:1px solid #FF0000;
	color:#FF0000;
}

.validation-advice {
	margin:-1px 0 5px;
	padding:4px;
	background:#FF0000;
	color:#FFF;
	width:352px;
}

.message {visibility:visible; display:none}

/* ---- Lightbox  ---- */
#lightbox {
	position:absolute;
	top:40px;
	left:0;
	width:100%;
	z-index:100;
	text-align:center}

#outerImageContainer {
	position:relative;
	background:#FFF;
	width:250px;
	height:250px;
	margin:0 auto}

#imageContainer {padding:10px}

#loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0}
#hoverNav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10}
#imageContainer>#hoverNav {left:0}
#hoverNav a {outline:none}

#prevLink, #nextLink {
	width:49%;
	height:100%;
	background:transparent url(../images/lightbox/lightbox_blank.gif) no-repeat; /* Trick IE into showing hover */
	display:block}
#prevLink {left:0; float:left}
#nextLink {right:0; float:right}
#prevLink:hover, #prevLink:visited:hover {background:url(../images/lightbox/lightbox_prev.gif) left 15% no-repeat}
#nextLink:hover, #nextLink:visited:hover {background:url(../images/lightbox/lightbox_next.gif) right 15% no-repeat}


#imageDataContainer {
	margin:0 auto;
	font-size:.8em;
	background:#FFF}

#imageData {padding:0 10px}
#imageData #imageDetails {width:70%; float:left; text-align:left}
#imageData #caption {font-weight:bold}
#imageData #numberDisplay {font-size:.9em; display:block; clear:left; padding-bottom:1.0em}
/*#imageData #bottomNavClose {width:66px; float:right; padding-bottom:0.7em}*/
#imageData #bottomNavClose {	
	position:relative;
	left:70px;
	margin:4px 0;
	width:66px;
	height:27px;
}
		
#overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	height:500px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6}

.clearfix:after {
	content: "."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden}

* html>body .clearfix {
	display:inline-block; 
	width:100%}

* html .clearfix {
	/* Hides from IE-mac \*/
	height:1%;
	/* End hide from IE-mac */
	}

/* ---- photo tour ---- */
ul#tour {margin:0 0 1em 10px; padding:2em 0 0; list-style:none}
ul#tour li {margin:0 14px .25em 0; padding:0; float:left; display:inline}
html>body ul#tour li {margin-bottom:2em}
ul#tour li.last {margin-right:0} /* this class is added using js */
ul#tour a {
	display:block;
	padding:2px;
	background:#fff;
	border:1px solid #003264}
ul#tour a:hover {background:#003264}
