@charset "utf-8";
/* CSS Document */

h1 {
	font: bold 175% Arial,sans-serif;
	color: #8B0304;
}
	
h2 {
	font: bold 150% Arial,sans-serif;
	color: #8B0304;
}

h3 {
	font: bold 150% Arial,sans-serif;
	color: #8B0304;
}
h5 {
	font: bold 20px Arial,sans-serif;
	color: #999999;
}

/* Page Content */
#page_navigation {
	width: 240px;
	margin-right: 20px;
	margin-top: 0px;
	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: 11px;
	font-weight: bold;
	color: #8B0304;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid #8B0304;
	border-left: 1px solid #8B0304;
	border-right: 1px solid #8B0304;
	text-indent: 5px;
}
#page_navigation li a:hover{
	display: block;
	text-indent: 10px;
	background-image: url(../images/jpg/service_nav.jpg);
	background-repeat: repeat-y;
	color: #FFF;
}
#services_content {
	width: 520px;
	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: #8B0304;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 24px;
	font-weight: bold;
}
.navigation_break {
	height: 10px;
}
.navigation_logo {
	padding-bottom: 15px;
}
#quotation {
	width: 230px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8B0304;
	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/people.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;
}