﻿h1
{
	margin: 5px;
	font-family: 'Trebuchet MS';
	font-size: 30px;
	font-weight: normal;
	color: #F7F7F7;
}

input[type="textbox"]
{
	border: 2px inset;
}

hr
{
	border: solid 1px white;
}

.page_container
{
	width: 1041px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

form
{
	margin: 25px 35px;
	color: #F7F7F7;
}

.page_section
{
	position: relative;
	background-color: #494948;
	overflow: hidden;
}

.input_container
{
	margin: 5px;
	padding-top: 5px;
	clear: both;
}

.input_container_override input
{
	font-size: 15px;
	height: 25px;
	width: 500px;
}

.input_container_right
{
	text-align: right;
	width: 500px;
}

.input_label
{
	height: 20px;
	line-height: 20px;
	color: #F7F7F7;
	font-size: 1em;
}

.input_label_container
{
	height: 20px;
	margin-bottom: 3px;
}

#submit_button
{
	width: 150px;
	height: 30px;
}

.input_textbox
{
	font-size: 15px;
	height: 25px;
	width: 500px;
}

.input_textarea
{
	font-size: 15px;
	height: 150px;
	width: 488px;
	font-family: 'Trebuchet MS';
	padding: 5px;
}

.field-validation-valid
{
	display: none;
}

.field-validation-error
{
	/*display: block;*/
	font-size: 15px;
	color: red;
}

.input-validation-error
{
	border: solid 2px red !important;
	background-color: #ffeeee;
}

input[type="radio"]
{
	background-color: transparent !important;
}

.validation_message
{
	font-size: 12px;
}

.validation_container
{
	height: 15px;
}

#section_main
{
	float: left;
	width: 679px;
	height: 850px;
	background: #303030;
	border: solid 1px #F7F7F7;
}

#section_map
{
	float: right;
	width: 359px;
	height: 305px;
	border-top: solid 1px #F7F7F7;
	border-right: solid 1px #F7F7F7;
	background: #303030;
	color: #f7f7f7;
}

#map_iframe {
    height: 250px;
    width: 357px;
    position: relative;
    margin: 1px;
}

#map_copyright {
    font-size: 8px;
    width: 90%;
    position: absolute;
    margin-left:5px;
    text-align: left;
    top: 5px;
}

#directions_container {
    border-top: solid 1px white;
    position: relative;
    height: 65px;
}

a#directions_link:link, a#directions_link:visited
{
	font-size: 16px;
	position: absolute;
	right: 5px;
	bottom: 18px;
}

a#directions_link:hover
{
	/*text-decoration: underline;*/
}

#directions_address
{
	font-size: 12px;
	color: #F7F7F7;
	float: left;
	margin-left: 10px;
}

#section_graphic
{
	float: right;
	width: 359px;
	height: 263px;
	background: #bcbcbc;
	border-top: solid 1px #F7F7F7;
	border-right: solid 1px #F7F7F7;
	border-bottom: solid 1px #F7F7F7;
}

#name_container
{
	margin: 5px;
}

	#name_container input
	{
		font-size: 15px;
		height: 25px;
		width: 240px;
	}

#name_first_container
{
	float: left;
	margin-right: 15px;
}

#name_last_container
{
	float: left;
}

#required_field_message
{
	font-size: 10px;
}

.required_field
{
	color: #F7F7F7;
	margin: 0 5px;
}


#section_hours
{
	float: right;
	width: 359px;
	height: 280px;
	border-top: solid 1px #F7F7F7;
	border-right: solid 1px #F7F7F7;
	background: #303030; /*url('/Assets/Layout/contacthoursproof.jpg') center center no-repeat;*/
	color: #F7F7F7;
}

#info_title
{
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	margin-top: 10px;
}

#info_subtitle
{
	text-align: center;
	font-size: 18px;
	line-height: 22px;
}

#info_officehours
{
	font-size: 18px;
	line-height: 20px;
	margin-top: 25px;
	margin-left: 30px;
}

	#info_officehours ul
	{
		margin: 10px 20px;
	}

	#info_officehours li
	{
		font-size: 16px;
		line-height: 20px;
		list-style-type: none;
	}

#info_contact
{
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	margin-top: 38px;
}

.contact_description_container
{
	margin:10px 5px 20px 5px;
    font-size:14px;
}

#contact_header_img
{
	border: 0;
}
