﻿/* Standard HTML Tags */

body {
	margin-top:0px;
	background-color: #000000;
	background-image:url('../webcoreimages/s_background.jpg');
	background-position:center;
	background-repeat:repeat-y;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

li {
	margin:0px;
}

form {
	margin:0px;
}

a {
	text-decoration:none;
	color: #e71f45;
}

a:hover {
	color:#CC0000;
	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: #000000;
	font-family:"Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	margin-top:0px;
	font-style:italic;
}

h2 {
	color: #000000;
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	font-style:italic;
}

h3 {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

img	{
	border:0px;
}


input {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #C2BCB4;
}

select {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #C2BCB4;
}

textarea {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #C2BCB4;
}

/* EO Common Styles */
/*************/
/*************/
/*************/

.inputbutton {
	background-color:#e71f45;
	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:4px;
}

.table_allnoborder {
	width:100%;
}

.table_allnoborder td {
	padding:4px;
}


	.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: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color:#fbd48d;
 	height:auto !important;
  	height:500px;
	min-height:500px;
	background-image:url('../webcoreimages/s_background_body.jpg');
	background-repeat:repeat-y;
}

#container_header {
	clear:both;
}

	#container_headercontent {
		background-color:#ffb912;
		background-image:url('../webcoreimages/s_header2.jpg');
		height:27px;
		text-align:right;
		padding:10px 10px 5px 5px;
	}
	
	#container_headercontent select{
		font-size:10px;
		color:#666666;
	}

#container_ad {
	clear:both;
}

	#container_adcontent {
		background-color:#ffb912;
	}

		
#container_menu {
	clear:both;
	background-color:#000000;
	border-top:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
}

	#container_menucontent {
		padding:10px;
		text-align:center;
	
	}

		#container_menucontent a{
			color:#FFFFFF;
			font-weight:bold;
			font-size:13px;
		}

#container_body{
	clear:both;
}

	#container_bodycontent {
		clear:both;	
	}
	
		#container_bodyboxall {
			padding:20px;
		 	height:auto !important;
		  	height:400px;
			min-height:400px;
		}

	
		#container_bodybox1 {
			float:left;
		 	height:auto !important;
		  	height:400px;
			min-height:400px;
			width:550px;
		}

			#container_bodybox1content {
				padding:20px;
			}

		#container_bodybox2 {
			float:right;
		 	height:auto !important;
		  	height:400px;
			min-height:400px;
			width:350px;
		}

			#container_bodybox2content {
				padding:60px 40px 0px 50px;
			  	background-image:url('../webcoreimages/s_sidebox.jpg');
			  	background-repeat:no-repeat;
			}
			
				#sidebox_box1 {
				  	height:360px;
				  	border:1px #00000 solid;
				}
				
				#sidebox_box2 {
				  	border:1px #00000 solid;
				}

					#sidebox_box2 h2{
						margin-top:0px;
					}

#container_footer {
	clear:both;
	background-image:url('../webcoreimages/s_footer.gif');
	background-repeat:no-repeat;
	height:260px;
}


#container_footerlower {
	clear:both;
	background-color:#000000;
	color:#FFFFFF;
	font-size:10px;
	height:15px;
	vertical-align:middle;
	padding-left:20px;
}

#container_footerlower a{
	color:#FFFFFF;
}


/* Site Specific Styles */
/*************/
/*************/
/*************/

.imageleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.imageright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.textgreen {
/*	color:#4c6529; */
}

.textred {
/*	color:#e92b10; */
}

.images {
	border:2px #FFFFFF solid;
}

.margin0 {
	margin-bottom:0px;
}

.italic {
	font-style:italic;
}