@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#top {
	background: url(images/lines.jpg) repeat;
	width: 100%;
	height: 118px;
}

#top_content {
	width: 739px;
	margin: 0 auto;
	padding: 0 51px 0 0;
}

#logo {
	background: url(images/logo.jpg);
	width: 270px;
	height: 118px;
	float: left;
	display: block;
}

#nav {
	height: 22px;
	margin: 86px 0 0 0;
	padding: 0;
	float: right;
	line-height: 22px;
}

#nav li {
	display: inline;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 10px;
	margin: 0 2px;
	line-height: 22px;
	display: block;
	float: left;
	cursor: pointer;
	font-weight: bold;
}

#nav li a span {
	float: left;
	padding: 0 10px 0 0;
	cursor: pointer;
}

#nav li a:hover {
	background: #262626 url(images/roll_left.jpg) left no-repeat;
	color: #f8e624;
}

#nav li a:hover span {
	background: url(images/roll_right.jpg) right no-repeat;
	float: left;
}

#content {
	background: url(images/content_bg.jpg) repeat-x #fff;
	width: 100%;
	clear: both;
	padding: 31px 0 10px 0;
}

#container {
	background: url(images/fg.jpg) repeat-y;
	width: 673px;
	margin: 0 auto;
}

#left {
	width: 398px;
	padding: 0 10px 0 0;
	float: left;
}

#mid {
	width: 3px;
	height: 100%;
	background: #ebebeb;
	float: left;
}

#left h1 {
	margin: 10px 0 0 9px;
	padding: 0;
	font-size: 14px;
}

#home_left_hr {
	background: url(images/home_hr_left.jpg);
	width: 398px;
	height: 4px;
	border: none;
	padding: 0;
	margin: 0;
}

#services_left_hr {
	background: url(images/services_hr_left.jpg);
	width: 398px;
	height: 4px;
	border: none;
	padding: 0;
	margin: 0;
}

#contact_left_hr {
	background: url(images/contact_hr_left.jpg);
	width: 398px;
	height: 4px;
	border: none;
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
	padding: 5px 9px;
}

#right {
	width: 252px;
	float: right;
}

#right h1 {
	margin: 0 0 0 1px;
	padding: 0;
	font-size: 14px;
}

#home_right_hr {
	background: url(images/home_hr_right.jpg);
	width: 252px;
	height: 4px;
	border: none;
	padding: 0;
	margin: 0;
}

#services_right_hr {
	background: url(images/services_hr_right.jpg);
	width: 252px;
	height: 4px;
	border: none;
	padding: 0;
	margin: 0;
}

#contact_right_hr {
	background: url(images/contact_hr_right.jpg);
	width: 252px;
	height: 4px;
	border: none;
	padding: 0;
	margin: 0;
}

.text {
	background: #fcf4a1;
	width: 240px;
	height: 21px;
	padding: 5px 5px 0 5px;
	margin: 0;
	border: 1px solid #e0e0e0;
}

#text {
	background: #fcf4a1;
	width: 240px;
	height: 130px;
	padding: 5px 5px 0 5px;
	margin: 0;
	border: 1px solid #e0e0e0;
}

.submit {
	background: url(images/submit_bg.jpg);
	width: 68px;
	height: 29px;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
	border: none;
	padding: 0;
	margin: 3px 2px 3px 0;
	float: left;
	cursor: pointer;
}

.red {
	color: #ff0000;
}

.clear {
	clear: both;
}

#right em {
	font-size: 11px;
}

#content_bottom {
	background: url(images/bottom.jpg);
	width: 100%;
	height: 12px;
}

#footer {
	background: url(images/lines.jpg) repeat;
	width: 100%;
	height: 75px;
}


#footer_content {
	width: 656px;
	margin: 0 auto;
	padding: 14px 0 0 0;
	line-height: 18px;
	color: #fff;
}

#footer_content a {
	color: #fff;
	text-decoration: none;
	margin: 0 3px 0 0;
}

#footer_content a:hover {
	text-decoration: underline;
}

.yellow {
	color: #f9e723;
}
