@charset "utf-8";
/* CSS Document */
body {
	font: 12px/16px Verdana, Geneva, sans-serif;
	background: #32331d url(/graphics/background-09/tile.jpg) repeat;
	color:#333;
}
a:link, a:visited, a:active{
	color:#333;
}
a:hover{
	color:#c03000;
}
h1 {
	font: italic bold 16px/20px Verdana, Geneva, sans-serif;
	color: #c03000;
	border-bottom: 1px solid #c03000;
	margin:0px 0px 10px 0px;
	padding:0px;
}
#wrapper{}
/*header---------------------------------------------------------------------------------------------------*/
#header{
	height:138px;
	width:750px;
	background: url(/graphics/header-09/header.gif) no-repeat;
	text-align:right;
	color:#fff;
	vertical-align:top;
}
#header a:link, #header a:visited, #header a:active{
	color:#fff;
}
#header a:hover{
	color:#c03000;
}
/*content--------------------------------------------------------------------------------------------------*/
#content{}
#leftNav{
	vertical-align:top;
	text-align:left;
	background: #b4af91 url(/graphics/background-09/left-nav-tile.jpg) repeat-y;	
}
#leftNavOrn{
	background: #b4af91 url(/graphics/background-09/left-nav-tile.jpg) repeat-y;
	height:104px;
	width:160px;
	vertical-align:bottom;
}
#mainContent{
	vertical-align:top;
	background:#fff url(/graphics/background-09/phone-number.jpg) no-repeat top right;
	text-align:left;
	margin:0px;
	padding:5px 10px 10px 10px;
}
/*footer---------------------------------------------------------------------------------------------------*/
#footer{
	text-align:left;
	color:#fff;
	line-height:20px;
	padding:0px 10px 0px 10px;
	height:50px;
	width:750px;
	background: url(/graphics/footer-09/footer.jpg) no-repeat;
}
#footer a:link, #footer a:visited, #footer a:active{
	color:#fff;
}
#footer a:hover{
	color:#c03000;
}

#frmContent {
	background-color:#fff;
}