@charset "utf-8";
body {
	background: url(../images/bg_main.gif) repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}
img {
	border: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
#allied-main {
	background: url(../images/bg_mid_bottom.gif) no-repeat bottom center;
	height: 730px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	width: 990px;
}
#allied-main div {
	position: relative;
}
#header {
	background: url(../images/bg_mid_top.gif) no-repeat top center;
	color: #fff;
	height: 48px;
	line-height: 55px;
	padding-right: 20px;
	text-align: right;
	text-transform: uppercase;
}
#header img {
	vertical-align: middle;
}
#header a {
	color: #fff;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#nav {
	background: url(../images/bg_mid_center.gif) no-repeat top center;
	height: 234px;
	padding: 0px 12px;
}
#nav img {
	vertical-align: top;
}
#nav #button_bar {
	background:url(../images/nav_bg_bar.gif) no-repeat bottom left;
	bottom: 0px;
	height: 77px;
	left: 8px;
	position: absolute;
	width: 974px;

}
#nav #button_bar ul {
	display: inline;
	height: 69px;
	margin: 0px;
	padding: 0px;
}
#nav #button_bar ul li {
	background: url(../images/nav_divider_line.gif) no-repeat left 14px;
	float: left;
	height: 69px;
	list-style: none;
	padding: 0px 0px 0px 1px;
	margin: 0px;
}
#nav #button_bar ul li.first {
	background: 0;
	padding: 0px 0px 0px 5px;
}
#nav #button_bar ul li a {
	color: #fff;
	background: 0;
	display: moz-inline-stack;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 72px;
	line-height: 80px;	
	padding: 0px 24px;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav #button_bar ul li a:hover,
#nav #button_bar ul li a.active {
	background: url(../images/nav_active_button_bg.gif) 50% bottom no-repeat;
}
#content {
	height: 397px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 972px;
}
#content h1 {
	font-family: Tahoma, Helvetica, sans-serif;
	margin: 15px 40px;
	font-weight: lighter;
	font-size: 16px;
	width: 55%;
}
#content .service_display {
	margin: 0px 40px;
}
#content .service_display .item {
	border: 1px solid #a3a3a3;
	float: left;
	font-size: 12px;
	height: 290px;
	line-height: 20px;
	margin-right: 5px;
	padding: 4px;
	width: 208px;
}
#content .service_display .item.last {
	margin-right: 0px;
}
#content .service_display .item img {
	border: 3px solid #000;
}
#content .service_display .item h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#content .service_display .item p {
	margin: 0px 30px 0px 5px;
}
#content .service_display .item a {
	color: #8f2424;
	display: block;
	font-size: 11px;
	margin: 10px 0px 0px 5px;
}
#content #sub_content {
	width: 50%;
}
#content #sub_content h1 {
	border-bottom: 1px solid #898989;
	color: #781616;
	font-size: 26px;
	font-weight: bold;
	width: 100%;
}
#content #sub_content p {
	font-size: 12px;
	line-height: 22px;
	margin: 0px 0px 20px 40px;
}
#content #sub_content .information {
	color: #781616;
	font-size: 14px;
	font-weight: bold;
	margin-left: 40px;
}
#content #photo_slideshow {
	background: #cacaca;
	position: absolute;
	right: 25px;
	padding: 9px;
	margin: 0 auto;
	text-align: center;
	top: 40px;
}
#content #photo_slideshow img#gallery_photo {
	border: 5px solid #741b1b;
	margin: 0px 0px 9px 0px;
}
#content #photo_slideshow .buttons {
	
	margin: 0 auto;
	text-align: center;
}
#content #photo_slideshow .buttons img {
	cursor: pointer;
	position: relative;
}
#footer {
	background: url(../images/bg_footer.gif) repeat-x;
	height: 52px;
	line-height: 52px;
	margin: 0 auto;
	overflow: hidden;
	width: 972px;
}
#footer #links {
	color: #fff;
	float: left;
	padding: 0px 0px 0px 40px;
	text-align: left;
	width: 525px;
}
#footer #links a {
	color: #fff;
	text-decoration: none;
}
#footer #certifications {
	float: right;
	font-size: 12px;
	line-height: 60px;
	margin: 0px 60px 0px 0px;
}
#footer #certifications img {
	margin: 0px 0px 10px 5px;
	vertical-align: middle;
}