/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary (the only things you should need to adjust are the foreground and background colours */
/* These styles should define how the content section looks */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	line-height: 1;
	color: #333;
	background: #fff;
	font-family: arial, helvetica;
	font-size: 75%;
}

body.site {
	background: #798183;
}

h1 {
	color: #006a51;
	margin: 0 0 0.5em 0;
	font-size: 130%;
}

h2 {
	color: #006a51;
	margin: 0 0 0.5em 0;
	font-size: 115%;
}

h3 {
	color: #006a51;
	margin: 0 0 0.5em 0;
	font-size: 100%;
}

hr {
	background: #006a51;
	color: #006a51;
}

p {
	margin: 1em 0 1em 0;
	line-height: 130%;
}

ul, ol {
	margin-left: 20px;
}

body.site ul, body.site ol {
	margin-left: 0;
}

#content ul, #content ol {
	margin-left: 20px;
	margin-bottom: 1em;
}

li {
	line-height: 130%;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	background: #006a51;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

abbr, acronym { 
	border-bottom: 1px dotted #006a51; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #006a51;
	text-decoration: underline;
}

a:visited {
	color: #006a51;
	text-decoration: underline;
}

a:hover {
	color: white;
	background: #006a51;
	text-decoration: none;
}

a:active {
	color: white;
	background: #006a51;
	text-decoration: none;
}

a:focus {
	color: white;
	background: #006a51;
	text-decoration: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 0 5px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 5px;
}

label {
	cursor: pointer;
}

input.button {
	background: #eee;
	color: #000;
	border: solid 1px #000;
}

input.textbox, textarea.textbox, select.textbox  {
	color: #333;
	border: solid 1px #006a51;
	padding: 2px;
	font-family: arial, helvetica;
	font-size: 100%;
}

label.lblFrm {
	color: #006a51;
}

div.clear {
	clear: both;
}

p.image {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

p.turquoise, span.turquoise {
	color: #006a51;
}

div.list {
	width: 147px;
	border: 1px solid #666;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 220px;
}

div.last {
	margin-right: 0;
}

div.list h2, div.boxWrapper h2 {
	background: #ebeced;
	color: #666;
	padding: 3px;
	margin-top: 0;
}

div.boxWrapper {
	clear: left;
	border: 1px solid #666;
}

sup {
	font-size: 60%;
}

/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks, #printTitle {
	display: none;
}

#container {
	background: #ebeced;
	width: 781px;
	margin: auto;
}

#header {
	height: 139px;
	background: url(../images/bg-header.jpg) 0 0 no-repeat;
	border-bottom: 1px solid #006a51;
	margin-bottom: 14px;
}

#header p {
	margin: 0 0 0 277px;
}

#leftCol {
	float: left;
	width: 194px;
}

#midCol {
	float: left;
	width: 346px;
}

#content {
	background: url(../images/bg-content.gif) 0 0 repeat;
	padding: 0 20px;
}

#content-top {
	background: url(../images/bg-content-top.gif) 0 0 no-repeat;
	height: 11px;
}

#content-bottom {
	background: url(../images/bg-content-bottom.gif) 0 0 no-repeat;
	height: 11px;
	margin-top: -1em;
}

#rightCol {
	float: left;
	width: 212px;
	padding: 0 13px 0 16px
}

div.rightCol {
	background: url(../images/bg-rightCol.gif) 0 0 repeat;
	padding: 0 20px;
}

div.rightCol-top {
	background: url(../images/bg-rightCol-top.gif) 0 0 no-repeat;
	height: 10px;
}

div.rightCol-bottom {
	background: url(../images/bg-rightCol-bottom.gif) 0 0 no-repeat;
	height: 10px;
	margin-top: -1em;
	margin-bottom: 13px;
}

#rightCol h2 {
	font-style: italic;
	font-size: 110%;
	color: #798183;
}

#corpLogin p.noMargin {
	margin: 0;
}

#calcWrap {
	background: transparent url(../images/img-calculator.gif) 100% 100% no-repeat;
}

#news ul {
	margin-bottom: 0.9em;
}

#news li {
	list-style-type: none;
	background: url(../images/bt-news.gif) 0 8px no-repeat;
	padding-left: 20px;
}

#vanLinks {
	margin: 0 16px 10px 30px;
}

#vanLinks p {
	margin: 0;
	line-height: 100%;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 95%;
}

#footer li {
	display: inline;
	padding: 5px 5px 5px 7px;
	background: url(../images/bt-footer.gif) 0 50% no-repeat;
}

#footer li.first {
	background: none;
	padding-left: 0;
}

#footer a:link, #footer a:visited {
	color: #333;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #333;
	background: none;
	text-decoration: underline;
}

div.feature {
	background: url(../images/bg-feat1.gif) 0 0 no-repeat;
	margin-bottom: 10px;
}


div.featureBottom {
	background: url(../images/bg-feat2.gif) 0 100% no-repeat;
	padding: 10px 10px 10px 10px;
}

div.onlineQuote {
	background: #006a51;
	color: #fff;
	padding: 10px;
}

div.onlineQuote h1 {
	color: #ffc828;
	font-style: italic;
	padding-left: 0;
}

div.onlineQuote p {
	margin: 0;
	padding: 2px 0;
}

div.onlineQuote label.lblfrm {
	width: 100px;
	float: left;
	display: block;
	padding-left: 0;
}

div.onlineQuote .textbox {
	width: 150px;
}

div.grey {
	background: #8d9597;
}

div.grey h1 {
	color: #d4b552;
}

div.greyBox {
	background: #bcbec0;
	padding: 0 5px 0 5px;
	margin-bottom: 5px;
}

/* END PAGE SPECIFIC STYLES */










/* START VERTICAL MENU STYLES */

div.xMenuBtn {
	display: none;
}

#nav, #nav ul { 			/* all lists */
	position: relative;
	list-style: none;
	float: left;
	width: 194px;			/* width of first-level anchors */
}

#nav li ul { 				/* second-level lists */
	position : absolute;
	left: -999em;
	width: 174px;			/* width of second-and-above-level anchors */
	margin-top: -23px;		/* height offset of second-and-above-level lists */
	border: 1px solid #006a51;
}

#nav li ul ul {				/* third-and-above-level lists */
	left: -999em;
}

#nav li { 				/* all list items */
	position : relative;
	float : left;
	line-height: 150%;
}

#nav li a {				/* first-and-above-level anchors */
	width: 164px;
	w\idth: 164px;
	display: block;
	background: #ebeced;
	color: #006a51;
	text-decoration: none;
	padding: 2px 2px 2px 28px;
}

#nav li ul li a {			/* second-and-above-level anchors */
	width: 170px;
	w\idth: 170px;
	padding: 2px 2px 2px 2px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul, #nav li.sfhover ul ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	margin-left: 194px;		/* width + padding of first-level anchors */
	left: auto;
}

#nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li li li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 174px;		/* width + padding of second-and-above-level anchors */
	left: auto;
}

#nav li a:hover, #nav li a:active, #nav li a:focus, #nav li.navdrop a:hover, #nav li.navdrop a:active, #nav li.navdrop a:focus { 
	color: #fff; 
	background: #006a51;
}

/* END VERTICAL MENU STYLES */












/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */

#lightbox{position: absolute;top: 40px;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#lightbox a img{ border: none; }#lightbox a:hover{ background: transparent;}
#outerImageContainer{position: relative;background-color: #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/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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;}
#imageData{padding:0 10px;}#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}
#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 */}

/* END LIGHTBOX STYLES */










/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: transparent; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }

/* END SEARCH RESULTS STYLES */