body {
	background-color: #f4f0bc;
	margin-top: 0;
	margin-bottom: 0;
	color: #333333;
}
a:link, a:visited {
	color: #830a27;
	text-decoration:underline;
}
a:hover, a:active {
	color: #d24856;
}
/* ----------menu-------------- */
#header {
    float:left;
	width:100%;
	background:url(images/bg.gif) repeat-x bottom;
	font-size:93%;
	line-height:normal;
	font: Arial, Helvetica, sans-serif;	
}
#header ul {
    margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#header li {
    float:left;
	background:url(images/norm_right.jpg) no-repeat right top;
	font-size: 10px;
	margin:0;
	padding:0;
	list-style:none;
}
#header a {
    float:left;
    display:block;
	background:url(images/norm_left.jpg) no-repeat left top;
	padding:5px 20px 4px 20px;
	text-decoration:none;
	color:#e0debd;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */

#header a:hover { color: #ffffff;}
#header #current {
    background-image:url(images/norm_right_on.jpg);
}
#header #current a{
    background-image:url(images/norm_left_on.jpg);
	padding-bottom:5px;
	color:#FFFFFF;
}

/* ----------main body-------------- */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
	color:#880b29;
	font-weight:normal;
	font-style:italic;
	margin-bottom:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f6b9cd;
}
h2 {
	font: normal 18px "Times New Roman", Times, serif;
	color: #880b29;
}
h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #5c5b42;
}
p {
	color: #333333;
	line-height: 20px;
	font: normal 12px Arial, Helvetica, sans-serif;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	list-style-image:url(images/bullet.gif);
}
hr  {
	border:none;
	border-bottom:solid 1px #f6b9cd;
	width:100%;
	margin:10px 0 10px 0;
}
.small {
	color: #333333;
	line-height: 18px;
	font: normal 10px Arial, Helvetica, sans-serif;
}
.service-areas {
    background: url(images/bkg-body_right.jpg) repeat-y;
}	

/* ----------footer-------------- */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
}
a.footer:link, a.footer:visited  {
	color: #ffffff;
	text-decoration: none;
}
a.footer:hover, a.footer:active {
	text-decoration: underline;
}
