
* { margin: 0px; padding: 0px; }
body { behavior: url(/cms/scripts/csshover.htc); }

a, a:visited { color:Blue; text-decoration: none; }
a:hover { text-decoration: underline !important; }
p, h1 { margin: .5em 0; }
li { margin-left: 24px; }
img { border:0; display:block; }

.validation-summary-errors { color:red; }
.validation-summary-errors li { color:red; margin:.5em; }
.field-validation-error { color:Red; }
.input-validation-error { border: 1px solid #FF1C1C; } 
.message { background:#FFFF80; color:Black; border: 1px solid #B7B700; padding:.5em; margin:1em 0; }
.error { background:#FF8080; color:black; border:1px solid #FF1C1C; padding:.5em; margin:.5em 0; }
.success { background:#E7FFD6; color:black; border:1px solid #C6FBAD; padding:.5em; margin:.5em; }

.block:hover { border: 1px dashed black; }
.border { border: 1px solid gray; }
div.blockmenu { clear:both; display:none; }
div.blockmenu img { background:none !important; border:none !important; padding:0 !important; }
img.inline { display:inline; vertical-align:bottom; }

.SiteMenu { background:url(/cms/resources/tb_back.gif); font-size:small; height:27px; }
.SiteMenu .left { background:url(/cms/resources/tb_left.gif) no-repeat; float:left; width:10px; }
.SiteMenu .right { color:#4E4E4E; float:left; padding:3px; }
.SiteMenu a { background:none transparent !important; color:black !important; }
.Editing, a:visited.Editing { color: red !important; }
.Publish, a:visited.Publish { color: green !important; }

/* DROPDOWN MENUS */
ul.dropdown { list-style:none; overflow:visible !important; }
ul.dropdown ul { border: 1px solid white; display:none; margin-top:7px; white-space:nowrap; z-index:100; }
ul.dropdown li { display:inline; padding:0; margin:0; position:relative; }
ul.dropdown ul { position:absolute; left:0; z-index:100; }
ul.dropdown ul li { display:block; padding:4px; }
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

* { margin:0; padding:0; }
h1,h2,p { margin: .5em 0; }
li { margin-left:12px; }
img { border:0; display:block; }
a { text-decoration:none; }
a:hover { color:#0F3C5F; text-decoration:underline; }

body { background:#E5E5E0; font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:x-small; }

#page { background:white; border:white 8px solid; margin:2em auto; width:799px; }
#header { background:#989570; font-family:Times New Roman, Serif; }
#header .info { font-size:9pt; margin:4px 10px; text-align:right; }
#header .phone { color:#002F55; font-size:x-large; font-weight:bold; }
#toc { background:url(/content/theme/menu.jpg) no-repeat; position:relative; width:306px; height:180px; }
#links a { color:#0F3C5F; display:block; position:absolute; font-size:10pt; }
#content { background:url(/content/theme/grad1.gif) repeat-x; padding:10px 48px 10px 20px;  font-size:small;
	min-height:419px; height:auto !important; height:419px; /* MIN HEIGHT HACK */
}
#menu { min-height:305px; height:auto !important; height:305px; /* MIN HEIGHT HACK */ }
#footer { background:#002F55; color:White; font-size:7pt; padding:16px; }
#footer a { color:White; }
#copyright div { margin:6px; text-align:center; }
#copyright a { color:Black; }

.header1 { border-bottom:#B1AF93 2px solid; color:White; font-family:Times New Roman, Serif; font-size:x-large; font-weight:bold; }
.header2 { background:url(/content/theme/grad2.gif) repeat-x; color:#002F55; padding:6px 0; margin:4px 0; text-align:center; }
.header3 { border-bottom:#E6E5DC 2px solid; color:#989570; font-family:Times New Roman, Serif; font-size:x-large; font-weight:bold; margin:.5em 0; }
.header4 { border-bottom:#E6E5DC 2px solid; color:#002F55; font-family:Times New Roman, Serif; font-size:x-large; font-weight:bold; margin:.5em 0; }

.table1 { margin:0 -3px; }
.table1 th, .table1 td { vertical-align:top; }
.table1 th { background:#003359; color:White; padding:8px; text-align:left; }
.table1 td { background:#98996E; color:Black; padding:5px 10px 5px 5px; }

.box1 { color:#58585A; padding:0 4px 0 20px; }
.box1 a { color:#B2B094; }
.estimates { background:url(/content/theme/estimates.jpg); position:relative; width:306px; height:231px; }
.newsletter { background:#002F55; color:white; padding:12px; margin:4px 0; }
.newsletter input { margin:4px; }
.newsletter a { color:White; }

.blue { color:#002F55 !important; }
.input { width:99%; }

.message { background:#FFFF80; color:Black; border: 1px solid #B7B700; padding:1em; margin:1em 0; }
.validation-summary-errors, .error { background:#FF8080; border:1px solid #FF1C1C; color:black; padding:1em; margin:1em 0; }
.success { background:#CCE7A2; border:1px solid green; color:black; padding:1em; margin:1em 0; }

.gallery { background:#002F55; clear:both; margin:1em 0; }
.gallery .thumb { background:white; padding:2px; border:1px solid black; overflow:hidden; width:94px; }
.gallery #photo img { margin:8px; }

.menu a { color:Black; font-size:8pt; }
.rotate div { display:none; }

/* GRID LAYOUT SYSTEM */
.floater { overflow:hidden; }
.row { margin:0 auto; overflow:hidden; }
.col { margin:0 7px; float:left; overflow:hidden; display:inline; }
.row .row { margin: 0 -7px; width:auto; }

.products { border:#909761 2px solid; padding:6px; }
.products .head { background:url(/content/theme/grad3.gif) repeat-x; clear:both; color:#143B61; font-size:16px; font-family:Times New Roman, Times, serif; padding:4px; margin:5px 0 5px 0; }
.products a { color:#143B61; }
.products ul { margin-left:175px; }

.crumbs, .crumbs a { font-size:x-small; color:black; }

.showcase { border:#989570 2px solid; font-size:x-small; padding:4px; }

#icons { background:white; padding:1px 1px 1px 0; margin:0 23px; width:257px; height:31px; }
#icons .icon { float:left; margin-left:1px; position:relative; z-index:100; }
#icons .over { position:absolute; display:none; left:-1px; }
#icons .over img { border:white 1px solid; }
