/* 
This style sheet contains all page layout style declarations.

layout.css
*/


html, body {
	height: 100%;
}

body {
	margin: 0 0px;
	padding:0;
	background-color: #4A8E1A;
	background-image: url('/images/back.jpg');
	background-repeat: repeat-y;
	background-position: center;	
}

/* div id styles */
#container {
	width: 768px;
	min-width: 770px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#header {
	clear: both;
	margin: 0px auto 0 auto;
	padding: 20px 10px 0px 10px;
	height: 165px;
	width: 788px;
	min-width: 770px;
	background-color: transparent;
	text-align: center;
}
	
#header_logo {
	width: 400px;
	float: left;
	text-align: center;
}

#header_tag {
	width: 235px;
	margin-top: 30px;
	float: left;
}

#header_contact {
	width: 125px;
	height: 120px;
	float: right;
	padding: 6px 10px 4px 10px;
	/*background: url('../images/page.jpg') no-repeat;*/
}
	
#main {
	margin: 0px auto;
	padding: 0;
	background: #FFF;
}

	#main_nav {
		width: 100%;
		height: 33px;
		margin: 0px 0 0 0px;	
		padding: 0px 0 0 0;
		display: inline;	
		float: left;
		text-align: center;
		background: #FFF url('../images/nav/nav_bg.jpg') repeat-x;
		border: 1px solid #AAA;
		border-width: 1px 0;
		overflow: hidden;
	}

	#main_content {
		width: 770px;
		margin: 0px 0px 0px 0px;
		float: left;
	}
			
	#insurances {
		margin: 10px auto;
		line-height: 50px;
		text-align: center;
	}
	
	#column_full {
		margin: 0px 0 0 0px;
		padding: 0px;
		display: block;
		float: left;
	}
	
	#column_first {
		width: 490px;
		margin: 0px 0 0 0px;
		padding: 0px;
		padding-top: 10px;
		float: left;
	}

	#column_second {
		width: 240px;
		margin: 30px 0 0 10px;	
		float: right;
		text-align: left;
		background-color: #feffe5;
		padding: 10px 10px 10px 10px;
		border: 1px solid #ddd;
	}	

	#image_container {
		border-top: 1px solid #999;
		padding: 10px 0 0 0;
		clear: both;
		margin: 10px;
		text-align: center;
	}
	/* main_content class when hiding navigation */
	.main_content_full {
		margin: 0px 0 0 0px;
	}

#nonFooter
{
	position: relative;
	min-height: 100%;
}

* html #nonFooter
{
	height: 100%;
}

#content
{
	padding-bottom: 6em;
}

#footer {
	padding: 8px 0px 0px 0px;
	margin: 10px auto 0px auto;
	line-height: 2em;
	width: 788px;
	min-width: 770px;
	text-align: center;
	clear: both;
	border-top: 1px solid #AAA;
	background: #FFF url('../images/nav/nav_bg.jpg') repeat-x;
	
	position: relative;
	margin-top: -5.5em;
}

.clear {
	clear: both;
	margin:0;
	padding:0;
}


/* contact form styles */

input.trap {
	display: none;
}

#contact_form {
	margin-top: 1em;
	float: right;
}

label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
	font-weight: 700;
	font-size: 1.2em;
}

#contact_form input, #contact_form textarea {
	border: 1px solid #AAA;
	background-color: #EEE;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

#contact_form input.no_style {
	border-width: 0px;
	background-color: transparent;	
}

#contact_form input.submit {
	margin-left: 132px;
}

input,textarea {
	border: 1px solid #AAA;
	background-color: #EEE;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;	
	display: inline;
	float: left;
	margin: 3px 0 3px 6px;
	line-height: 1.8em;	
}

label {
	display: inline;
	float: left;
	margin: 3px 0 3px 6px;
	line-height: 1.8em;	
}

/* --------- styles for fValidate ---------- */
input.errHilite, textarea.errHilite {
	color:#000;
	border:2px solid #F57900;
}
.errHilite {
	color:#F57900;
}

/* --------- /styles for fValidate ---------- */
