﻿/* Standard HTML Tags */

body {
	margin:30px 0px 0px 0px;
	background-color: #251409;
	background-image:url('../webcoreimages/s_background.jpg');
}

div {
	font-family:verdana;
	font-size: 11px;
	color: #e3ceb7;
}

li {
	margin:0px;
}

form {
	margin:0px;
}

a {
	text-decoration:none;
	color: #d37834;
}

a:hover {
	color:#ffffff;
	text-decoration:underline;
}

ul {
	/**margin-left:17px;**/
	margin-bottom:0px;	
	list-style:square;
	list-style-position:outside;
}

table {
	border-collapse: collapse;
	font-family: Verdana;
}

td {
	vertical-align: top;
	padding:0px;
}

h1 {
	color: #e3ceb7;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #e3ceb7;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
}

h3 {
	color: #e3ceb7;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

img	{
	border:0px;
}


input {
		font-family: Verdana;
		font-size: 12px;
		border: 1px solid #666666;
}

select {
		font-family: Verdana;
		font-size: 12px;
		border: 1px solid #666666;
}

textarea {
		font-family: Verdana;
		font-size: 11px;
		border: 1px solid #666666;
}

/* EO Common Styles */
/*************/
/*************/
/*************/

.inputbutton {
	background-color:#d37834;
	color:#FFFFFF;
	}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.table_all {
	border:1px #8c6c55 solid;
	width:100%;
	padding: 5px;
}

.table_all td {
	padding:3px;
}

.table_noborder {
	width:100%;
}

.table_noborder td {
	padding:2px;
}

.table_headright {
	background-color:#120701;
	color:#FFFFFF;
	font-weight:bold;
	border-right:1px #8c6c55 solid;
	border-bottom:1px #8c6c55 solid;
}

.table_headend {
	background-color:#120701;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:1px #8c6c55 solid;
}

.table_rowright {
	border-bottom:1px #8c6c55 solid;
	border-right:1px #8c6c55 solid;
}

.table_rowend {
	border-bottom:1px #8c6c55 solid;
}

/* EO Site Container Styles */
/*************/
/*************/
/*************/

#container_main{
	width:900px;
	margin-left: auto;
	margin-right: auto;
	background-color:#7c461e;
	background-image:url('../webcoreimages/s_backgroundbody.jpg');
	background-repeat:no-repeat;
 	height:auto !important;
  	height:100px;
	min-height:100px;
}

	#container_header {
	
	}
	
		#container_headercontent {
		
		}
			
	#container_body{
	
	}
	
		#container_bodycontent {
			padding:0px 20px 20px 23px;
		}
		
			#container_menu {
				background-image:url('../webcoreimages/s_menubar.jpg');
				height:28px;
				padding-top:10px;
			}
			
				#container_menucontent {
					text-align:center;
					color:#f7e0c3;
					width:100%;
				}
				
				#container_menucontent a {
					font-size:14px;
					color:#f7e0c3;
					font-family:Verdana;
				}

				#container_box1 {
					background-image:url('../webcoreimages/s_bodycontinue.jpg');
					background-repeat:repeat-y;
				}
				
					#container_box1header {

					}

					#container_box1body {
					 	height:auto !important;
					  	height:100px;
						min-height:100px;
						margin:20px 60px 20px 60px;
					}
					
					#container_box1photo {
					 	height:auto !important;
					  	height:100px;
						min-height:100px;
						margin:20px 5px 20px 0px;
						text-align:center;
					}
					
					#container_box1bodyhome {
					 	height:auto !important;
					  	height:100px;
						min-height:100px;
						margin:28px 37px 20px 33px;
						
					}

					#container_box1footer {

					}

	#container_footer {
		padding:0px 0px 20px 0px
	}
	
		#container_footercontent {
			color:#241209;
			font-weight: normal;
			text-align:center;
			font-size:14px;
			font-family: Verdana;
			padding-bottom:20px;
		}

/* Site Specific Styles */
/*************/
/*************/
/*************/

.imageleft {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}

.imageright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.imagecenter {
	padding:0px 0px 0px 30px;
}

.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;
}

/* Allow for web page to be broken, during print job, after the location where this class appears */
.pagebreadkpoint {
	page-break-before:always;
}

.actionbutton {
	width:94px;
	height:30px;
	background-image:url('../webimages/i_button_orange.png');
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	border:0px;	
	cursor: pointer;
}

.images {
	border:1px #FFFFFF solid;
}