html {
	overflow-y: scroll;
	height: 100%;
	color: #222;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
}
body {
	font-family: Tahoma, sans-serif;
	background-color: #fff;
	background-image: url('images/body_bg.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #222;
	font-size: 14px;
	height: 100%;
	width: 100%;
}
hr {
	color: #858585;
	background-color: #858585;
	width: 100%;
	height: 1px;
	border: none;
}

h1 {
	font-size: 36px;
	color: #de6b08;
	line-height: 24px;
	padding: 0px;
	margin: 10px 0 8px 0;
	border-bottom: 0px solid #000;
	width: 660px;
}
h2 {
	color: #de6b08;
	margin: 14px 0 4px 0;
	font-size: 22px;
}
h3 {
	color: #de6b08;
	font-size: 18px;
	line-height: 26px;
	margin: 30px 0 10px 0;
	padding: 0px;
	border-bottom: 1px solid #ddd;
}

a:focus {outline-style: none;}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #666; 
	text-decoration: underline;
}

img {
	border: none;
}

.titleimage {
	border: 1px;
	border-style: solid;
	border-color: #000000;
}

#topbar {
	height: 30px;
	width: 100%;
	background-color: #242424;
}
#wrap {
	position: relative;
	min-height: 100%;
	width: 1070px;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	background-image: url('images/wrap_bg.jpg');
	background-repeat: repeat;
}
#content {
	position: relative;
	width: 1070px;
	height: 100%;
	min-height: 580px;
	padding: 0;
	margin: 0 auto;
	z-index: 0;
}
#header {
	position: relative;
	text-align: left;
	background-color: #dddddd;
	width: 978px;
	height: 124px;
	margin: 0 auto;
	z-index: 1;
	border-bottom: 1px solid #858585;
}
#header_logo {
	margin: 6px 0 0 20px;
	float: left;
}
#header_l {
	float: right;
	width: 200px;
	height: 100%;
	text-align: center;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	border-right: 1px solid #bbb;
	color: #3f4142;
	font-size: 16px;
	font-weight: bold;
}
#header_r {
	float: right;
	width: 100px;
	height: 100%;
	text-align: center;
	margin: 0 20px 0 0;
	padding: 0;
	border: 0px solid #bbb;
	color: #3f4142;
	font-size: 16px;
}
#header_social {
	float: right;
	width: 80px;
	height: 100%;
	text-align: center;
	margin: 0 30px 0 0;
	padding: 0;
	border: 0px solid #bbb;
	color: #3f4142;
	font-size: 12px;
}

#container {
	width: 900px;
	/*background-image: url(images/bg_trans_rep.png);
	border-top: 1px solid #202429;*/
	margin: 70px 0 0 0;
	padding: 10px 0;
}



#footer {
	z-index: 0;
	background-image: url('images/footer_bg.jpg');
	background-repeat: repeat-x;
	position: relative;
	width: 1070px;
	height: 70px;
	bottom: 0px;
	margin: -70px auto 0 auto;
	text-align: center;
	font-size: 12px;
}
#footer_contact {
	font-size: 12px;
	line-height: 38px;
	color: #ddd;
	margin: 0 0 0px 0;
}
#footer_contact a {
	color: #ddd;
	text-decoration: underline;
}
#footer_contact a:hover {
	color: #aaa;
	text-decoration: underline;
}





/* Nav */
.nav {
	color: #b5b5b4;
	width: 970px;
	line-height: 32px;
	padding: 0;
	margin: 0px auto;
	height:35px;
	position:relative;
	z-index:100;
	background-image: url('images/nav_bg.jpg');
	background-repeat: repeat-x;
	border: 3px solid #fff;
}
.nav ul {padding:0;margin:0;list-style-type:none;}
.nav li {text-align: left;float:left;width:auto; padding: 0 20px 4px 34px; position:relative; background-image: url('images/nav_ledOff.png'); background-repeat: no-repeat;}
.nav li:hover {background-image: url('images/nav_ledHover.png'); background-repeat: no-repeat;}
#active {background-image: url('images/nav_ledOn.png'); background-repeat: no-repeat;}
.nav ul li a { font-size:12px; }

.nav a { font-weight: bold; color: #de6b08; }
.nav ul ul a { font-weight: normal; }

.nav ul li ul li a { font-size:12px; }
.nav a, .nav a:visited {display:block; font-size:12px; text-decoration:none; color:#de6b08; height:23px; border:1px; padding: 0;}
.nav ul ul { visibility:hidden; position:absolute; height:0; top:23px; left:0; width:150px; }
.nav ul ul li { background:#de6b08; width:150px; text-align:left; padding-top:1px; padding-bottom:1px; margin: -1px 0 0 0; border: 1px solid #de6b08; }
.nav ul ul li:hover { background:#de6b08; }

.nav ul ul ul { visibility:hidden; position:absolute; height:0; top:0; left:150px; width:150px; }
.nav ul ul ul li { background:#de6b08; width:150px; text-align:left; padding-top:2px; padding-bottom:2px; }
.nav ul ul ul li:hover { background:#de6b08; }

.nav table {position:absolute; top:0; left:0; border-collapse:collapse;} /* style the table so that it takes no part in the layout - required for IE to work */
.nav ul ul a, .nav ul ul a:visited, .nav ul ul ul a, .nav ul ul ul a:visited { color:#de6b08; height:auto;}
.nav a:hover, .nav ul ul li:hover { }
.nav :hover > a, .nav ul ul :hover > a, .nav ul ul ul :hover > a {}

.nav ul li:hover > ul,
.nav ul a:hover ul,
.nav ul ul li:hover ul { visibility:visible; }








#home_info {
	text-align: justify;
	font-size: 18px;
	margin: 40px 60px;
	padding: 32px 12px;
}

#featured_list {
	font-size: 14px;
	width: 190px;
	margin: 80px 0 0 20px;
	padding: 12px;
	border: 1px solid #ccc;
	background-color: #fff;
}





#services_info {
	text-align: left;
	font-size: 20px;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	margin: 40px 200px 40px 0;
	padding: 12px 0;
}
#services_info ul {
	list-style-image: url(images/bullet.png);
}





#contact_form {
	width: 410px;
	border: 1px solid #aaa;
	margin: 40px 20px 80px;
	padding: 20px;
}


#logos {
	height: 150px;
}