/*Main Structure*/

body {
	background: #bab9ae;
	}

#wrapper { 
	position:relative;
	margin: 0 auto;
 	width: 970px;
	background: #fff;
	}

#header {
	width: 970px;
 	float: left;
 	height: 129px;
 	background: #202020 url(../images/interface/bg_header.jpg) no-repeat right top;
	}

#leftcolumn { 
	padding: 45px 25px 20px 25px;
	width: 202px;
	float: left;
	background: #fff url(../images/interface/bg_sidebarShadow.jpg) no-repeat 100% top;
	}
	
#leftcolumn img {
	padding-left:10px;
	}
	
	
#rightcolumn { 
 	float: right;
 	padding: 25px 55px 25px 60px;
 	width: 596px;
 	display: inline;
	background: #fff;
	height: auto;
	}


#footer { 
 	width: 930px;
	height: 175px;
 	clear: both;
 	color: #333;
 	background: #202020 url(../images/interface/bg_footer.jpg) no-repeat left top;
 	padding: 10px 0 0 40px;
	}
	
p.description {
	padding: 0px 0 0 200px;
	margin: 0;
	}


.bqstart {
    background-image:url(../images/interface/quote_open.gif);
	background-repeat:no-repeat;
	min-height:25px;
	padding-left:14px;
	padding-top:0px;
 	}


.bqend {
    background-image:url(../images/interface/quote_close.gif);
	background-repeat:no-repeat;
	min-height:25px;
	padding-left:25px;
	padding-top:2px;
	background-position:2px 3px;
	}

p.credit {
	font-style:italic;
	padding: 0 0 0 50px;
	}

/*Header*/

ul#nav {
	position: relative;
	top: 43px;
	left: 0px;
	width: 689px;
	margin: 0;
	padding: 0;
	height: 43px;
	list-style-type: none;
	overflow: hidden;
	float: left;
}

ul#subnav_top {
	color: #FFF;
	float: right;
	padding: 0 30px 0 0;
	}
	
ul#subnav_top li {
	display: inline;
	}

ul#subnav_top li a {
	color: #FFF;
	}
	
	
	
/*Sidebar Sub-Navigation*/	

ul#subnav_side {
	line-height: 2.3;
	list-style-type: none;
	list-style-position: inside;
	padding: 0 0 30px 10px;
	margin: 0;
	font-weight: bold;
	font-family: "Lucida Grande",Arial, Helvetica, sans-serif;
	}
	
	
ul#subnav_side li a:link, ul#subnav_side li a:visited {
	padding: 0 0 0 10px;
	width: 181px;
	height: 27px;
	display:block;
	}

ul#subnav_side li a:hover, ul#subnav_side li a:focus, ul#subnav_side li a:active {
	color: #fff;
	background: transparent url(../images/interface/bg_sidebarHighlight.jpg) no-repeat left top;
	text-decoration: none;
	padding: 0 0 0 10px;
	}
	
a.on {
	color: #fff;
	background: transparent url(../images/interface/bg_sidebarHighlight.jpg) no-repeat left top;
	text-decoration: none;
	padding: 0 0 0 10px;
	}



/*Footer*/

.footerModule {
	width: 400px;
	float:left;
	padding:20px;
	color:#fff;
	}
	
.footerModule h3 {
	color:#F3C323;
	}
	
.footerModule a {
	text-decoration: underline;
	color:#FFF;
}

.address {
	width: 200px;
	float:left;
	}

/*Contact Form*/

	
label { display:block; 
	margin-top:.4em; 
	}
	
input.text, textarea { 
	width:250px;
	font:12px/12px 'courier new',courier,monospace;
	color:#333;
	padding:3px;
	margin:3px 0;
	}

input.submit { 
	margin-top: 8px; 
	padding:2px 0px;
	}


fieldset.quote { 
	padding: 15px 0 15px 30px;
	background-color: #dad4e9;
	}
	
div.fieldsetWrapper {
	padding-bottom:15px;
	}
	
#submitQuote {
	padding-left:10px;
	}

div#requestQuoteFormWrapper {
	padding: 10px 10px 10px 0px;
	}

textarea.quote  { 
	width: 450px;
	}

span.blue {
	color: #0b2ed5;
	font-weight: bold;
	}
	
span.sideNote {
	font-style:italic;
	font-size:11px;
	}
	

.strongtext
{
font-weight:bold;
}
p.biglineheight
{
line-height:30px;
}
img.clickhere
{
position:absolute;
margin-top:-8px;
}
.bannercontainer
{
height:60px;
}

.banner { position: relative; margin: -30px 0 0 12px; }
.bannerbutton { position: absolute; z-index: 20; top: 20px; left: 200px; }


/* Starburst */

#starburst {
	position:absolute;
	width:150px;
	height:150px;
	top: 230px;
	left: 185px;	
	}
