/** ------- Body Universal CSS ---------- **/
body {
	margin:3px auto;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #000;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(images/site_bg.jpg);
}

a {outline:0;}

a img { border: none }

.clear {clear:both; padding:0; margin:0}

/** ------- Main Containers / Setup ---------- **/

#wrapper {
	width: 960px;
	margin:0 auto;
}

#top {
	width:960px;
	height:358px;
	display:block;
	z-index: 1;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 9px;
	margin-left: auto;
}

#navContainer {
	height: 25px;
	float:left;
	margin-left:10px;
	margin-top:90px;
}

#logo {
	height:125px;
	width:400px;
	float:left;
	z-index: 5999;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
}

#container {
	width:960px;
	background:#000;
}

#containerTop {
	width:960px;
	height:157px;
}

#containerBottom {
	width:960px;
	height:178px;
}

.contentLeft {
	width:540px;
	float:left;
	margin-top:-100px;
	min-height:250px;
}

.contentDivider {
	float: left;
	height: 250px;
	margin-top: -80px;
	background:url(images/divider.png) top center no-repeat;
	width: 13px;
}

.contentRight {
	float: left;
	height: 185px;
	margin-top:-80px;
	padding-left: 10px;
}

/** ------- Content ---------- **/

.page_title {
	font-size: 30px;
	font-family: 'Yanone Kaffeesatz', serif;
	font-weight: bold;
	font-style:normal;
	color: #F4AC00;
	margin-left:10px;
	padding:6px 0;
	font-weight: 200;
	text-transform:capitalize;
	line-height: 1.2;
	float: left;
	width: 400px;
}

.body_text {
	color: #CCC;
	font-size:14px;
	padding:0 20px;
}

h3 .contactinfo {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-size: 15px;
	line-height: 1.4;
}

/** ------- Gallery ---------- **/
.imgGallery {
	border:2px solid #222;
	margin:1px;
	padding:1px;
	width:103px;
	height:80px;
}

/** ------- Links Style ---------- **/

a.text_link:link, a.text_link:visited {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.text_link:hover {
	color: #ccc;
	text-decoration: underline;
}

/** ------- Footer ---------- **/

#footerLeft {
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    margin: 45px 30px 0;
    text-align: left;
    width: 300px;
}

#footerRight {
	color: #fff;
	font-size: 11px;
	text-align:right;
	padding: 112px 25px 0 0;
	float:right;
	width:505px;
}

#footerRight a, #footerRight a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	margin: 0 8px;
	font-weight: bold;
}

#footerRight a:hover {
	color: #ccc;
	text-decoration: none;
}


/* ------ Contact Form Setup ------ */

.contact_text {
	color:#CCC;
	font-size:15px;
	padding:2px 0 5px 0;
}

.submit_button {
	padding:3px 15px; 
	color: #333; 
	font-weight: bold; 
	border: 1px solid #555; 
	background-color: #fff;
	margin:8px 0;
}

.emailField {
	border: none;
    height: 16px;
    margin: 4px 10px;
    width: 94px;
	background:none;
}
