@charset "UTF-8";
body {
	background: #FFF;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
}
.container {
	width: 1000px;
	background: #FFF;
	margin: 0 auto;
}
.container ul ,ol , dl{ 
padding: 0;
	margin: 0;
	font-size: .72em;
}
.container a:link {
	color: #600;
	text-decoration: underline; 
}
.container a:visited {
	color: #600;
	text-decoration: underline; 
}
.container a:hover {
	color: #000;
	text-decoration: underline;
}
.container a:active { 
	color: #000;
	text-decoration: underline;
}
.container a:focus { 
	color: #000;
	text-decoration: underline;
}
.container .headline {
	width: 720px;
	float: right;
	margin: 20px 0 10px 0;
	text-align: right;
}
.container .headline #name_one {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.8em;
	color: #999;
	text-align: right;
	width: 100%;
	font-weight: bold;
	vertical-align: bottom;
}
.container .headline #name_two {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #333;
	text-align: right;
	width: 100%;
	font-weight: normal;
}
.container .feature_region {
	width: 720px;
	float: right;
	margin: 4px 0 10px 0;
}
.container  .region1 {
	float: left;
	width: 340px;
	margin: 0px 0 10px 0;
}
.container #region_wrapper {
	width: 720px;
	float: right;
	margin: 0;
}
.container  .region2 {
	float: right;
	width: 340px;
	margin: 0 0 10px 0;
}
.container #menu {
	float: left;
	width: 230px;
	min-height: 400px;
	padding: 0;
	margin: 91px 0 20px 0;
	background-color: #FFFFFF;
	background-image: url("../images/menu_bg.png");
	background-repeat: repeat-x;
	border-bottom: 1px solid #B7B7B7;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #C0C0C0;
	min-height: auto;
}
.container #menu p {
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
	font-size: 0.73em;
	margin: 0 0 -1px 0;
	padding: 4px 4px 4px 6px;
}
.container #menu h5 {
	border-bottom: 1px solid #CCCCCC;
	color: #300;
	font-size: 0.7em;
	margin-bottom: -1px;
	padding: 4px 4px 4px 6px;
	background-image: url(../images/sub_menu_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.container #menu p a:link {
	color: #333;
	text-decoration: none;
}
.container #menu p a:visited {
	color: #300;
	text-decoration: none;
}
.container #menu p a:hover {
	color: #333;
	text-decoration: underline;
}
.container #menu p a:active {
	color: #333;
	text-decoration: underline;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container p{
	font-size: .73em;
	color: #000;
}
.container #menu #contact_box {
	background-color: #ececec;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0;
	border-top: solid #b7b7b7 1px;
}
.container #menu #contact_box p {
	font-size: 0.7em;
	border-bottom: 0;
	margin-bottom: 0px;
}
.container #menu #common_links {
	background-color: #ececec;
	width: 230px;
	margin: 6px 0 0 0;
	padding: 0;
	border-top: solid #a39058 2px;

}
.container #menu #common_links p {
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
	font-size: 0.7em;
	margin-bottom: -1px;
	padding: 4px 4px 4px 6px;
}
.container h1{
	font-size: 1.8em;
	color: #666;
}
.container h2{
	font-size: 1.24em;
	color: #a39058;
}
.container h3{
	font-size: 0.88em;
	color: #a39058;
}
.container h4{
	font-size: 0.88em;
	color: #333;
}
.container h5 {
	font-size: 0.88em;
	color: #333;
}
.container h5 {
	font-size: 0.78em;
	color: #333;
}
.container h6 {
	font-size: 0.7em;
	color: #666;
}
