* { padding:0; margin:0; }
body {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 0.7em;
	padding: 0px;
	margin: 0px;
	background-color: #E2D4B7;
	background-image: url(images/background.jpg);
}
/* main base */
#base {
	margin: 0 auto;
	text-align: left;
	width: 750px;
	border-left: 1px solid #5A481C;
	border-right: 1px solid #5A481C;
}
/* header */

#phone-number {
	padding: 2px 0px 10px 0px;
	text-align: center;
}

#phone-number strong {
	color: #fed;
	font-size: 2em;
}



#header { 
	background-color: #5A481C; 
	color: #FFFFFF;
	background-image: url(images/logo-top.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size: 120%;
	padding: 0px 0px 5px 0px;
}
/* menu */
#header ul { padding: 0px 0px 5px 20px; clear: both;}
#header li { display: inline; }
#header a:link, #header a:visited { text-decoration: none; color: #FFFFFF; } 
#header a:hover { text-decoration: underline; color: #D4C5A8; } 
/* footer */
#footer { background-color: #5A481C; color: #FFFFFF; padding: 5px; text-align: center; }
/* page */
#page { vertical-align: top; height: 460px; background-color: #CCEAEA; }
/* content */
/* the 'float' attribute is within each page. */
#content {
	width: 495px;
	background-color: #CCEAEA;
	vertical-align: top;
	height: 100%; 
	margin: 0;
}
.left {
	background-image: url(images/blue-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0; margin: 0;
}
.right {
	background-image: url(images/Rblue-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0; margin: 0;
}
/* sidebar */
/* the 'float' attribute is within each page. */
#sidebar {
	background-image: url(images/side-bg.jpg); 
	background-repeat: repeat-x; 
	background-position: bottom;
	width: 246px;
	margin: 0;
	height: 500px;
	vertical-align: top;
	padding-bottom: 250px;
}
#sidebar p { margin:0; color: #FFFFFF; }
/* headings */
h1 { 
	padding: 10px; 
	font-size: 150%; 
	font-family: Arial, Helvetica, sans-serif;  
	letter-spacing: -1px;
	color: #5A481C;
}
h2 { 
	padding: 15px; 
	font-size: 120%; 
	font-family: Arial, Helvetica, sans-serif;  
	letter-spacing: -1px;
	color: #5A481C;
}
/* headings end */
p { margin: 10px; margin-left: 15px; }
/* welcome list */
ul#welcome { margin-left: 20px; font-size:100%; }
#welcome li { 
	padding-left: 15px; 
	background-image:  url(images/arrow.jpg);
	background-position: 0 0.3em;
	background-repeat: no-repeat;
	list-style: none;
	font-size: 110%; 
	color: #5A481C; 
	font-weight: bold;
	margin: 3px 3px 10px 10px;
}
/* end */
strong { color: #5A481C; font-size:120%; letter-spacing:-1px; }
/* link styles */
a:link, a:visited { color: #5A481C; }
a:hover { color: #000000; text-decoration: none; }
/* sidebar link styles */
#sidebar a:link, #sidebar a:visited { color: #CCEAEA; font-size:90%; text-decoration: none; }
#sidebar a:hover { color: #FFFFFF; }
/* scroller */
#scroller {
	overflow: auto;
	width: 490px;
	height: 390px;
	margin-top: 10px;
	text-align: justify;
}
#logo {
	float: left;
	background-image: url(images/logo-bottom.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 252px;
	height: 70px;
}
#quickquote {
	text-align: center;
	margin: 0px; padding: 20px 0px;
	float: left;
	width: 100%;
}
#quickquote img {
	border: 0px;
}
/* position div */
div.position {
	position: relative;
	padding: 0;
	margin: 0;
}

div.image {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 0px 20px 0px;
}


/* other */
p.error {
	font-weight: bold;
	color: #b00;
}



ul {
	margin: 0px; padding: 0px 0px 0px 40px;
}


li {
	margin: 0px; padding: 0px;
}
