@charset "utf-8";


/* Standard HTML elements */
body {
	margin: 0px;
	padding: 0px;
	
	background-color: #FFF;
}

td {
	vertical-align: top;
}

ul {
	list-style-type: none;
}

li {
	padding-left: 10px;
}

hr {
	border-style: dotted;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #000;
}

/* Layers */
#layer_background {
	margin: 0px auto;
	
	width: 100%;
	
	background-color: #4D6B4E; /*#3F473C;*/
	/*background-image: url("../Images/hp_background.jpg");*/
}

#layer_borders {
	margin: 0px auto;
	padding: 9px 0px 0px 0px;
	
	width: 743px;
	
	background-image: url("../Images/hp_borders.jpg");
}

#layer_content {
	margin: 0px auto;
	
	border-style: solid;
	border-width: 1px;
	border-color: #BCBB8C;
	
	width: 677px;
}

#layer_header {
	margin: 0px auto;
	
	height: 66px;
}

#layer_main_image {
	margin: 0px auto;
	
	height: 203px;
}

#layer_navigation {
	padding: 0px 16px 0px 16px;

	text-align: left;

	background-color: #0C1508;
	
	height: 30px;
}
		/* Fix link styles */
		#layer_navigation a {
			color: #D2C752;
			text-decoration: none;
		}
		#layer_navigation a:visited {
			text-decoration: none;
		}
		#layer_navigation a:hover {
			text-decoration: none;
			color: #AACAAC;
		}
		#layer_navigation a:active {
			text-decoration: underline;
			color: #AACAAC;
		}

#layer_display {
	background-color: #0C1508;
}

#layer_inside {
	margin: 0px auto;
	
	width: 666px;
	
	background-color: #AACAAC;
}

#layer_affiliates {
	margin: 0px auto;
	padding-top: 4px;
	padding-left: 6px;
	
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 6px;
	border-left-width: 0px;
	border-color: #D2C752;
	
	background-color: #FFF;
}

#layer_text {
	padding: 16px;
}

#layer_footer {
	margin: 0px auto;
	
	text-align: center;
}

#layer_tech {
	margin: 0px auto;

	text-align: center;
}

/* Font styles */
.navigation_header {	
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: arial, "lucida console", sans-serif;
	font-size: 16px;
	font-weight: bold;
	
	color: #D2C752;
}

.inside_header {
	font-family: arial, "lucida console", sans-serif;
	font-size: 14px;
	font-weight: bold;
	
	text-decoration: none;
	
	color: #0C1508;
}

.inside_links {
	font-family: arial, "lucida console", sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	text-decoration: none;
	
	color: #52664A;
}
		/* Fix link styles */
		#inside_links a {
			color: #52664A;
			text-decoration: none;
		}
		#inside_links a:visited {
			text-decoration: none;
		}
		#inside_links a:hover {
			text-decoration: none;
			color: #D2C752;
		}
		#inside_links a:active {
			text-decoration: underline;
			color: #D2C752;
		}


.inside_text {
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: arial, "lucida console", sans-serif;
	font-size: 14px;
	font-weight: normal;
		
	color: #52664A;
}

.footer {
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: arial, "lucida console", sans-serif;
	font-size: 14px;
	font-weight: normal;
	
	color: #333;
}

/* Random classes */
.affiliate_logo {
	padding: 10px;
	
	background-color: #FFF;
}

.employee_benefits {
	margin-right: 7px;
	float: left;
	
	position: relative;
	
	border-style: solid;
	border-width: 2px;
	border-color: #D2C752;	
}

.family_insurance {
	margin-right: 7px;
	float: left;
	
	position: relative;
	
	border-style: solid;
	border-width: 2px;
	border-color: #D2C752;	
}

/* Form elements */
.form_text {
	width: 150px;
}

.form_textarea_comments {
	width: 405px;
	height: 120px;
}