/* Interior Style Sheet */

body, html {
	height: 100%;
	text-align: center;
	margin: 0;
	background: url('images/back.jpg') center top repeat-x;
}

/* Images */
.no_border {
	border: 1px solid #CCC;
	padding: 6px;
}

.border {
	width: 780px;
	background: url('images/border.gif');
	margin: 0 auto 0;
}

.container {
	width: 766px;
	margin: 0 auto 0;
}

/* Logo */
.header {	
	height: 109px;
	background: url('images/header_back.gif');
	position: relative;
	text-align: left;
}

.header .logo {
	position: absolute;
	left: 23px;
	top: 21px;
}

.header_right {
	width: 250px;
	height: 109px;
	position: absolute;
	right: 0;
	top: 0;
	background: url('images/header_phone.gif') top right no-repeat;
	text-align: center;
}

.header_right p {
	color: #563e33;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	margin: 16px 10px 6px 0;
}

.header_right .number {
	color: #FFF;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;	
	margin: 0 10px 0 0;
}

/* Menu */
.menu {
	height: 43px;
	background: url('images/menu_back.gif');
	text-align: center;
}

.menu ul {
    margin: 0;
    padding: 11px 0 0 0;
}

.menu ul li {
    display: inline;
    margin: 0 3px;
	position: relative;
}

.menu ul .sep {
	padding: 0 5px 0 0;
}

.menu ul li img {
	position: absolute;
	top: 0;
}

.menu ul li a {
	color: #FFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 15px;
	padding: 9px 5px;
}

.menu ul li a:hover {
	background: url('images/menu_back_hover.gif');
}

.menu ul .selected a {
	background: url('images/menu_back_hover.gif');
}	

/* Image */
.image {
	height: 247px;
}

/* Content */
.content {
	background: #FFF;
	padding: 10px 0 15px 13px;
	text-align: left;
	background: url('images/bot_grad.gif') bottom repeat-x #FFF;
}

.content_left {
	float: left;
	width: 200px;
	padding: 10px 0 0 0;
}

.content_right {
	float: right;
	width: 546px;
}

.box {
	background: url('images/box_back.gif') repeat-x #f0f0f0;
	min-height: 200px;
	position: relative;
	padding: 7px 30px 20px 0;
	text-align: left;
	margin: 0 0 30px 0;
}

.box_text {
	float: right;	
	width: 520px;
	padding: 5px 0 0 0;
}

.content_right .box {
	padding: 15px 13px 20px 20px;
}

.box h2 {
	color: #323232;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 25px 10px;
}

.box p {
	color: #474646;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	letter-spacing: 1px;
	line-height: 15px;
}

.box .text {
	font-weight: normal;
	line-height: 15px;
	color: #000;
	letter-spacing: 1px;
}

.box .bullet a {
	background: url('images/bullet.gif') 0 5px no-repeat;
	padding: 0 0 0 10px;
	color: #fa5e00;
	letter-spacing: 1px;
}

.box .bullet a:hover {
	color: #474646;
}

.box_corner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 28px;
	height: 20px;
	background: url('images/box_corner.gif');
}

.box_image {
	float: left;
	width: 155px;
	padding: 0 0 0 20px;
}

.split_left {
	float: left;
	width: 300px;
	position: relative;
}

.split_right {
	float: right;
	width: 450px;
	padding: 0 0 45px 0;
}

.split_right h2 {
	background: url('images/arrow.gif') 0 1px no-repeat;
	color: #323232;
	font-family: Arial;
	font-size: 22px;
	padding: 0;
	margin: 0 0 20px 0;
	padding: 0 0 0 35px;
	height: 27px;
	font-weight: normal;
}

.content_left h2 {
	background: url('images/arrow_2.gif') 0 2px no-repeat;
	color: #323232;
	font-family: Arial;
	font-size: 19px;
	margin: 0 0 15px 0;
	padding: 0 0 5px 35px;
	font-weight: normal;
}

.split_right .split_sub_left {
	width: 51%;
	float: left;
	border-right: 2px solid #e5e5e5;
}

.split_right .split_sub_right {
	width: 48%;
	float: left;
	text-align: left;
}

.content ul {
	color: #373737;
	font-size: 13px;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	letter-spacing: 1px;
}

.split_right .split_sub_right ul {
	padding: 0 0 0 30px;
}

.content_left ul {
	padding: 16px 0 0 20px;
	color: #595959;
}

.content_left ul li {
	padding: 1px 0;
	font-family: Tahoma;
	font-size: 13px;
	color: #595959;
	font-weight: bold;
}

.content ul a {
	font-family: Tahoma;
	font-size: 13px;
	color: #373737;
	font-weight: bold;
} 

.content_left ul a {
	color: #595959;
}

.content ul a:hover {
	color: #fa5e00;
} 

/* Footer */
.footer {
	height: 59px;
	background: url('images/footer_back.gif');
	text-align: center;
	color: #494949;
	font-family: Tahoma;
	font-size: 11px;
}

.footer p {
	padding: 10px 0 0 0;
	margin: 0;
}

.footer a {
	color: #494949;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .white {
	color: #FFF;
	font-weight: bold;
}

.footer .white a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.footer .white a:hover {
	text-decoration: underline;
}

