body  {
	font: 10pt , Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.border {
	border: 1px solid;
	border-color:#cccccc;
	}

.thrColLiqHdr #container {
	width: 770px;
	background: #FFFFFF;
	background-image: url(../images/headerback.jpg);
	background-repeat: repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColLiqHdr #header { 
	background-repeat:repeat-x;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColLiqHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.thrColLiqHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0089c4;
	height: 20px;
} 
.thrColLiqHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {color: #FFFFFF;
font-size: 24px;}

.style2 {color: #0089c4;
font: 14pt Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}

.style4 {
font-size: 8pt;
font-weight: normal;
}

a:link {
	color: #FFFFFF;
}


.style6 {
	color: #FFFFFF;
	font-size: 9pt;
}



.style7 {
	color: #0089c4;
	font-weight: bold;
}
.style8 {
	font-size: 18pt;
	color: #000000;
}
.style9 {color: #000000}




.main_header_top_area {
	background-image: url(../images/mainheader.jpg);
	height: 184px;
	padding: 10px 0px 0px 50px;
	margin: 0px 10px 0px 10px;
}
.header_text p {
	color: #757877;
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px;
}
.header_text .header_emphasis {
	color: white;
	font-size: 15px;
	font-weight: bold;
	
}
.main_header_image_rotation {
	float: left;
	padding-right: 20px;
}
.header_text {
	padding: 0px 20px 0px 290px;
}












.navmenu {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	z-index: 997;
	font-size: 11px;
	width: 750px; /* hack for IE7 */
	height: 27px;
}
.navmenu table {
	padding-right: 1px;
	background: transparent url('../images/egb-menu.gif') no-repeat scroll right bottom;
}
.navmenu table td {
	padding: 0;
	background: transparent;
}
.navmenu .item {
	position: relative;
	z-index: 998;
	float: left;
	display: block;
	background: url('../images/egb-menu.gif') no-repeat scroll left bottom;
	height: 27px;
}
.navmenu .last {
	display: block;
	width: 1px;
	height: 27px;
	background: transparent url('../images/egb-menu.gif') no-repeat scroll right bottom;
}
/* the currently selected page or area in the navigation list */
.navmenu .selected {
	background: url('../images/egb-menu.gif') no-repeat scroll left top;
}

/* show a button-like box under each navigation item */
/* and format the text in navigation buttons */
.navmenu a {
	padding: 4px 8px;
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	z-index: 998;
	line-height: 19px;
	white-space: nowrap;
}

.navmenu .subnavmenu {
	font-size: 11px;
	margin: 0px;
	position: absolute;
	left: 0px;
	background: #ccc;
	width: auto;
	display: none;
	z-index: 999;
	top: 27px;
}
.navmenu .subnavmenu .item {
	float: none;
	position: static;
	border-top: 1px solid white;
	border-bottom: 1px solid #999999;
	border-left: 1px solid white;
	border-right: 1px solid white;	
	margin: 0px;   
	background: #EEEEEE;
	height: 24px;
}
.navmenu .subnavmenu .item a {
	line-height: 16px;
}
/* display subnavmenus on mouseover */
.navmenu .item:hover .subnavmenu {
	display: block;
}


/* set off subnavigation items in smaller areas */
/* and format the text in subnavigation buttons */
.navmenu .subnavmenu a {
	float: none;
	padding: 4px 8px;
	white-space: nowrap;
	font-weight: normal;
	font-size: 11px;
	width: 100%;
	display: block;
}
.navmenu a.hasSubmenu {
	background: transparent url(../images/arrow.gif) no-repeat scroll right center;
	padding-right: 16px;
}
.navmenu .item.hasSubmenu>a {
	background:  transparent url(../images/arrow.gif) no-repeat scroll right center;
	padding-right: 16px;
}
/* make navigation items light up when moused over */
.navmenu .item:hover, .navmenu .item.selected, .navmenu .item.active {
	background: url('../images/egb-menu.gif') no-repeat scroll left top;	
}
.navmenu .subnavmenu .item:hover, .navmenu .subnavmenu .item.selected, .navmenu .subnavmenu .item.active {
	background: #B3D7E9;
}


.main_content a {
	color: black;
	text-decoration: underline;
}

.standard_interior_page {
	padding: 20px 22px 0px 22px;
	margin: 0px;
}
.standard_interior_page h2 {
	color: #0081B9;
	font: 16px  verdana, arial, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	padding: 0px;
}
.standard_interior_page p {
	font: 10px/1.5em verdana, arial, sans-serif;
}
.standard_interior_page ul {
	margin-left: 14px;
	padding-left: 0px;
}
.standard_interior_page li {
	font: 10px/1.5em verdana, arial, sans-serif;
	list-style-position: outside;
}
.standard_interior_page .left_panel {
	width: 465px;
}


.standard_interior_page .right_panel {
	float: right;
	width: 235px;
}
.standard_interior_page .right_panel .stationary_content_box {
	background-color: #FFFFFF;
	padding: 3px 0px 0px 5px;
	margin-bottom: 20px;
	border: 1px solid #D7DAD9;
}
.standard_interior_page .right_panel .bottom_content_box {
	background-color: #FFFFFF;
	padding: 3px 0px 3px 5px;
	margin: 0px;
	border: 1px solid #D7DAD9;
	
}
.standard_interior_page .bottom_content_box span {
	margin: 0px;
	padding: 0px;
}
.standard_interior_page .bottom_content_box p {
	margin: 0px;
	padding: 0px;
}


.footer_text p {
	color: #000000;
	margin: 10px 0px;
	padding: 0px;
}
.footer_text a {
	color: #000000;
}
.clear {
	clear: both;
	padding-bottom: 20px;
}



.thrColLiqHdr #container #gallery_nophoto {
	padding: 0px 23px;
}
.thrColLiqHdr #container #free_estimate_form .right_panel {
	float: right;
	width: 235px;
}
.thrColLiqHdr #container #free_estimate_form .left_panel {
	width: 465px;
	padding: 0px 0px 0px 0px;
	
}
#free_estimate_form .right_panel .stationary_content_box {
	background-color: #FFFFFF;
	padding: 3px 0px 0px 5px;
	margin: 0px 23px 20px 0px;
	border: 1px solid #D7DAD9;
}
#free_estimate_form {
	padding: 23px 0px 0px 5px;
}