﻿/* CSS Document */

html, body, form, img, fieldset {margin:0; padding:0; border:0}
html {font-size:100%}
body {
	font:.75em/1.6 verdana,sans-serif;
	background:#b5b5b5 url(../images/body_bg.gif) repeat-x 0 0;
	color:#030303}

/* Universal Properties ----------------------------------------------- */
p, ul, li, h1, h2, h3, fieldset, iframe, dl, blockquote {margin:0 10px 1em; padding:0}

abbr, acronym {cursor:help}
.note {font-size:.9em; color:#333}
.red {color:#f00}

/* ---- links ---- */
a:link, a:visited, a:hover, a:active {color:#660000; text-decoration:underline}
a:hover {text-decoration:underline}

/* ---- lists ---- */
ul {margin-left:0; list-style:none}
li {margin-right:0; padding:0 0 0 15px; background:url(../images/bullet.gif) no-repeat 0 .7em}
ul li ul {margin-top:10px}

/* ---- definition lists ---- */
dt, dd {margin:0; padding:0}
dt {font-weight:bold; color:#191919}
dd {margin-bottom:1em; color:#333}

/* ---- blockquote ---- */
blockquote {
	margin-bottom:2em;
	padding:1em 0 0;
	border:1px solid #dbe5bb;
	border-width:1px 0;
	background:#f9f8ea url(../images/quote.gif) no-repeat -4px 3px}
blockquote cite {
	display:block;
	padding:1em 0 0;
	font-weight:bold;
	border-top:1px solid #dbe5bb;
	background:#f5f6e5}

/* ---- headings ---- */
h1 {margin-top:2em; color:#231f20; font:bold 1.5em Georgia,"Times New Roman",serif}
h2 {margin-top:2em; font:bold 1.15em/1.3 verdana,sans-serif; color:#141414}
h3 {font-size:1.1em; color:#063904}

/* ---- 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:769px;
	background:#FFF url(../images/container_bg.gif) repeat-y 0 0}

/* header ----------------------------------------------- */
#header {
	position:relative;
	width:769px;
	height:158px;
	background:#660000 url(../images/top_bg.gif) no-repeat 0 0}
#header a {
	position:absolute;
	top:0;
	left:310px;
	display:block;
	width:150px;
	height:158px}
#header a img {display:none}

/* sidebar ----------------------------------------------- */
#sidebar {
	float:left;
	width:155px;
	min-height:355px;
	height:auto !important;
	height:355px;
	border-left:16px solid #FFF;
	overflow:hidden;
	background:url(../images/sidebar_shadow_bg.gif) no-repeat 100% 0}
#sidebar h2 {display:none}

/* ---- menu ---- */
ul#menu {list-style:none; margin:0; padding:0}
ul#menu li {margin:0 0 -1px; padding:0}
	
ul#menu li a {
	padding:5px 0 4px 10px;
	display:block;
	width:130px;
	text-decoration:none;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	font-weight:bold;
	color:#fff;
	background:#660000}

ul#menu li a:hover,
ul#menu li.selected a {color:#FFF; background:#666}

.getacro {padding-top:16px}

/* ---- text-size ---- */
h2#text-size {
	margin:1em 5px 0 3px;
	display:block;
	background:url(../images/text_size_title.gif) no-repeat 0 0;
	width:57px;
	height:19px;
	float:left;
	text-indent:-9999px}
html>body h2#text-size {margin-left:6px}

ul#text-size-options {
	list-style:none;
	margin:1.1em 0 0;
	padding:0}
ul#text-size-options li {
	margin:0 4px 0 0;
	padding:0;
	float:left}
ul#text-size-options a {
	display:block;
	width:18px;
	height:17px;
	border:1px solid #461f02;
	background:#FFF url(../images/text_size.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden}

ul#text-size-options a:hover {border-color:#FFF}
li#text-m a:hover {border-color:#461f02}

li#text-m a {background-position:0 -17px}
li#text-l a {background-position:-18px 0}
li#text-xl a {background-position:-36px 0}

.hide {display:none !important}
.show {display:block}

/* ---- content ----------------------------------------------- */
#content {
	float:right;
	padding:0 6px 1em 0;
	width:575px;
	min-height:355px;
	height:auto !important;
	height:355px;
	border-right:17px solid #FFF;
	background:url(../images/content_bg.gif) repeat-x 0 0}
img.pic {
	float:right;
	margin:4px 10px 1em 1.5em;
	padding:5px;
	background:#660000}
#content a:hover {text-decoration:none; border-bottom:1px solid #303F00}

#rightpannel {
	width:240px;
	float:right;
}

#rightpannel p {padding-left:10px}

/* photo tour */
ul#tour {margin:0 0 1em 10px; padding:2em 0 0; list-style:none}
ul#tour li {margin:0 16px .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:5px;
	background:#660000}
ul#tour a:hover {
	background:#666;
	border:0}

/* ---- footer ----------------------------------------------- */
#footer {
	clear:both;
	margin:0 auto;
	padding:10px 0 2em;
	border-top:16px solid #FFF;
	width:769px;
	background:#b5b5b5;
	text-align:center;
	font-size:.85em;
	color:#231f20}
#footer a {color:#231f20}
#footer span {margin:0 .5em; color:#fff}

/* Forms ----------------------------------------------- */
form {width:320px; float:left}
fieldset {display:inline}
fieldset p {margin-left:0; margin-right:0}
fieldset span {color:#F00; font-weight:bold}
fieldset dl {margin:0; padding:0}
fieldset dt {margin:13px 0 1px; font-weight:normal}

label {cursor:pointer}
input, textarea, select {
	width:305px;
	padding:4px;
	border:1px solid #CCC;
	font:1em verdana,sans-serif;
	border-top-color:#a1a592;
	border-left-color:#a1a592;
	background:#FFF;
	color:#333}
textarea {overflow:auto}

input:hover, textarea:hover, select:hover {
	border:1px solid #602C05;
	background:#FFF}
input:focus, textarea:focus, select:focus {
	border:1px solid #303f00;
	background:#FFF;
	color:#000}
input.radio, input.check {
	width:auto;
	margin:0 5px -3px;
	border:none;
	background:none}

input.submit, input.reset {cursor:pointer; margin:2em 0 0; width:130px}
input.submit {margin-right:51px; background:#212b00 url(../images/submit.gif) repeat-x 0 0; color:#FFF}
input.reset {background:#bdc1b0}

input.submit:hover, input.reset:hover, input.submit:focus, input.reset:focus {border:1px solid #12430f; background:#660000; color:#FFF}
input.submit:hover, input.reset:hover {border-top-color:#000; border-left-color:#000}
input.submit:focus {background:#660000}
input.reset:hover {background:#efe9ea; color:#000}
input.reset:focus {background:#efe9ea; color:#000}

input#city {width:201px}
input#state {width:30px}
input#zip {width:46px}

input.validation-failed, textarea.validation-failed, select.validation-failed {
	border:1px solid #F00;
	color:#F00}
.validation-advice {
	margin:0 0 5px;
	padding:4px;
	background:#ECF1DC;
	font-size:.9em;
	color:#F00;
	width:307px}
html>body .validation-advice {background:transparent}
.message {visibility:visible; display:none}

/* ---- Lightbox 2.03 ---- */
#lightbox {
	position:absolute;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	line-height:0}
#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:0}

#prevLink, #nextLink {width:49%; height:100%; display:block; background:url(../images/lightbox_blank.gif) no-repeat 0 0} /* trick IE into showing hover */
#prevLink {left:0; float:left}
#nextLink {right:0; float:right}
#prevLink:hover, #prevLink:visited:hover {background:url(../images/lightbox_prev.gif) no-repeat 0 15%}
#nextLink:hover, #nextLink:visited:hover {background:url(../images/lightbox_next.gif) no-repeat 100% 15%}

#imageDataContainer {
	margin:0 auto;
	font-size:.9em;
	line-height:1.4;
	background:#FFF}

#imageData {padding:0 10px; color:#666}
#imageData #imageDetails {width:70%; float:left; text-align:left}
#imageData #caption {font-weight:bold; color:#121212}
#imageData #numberDisplay {display:block; clear:left; padding-bottom:1.0em}
#imageData #bottomNavClose {
	float:right;
	margin:4px 0;
	width:66px;
	height:27px;
	background:url(../images/lightbox_close.gif) no-repeat 100% 0}

#overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	height:500px;
	background:#000}

/* Min-Width */
.lbWidth {position:absolute; top:0; left:0; width:100%; min-width:790px} /* most browsers */
* html .lbContent { margin-left:-790px; position:relative} /* IE6 */
* html .lbMinWidth {padding-left:790px} /* IE6 */

/* Clearfix */	
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden}
.clearfix {display:inline-block}
