@charset "utf-8";
/* Globimport CSS Document */

html, body {
	width:100%;
	height:100%;
	margin:0;
	background:url(images/bg_pattern.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	}
a {
	outline:none;
	}
h1 {
	height:25px;
	padding-left:28px;
	background:url(images/h1_bg.jpg) no-repeat;
	font-size:18px;
	color:#37383b;
	font-weight:normal;
	float:left;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:10px;
	}
h2 {
	font-size:14px;
	color:#eb6e1f;
	margin:0;
	margin:15px 0 5px 12px;
	}
.header {
	width:876px;
	height:107px;
	margin:0 auto;
	}
.header .logo {
	float:left;
	}
.header .logo a span {
	display:none;
	}
.header .logo a {
	display:block;
	background:url(images/header_logo.jpg);
	width:404px;
	height:107px;
	}
.header .utility {
	float:right;
	text-align:right;
	color:#969291;
	font-size:9px;
	/*margin-top:34px;*/
	margin-top:42px;
	padding-right:2px;
	}
.header .utility .phone {
	font-size:18px;
	color:#322b29;
	}
.header .utility ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-top:3px;
	}
.header .utility li {
	display:inline;
	padding:0 10px;
	border-right:1px solid #969291;
	}
.header .utility li.last {
	border:0;
	padding-right:0;
	}
.header .utility a {
	text-decoration:none;
	font-size:11px;
	color:#eb6e1f;
	}
.header .utility a:hover {
	text-decoration:underline;
	}
.banner {
	height:197px;
	width:100%;
	background:url(images/banner_bg.png) center center no-repeat;
	margin-top:2px;
	}
.banner .image {
	width:876px;
	margin:0 auto;
	}
.topnav {
	background:url(images/topnav_bg.jpg) no-repeat;
	width:876px;
	height:46px;
	margin:0 auto;
	margin-top:1px;
	padding-top:17px;
	overflow:hidden;
	}
.topnav ul {
	margin:0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	}
.topnav li {
	display:inline;
	}
.topnav li a {
	height:36px;
	padding:12px 38px;
	color:#dddddd;
	text-decoration:none;
	}
.topnav li a:hover, .topnav .active {
	background:url(images/topnav_hover_bg.jpg) repeat-x;
	color:#fff;
	}
.topnav ul .seperator {
	background:url(images/topnav-seperator.jpg) center top no-repeat;
	padding:12px 7px;
	margin:0;
	cursor:default;
	}
.content {
	width:886px;
	background:url(images/content_top_bg.jpg) no-repeat;
	margin:0 auto;
	min-height:250px;
	height:auto !important;
	height:250px;
	margin-top:-17px;
	padding-top:25px;
	}
.pagebody {
	width:847px;
	margin:0 auto;
	}
.pagebody p {
	color:#404040;
	font-size:12px;
	line-height:20px;
	padding:0 12px;
	margin:10px 0 15px 0;
	}
.pagebody ul {
	color:#404040;
	font-size:12px;
	line-height:20px;
	list-style:none;
	}
.pagebody ul li {
	background:url(images/list_image.jpg) no-repeat left center;
	padding-left:15px;
	}
.pagebody a {
	text-decoration:none;
	color:#eb6e1f;
	}
.pagebody a:hover {
	text-decoration:underline;
	}
.footer {
	width:875px;
	height:65px;
	margin:0 auto;
	background:url(images/footer_bg.jpg) no-repeat;
	border-bottom:2px solid #eb6e1f;
	font-size:9px;
	}
.footer ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	padding-top:31px;
	}
.footer li {
	display:inline;
	border-right:1px solid #cccccc;
	font-size:9px;
	}
.footer li.last {
	border:0;
	}
.footer li a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:9px;
	color:#7a7a7a;
	padding:0 13px;
	}
.footer li a:hover {
	color:#333333;
	}
.copyright {
	width:860px;
	height:15px;
	margin:7px auto;
	font-size:9px;
	color:#86888d;
	background:url(images/copyright_bg.jpg) no-repeat right top;
	padding-bottom:15px;
	}
.copyright a {
	color:#666666;
	text-decoration:none;
	}
.copyright a:hover {
	text-decoration:underline;
	}
