/** ------- Body Universal CSS ---------- **/
body {
	background: url() #fff no-repeat center top fixed;
	margin:3px auto; padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

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;
	margin:10px auto;
	display:block;
}

#navContainer {
	height: 25px;
    margin: 15px auto 0;
	float:right;
}

#logo {
	height:50px;
	margin:12px 0 5px 10px;
	width:290px;
	float:left;
}

#container {
	width:960px;
	background:#fff;
}

#containerTop {
	width:960px;
	height:157px;
	background:url(images/containerTop.png) top center no-repeat;
}

#containerBottom {
	width:960px;
	height:178px;
	background:url(images/containerBottom.png) bottom center no-repeat;
}

.contentLeft {
	width:600px; 
	float:left; 
	margin-top:-60px;
	min-height:250px;
}

.contentDivider {
    float: left;
    height: 250px;
    margin-top: -50px;
	background:url(images/divider.png) top center no-repeat;
    width: 13px;
}

.contentRight {
    float: left;
    height: 185px;
    padding: 0 15px;
	margin-top:-20px;
}

/** ------- Content ---------- **/

.page_title {
	font-size: 30px;
	font-family: font-family
: 'Cabin', arial, serif;;
	font-weight: bold;
	font-style:normal;
	color: #fff;
	margin-left:30px;
	padding:6px 0;
	font-weight: 200;
	text-transform:capitalize;
	line-height: 1.2;
}

.body_text {
	color: #111;
	font-size:14px;
	padding:0 20px;
}

.body_text_sm {
	color: #111;
	font-size:12px;
	padding:0 20px;
}
h1{
	font-size:20px;
}
h3 .contactinfo {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-size: 15px;
	line-height: 1.4;
}
#bottom_text{
	width: 960px;
	margin:0 auto;
	text-align:center;
}
/** ------- 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: 200px;
}

#footerRight {
	color: #fff;
	font-size: 11px;
	text-align:right;
	padding: 112px 25px 0 0;
	float:right;
	width:600px;
}

#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:#333;
	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;
}
