/* CSS Document */

body	{
	color: #333;
	background: #666;
	margin: 0 0 0 0;
	padding: 0;
	}
.hide	{
	display: none;
	}


/* links pseudo classes */

a:link	{
	font-weight: normal;
	text-decoration: none;
	color: #000099;
	background: transparent;
	}
a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #000099;
	background: transparent;
	}
a:hover	{
	font-weight: normal;
	text-decoration: none;
	color: #cc0000;
	background: transparent;
	}
a:active {
	font-weight: normal;
	text-decoration: none;
	color: #cc0000;
	background: transparent;
	}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
ul	{
	line-height: 1.3;
	}
p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	line-height: 1.5;
	}
h1	{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #D49F55;
	padding-bottom: 5px;
	}
h2	{
	font-size: 14px;
	font-weight: bold;
	}
h3	{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 5px;
	}
.lmenu {
	margin: 0;
	}
.caption {
	font-size: 11px;
	line-height: 1.2;
	font-style: italic;
	}
.image_left {
	float: left;
	padding: 0 10px 10px 0;
	}
#header {
	width: 770px;
	background: transparent url(images/header_awning.gif) repeat;
	}
#content {
	margin: 0 0 0 10px;
	width: 760px;
	}
#left_panel {
	background: #E7C9A0;
	padding: 40px 15px 30px 20px;
	border-right: 3px solid #666;
	vertical-align: top;
	width: 180px;		/* IE4/5.5 - stops here */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 142px;		/* 20 + [142] + 15 + 3 = 180 */
	}
#right_panel {
	background: #FFF;
	padding: 40px 50px 30px 40px;
	vertical-align: top;
	}
#footer {
	padding: 20px 0 0 0;
	}
.footer {
	font-size: 9px;
	color: #e4e4e4;
	line-height: 1;
	text-align: center;
	}
#footer p a:link, #footer p a:visited {
	color: #FFF;
	}
#footer p a:hover {
	color: #FFF;
	}

/* HOME */
#home_left {
	background: #E7C9A0;
	padding: 0;
	border-right: 3px solid #666;
	vertical-align: top;
	width: 178px;		/* IE4/5.5  */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 175px;		/* [175] + 3 = 178 */
	}
#home_center {
	background: #FFF;
	padding: 20px 20px 20px 20px;
	border-right: 3px solid #666;
	vertical-align: top;
	width: 313px;		/* IE4/5.5 - box model includes everything but borders */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 270px;		/* 20 + [270] + 20 + 3 = 313 */
	}
#home_right {
	padding: 0;
	margin: 0;
	vertical-align: top;
	}
#home_phone_number {
	}
table#home_phone_number td {
	padding: 15px 15px 15px 18px;
	font-weight: bold;
	}
#home_quick_links {
	}
table#home_quick_links td {
	padding: 10px 15px 10px 18px;
	background-color: #f3e4d1;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}
#home_image {
	}
table#home_image td {
	padding: 20px 5px 5px 5px;
	}
/* MAIN MENU NAVIGATION */
table#nav {
	border-top: 1px solid #D49F55;
	border-left: 1px solid #D49F55;
	border-bottom: 1px solid #D49F55;
	}
table#nav td {
	font: 12px arial, helvetica, sans-serif;
	text-align: center;
	border-right: 1px solid #D49F55;
	}
table#nav td a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	
	}
#nav td a:link, #nav td a:visited {
	/*background - none*/
	display: block;
	margin: 0;
	width: 80px;
	line-height: 24px;
	color: #FFF;
	}
#nav td a:hover {
	color: #FFF;
	background-color: #8f8f8f;
	}
	
/* TOP NAVIGATION */
table#topnav {
	border-top: 1px solid #D49F55;
	border-left: 1px solid #D49F55;
	border-bottom: 1px solid #D49F55;
	margin: 25px 6px 0 0;
	}
table#topnav td {
	font: 10px arial, helvetica, sans-serif;
	text-align: center;
	border-right: 1px solid #D49F55;
	}
table#topnav td a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	}
#topnav td a:link, #topnav td a:visited {
	background-color: #e7c9a0;
	display: block;
	margin: 0;
	width: 70px;
	line-height: 18px;
	color: #666;
	}
#topnav td a:hover {
	color: #666;
	background-color: #fff;
	}
