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

/*Template Layout*/
body {
	background-color:#000000;
	/*background-image:url(/images/page_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
	margin:0px;
	padding:0px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em; /* vertical spacing between your lines of text*/
}
a, a:link, a:visited {
	color:#666666;
	outline: none; /*gets rid of dotted select lines after clicking an image link*/
}
a:hover {
	color:#fa7f28;
	text-decoration:none;
}
#wrapper {
	width:938px;
	margin:0px auto; /*centers your design on the page*/
}
#header {
	height:140px;
}
#logo {
	width:354px; /*change this width and height to match your logo image*/
	height:111px;
	margin:20px 0 0 0px;/*the indent on the top */
	float:left;
}
/*menu*/
#menu { /*the container that holds the main menu*/
	height:49px;
	width:577px;
	margin:83px 0 0px 0;
	float:right;
	background:url(/images/menu_bg.png) no-repeat top left;
}
ul#navigation {
	margin:0px 0 0 25px; /*indent to line up with the logo*/
	padding:0px;
	width:577px;
	height:49px;
	float:left;
	position:absolute;  /*makes dropdown sit on top of flash & map*/
	z-index:100; /*makes dropdown sit on top of flash & map*/
}
ul#navigation li {
	float:left;
	list-style:none;
	display:inline;
	padding:0px;
	margin-top:5px;
	
}
ul#navigation a {
	float:left; /*makes the text sit beside each other not down the page*/
	color:#ffffff; /*menu color normal*/
	padding:11px 13px 10px 13px; /*space around and inbetween the buttons, top, right, bottom, left*/
	text-decoration:none; /*no underline*/
	text-transform:uppercase; /*all in capitals*/
	font:13px arial, serif; /*menu text size and font*/
	border-right:1px solid #787878;
}
ul#navigation li.hover a, ul#navigation li:hover a, ul#navigation a.active, ul#navigation a:hover {
	color:#b4b4b4; /*color of text on mouse over*/
}
/*--drop down menu second-level - this is optional--*/
ul#navigation li.hover, ul#navigation li:hover {
	position:relative;
}
ul#navigation li.hover ul.second-level, ul#navigation li:hover ul.second-level {
	display:block;
}
ul#navigation li.hover ul.second-level ul.third-level, ul#navigation li:hover ul.second-level ul.third-level {
	display:none;
}
ul#navigation ul.second-level {
	position:absolute;
	top:35px; /*how far away from the top menu*/
	left:0;
	margin:0;
	padding:5px;
	width:160px;
	display:none;
	background-color:#e9edf0; /*color of the dropdown*/
}
ul#navigation ul.second-level li {
	width:160px;
	margin:0;
}
ul#navigation ul.second-level a {
	display:block;
	float:none;
	width:140px;
	border:none;
	padding:0 10px;
	background:none;
	font:12px/24px Arial, Helvetica, sans-serif; /*font size and line height*/
	color:#666666;
	border-bottom:1px solid #cccccc;
	text-transform:none; /*turns off the uppercase*/
}
ul#navigation ul.second-level li.hover a, ul#navigation ul.second-level li:hover a, ul#navigation ul.second-level a:hover {
	color:#666666;
	background-color:#f1f4f6;
}

#banner{
	width:938px;
	height:108px;
	clear:both;
	margin-bottom:10px;
	
}

/*main content*/

#content {
}


#content_border {
	background-color:#FFF;
	min-height:200px;
	padding:10px 20px;
}hr.clear {
	margin-top:10px;
	margin:0px;
	clear:both;
	visibility:hidden;
}/*footer*/
#footer {
	height:49px;
	width:938px;
	margin:10px auto 0 auto;
	color:#bdbdbd;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:both;
	
}
#footer a, #footer a:link, #footer a:visited {
	color:#bdbdbd;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

#footer .right {
	width:335px;
	float:right;
	text-align:right;
}
#footer .left {
	width:400px;
	float:left;
}


/* webitor*/
h1 {
	color:#808080;
	font-family:verdana,geneva,'Droid Sans', arial, serif;
	font-size:22px;
	font-weight:bold;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}
h2 {
	color:#808080;
	font-family:verdana,geneva,'Droid Sans', arial, serif;
	font-size:17px;
	font-weight:bold;
	line-height:normal;
	margin:3px 0 3px 0;
	padding:0px;
}
h3 {
	color:#000000;
	font-family:'Droid Sans', arial, serif;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	margin:3px 0 0 0;
	padding:0px;
}
h4 {
	color:#000000;
	font-family:'Droid Sans', arial, serif;
	font-size:16px;
	font-weight:bold;
}

.image_padding {
	margin:0px 0px 15px 15px;
}
.size_14 {
	font-size:14px;
}

/*Contact Page*/

.left_details {
	float:left;
	width:240px;
}
.left_details p {
	margin:15px 0 !important;
}
.contact_title {
	font-weight:bold;
	float:left;
	width:70px;
}
.contact_detail {
	float:left;
	width:100px;
	clear:right;
}
.forms {
	background-color:#FFFFFF !important; /*the important gets rid of the yellow google toolbar field style*/
	border:1px solid #c8cdd2 !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:12px;
	margin:3px 0px;
	padding:4px;
	width:240px;
}
input {
	background-color:#FFFFFF !important; /*the important gets rid of the yellow google toolbar field style*/
	border:1px solid #c8cdd2 !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:12px;
	margin:3px 0px;
	padding:4px;
	
}

#contact {
	border:0;
}
#contact label {
	float:left;
	width:80px;
	margin-right:15px;
	clear:left;
	font-weight:bold;
	text-align:right;
	height:32px;
}
#contact .submit_button {
	clear:right;
	margin-left:95px;
	margin-top:5px;
	text-transform:uppercase;
	background:#EFEFEF url("/images/buttons_tile.jpg") repeat;
	border:1px solid #e5e5e5;
	font-family:'Droid Sans', arial, serif;
	font-size:11px;
	font-weight:bold;
	width:90px;
	height:22px;
}
#map {
	width:100%;
	height:48px;
	border-bottom:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
	margin-bottom:10px;
	padding-top:5px;
}
#map .text {
	width:198px;
	float:left;
	font-size:12px;
	color:#666666;
	font-family:'Droid Sans', arial, serif;
}
#map .icon {
	width:32px;
	height:32px;
	float:right;
	margin-top:5px;
}
#map a, #map a:link, #map a:visited {
	text-decoration:none !important;
}

