@charset "utf-8";
/* CSS Document */
/* CSS RESET */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,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}.whiteBG {
	background-color: #FFF;
}
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}
/* END CSS RESET (http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/) */

body{background-color: #120c07; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #c7b78c; line-height: 18px;}

/* Link Settings */
a:link{color: #bebebe; text-decoration: none;}
a:visited{color: #c7b78c;}
a:hover{color: #c7b78c;}

#footerContainer a:link{color: #c7b78c; text-decoration: none;}
#footerContainer a:visited{color: #c7b78c;}
#footerContainer a:hover{color: #bebebe;}

/* Main Site Containers */
#container{margin: 0px auto 10px auto; width:960px; position: relative;}
#headerContainer{margin: 0px; position: relative; height: 412px;}
#navMargin{position: absolute; top: 15px; right: 0px; width: 50%; height: 35px; background-image:url(../i/navHTile2.png); background-repeat: repeat-x; z-index:-1;}
#navContainer{position: absolute; top: 15px; right: 0px; width: 262px; height: 35px; background-image:url(../i/navHTile2.png); background-repeat: repeat-x; border-left: 2px solid #FFFFFF;}
#contentContainer{margin: 0px auto 0px auto; background-image:url(../i/mainHeader9.png); background-position: right top; background-repeat: no-repeat; z-index: 100;}
#footerContainer{margin: 12px auto 10px auto; width: 960px; padding: 5px 0px 10px 0px; text-align: right; color: #bebebe;
	font-size: 11px; line-height: 14px; border-top:1px solid #5f533e; position: relative;}

/* Layout */
.content{margin: 0px 0px 0px 0px; padding: 0px; text-align: justify;}
.leftColumn{float: left; width: 515px; margin: 20px 0px 0px 0px; padding: 0px; text-align: justify;}
.rightColumn{float: right; width: 415px; margin: 65px 0px 0px 20px; padding: 0px; text-align: justify;}
.mapContainer{border: 2px solid #FFFFFF; width:410px; height: 300px; margin-bottom: 5px;}

/*Coverages */
.Logo{border: 1px solid #FFFFFF; margin: 5px 5px 10px 0px;}

/* Navigation */
#navigation {background:url(../i/navUp.png) no-repeat; height:34px; margin:0px; padding:0px;}
#navigation span {display: none;}
#navigation li, #navigation a {height:34px; display:block;}
#navigation li {float:left; list-style:none; display:inline;}

#navHome {width: 60px;}
#navCoverages {width: 94px;}
#navContact {width: 100px;}

#navHome a:hover {background:url(../i/navOver.png) 0px 0px no-repeat;}
#navCoverages a:hover {background:url(../i/navOver.png) -60px 0px no-repeat;}
#navContact a:hover {background:url(../i/navOver.png) -154px 0px no-repeat;}

/* Lists */
.serviceList li {list-style-type: disc; font-weight: bold; font-size: 16px; margin: 0px 0px 0px 50px; line-height: 20px;}

/* Background Tiles */
#headerTile{background-image:url(../i/bTile.png); background-repeat: repeat; height: 500px; position: absolute; top:0px; left:0px; width: 100%; z-index: -2;}
#contentTile{background-image:url(../i/bottomTile2.png); background-repeat:repeat-x; height: 388px; position: absolute; top:412px; left:0px; width: 100%; z-index: -1;}

/*Form */
.form{width: 500px; margin: 0 auto;}
.row{clear: both; padding: 6px; font-weight: bold;}
label{float: left; width: 150px; text-align: right; margin-right: 5px; padding-top: 3px;}
.txtbx{float: left; width:204px; border: 1px solid #FFFFFF; padding: 3px;}
.txtbxR{float: left; width:200px; border: 1px solid #FFFFFF; padding: 3px; border-right: 6px solid #CC0000;}
.ddl{float:left; width:205px; border: 1px solid #FFFFFF;}
.ddlR{float:left; width:75px; border: 1px solid #FFFFFF; border-right: 6px solid #CC0000;}
.validation{float:left; color:Red}
.txtarea{width:475px; height: 100px;}
.chkLabel{float:none;}

.picIdentify{float: left; width: 160px; text-align: center; margin-bottom: 5px;}
.picIdentify img{margin: 6px; border: 1px solid #FFFFFF;}

/* MISC */
.clear{margin: 0px; padding: 0px; clear: both; height: 0px;}
.center{text-align: center; margin: 3px 0px 0px 0px;}
hr.thin{height: 1px; border: 0px; color: #67573e; background-color: #67573e;}
.smallText{font-size: 12px;}
