@charset "ISO-8859-1";
*{
	margin:0px;
	padding:0px;
	outline:none;
}
body{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
	color:#333;
	background-color:#fff;
	background-color: #486f25;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.clear{
	clear:both;
}

#wrapper {
	position:relative;
	width:940px;
	margin:auto;
}

#banner {
	position:relative;
	width:940px;
	height:152px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}

#navigation {
	position:relative;
	width:940px;
	height:31px;
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
}

#navigation ul, #footer ul {
	list-style:none
}

#navigation li, #footer li {
	display:inline;
}

#navigation ul {
margin-left:10px;	
}

#navigation a{
padding: 0px 15px;
float:left;
text-decoration:none;
line-height:30px;
color:#fff;
}

#navigation a:hover {
background-image:	url(images/hover.jpg);
background-repeat: repeat-x;
background-position: 0px 1px;
}

#content {
	position:relative;
	width:940px;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
}


#footer {
	position:relative;;
	width:940px;
	height:129px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#comfortBG {
	width:311px;
	height:109px;
	background-image: url(images/comfort.jpg);
	background-repeat: no-repeat;
}

#column1 {
	float:left;
	width:620px;
	margin-left:20px;
	font-size:16px;
	margin-top:45px;
	line-height:1.4em;
}


#column2 {
	float:left;
	width:190px;
	margin-left:95px;
	margin-top:40px;
	color:#1c5680;
}

#column2 ul {
	margin-left:15px;
}

h1 {
	margin-bottom:20px;
	color:#247fc1;
	font-weight:normal;
	letter-spacing:-1px;
}

h2 {
	color:#486f25;
	font-weight:normal;
	line-height:22px;
}

#buttonContactUs {
position:relative;
left:-13px;
float:left;
width:206px;
height:49px;
background-image: url(images/buttonContactUsToday.jpg);	
text-indent:-99999px;
}

#copyright {
position:absolute;
color:#fff;
left:20px;
top:40px;
}

#footer ul {
position:absolute;
right:20px;
top:40px;
}

#footer a {
	color:#fff;
	text-decoration:none;
	padding:10px;
}

#footer a:hover {
	text-decoration:underline;;
}

.xs{font-size:10px}
.sm{font-size:12px}
.md{font-size:14px}
.lg{font-size:16px}
.xl{font-size:18px}
.xx{font-size:20px}

#pageHome #navHome,
#pageAboutUs #navAboutUs,
#pageResources #navResources,
#pageServices #navServices,
#pageContactUs #navContactUs{
	background-image:	url(images/hover.jpg);
	background-repeat: repeat-x;
	background-position: 0px 1px;
}

#column1 p {
	margin-bottom:20px
}

#column1 ul {
margin-left:20px;
margin-bottom:20px;
}

#column1 h2{
letter-spacing:-1px;
margin-bottom:5px;
}


