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

:focus {outline: 0;}

html, body, #container {
	height: 100%;
	margin: 0 auto;
}

/* misc */

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #999999;
}

a.active {
	color: #333;
}

a img {
	border: 0;
}

img {
	margin: 0; /* ie hack */
}

input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

/* layout */

#wrapper {
	background: transparent url('/images/wrapper_bg.png') top center repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#container {
	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999;
	/*background: white url('/images/body_bg.jpg');*/
	background: #222222;
}

#main {
	padding-bottom: 40px;
}

/* header */

#header {
	height: 100px;
	padding-top: 20px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 27px;
}

#header > div {
	float: left;
}

#header .logo {
	width: 225px;
}

#header .logo img {
	width: 150px;
	height: 20px;
	margin-top: 3px;
}

#header .nav {
	width: 125px;
}

.nav a {
	font-size: 15px;
	line-height: 19px;
	color: #999999;
}

.nav a:hover, .nav a.active {
	color: #444444;
}

#header .address {
	font-size: 13px;
	width: 505px;
	text-align: right;
}

/* content styles */

#content {
	line-height: 1.5em;
	color: #777;
}

#content h1 {
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 34px;
	font-weight: normal;
	margin: 0;
	color: #444;
	font-family: 'Droid Sans';
}

#content h2 {
	font-size: 26px;
	letter-spacing: -0.5px;
	line-height: 26px;
	font-weight: normal;
	margin: 0;
	margin-bottom:10px;
	color: #444;
	font-family: 'Droid Sans';
}

#content h3 {
color: #444;
font-size:15px;
font-weight:normal;
line-height:1em;
margin: 0;
}

#content .spacetable h3 {
	line-height:1.5em;}
	
#content p {
	font-size: 15px;
	line-height: 19px;
	margin-top: 0;
	margin-bottom: 0.5em;
	max-width: 650px;
}

td {
	padding-right: 13px;
	vertical-align: top;
}

table {
	margin-right: -13px;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 30px 0;
}

/* home page slider */

#slider {
	position: relative;
	width: 980px;
	height: 420px;
	background: url('/images/slider_loading.gif') no-repeat 50% 50%;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#slider a {
	border: 0;
	display: block;
}

/* contact map */

#canvas_map {
	height: 185px;
	width: 585px;
}

/* contact form */

.google_map {
	float: right;
	height: 100px;
	width: 150px;
}

#contact_form {
	line-height: 1.4em;
}

#contact_form .req {
	margin-left: 5px;
	font-size: 20px;
	color: #999999;
	vertical-align: middle;
}

.button {
	display: block;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #777;
	text-transform: uppercase;
}
.button:hover {
	color: #fff;
	background-color: #333333;
}

#contact_form input[type=text], #contact_form textarea {
	border: 1px solid #BBB;
	height: 14px;
	line-height: 12px;
	margin-bottom: 12px;
	padding: 6px;
	width: 271px;
}

#contact_form textarea {
	overflow: auto;
	height: 120px;
	width: 571px;
	margin-bottom: 10px;
}

#contact_form input[type=checkbox] {
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0;
}

#contact_form input[type=submit] {
	color: #43220b;
	background-color: #F89828;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 5px 1px 5px;
	border-bottom: 1px solid orange;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

#contact_message {
	float: left;
	line-height: 30px;
	width: 505px;
	display: block;
	height: 30px;
}

#contact_form a {
	width: 80px;
	float: left;
}

/* footer */

#footer {
	height: 240px;
	margin-top: -240px;
	position: relative;
	clear: both;
}

#footer > div {
	border-top: 1px solid #CCC;
	margin-top: 30px;
	width: 980px;
	font-size: 13px;
	line-height: 15px;
	margin-left: auto;
	margin-right: auto;
}

#footer > div > div {
	float: left;
}

#footer .left {
	width: 275px;
}

#footer .left img {
	margin-top: 47px;
	height: 20px;
	width: 150px;
	margin-bottom: 10px;
}

#footer .center {
	width: 650px;
	padding-top: 45px;
}

#footer .center div {
	float: left;
	margin-right: 30px;
}

#footer a {
	color: #999999;
	line-height: 19px;
	font-size: 13px;
}

#footer .right {
	width: 55px;
	text-align: right;
}

#footer .right img {
	width: 22px;
	height: 22px;
	margin-top: 48px;
}

#footer div a:hover, #footer a.active {
	color: #484848;
}

/* sticky footer */

/* CLEAR FIX*/
#main { padding-bottom: 240px;}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */