@charset "utf-8";
/* CSS Document */
* {
	font-family:Tahoma, Geneva, Verdana, sans-serif;
	margin:0px;
	padding:0px;
}

body {
	background-color:643938;
	margin:0px;
	padding:0px;
	scrollbar-face-color:#712625;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#BCA9A8;
}

#background1 {
	width:875px;
	background-image:url(background_layer1.gif);
	background-repeat:repeat;
	height:612px;
}

#background2 {
	width:805px;
	background-image:url(background_layer3_rev1.jpg);
	background-repeat:repeat-y;
	height:100%;
	margin-left:27px;
}

#content {
	height:590px;
}

#left_column {
	width:270px;
	float:left;
}

#menu_list ul, #menu_list li {
	margin-left:20px; 
	padding-top:0; 
	list-style-type:none; 
}

#menu_list li{ 
	background:url(list_bullet.gif) 0px 11px no-repeat;
	padding-top:5px;
	padding-bottom:0px;
	padding-left:15px;
} 

#menu_list li a{ 
	font-size: 14px;
	font-weight: bold;
	color: #470000;
	text-decoration:none;
} 

#menu_list li a:hover{ 
	text-decoration:underline;
} 

#submenu_list ul, #submenu_list li {
	margin-left:20px; 
	padding:0; 
	list-style-type:none; 
}

#submenu_list li{ 
	/*background:url(list_bullet.gif) 0px 24px no-repeat;  */
	padding-left:30px;
} 

#submenu_list li a{ 
	font-size: 12px;
	color: #470000;
	text-decoration:none;
} 

#submenu_list li a:hover{ 
	text-decoration:underline;
} 


#nav_menu {
	padding-top: 0px;
	padding-bottom: 0px;
	width:240px;
}

#promo {
	padding-left:80px;
	
}

#right_column_notext {
	width:495px;
	float:right;
	margin-right:25px;
}

#right_column_text {
	margin-top:20px;
	width:485px;
	height:520px;
	float:right;
	margin-right:25px;
	padding-right:10px;
	overflow:auto;
	font-size:14px;
}

#right_column_text a{
	color:#006666;
}

#right_column_text p{
	margin-top:20px;
}

#logo {
	padding-top:15px;
	padding-left:20px;
}

#contact_info {
	color:#4c0000;
	font-size:12px;
	text-align:right;
	padding-right:15px;
}

#footer {
	width:875px;
	background-image:url(background_layer2.gif);
	background-repeat:no-repeat;
	height:40px;
}

#footer p {
	padding-left:25px;
	padding-top:15px;
	font-size:10px;
	color:#876c64;
	margin:0px;
}

#footer a {
	color:#876c64;
}

h1 {
	font-size:14px;
	color:#006666;
	font-weight:bold;
}
