@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
p , li, ul, h1, h2, h3, h4{
	margin: 0px;
	padding: 0px;
}




#container {
	text-align: left;
	margin: auto;
	width: 100%;
	background-image: url(../images/back_container.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
	min-height: 100%;
	margin-bottom: -161px;
}
#container_subpage {
	text-align: left;
	margin: auto;
	width: 100%;
	position:relative;
	min-height: 100%;
	margin-bottom: -161px;
}

#header {
	width: 1002px;
	margin: auto;
	position: relative;
}
#header_subpage {
	width: 1002px;
	margin: auto;
}



#content {
	width: 1002px;
	position: relative;
	margin: auto;
}
.content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4580c6;
	padding: 0px;
	margin: 0px;
}
.content_subpage h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4580c6;
	padding: 0px;
	margin: 0px;
}

.content p {
	font-size: 13px;
	color: #555555;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
.content_subpage p {
	font-size: 13px;
	color: #555555;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

.content h1 {
	font-size: 24px;
	color: #4580c6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.content_subpage h1 {
	font-size: 24px;
	color: #4580c6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
}
.sidebar1_subpage h1 {
	font-size: 14px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
}

.sidebar1 h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	padding: 0px;
	margin: 0PX;
}
.sidebar1_subpage h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	padding: 0px;
	margin: 0PX;
}
.sidebar1_subpage2 h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	padding: 0px;
	margin: 0PX;
}


.sidebar1 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0PX;
}
.sidebar1_subpage p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
.sidebar1_subpage2 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

.sidebar1_subpage h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.sidebar1_subpage2 h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}



.counter {
	background-image: url(../images/counter.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 155px;
	height: 50px;
	margin-left: 75px;
	margin-bottom: 20px;
	margin-top: 15px;
	padding-top: 22px;
}



#footer {
	width: 1002px;
	height: 161px;
	text-align: center;
	margin: auto;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
}
.privacy p a {
	color: #FFF;
	text-decoration: none;
}
.privacy p a:hover {
	color: #FFF;
	text-decoration: underline;
}



#mainfooter {
	width: 100%;
	background-image: url(../images/back_footer.jpg);
	background-repeat: repeat-x;
	height: 161px;
	position:relative;
}

.banner {
	padding-left: 41px;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:283px;
	position: relative;
}

.worry {
	position: absolute;
	left: 919px;
	top: 96px;
}

.logo {
	z-index: 100;
	left: 374px;
	top: 20px;
	padding-top: 20px;
	padding-left: 48px;
}
.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 can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.sidebar1 {
	float: right;
	width: 337px;
	padding-bottom: 10px;
	background-image: url(../images/join_newsletter_home.jpg);
	background-repeat: no-repeat;
	padding-left: 33px;
}
.sidebar1_subpage {
	float: right;
	width: 312px;
	padding-bottom: 10px;
	background-image: url(../images/contact_form.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 11px;
}
.sidebar1_subpage2 {
	float: right;
	width: 327px;
	padding-bottom: 10px;
	background-image: url(../images/join_newsletter2.jpg);
	background-repeat: no-repeat;
}


.content {
	width: 537px;
	float: right;
	padding-left: 41px;
	padding-right: 54px;
	padding-bottom: 15px;
}
.content_subpage {
	width: 579px;
	float: right;
	padding-left: 41px;
	padding-right: 54px;
	padding-bottom: 15px;
	font-size: 13px;
}

.green {
	color: #97b42d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.privacy {
	float: left;
	padding-left: 15px;
	padding-top: 6px;
}
.copyright {
	float: right;
	padding-right: 15px;
	padding-top: 6px;
}


html, body {       
height: 100%; 
}
.clearfooter {   
height: 161px;   
clear: both;
}

.input_join {
	color: #555555;
	background-color: #f3f3f3;
	border: 1px solid #a2a2a2;
	width: 225px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding-left: 5px;
}

.menu {
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 919px;
	height: 35px;
	margin-left: 41px;
	position: relative;
	line-height: 35px;
}

.menu ul li {
	list-style-type: none;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
}
.menu ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	line-height: 35px;
	height: 35px;
	padding-left: 40px;
	padding-right: 40px;
}

.menu ul {
	line-height: 35px;
	height: 35px;
}

.menu ul li a:hover {
	background-image: url(../images/over.jpg);
	background-repeat: repeat-x;
	color: #597C16;
}


.menu ul .on a {
	background-image: url(../images/selected.jpg);
	background-repeat: repeat-x;
	background-color: #4696DD;
	color: #FFF;
}

.menu ul .on a:hover {
	background-image: url(../images/selected.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}












#footer h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #FFF;
	padding-top: 50px;
	padding-bottom: 30px;
}
.BlueText14 {
	color: #577A14;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.GreenText14 {
	color: #555555;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
.GreenText14 a {
	text-decoration: none;
	color: #555555;
}

.banner_title {
	position: absolute;
	left: 103px;
	top: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 25px;
	color: #2C5B91;
	letter-spacing: -1px;
}
.banner_cities {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 18px;
	position: absolute;
	top: 170px;
	left: 109px;
}

