/* GLOBALS */

body {
	background-color: #343434;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 12px;
	color: #6d6d6d;
}
strong { font-weight: bold; color: inherit; }
a { color: #111111; text-decoration: none; }
a:hover { text-decoration: underline; }
.left { float: left; }
.right { float: right; }

/* HEADER */

#header {
	width: 800px;
	margin: 0 auto;
	height: 153px;
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
}
#bar {
	height: 30px;
	line-height: 30px;
	color: #84a3b4;
	text-transform: uppercase;
	font-size: 11px;
}
#bar span { font-weight: normal; color: #ffffff; }
#bar a { color: inherit; }
#logo {
	float: left;
	width: 300px;
	height: 123px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-position: center left;
}
#logo h1 { display: none; }
ul#nav {
	list-style: none;
	float: right;
	margin-top: 48px;
	margin-right: -18px;
}
ul#nav li {
	float: left;
	height: 28px;
	line-height: 28px;
	text-transform: uppercase;
	padding-left: 5px;
}
ul#nav li.current {
	background-image: url(/images/nav_left.png);
	background-repeat: no-repeat;
}
ul#nav li a {
	color: #80b4cb;
	padding: 0 18px 0 13px;
	height: 28px;
	display: block;
}
ul#nav li.current a {
	background-image: url(/images/nav_right.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #ffffff;
	font-weight: bold;
}
ul#nav li a:hover { text-decoration: none; color: #ffffff; }

/* CONTENT */

#content { background-color: #ffffff; }
#wrapper { width: 800px; padding: 15px 0 20px 0; margin: 0 auto; }
#wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* PROMOTIONS & HOME BANNER */

ul#promo {
	list-style: none;
	height: 18px;
}
ul#promo li {
	width: 400px;
	text-align: center;
	line-height: 18px;
	float: left;
	font-size: 11px;
	color: #999999;
}
ul#promo li a { color: inherit; }
ul#promo li a:hover { text-decoration: none; color: #111111; }
ul#promo li img { padding-right: 8px; vertical-align: middle; }
#banner {
	width: 800px;
	height: 235px;
	position: relative;
	background-image: url(/images/banner.png);
	background-repeat: no-repeat;
	margin: 15px 0 20px 0;
}
#banner_text {
	width: 477px;
	height: 106px;
	padding: 15px;
	position: absolute;
	right: 20px;
	top: 83px;
	color: #a79b99;
	line-height: 19px;
}

/* HOME PAGE SERVICE BOXES */

#boxes {  }
.box {
	width: 251px;
	border: 1px solid #d1d1d1;
	float: left;
}
#mid { margin: 0 20px 0 21px; }
.box_head {
	width: 241px;
	height: 23px;
	padding: 5px;
	line-height: 23px;
	border-bottom: 1px solid #d1d1d1;
	background-color: #ffffff;
}
.box_head h3 {
	float: left;
	font-size: 13px;
	color: #111111;
	line-height: 23px;
	padding-left: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
.box_head a.box_more {
	display: block;
	height: 23px;
	width: 48px;
	float: right;
	background-image: url(/images/box_more.png);
	background-repeat: no-repeat;
}
.box_head a.box_more span { display: none; }
.box_content {
	width: 231px;
	padding: 8px 10px 8px 10px;
	height: 80px;
	line-height: 20px;
	background-image: url(/images/gradient.png);
	background-repeat: repeat-x;
}

/* FOOTER */

#footer {
	width: 800px;
	height: 115px !important;
	margin: 0 auto;
	background-image: url(/images/footer.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	text-align: center;
	color: #a8a8a8;
}
#footer strong { 
color: #ffffff;
text-decoration: none;
}
#footer a, #footer span { color: #747474; }
#footer a:hover { color: #ffffff; text-decoration: none; }
