@charset "UTF-8";
/* CSS Document */

/* @group body */

body {
	color: #2d2d2d;
	background-color: #B6C3D3;
	text-decoration: none;
	font: normal normal 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}
	
#wrapper {
	width: 925px;
	margin: 0 auto;
	min-height: 768px;
	padding: 10px;
}

/* @end */

/* @group typestyles */

a {
	color: #4A5F84;
}

h2, h3 {
	margin-left: 8px;
}
	
h1 {
	font-size: 28px;
	color: #4A5F84;
	padding: 3px 0px 12px 0px;
}

h2 {
	font-size: 22px;
	color: #333;
	padding: 3px 0px 12px 0px;
	border-bottom: #f6f6f6 thin solid;
}

h3 {
	font-size: 18px;
	color: #4A5F84;
	padding: 3px 0px;
	border-bottom: #f6f6f6 thin solid;
}

span.logo img {
	padding: 3px;
	margin-right: 10px
}

span.profilePhoto img {
	padding: 3px;
	margin-right:20px
}

/* @end */

/* @group header */

#header {
	width: 918px;
	height: auto;
	margin: 0 auto;
}

#headerTall {  			/*Conditional Style for Logos */
	width: 918px;
	height: 150px;
	margin: 0 auto;
}

	#pageTitle {
		float: left;
		width: 485px;
		height: auto;
		padding: 8px;
		margin-left: 8px;
	}
	
	    .pageTitle {
			font-size: 22px;
			font-weight: bold;
			color: #4A5F84;
		}
		
		.slogan {
			font-size: 18px;
			font-style: italic;
			color: #666;
		}
	
	#headerContact {
		float: right;
		padding: 12px 8px;
		margin-right: 0px;
		text-align: right;
		font-size: 16px;
		color: #4A5F84;
	}
	
	.agentName {
	        color: #fff;
	        }
	    
	    .agentPhone {
	        color: #fff;
	        }
	
/* @end */

/* @group navigation */

#mainMenu-nav {
	width: 905px;
	margin: -28px 15px;
	position:relative;
	height:43px;
	text-transform:uppercase;
	/* background:#fff url('/images/direction/mainMenu-bg.jpg') no-repeat; */
	}
	

	#mainMenu-nav ul {
		margin: 12px 10px;
		padding:0px;
		list-style-type:none;
		width:auto;
		float:left;
	}
	
	/*for IE 7 */
	*ul#ctl00_MenuList {
		margin: 28px 10px;
		padding:0px;
		list-style-type:none;
		width:auto;
		float:left;
	}	

	#mainMenu-nav ul li {
		display:block;
		float:left;
		margin:-12px 5px;
	}

	#mainMenu-nav ul li a {
		display:block;
		float:left;
		color: #4A5F84;
		font-weight: bold;
		text-decoration:none;
		padding:0 0 0 10px;
		height:43px;
		line-height: 50px;
		font-size: 13px;
	}

	#mainMenu-nav ul li a span {
		display:block;
		float:left;
		padding: 0px 16px 3px 2px;
		height:31px;
		width:auto;
	}

	#mainMenu-nav ul li a:hover {
		color: #fff;
		text-decoration: underline;
	}

	#mainMenu-nav ul li a:hover span {
		display:block;
		cursor: pointer;
	}

	#mainMenu-nav ul li a.current,#mainMenu-nav ul li a.current:hover {
		color:#4A5F84;
		text-decoration: underline;
		font-weight:bold;
		background:transparent url('/images/direction/mainMenu_left-ON.png') no-repeat top left;
		
	}

	#mainMenu-nav ul li a.current span { 
		background:transparent url('/images/direction/mainMenu_right-ON.png') no-repeat top right;
		height:43px;
	}

/* @end */	

/* @group content */

#contentOut {
	width: 930px;
	padding: 1px 10px;
	background: url('/images/direction/contentArea-bg.jpg') no-repeat top center;
}

#contentIn {
	margin: 0 auto;
	width: 925px;
	background: #fff;
	}
	
	#content {
		width: 670px;
		float: left;
	}
	
	
	/* Start styles for blog pages */
	
	#content .post {
		padding: 0 8px;
	}
	
	#content .contactOption {
		background: #f4f5f6;
		border-top: 2px dotted #c0c0c0;
		margin: 5px;
		padding: 8px;
	}
	
	#content .blogPaging {
		background: #f9f9f9;
		border: 1px solid #f5f5f5;
		margin: 5px;
		padding: 8px;
	}
	
		.blogPaging a.prevArticle {
			float: left;
			font-size: 16px;
		}
		
		.blogPaging a.nextArticle {
			float: right;
			font-size: 16px;
		}
		
		.moreBlogArticles {
			background: url('/images/tunnel/rsBlock-report.jpg') repeat-x;
			height: 211px;
			border-top: 2px dotted #c0c0c0;
			margin: 5px;
			padding: 8px;
		}
		
		.moreBlogArticles ul li	{
			list-style: square;
			line-height: 18px;
			font-size: 14px;
		}
		
	/* End Styles for Blog Pages */
	
	.pageImg {
		width: 670px;
		height: 187px;
		padding: 9px;
		margin-top: 6px;
		background-color: #fff;
	}
	
	#pageContent {
		width: 670px;
		margin-left: 7px;
		min-height: 400px;
		background-color: #fff;
	}
	
#rightSide {
	 width: 220px;
	 float: right;
	 margin-top: 10px;
	 margin-right: 2px;
	}
	
	#rsBlock-header1 {
		background: url('/images/direction/blockHeader-bg.png') no-repeat;
		color: #fff;
		font-weight: bold;
		padding: 6px 12px 18px 12px;
		position: relative;
		z-index: 1;
	}
	
	    #rsBlock-header1 a {	
		    color: #fff;
		    font-weight: bold;
	    }
	
	#rsBlock-header2 {
		background: url('/images/direction/blockHeader-bg.png') no-repeat;
		color: #fff;
		font-weight: bold;
		padding: 6px 12px 18px 12px;
		position: relative;
		z-index: 1;
	}
	
	    #rsBlock-header2 a {	
		    color: #fff;
		    font-weight: bold;
	    }
	
	#rsBlock-header3 {
		background: url('/images/direction/blockHeader-bg.png') no-repeat;
		color: #fff;
		font-weight: bold;
		padding: 6px 12px 18px 12px;
		position: relative;
		z-index: 1
	}
	
	    #rsBlock-header3 a {	
		    color: #fff;
		    font-weight: bold;
	    }
	    
	#rsBlock-header4 {
		background: url('/images/direction/blockHeader-bg.png') no-repeat;
		color: #fff;
		font-weight: bold;
		padding: 6px 12px 18px 12px;
		position: relative;
		z-index: 1;
	}
	
	    #rsBlock-header4 a {	
		    color: #fff;
		    font-weight: bold;
	    }
	
		#rsBlock-header5 {
		background: url('/images/direction/blockHeader-bg.png') no-repeat;
		color: #fff;
		font-weight: bold;
		padding: 6px 12px 18px 12px;
		position: relative;
		z-index: 1;
	}
	
	    #rsBlock-header5 a {	
		    color: #fff;
		    font-weight: bold;
	    }

	#rsBlock-cdpe {
		background: #fff url('/images/direction/rsBlock-cdpe.jpg') no-repeat bottom;
		width: 201px;
		border-left: #E5E4E2 thin solid;
		border-right: #E5E4E2 thin solid;
		padding: 5px;
		margin-top: -8px;
		min-height: 155px;
		z-index: 0;
	}
	
	#rsBlock-resources {
		background: #fff url('/images/tunnel/rsBlock-report.jpg') no-repeat bottom;
		width: 200px;
		border-left: #E5E4E2 thin solid;
		border-right: #E5E4E2 thin solid;
		padding: 5px;
		margin-top: -8px;
		min-height: 155px;
		z-index: 0;
	}
	
	#rsBlock-report {
		background: #fff url('/images/direction/rsBlock-report.jpg') no-repeat bottom;
		width: 201px;
		border-left: #E5E4E2 thin solid;
		border-right: #E5E4E2 thin solid;
		padding: 5px;
		margin-top: -8px;
		min-height: 155px;
		z-index: 0;
	}
	
	#rsBlock-contact {
		background: #fff url('/images/direction/rsBlock-contact.jpg') no-repeat bottom;
		width: 201px;
		border-left: #E5E4E2 thin solid;
		border-right: #E5E4E2 thin solid;
		padding: 5px;
		margin-top: -8px;
		min-height: 155px;
		z-index: 0;
	}

	#rsBlock-mhae {
		background: #fff url('/images/direction/rsBlock-report.jpg') no-repeat bottom;
		width: 201px;
		border-left: #E5E4E2 thin solid;
		border-right: #E5E4E2 thin solid;
		padding: 5px;
		margin-top: -8px;
		min-height: 70px;
		z-index: 0;
	}
	
	#rsBlock-footer1 {
		width: 211px;
		height: 1px;
		border-left: #E5E4E2 thin solid;
		border-right: #E5E4E2 thin solid;
		border-bottom: #E5E4E2 thin solid;
		margin-bottom: 8px;
	}
	
	#rsBlock-footer2 {
		width: 211px;
		height: 1px;
		border-left: #E5E4E2 thin solid;
		border-right: #E5E4E2 thin solid;
		border-bottom: #E5E4E2 thin solid;
		margin-bottom: 8px;
	}
	
	#rsBlock-footer3 {
		width: 211px;
		height: 1px;
		border-left: #E5E4E2 thin solid;
		border-right: #E5E4E2 thin solid;
		border-bottom: #E5E4E2 thin solid;
		margin-bottom: 8px;
	}
	
	#rsBlock-footer4 {
		width: 211px;
		height: 1px;
		border-left: #E5E4E2 thin solid;
		border-right: #E5E4E2 thin solid;
		border-bottom: #E5E4E2 thin solid;
		margin-bottom: 8px;
	}
	
	#rsBlock-footer5 {
		width: 211px;
		height: 1px;
		border-left: #E5E4E2 thin solid;
		border-right: #E5E4E2 thin solid;
		border-bottom: #E5E4E2 thin solid;
		margin-bottom: 8px;
	}
	
#footer .copyright {
	color: #f0f0f0;
	font-size: 11px;
	width: 905px;
	padding: 8px;
	margin: 0 auto;
	text-align: center;
	}
	    
.ehoLogo {
    text-align: right;
    padding: 10px;
    }
    
/* @group Resources */
	
.resourceThumb {
	padding: 4px;
	border: thin solid #888;
	background-color: #f8f8f8;
}

.resourceTitle {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.resourceDesc {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #333;
}
	
.resourceTable {
	width: 640px;
	padding: 0;
	margin: 0;
}

.resourceTable td {
	border: 1px solid #C1DAD7;
	background: #fff;
	padding: 8px 8px 8px 12px;
	color: #4f6b72;
}

.requiredField
{
    color: #f00;
    padding-right: 3px;
}

.gp_questionnaire
{
	border: 1px solid #B6C3D3;
	border-collapse:collapse;
}

.gp_questionnaire tr.odd
{
	background-color:#DEEBFB;
}

.gp_questionnaire td, .gp_questionnaire th
{
	border: 1px solid #B6C3D3;
}

.gp_questionnaire td td
{
	border: none;
}

.gp_callout_note
{
    border:1px solid #B6C3D3;
    margin:60px !important;
    padding:20px !important;
}
.gp_callout_note h3, hr
{
    border:none;
	border-bottom: #B6C3D3 2px solid !important;
}

.gp_contact
{
    text-align:center;
    border:none;
    margin:0 180px !important;
    padding:0 20px  20px 20px !important;
}

.captcha
{
    font-size: 10px;
    border: solid 1px #ccc;
    margin: 5px;
    background: #fff;
}

.captcha input {
	margin: 0 0 10px 0;
}