﻿/***** Standard HTML Tags */

body {
	margin:10px 0px 0px 0px;

	background-repeat: repeat-x;
	background-color:#9dcd73;	
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

li {
	margin:0px;
}

form {
	margin:0px;
}

a {
	text-decoration:none;
	color: #c50307;
}

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 {
	padding:0px;
}

h1 {
	color: #000000;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #638b40;
	font-family:"Times";
	font-size: 20px;
	font-weight:normal;
}

h3 {
	color: #24549d;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

img	{
	border:0px;
}


input {
		font-family: Arial;
		font-size: 12px;
}

select {
		font-family: Arial;
		font-size: 12px;
}

textarea {
		font-family: Arial;
		font-size: 12px;
}

/***** EO Site Container Styles */
#container_main{
	width:835px;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../webcoreimages/s_con1002.png');
	background-repeat:repeat-y;
	overflow:hidden;
}

	#container_header {
		clear:both;
		background-image:url('../webcoreimages/s_hea1003.png');
		height:103px;
	}
	
		#container_headercontent {
		
		}
	
	#container_menu {
		background-color: #007b45;
		overflow:auto;	
			
		
	}
	
		#container_menucontent {
			
		}
				
		.menu_on {
			float:right;
			width:75px;
			background-color:#FFFFFF;
			padding:8px 10px 8px 10px;	
			text-align:center;
		}

			.menu_on a {
				color:#000000;
			}

		.menu_off {
			float:right;
			width:75px;
			padding:8px 10px 8px 10px;	
			text-align:center;
		}
			.menu_off a {
				color:#FFFFFF;
			}
			
	#container_groupA {
		clear:both;
		/*background-image:url('../webcoreimages/s_hottop1003.png');		*/
		height:180px;
	}
	
		#container_groupAcontent {
			padding:70px 0px 0px 585px;
			color:#FFFFFF;
		}
		
	#container_groupB {
		clear:both;
		/*background-image:url('../webcoreimages/s_wed1003.png');*/
		height:180px;
		
	}
	
		#container_groupBcontent {
			padding:70px 0px 0px 585px;
			color:#FFFFFF;
			
			
		}
		
	#container_groupC {
		clear:both;
		/*background-image:url('../webcoreimages/s_res1003.png');*/
		height:180px;
	}
	
		#container_groupCcontent {
			padding:70px 0px 0px 585px;
			color:#FFFFFF;
		}

	#container_groupD {
		clear:both;
		/*background-image:url('../webcoreimages/s_fea1003.png');*/
		height:180px;
	}
	
		#container_groupDcontent {
			padding:70px 0px 0px 585px;
			color:#FFFFFF;
		}
	
	#container_body{
		clear:both;
		overflow:auto;
	}
	
		#container_bodybox1 {
			float:left;
			width:500px;
		}
		
			#container_bodybox1content {
				padding:5px 10px 20px 30px;				
				
			}
		
		#container_bodybox2 {
			float:right;
			width:299px;
		}
		
			#container_bodybox2content {
				padding:5px 10px 20px 30px;
			
			}
		
	#container_footer {
		clear:both;
		background-image:url('../webcoreimages/s_foo1003.png');
		height:40px;
	}
	
		#container_footercontent {
			padding:15px 0px 0px 65px;
			font-size:10px;
			color:#FFFFFF;
		}

/***** Site Specific Styles */

/***** EO Common Styles */
.inputbutton {
	background-color:#CC0000;
	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:4px;
}

.table_noborder {
	width:100%;
}

.table_noborder td {
	background-position: 0px 0px;
	padding: 4px;
	background-repeat: repeat;
	background-attachment: scroll;
}

.table_nobordernopadding {
	width:100%;
}

.table_nobordernopadding td {
	padding:0px;
}


.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;
}

.images {
	border:1px #C0C0C0 solid;
}

.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;
}

#sidebar_menu{
	width:50px;
}


