﻿/* CSS layout */

/* CSS Resets */

copy-and-paste type, or just want an in-page preview of what you'll be getting, here it is. 

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of CSS Resets */

body {
	line-height: 1;
	background-color: #FFFFFF;
	background-image: url('images/sitebg.jpg');
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Tahoma, sans-serif;

}

#site_container {
	width: 962px;
	margin-left: auto;
	margin-right: auto;
}

#site_outline_top {
	
	background-image: url('images/site_outline_top.png');
	background-repeat: no-repeat; 
	height: 18px;
	margin: 0;
	padding: 0;
}

#site_outline_body {
	
	background-image: url('images/site_outline_body.png');
	background-repeat: repeat-y; 
}

#site_outline_bottom {
	
	background-image: url('images/site_outline_bottom.png');
	background-repeat: no-repeat; 
	height: 18px;
	margin: 0;
	padding: 0;
}

#site_inside_container {
	width: 946px;
	margin-left: auto;
	margin-right: auto;
}

#masthead {
	height: 120px;
	background: #FFFFFF url('images/mastheadbg.jpg') no-repeat;
}

#masthead_address {
	padding:0;
	margin:0;
	padding-top: 20px;
	margin-left:400px;
	width: 500px;
}

#masthead_address p {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	color: black;
}

#top_nav {
	background-color: #000000;
	background-image: url('images/top_navbg.jpg');
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 60px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}

#page_content {
	background-color: #FFFFFF;
	padding-top: 10px;
}

#left_content {
	width: 35%;
}

#right_content {
	width: 60%;
	margin-top: 10px;
}

#sidemenu {
	margin: 0;
	padding: 0;
	background-color: #C2D3E3;

	padding-bottom: 1px;
	margin-bottom: 15px;
}

#sidemenu a:link, a:visited {
	
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#sidemenu a:hover {
	color: #ffffff;
}

#sidemenu ul {
	list-style-type: none;
}
#sidemenu li {
	padding-top: 10px;
}

#left_content_large {
	margin-left: 20px;
	padding-left: 15px;
	width: 60%;
}

#right_content_small {
	width: 35%;
}

.region {
  float: left;
  overflow: hidden;
}

#footer {
	height: 98px;
	background-color: #FFFFFF;
	background-image: url('images/footerbg.jpg');
	background-repeat: no-repeat;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1612a6;
	padding-top: 5px;	
	padding-left: 10px;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding: 0;
}
h1 {
	font-family: tahoma, verdana;
	font-weight: normal;
	font-size: 20px;
	color: #0464c1;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

h2, h2 a {
	font-family: tahoma, verdana;
	font-weight: normal;
	font-size: 18px;
	color: #0464c1;
	padding-bottom: 3px;	
	padding-left: 0px;
	padding-right: 5px;
}

h2.blog, h2.blog a {
	font-family: tahoma, verdana;
	font-weight: normal;
	font-size: 18px;
	color: #0464c1;
	padding-bottom: 3px;	
	padding-left: 0px;
	padding-right: 5px;
}

h3 {
	font-family: tahoma, verdana;
	font-weight: normal;
	font-size: 20px;
	color: #020202;
	padding-bottom: 3px;	
	padding-left: 5px;
	padding-right: 5px;
}

h4 {
	font-family: tahoma, verdana;
	font-weight: normal;
	font-size: 18px;
	color: #020202;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

h5 {
	
	font-family: tahoma, verdana;
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 12px;
	padding-left: 60px;
}

h6 {
	font-family: tahoma, verdana;
	font-weight: normal;
	font-size: 12px;
	color: #0464c1;
	padding-left: 5px;
	padding-right: 5px;
}

h6.blog {
	font-family: tahoma, verdana;
	font-weight: normal;
	font-size: 10px;
	color: #0464c1;
	padding-left: 15px;
	padding-right: 5px;
}

.small {
	font-size: 75%;
}

p {
	font-family: verdana;
	font-weight: normal;
	font-size: 13px;
	color: #020202;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

ul {
	list-style-type: square;
	color: lime; 
}

li {
	color: #0464c1;
	font-size: 13px;
	line-height: 120%;
}
.post_divider {
	border-bottom: thin #dddddd solid;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
}
.framed_textbox {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 300px;
	float: left;
	width: 500px;
}

.textbox_upper_left_frame {
	height: 58px;
	background-image: url('images/text_box_upper_left.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

.textbox {
	margin-left: 40px;
	padding: 10px;
	padding-top: 1px;
	width: 385px;
	background-color: #dcdbff;
	color: #333333;
}

.textbox_lower_right_frame {
	height: 58px;
	margin-left: 40px;
	background-image: url('images/text_box_lower_right.jpg');
	background-repeat: no-repeat;
}

.textbox h1 {
	font-family: tahoma, verdana;
	color: black;
}

.textbox_side {
	margin-left: 15px;
	margin-right: 35px;
	margin-top: 30px;
	line-height: 20px;
}
.ehologo {
	width: 71px;
	height: 71px;
	margin-left: 10px;
	background-image: url('images/ehologo.png');
	background-repeat: no-repeat;
}

.searchbox_outside {
	width: 280px;
	height: 286px;
	margin-left: 15px;
	border: 1px #cccccc solid;

}

.searchbox_inside {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	margin-top: 15px;
	width: 280px;
	height: 300px;
	background-color: white;
	background-image: url('images/searchbox_insidebg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px #cccccc solid;
}

.searchbox_inside_top {
	margin: 0;
	padding: 0;
	background-color: blue;
	background-image: url('images/searchbox_topbg.jpg');
	background-repeat: no-repeat;
	height: 42px;
}

.searchbox_inside_content {
	margin-top: 0px;
	margin-left: 10px;
}

.clearingdiv {
	clear: both;
}
.iphoneapp {
	float: right;
	width: 200px;
	height: 100px;
	padding: 0px 0px 5px 15px;
}

/* Easy Slider */

	#slider {
	margin: 20px;
	
	}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:850px;
		height:250px;
		overflow:hidden; 
		}
		
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	

	#slider h6 {
		font-size: 16px;
		line-height: 160%;
		background-image: url('images/greencheck.jpg');
		background-repeat: no-repeat;
		
		padding: 0;
		padding-left: 40px;
		margin-left: 375px;
	}
	
	#slider h6 a:link, a:visited {
		color: #0464c1;	
}



.sliderside {
	float: left;
	margin-right: 20px;
}
/* End of Easy Slider */

/* JSDDM Menus */

/* Navigation tabs area definition */

#navigation_tabs {
	margin: 0;
	padding: 0;
	width: 630px;
	height: 55px;
	margin-left: 310px;
}

/* end of navigation tabs */

/* The nav tabs themselves */

#nav_tabs
{	margin: 0;
	padding: 0}

#nav_tabs li
{	float: left;
	list-style: none;
	
}

#nav_tabs li a:link, #nav_tabs li a:visited
{	display: block;
	padding: 5px 12px;
	text-decoration: none;
	height: 30px;
	white-space: nowrap;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #0464c1;
}

#nav_tabs li a:visited {
	color: #0464c1;
}
#nav_tabs li.current a:link, #nav_tabs li.current a:visited {
	color: white;
	background-image: url("images/nav_tabbg.jpg");
	background-repeat: repeat-x;
	background-position: left bottom;
}

#nav_tabs li a:hover, #nav_tabs li a:active
{	
	color: black;
}

/* The tav tab dropdown menus */
	
#nav_tabs li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index: 1;
	background-color: #225D99;
}

#nav_tabs li ul li
{	
	float: none;
	display: inline;
	padding:0;
	margin: 0;
}

#nav_tabs li.current li a
{	
	width: auto;
	height: 20px;
	background-image: none  !important;
	color: #dddddd !important;
	border-bottom: 1px #8baed2 solid;
}

#nav_tabs li.current li a:hover
{	
	color: white !important;
}

#nav_tabs li li a
{	
	width: auto;
	background-image: none  !important;
	color: #dddddd !important;
}

#nav_tabs li li a:hover
{	
	color: white !important;
}
/* End of JSDDM menus */

/* formatting for email forms */

#contactform {
	margin: 0;
	padding: 10px 0 10px 0;
	background-color: #dcdbff;
}

#subForm {
	font-size: 14px;
	color: white;
}

#subForm .label {
	float: left;
	width: 180px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear: left;
}

#submitbtn {
	margin-left: 445px;
	background-color: #73E702;
	color: black;
	font-weight: bold;
	border: 1px gray solid;
	
}

#submitbtn:hover {
	background-color: #5188C1;
}

#name, #phone, #email, #city, #zipcode, #comments, #streetaddress, #subdivision, #bedrooms, #bathrooms,
#ageofhome, #homephone, #cellphone  {
	background-color: #5188c1;
	font-family:Arial;
	font-size: .9em;
	width: 300px;
	margin-top: -2px;
	color: white;
	font-weight: bold;
}

#name:focus, #phone:focus, #email:focus, #city:focus, #zipcode:focus, #comments:focus, 
#streetaddress:focus, #subdivision:focus, #bedrooms:focus, #bathrooms:focus,
#ageofhome:focus, #homephone:focus, #cellphone:focus{
	background-color: #002d5f;
	
}

/* END formatting for email forms */
.movie {
	margin-bottom: 20px;
}

.address {
	background-image: url('images/addressicon.jpg');
	background-position: left center; 
	background-repeat: no-repeat;
}

.address p {
	margin-left: 45px;
}


.phone {
	height: 45px;
	background-image: url('images/phoneicon.jpg');
	background-position: left center; 
	background-repeat: no-repeat;
}

.phone p {
	padding-top: 15px;
	margin-left: 45px;
}


.email {
	height: 45px;
	padding-top: 10px;
	background-image: url('images/emailicon.jpg');
	background-position: left center; 
	background-repeat: no-repeat;
}

.email p {
	margin-left: 45px;
}

#fixed { 
	position: fixed;top:20px;left:0;

}

#fixed a {
	background-image: url('images/signupbg.png');
	background-repeat: no-repeat;
	padding: 6px 20px 10px 5px;

	font-family: Tahoma;
	font-size: 13px;
	color:white;
	font-weight: bold;
	text-decoration: none;
}

#fixed a:hover {
	background-image: url('images/signupbgover.png');
	background-repeat: no-repeat;

}

.meta {
	padding-left: 15px;
}