/* CSS Document */

/* CSS Document */

h1 {
	font: bold 175% Arial,sans-serif;
	color: #666190;
	border-bottom: 1px solid #666190;
}
	
h2 {
	font: bold 140% Arial,sans-serif;
	color: #666190;
	border-bottom: 1px solid #666190;
}

h3 {
	font-family: Arial;
	font-size: 12ox;
	font-weight: bold;
	color: #666190;
}

/* Page Content */
#page_navigation {
	width: 240px;
	margin-right: 20px;
	margin-top: 4px;
	float: left;
	display: inline;
}
#page_navigation ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#page_navigation li{
	display: block;
}
#page_navigation li span{
	display: inline;
}
#page_navigation li a:link, #page_navigation a:visited, #page_navigation a:active {
	display: block;
	width: 228px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding: 5px;
	background-color:#F3F3F3;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-indent: 5px;
}
#page_navigation li a:hover{
	display: block;
	text-indent: 10px;
	background-color: #333;
	color: #FFF;
}
#areas_content {
	margin-left: 260px;
}
#promo {
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	border: 1px solid #999;
	margin-bottom: 10px;
	height: 200px;
}
.navigation_header {
	width: 225px;
	padding-left: 10px;
	padding-right: 5px;
	height: 24px;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #999;
	line-height: 24px;
	font-weight: bold;
}
.navigation_break {
	height: 10px;
}
.navigation_logo {
	padding-bottom: 15px;
}
#tab_padding {
	padding-left: 4px;
	padding-right: 4px;
}
#quotation {
	width: 230px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666190;
	padding-top: 10px;
}
.quote_top {
	float: left;
	padding-right: 5px;
}
.quote_bottom {
	float: right;
	padding-left: 5px;
}
.quote_source {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
}
#page_title {
	width: 800px;
	height: 80px;
	border: 1px solid #333;
	background-color: #333;
}
#page_logo {
	width: 40px;
	height: 40px;
	background-image: url(../images/jpg/white_g.jpg);
	background-repeat: no-repeat;
	margin-left: 740px;
	margin-top: 20px;
	position: absolute;
	float: right;
}
#page_title_text {
	width: 200px;
	height: 30px;
	margin-left: 20px;
	margin-top: 25px;
	background-image: url(../images/jpg/titles/areas.jpg);
	background-repeat: no-repeat;
	position: absolute;
	float: left;
}
#footer {
	clear: both;
	border-top: 1px solid #333;
	line-height: 30px;
	text-align: right;
	margin-top: 10px;
}