﻿/* Standard HTML Tags */

body {
	margin:0px 0px 0px 0px;
	background-color: #FFFFFF;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

li {
	margin:0px;
}

form {
	margin:0px;
}

a {
	text-decoration:none;
	color: #000000;
}

a:hover {
	color:#969494;
	text-decoration:none;
}

ul {
	margin-bottom:0px;
	list-style:square;
	list-style-position:outside;
}

table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	padding:0px;
}

h1 {
	color: #000000;
	font-family: Arial;
	font-size: 18px;
	
}

h2 {
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}

h4 {
	color: #000000;
	font-family: Arial;
	font-size: 17px;
	font-weight: normal;
	text-align:center;
}

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:#CC0000;
	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_menu {
	width:100%;
}

.table_menu td {
	vertical-align:middle;
	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:940px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
 	height:auto !important;
  	height:300px;
	min-height:300px;
	background-image:url('../webcoreimages/s_background.jpg');
	background-repeat:repeat-y;
	background-position:center;
}

	#container_header {
		clear:both;
		height:100px;
	}
	
		#container_headercontent {
			text-align:center;
		}
			
	#container_menu {
		clear:both;
	}
	
		#container_menucontent {
			width:100%;
			text-align:center;
		}
			
	#container_body{
		clear:both;
		margin:20px 40px 20px 40px;

	}
	
		#container_bodycontent {
			padding:30px 20px 20px 20px;
			border:1px #999999 solid;	
			height:auto !important;
  			height:400px;  					  	
			min-height:400px;	
				
		}
		
		#home_bodycontent {			
			border:1px #999999 solid;		  	
			min-height:600px;
			padding-bottom:40px;	
				
		}
		
	#container_footer {
		background-image:url('../webcoreimages/s_footer.jpg');
		background-repeat:no-repeat;
		clear:both;
		height:100px;
	}
	
		#container_footercontent {
			padding:20px;
			text-align:center;
		}

/* Site Specific Styles */
/*************/
/*************/
/*************/

.imageleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.imageright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.error_text {
	background-color:#CC0000;
	color:#FFFF00;
	font-weight:bold;
	padding:5px;
}

/* Allow for web page to be broken, during print job, after the location where this class appears */
.pagebreadkpoint {
	page-break-before:always;
}

.about_us_cell {
	vertical-align:top;
}
.about_us_head {
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.basicimage {
	margin-right:5px;
	border-right:1px #C0C0C0 solid;
}

.lg_image{
	border:1px #000000 solid;      
}

.graytext {
	color:#969494;
}

.customcursor {cursor: pointer;}

