/* CSS Document */
body{
	padding:0px;
	margin:0px;
	background:url(images/bg.jpg) repeat-x #000033;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}

a, a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0066FF;
	font-weight:bold;
}

a:hover{
	color:#000;
	text-decoration:none;
}

ul{
	clear:both;
    list-style:none;
    margin:0 0 1em 15px;
    padding: 0;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

ul li{
    line-height:1.3em;
    margin: .25em 0;
    padding: 0 0 0 15px;
    background:url(images/bullet.jpg) no-repeat 0 7px;
}


p{
	clear:both;
	font-size:12px;
	padding:5px;
	margin:5px;
	line-height:16px;
}

h1{
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	
	background-color:#f0ff00;
	margin:0px;
	padding:0px;
	line-height:34px;
	width:599px;
	float:left;
	padding-left:5px;
}

h3{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	
	margin:0px;
	padding:0px;
	padding-left:10px;
}


/*outmost wrapper, used to make the wrapper center*/
.middleSetter{
	width:1007px; 
	margin:0 auto;
}

/*outmost after middleSetter, used to enable all divs inside of it floatable without losing centering from middleSetter*/
.bigWrapper{
	width:1007px;
	float:left;
}

/*outmost after bigWrapper, used to contain repeat-y shadows if any*/
.shadowHolder{
	width:1007px; 
	margin:0 auto; 
	padding:0px;
	float:left;
	background:url(images/shadow-repeat.png) repeat-y;
}

.dwTopBanner{
	margin:0px;
	padding:0px;
	float:left;
	height:192px;
}

.dwTopBar{
	width:983px;
	background:url(images/bg-topNav.jpg) repeat-x;
	height:40px;
	margin:0px auto;
	text-align:left;
	display:block;
	border-bottom:1px solid #999999;
}

.dwPhoneNumber{
	float:left;
	margin-top:8px;
	margin-left:10px;
}

.dwTopNav{
	float:left; 
	margin-top:3px;
	margin-left:63px;
}

.contentNavWrapper{
	width:983px;
	height:100%;
	float:left;
	display:block;
	margin-left:11px;
}

.navWrapper{
	clear:both;
	width:225px;
	float:left;
	text-align:left;
	margin-left:3px;
	margin-top:5px;
}

.linksLeftNav, .linksLeftNav:visited{
	font-size:11px;
	width:195px;
	display:block;
	text-decoration:none;
	text-align:left;

	color:#000;
	border:1px solid #999;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:25px;
	background:url(images/leftNavHover.jpg) no-repeat #f0ff00;
	margin-bottom:1px;
}

.linksLeftNav:hover{
	color:#FFF;
	background-color:#000;
	background-image:none;
}

.dwAddress{
	width:196px;
	color:#436d8a;
	background-color:white;
	border:1px solid #c4c4c4;
	padding:5px;
	margin-left:-6px;
}

.contentWrapper{
	text-align:left;
	width:752px;
	float:left;
	margin:0px;
	padding:0px;
}

.dwBucket{
	margin:0px;
	float:left;
	padding:2px;
	border-top:1px solid #ababab;
	border-right:1px solid #ababab;
	border-bottom:1px solid #ababab;
	height:164px;
}

.footer{
	margin:0 auto;
	color:white;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:50px;
}

.footer a, footer a:visited{
	color:#fff;
	text-decoration:underline;
}

.footer a:hover{
	text-decoration:none;
	color:#BBFFFF;	
}

.dwBtnQuote{
	float:left;
}

.dwImg{
	padding:2px;
	border:1px solid #999;
}
