@charset "utf-8";
a { color:#cf4e00; text-decoration:none; }
a:hover { color:#cf4e00; text-decoration:none;}
a img { border:0;}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 50px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #575757;
}
.twoCol #container {
   
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left; /* this overrides the text-align: center on the body element. */
} 
.twoCol #header { 
	background: #000;
	height:75px; 
	width:950px;
	margin:0 auto;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    border-bottom:1px solid #505050;
} 


.twoCol #mainContent { 
     
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    height:auto;
    min-height:400px;

} 
* html .twoCol #mainContent {height:400px;}
.twoCol #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:0 auto;
	background:#000; 
	 border-top:1px solid #505050;
} 
.twoCol #footer p {
	margin: 0 auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:10px 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.footer-copyright {
	margin:0 auto;
	padding:0 20px 0 0;
    width:930px;
	position:relative;
	text-align:right;
    text-decoration:none;
	color:#d8d8d8;
	font-size:70%;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.logo {
	position:relative;
	margin:0 auto;
	padding:0px;
	float:left;
	margin-left:10px;
	margin-top:25px;
	
}

/*----------------------------- menu --------------------------*/

#menu {
	
	position:relative;
    margin:0;
    width:655px;
    float:right;
    
	margin-top:-50px;
	font-size:75%;
	line-height:normal;
	
	}
#menu ul {
	margin:0;
	padding:10px 0px 0 55px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:#000;
	margin:0;
	padding:0 1px 0 12px;
	text-decoration:none;
	}
#menu a span {
	float:left;
	display:block;
	background:#000;
	padding:8px 30px 8px 15px;
	color:#d8d8d8;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {color:#cf4e00;}
#menu a:hover {background-position:0% -42px;}
#menu a:hover span {background-position:100% -42px;}
#menu a.active span  {
	color:#e6b300;
}
/*---------------------------------Contact Form-----------------------------------------*/
.formheader{
	position:relative;
	margin:0 auto;
	width:950px;
	padding: 25px 0 0 0px;
	color:#cf4e00;
	text-align:right;
	
}
.formname {
	color:#cf4e00;
	padding:0 0 20px 0;
}

.textbox_bg{
	background:#505050;
	border:1px solid #5f5f5f;
	color:#d8d8d8;
	font-size:.9em;
	overflow:auto;
}

.textbox_bg:focus{
	background:#8b8b8b;
	border:1px solid #cf4e00;
	text-decoration:none;
	color:#fff;
	font-size:.9em;
}
.button {
	position:relative;
	border:1px solid #8b8b8b;
	background:#cf4e00;
	color:#fff;
    float:right;
	margin-right:40px;
    
}

.legend {
	color:#cf4e00;
	padding:0 10px 10px 10px;
	font-size:1em;
}
.fieldset {
	border:1px solid #505050;
	
}



.contactimage{
	position:relative;
	float:right;
	margin:0;
	margin-right:50px;
	padding:25px;
}
.success {
	margin:0 auto;
	padding:0px;
	width:950px;
	height: 40px;
	text-align:left;
	border:1px solid #505050;
}
.success p {
	padding:0px 0 5px 10px;
	color:#e6b300;
	font-size:.9em;
}
.left_col {
	margin:0 auto;
	text-align:center;
	padding:20px 0 20px 0;
	
}

.homeimage {
	margin:0 auto;
	padding: 20px 0 0px 0;
}
.homethumbnails {
	margin:0 auto;
	padding: 5px 0 5px 0;
	width:950px;
	text-align:center;
}
.facebook_badge {
	position:relative;
	float:left;
	margin:0 auto;
	padding:0;
	margin-top:10px;
	margin-left:30px;

}
