/* basic formating for pages ----------- */
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/bak01.jpg);
	background-repeat: repeat-x;
}
* {
	padding:0;
	margin:0;
}
p {
	color: #333333;
	font-size: 13px;
	line-height: 17px;

}
a {
	outline: none;
	color: #658a9d;
}
a:hover {
	color: #000000;
}
hr  {
	padding: 0px;
	margin: 0px;
}
blockquote {
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
img, img a {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

/*---------- basic page formatting -----------*/
#wrapper {
	width: 971px;
	margin-right: auto;
	margin-left: auto;
	
	background-image: url(../images/LRshadow_L.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#upperFooter {
	width: 971px;
	background-image: url(../images/footerUpperBak.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;	
}
#inner_wrapper {
	background-image: url(../images/LRshadow_R.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 7px;
	padding-right: 7px;
}
#container {
	margin: 0px 1px 10px 1px;
	background-color: #FFFFFF;
}
#address {
	float: left;
	width: 170px;
	margin: -85px 0px 0px 25px;
	font-size: 11px;
	line-height: 14px;
	color: #777;
}
div#address p {
	font-size: 11px;
	line-height: 14px;
	color: #777;
	text-align: left;
}
div#address a{
	font-size: 11px;
	line-height: 14px;
	color: #658a9d;
	text-align: left;
}
div#address a:hover{
	color: #000;
	font-size: 11px;
	line-height: 14px;
}
#header {
	margin: 0px;
	width: 100%;
	height: 168px;
	background-image: url(../images/headerBak.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#denwalLogoBak {
	float:left;
	height: 259px;
	width: 200px;
	background-image: url(../images/denwalLogoBak.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 5px;
}
#denwalLogo a{
	height: 163px;
	width: 133px;
	background-image: url(../images/denwalLogo.png);
	background-repeat: no-repeat;
	display:block;
	margin: 23px 0px 0px 32px;
}
#denwalLogo a:hover {
	background-image: url(../images/denwalLogoDn.png);
	background-repeat: no-repeat;

}
#rapidQuote {
	margin: 13px 0px 0px 32px;
	height: 25px;
	width: 145px;
}
#rapidQuote a{
	height: 25px;
	background-image: url(../images/rapidQuote.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
}
#rapidQuote a:hover{
	background-image: url(../images/rapidQuote.gif);
	background-position: -160px 0px;
	background-repeat: no-repeat;
	display: block;
}
#call {
	width: 243px;
	height: 25px;
	margin: 120px 0px 0px 235px;
	position: absolute;
}

#footer {
	width: 954px;
	height: 46px;
	background-image: url(../images/footer.png);
	margin-top: 3px;
	font-size: 9px;
	color: #6e7986;
	text-align: right;
	line-height: 30px;
	padding-right: 10px;
}
#footer a {
	color: #6e7986;
	font-size: 10px;
	outline: none;
}
#footer a:hover {
	color: #7c7589;
	font-size: 10px;
	outline: none;
}
.clear {
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
