﻿/* Standard HTML Tags */

body {
	margin:0px;
	background-color: #2e3e42;
	
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
	
}

li {
	margin:0px;
}

form {
	margin:0px;
}

a {
	text-decoration:none;
	color: #b81214;
}

a:hover {
	color:#b81214;
	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: #2e3e42;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-weight: bold;
	margin:0px;
}

h2 {
	color: #24549d;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #24549d;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

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;
}

.italic {
	font-style:italic;
	
}
.smallitalic {
	font-style:italic;
	font-size: 10px;
}

.testimonials {
	font-size: 13px;
	text-align:center;
}

.contact {
	padding-right:40px;
	text-align:right;
}


.table_all {
	border:1px #C0C0C0 solid;
	width:100%;
}

.table_all td {
	padding:2px;
}

.table_noborder {
	width:100%;
}

.table_noborder td {
	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:900px;
	margin-left: auto;
	margin-right: auto;
	background-color:#d4bd94;
 	height:auto !important;
  	height:500px;
	min-height:500px;
}

	#container_header {
	
	}
	
		#container_headercontent {
		
		}
			
	#container_menu {
	
	}
	
		#container_menucontent {
		
		}
	
	#container_body{
	
	}
	
		#container_bodycontenthome {		
		    background-image:url('../webcoreimages/s_body_unit.jpg');
		    height:auto !important;
		  	height:465px;
			min-height:465px;
		}

	
		#container_bodycontent {		
		    background-image:url('../webcoreimages/s_body_unit_clients.jpg');
		    height:auto !important;
		  	height:465px;
			min-height:465px;
			padding-left:50px;
			padding-right: 40px;
			
		}
		
		#container_bodycontentcontact {		
		    background-image:url('../webcoreimages/s_body_unit_contact.jpg');
		    
		    height:auto !important;
		  	height:461px;
			min-height:461px;
			padding-left:110px;
			padding-right: 40px;
			background-repeat:no-repeat;
			
		}

	
		#container_bodycontentclients {		
		    background-image:url('../webcoreimages/s_body_unit_clients.jpg');
		    height:auto !important;
		  	height:465px;
			min-height:465px;
			padding-left:50px;
			padding-right: 40px;
			
		}
		
#container_bodycontentrates {		
		    background-image:url('../webcoreimages/s_body_unit_rates.jpg');	
		  	    
		    height:auto !important;
		  	height:465px;
			min-height:465px;
			padding-left:50px;
			padding-right: 40px;
			
		}


	#container_footer {
	
	}
	
		#container_footercontent {
		
		}

/* 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;
}

