﻿/* Standard HTML Tags */

body {
	background-color: #ffffff;
	background-image:url('../webcoreimages/s_bodybackground.JPG');
	background-repeat:repeat-x;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

li {
	margin-left:15px;
	padding: 5px;
	
}

form {
	margin:0px;
}

a {
	text-decoration:none;
	color: #788e21;
}

a:hover {
	color:#24549d;
	text-decoration:underline;
}

ul {
	margin-bottom:0px;
	list-style:square;
	list-style-position:outside;
}

table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	vertical-align: top;
	padding:1px;
	text-align:left;
	font-size:14px;
	color: #000000;
	
}

h1 {
	color: #7e9427;
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	}

h2 {
	color: #475c2c;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #475c2c;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

img	{
	border:0px;
}


input {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #666666;
}

select {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #666666;
}

textarea {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #666666;
		
}

/* EO Common Styles */
/*************/
/*************/
/*************/

.inputbutton {
	background-color:#7e9427;
	color:#FFFFFF;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.table_all {
	border:1px #C0C0C0 solid;
	width:100%;
}

.table_all td {
	padding:2px;
}

.table_noborder {
	width:100%;
}

.table_noborder td {
	padding:2px;
}

.table_headright {
	background-color:#24549d;
	color:#FFFFFF;
	font-weight:bold;
	border-right:1px #FFFFFF solid;
}

.table_headend {
	background-color:#24549d;
	color:#FFFFFF;
	font-weight:bold;
}

.table_rowright {
	border-bottom:1px #C0C0C0 solid;
	border-right:1px #C0C0C0 solid;
}

.table_rowend {
	border-bottom:1px #C0C0C0 solid;
}

/* EO Site Container Styles */
/*************/
/*************/
/*************/

#container_main{
	width:900px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
 	height:auto !important;
  	height:600px;
	min-height:600px;
	border:1px #d4d4d3 solid;
}

	#container_header {
	
	}
	
		#container_headercontent {
			text-align:center;
			
		
		}
			
	#container_menu {
		clear:both;
		background-color: #ffffff;
		width: 900px;
		margin-left: auto;
		margin-right: auto;
		
	
	}
	
		#container_menucontent {
		 	background-color: #ffffff;
			clear:both;		
			}
	
	#container_body{
		height:auto !important;
		height: 400px;
		min-height: 385px;
		background-image:url('../webcoreimages/s_body_unit.jpg');
		background-repeat:no-repeat;
		background-color: #ffffff;
		width: 900px;
		margin:0px 0px 0px 0px;	
	}
	
		#container_bodycontent_home {
			text-align:right;	
			height:auto !important;
			height: 385px;
			min-height: 385px;
			background-image:url('../webcoreimages/s_body_home.jpg');
			background-repeat:no-repeat;
		}
		
	#container_bodyhome2{
		height: 385px;
		background-color: #ffffff;
		width: 900px;
		margin:0px 0px 0px 0px;	
	}
		
		#container_bodycontent_home2 {
			height:385px;
			background-image:url('../webcoreimages/s_body_home2.jpg');
			background-repeat:no-repeat;
			padding: 150px 50px 0px 580px;
			text-align:left;
		}

		
		#container_bodycontent {
			text-align:left;
			color: #000000;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 13px;
			font-weight: normal;
			padding: 10px 45px 0px 45px;
	
		}

		
		
	#container_footer {
	
	}
	
		#container_footercontent {
			text-align:center;
		
		}

/* Site Specific Styles */
/*************/
/*************/
/*************/

.imageleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.imageright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
	
/* Allow for web page to be broken, during print job, after the location where this class appears */
.pagebreadkpoint {
	page-break-before:always;
}

.error_text {
	clear:both;
	background-color:#fffe98;
	color:#CC0000;
	font-weight:bold;
	background-image:url('../webimages/i_error.png');
	background-repeat:no-repeat;
	padding: 2px 5px 5px 30px;
}

.ok_text {
	clear:both;
	background-color:#c3e89c;
	color:#000000;
	font-weight:bold;
	background-image:url('../webimages/i_ok.png');
	background-repeat:no-repeat;
	padding: 2px 5px 5px 30px;
}

.mainlinks {
	text-align:center;
}

	.mainlinks td {
		text-align:center;
	}
		
	.mainlinks a{
		font-size:14px;
		font-weight:bold;
	}
	
.highlight {
	background-color:#e1e9c6;
}

.titlebox1 {
	float:left;
	width:50%;
}

.titlebox2 {
	float:right;
	width:50%;
	text-align:right;
}

.clear {
	clear:both;
}

.adminhighlight {
	background-color:#e1e9c6;
	padding:3px;
}

.images {
	border:1px #d4d4d4 solid;
}