﻿/* Standard HTML Tags */

body {
	margin:0px;
	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: #3e3e3e;
}

li {
	margin:0px;
}

form {
	margin:0px;
}

a {
	text-decoration:none;
	color: #1273dc;
}

a:hover {
	color:#681b3d;
	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:0px;
}

h1 {
	color: #6c8198;
	font-family: Arial;
	font-size: 20px;
}

h2 {
	color: #b16425;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	color: #b16425;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:0px;
}

img	{
	border:0px;
}


input {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #3e3e3e;
		background-color:#ffffd9;
}

select {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #3e3e3e;
		background-color:#ffffd9;
}

textarea {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #3e3e3e;
		background-color:#ffffd9;
}

/* EO Common Styles */
/*************/
/*************/
/*************/

.inputbutton {
	background-color:#405f7c;
	color:#FFFFFF;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.table_all {
	border:1px #C0C0C0 solid;
	width:100%;
}

.table_all td {
	padding:2px;
}

.table_noborder {
	width:100%;
}

.table_noborder td {
	padding:2px;
}


.table_footer {
	width:100%;
}

.table_footer td {
	padding:10px;
}


.table_headright {
	background-color:#444444;
	color:#FFFFFF;
	font-weight:bold;
	border-right:1px #FFFFFF solid;
}

.table_headend {
	background-color:#444444;
	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:930px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
  	border:4px #d2d2d2 solid;
}

#container_mainadmin{
	width:750px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
 	height:auto !important;
  	height:200px;
	min-height:200px;
	border:4px #d2d2d2 solid;
}


#container_header {
	clear:both;
	height:150px;
	background-image:url('../webcoreimages/s_header.jpg');
}

#container_headeradmin {
	clear:both;
	height:80px;
	background-image:url('../webcoreimages/s_adminlogo.jpg');
	background-repeat:no-repeat;
}

	#container_headercontentleft {
		float:left;
		width:300px;
	}

	#container_headercontentright {
		float:right;
		width:550px;
	}
	
		#container_headercontentmenu {
			padding:20px;
			text-align:right;
		}

		#container_headercontentmenu a {
			color:#999999;
			font-size:14px;
		}
		
		#container_headercontentcall {
			padding:50px 120px 0px 0px;	
			color:#b16425;
			font-size:14px;
			font-weight:bold;
			text-align:right;
		}
		
#container_menu {
	clear:both;
	padding:5px 5px 0px 5px;
	background-color:#FFFFFF;
}

	#container_menucontent {
		clear:both;
	}

#container_body{
	clear:both; 	
  	
}

	#container_bodycontent {
		border:1px #a8a8a8 solid;
		margin:5px;
	 	background-image:url('../webcoreimages/s_backgroundbody.jpg');
		background-repeat:repeat-y;
		overflow:auto;	  	
	}
	
	#container_bodycontent_home {
		border:1px #a8a8a8 solid;
		margin:5px;
	 	height:auto !important;
	  	height:400px;
		min-height:400px;
		background-repeat:repeat-y;
	}


	#container_boxall {
		padding:10px;
		background-image:url('../webimages/i_admin_bg.gif');
		background-color:#ecf6ff;
		background-repeat:no-repeat;
	 	height:auto !important;
	  	min-height:400px;
	}
	
	#container_boxa {
		float:left;
		width:440px;
		padding:5px;
	}
	
	#container_boxb {
		float:right;
		width:440px;
		padding:5px;
	}

	#container_box1 {
		float:left;
		width:300px;
		margin:0px 0px 5px 0px;
		padding:0px 5px 5px 5px;
	}

		#container_box1content {
			padding:20px 20px 20px 20px;		
		 	min-height:500px;
		 	height:auto !important;
		  	
		}
	
	#container_box2 {
		float:right;
		width:600px;
	}

		#container_box2content {
			padding:10px 20px 20px 20px;
			height:auto !important;
	
		}

#container_footer {
	clear:both;
	border:1px #a8a8a8 solid;
	margin:5px;
 	height:auto !important;
  	height:100px;
	min-height:100px;
}

	#container_footercontent {
		
		font-size:11px;
	}

/* Site Specific Styles */
/*************/
/*************/
/*************/

.imageleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.imageright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.imagesidebar {
	border-bottom:2px #FFFFFF solid;
}

.d8d8d8 {
	border-right:#d8d8d8;
}

.error_text  {
	background:#CC0000;
	color:#FFFF00;
	font-weight:bold;
	padding:10px;
	
}

.required_feild {
	color:#CC0000;
	font-weight:bold;
	}


.backwhite {
	background-color:#FFFFFF;
}

.homead {
	padding:0px 5px 5px 5px;
}

.text10 {
	font-size:10px;
}

.noborder {
	border:0px;
}

.job_listing {
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:0px;
}
.bulletpadding{
	padding-bottom:10px;
}

.home_div {
		border:1px #a8a8a8 solid;
		margin:5px;
		padding:10px;
	 	overflow:auto;	  	
	}
	