@charset "utf-8";
body  {
	font: 80% Arial, Helvetica, sans-serif;
	background: #9bc03e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px;
	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: #333333;
}
.twoColFixRtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	padding-bottom: 50px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/main_content_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
} 
.twoColFixRtHdr #header { 
	/* background: #DDDDDD; */
	padding: 0 10px 0 20px;  /* 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. */
	height: 194px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
} 


.twoColFixRtHdr #menu { 
	/* background: #DDDDDD; */
	padding: 2px 0 0 0px;  /* 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. */
	height: 34px;
} 

.twoColFixRtHdr #mainImage { 
	/* background: #DDDDDD; */
	padding: 0;  
	height: 277px;
	background-image:url(images/main_image1.jpg);
	background-repeat:no-repeat;
	z-index: -1;
} 




.twoColFixRtHdr #sidebar1 {
	position: relative;
	float: right; /* since this element is floated, a width must be given */
	width: 375px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	z-index: 650;
	
}

.twoColFixRtHdr #countdown { 
	/* background: #DDDDDD; */
	position: relative;
	padding-top: 40px;  /* 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. */
	height: 85px;
	width: 373px;
	background-image: url(images/countdown_bg.gif);
	background-repeat:no-repeat;
	margin: -70px 2px;
	color: #fff; 
	font-family: arial, verdana, ms sans serif;
	font-size: 18pt;
	font-weight: BOLD;
	z-index: 550;
}



.twoColFixRtHdr #mainContent {
	margin: 0px 390px 60px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 600px;
} 

.twoColFixRtHdr #mainContent h1 {
	font:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #ba035f;
}

.twoColFixRtHdr #mainContent h2 {
	font:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #ba035f;
}

.twoColFixRtHdr #footer {
	margin: 0 auto;
	width: 980px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height: 220px;
} 
.twoColFixRtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 90%;
}

.twoColFixRtHdr #footer a{
	color: white;
	text-decoration: none;
}

.twoColFixRtHdr #footer a:hover{
	color: white;
	text-decoration: underline;
}


.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 */
	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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color: #07901c;
	text-transform:uppercase;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #07901c;
	line-height: 70%;

}
.tagline{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #07901c;
	line-height: 70%;
	letter-spacing: 4px;
	padding-left: 5px;
}

.company{
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:bold;
	color: #07901c;
	text-transform:uppercase;
	padding-top: 5px;
}
/*
#menu ul{
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top: 10px;
}

#menu li{
	display: inline;
	padding: 0 68px 0 0px;
	
}

#menu li a{
	color: #fff;
	text-decoration:none;
	outline:none;
}

#menu li a:hover{
	color: #FF0;
	text-decoration: none;
}
*/
#agents{
	border:#eeeeee solid 10px;
	padding: 10px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight; normal;
	line-heght: 120%;
}

.footer_menu{
	float: right;
	text-align:right;
}

.footer_menu a{
	color: #fff;
	text-decoration:none;
}
.footer_menu a:hover{
	color:#FF0;
	text-decoration:none;
}

img{
	margin: 0 0 10px 10px;
}
