/* CSS Document */
html {
	height:100%;
}
body {
	padding:0; 
	margin:0; 
	height:100%; 
	background:url(images/bg.jpg) repeat-x top left #00395b;
	font-size:62.5%;
	font-family:Helvetica, Arial, sans-serif;
	color:#333;
	text-align:center;
}
/* ----------- HEADER STYLES ------------ */
h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:1.6em;
	color:#c46e1e;
	padding-bottom:3px;
	text-align:left;
	margin:0;
	margin-bottom:3px;
}
h1.nosub {
	margin-bottom:20px;
}
h1 .smaller {
	font-size:.6em;	
}
h2 {
	font-weight:normal;
	font-size:1em;
	font-style:italic;
	color:#333;
	margin:0;
	padding:0;
	text-align:left;
	margin-bottom:20px;
}
h3 {
	font-weight:bold;
	font-size:1em;
	color:#c46e1e;
	margin:0;
	margin-bottom:2px;
}
h4 {
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	margin:0;
	margin-bottom:4px;
}
a img, img { 
	border:0px;
}
/* ------------ CHANGE LINK COLOR HERE ------------ */
a:link{
	color:#c46e1e;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#c46e1e;
}
a:hover{
	color:#c46e1e;
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}
h3 a:link, h3 a:visited {
	font-weight:bold;
	color:#c46e1e;
	text-decoration:none;
}
h3 a:hover {
	text-decoration:underline;	
}
#wrapper {
	width:920px;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align:left;
}
#header {
	position:relative;
	height:173px;
	width:920px;
	margin:0;
	padding:0;
	background:url(images/header.jpg) no-repeat top left;
}
#flash {
	position:absolute;
	top:11px;
	right:10px;
	width:446px;
	height:162px;
	margin:0;
	padding:0;
}
#container {
	width:920px;
	height:auto;
	margin:0;
	padding:0;
	background:url(images/mainbg.png) repeat-y top left;
	padding-left:10px;
}
#nav {
	width:900px;
	height:18px;
	border-top:1px solid #b6b6b6;
	border-bottom:1px solid #b6b6b6;
	text-align:center;
	padding:8px 0 0 0;
	font-size:1.2em;
	color:#06a749;
	background:url(images/navbg.jpg) repeat-x top left;
}
#nav a {
	font-weight:bold;
	color:#06a749;
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
	margin:0 20px 0 20px;
}
#nav a:hover, #nav a.here {
	text-decoration:none;
	color:#003e62;
}
#body {
	width:840px;
	height:auto;
	color:#333;
	font-size:1.3em;
	line-height:1.4em;
	padding:30px;
}
/* ---------- HOME STYLES ---------- */
#homelinks {
	width:900px;
	text-align:center;
	height:318px;
	padding:0 0 0 17px;
}
#lawn {
	float:left;
	position:relative;
	width:264px;
	height:318px;
	background:url(images/panel1.jpg) no-repeat top left;
	padding:0;
	margin:0 5px 0 5px;
}	
#lawntext {
	position:absolute;
	top:60px;
	left:25px;
	width:215px;
	height:240px;
	font-size:.85em;
	line-height:1.2em;
	text-align:left;
	padding-right:5px;
}
#lawntext p {
	position:absolute;
	bottom:0;
	right:0;
	height:47px;
	text-align:right;
}
#services {
	float:left;
	position:relative;
	width:264px;
	height:318px;
	background:url(images/panel2.jpg) no-repeat top left;
	padding:0;
	margin:0 5px 0 5px;
}	
#servicestext {
	position:absolute;
	top:60px;
	left:25px;
	width:215px;
	height:240px;
	font-size:.85em;
	line-height:1.2em;
	text-align:left;
	padding-right:5px;
}
#servicestext p {
	position:absolute;
	bottom:0;
	right:0;
	height:47px;
	text-align:right;
}
#snow {
	float:left;
	position:relative;
	width:264px;
	height:318px;
	background:url(images/panel3.jpg) no-repeat top left;
	padding:0;
	margin:0 5px 0 5px;
}	
#snowtext {
	position:absolute;
	top:60px;
	left:25px;
	width:215px;
	height:240px;
	font-size:.85em;
	line-height:1.2em;
	text-align:left;
	padding-right:5px;
}
#snowtext p {
	position:absolute;
	bottom:0;
	right:0;
	height:47px;
	text-align:right;
}
/* ---------- END HOME STYLES --------- */
#logos {
	width:900px;
	height:auto;
	text-align:center;
	border-top:1px solid #b6b6b6;
	padding:15px 0 15px 0;
}
#footer {
	width:920px;
	background:url(images/footerbg.jpg) no-repeat top left;
	height:30px;
	padding-top:10px;
	color:#666;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em;
	text-align:center;
	line-height:1em;
}	
#footer a {
	color:#333;
	text-decoration:none;
	margin:0 5px 0 5px;
}
#footer a:hover {
	color:#c46e1e;
	text-decoration:none;
}
#footer .bottomlinks a:link, #footer .bottomlinks a:visited {
	color:#fff;
}	
.smaller {
	font-size:.8em;	
	line-height:1.2em;
}
.floatright {
	float:right;
	margin:0 0 20px 20px;
}
.pic {
	border:1px solid #000;
}
.redtext {
	color:#FF0000;
	font-weight:bold;
}
.greentext {
	color:#00CC33;
	font-weight:bold;
}
.noshow {
	display:none;
}
.input {
	border:1px solid #FFF;
}
fieldset {
	border:1px solid #FFF;
	padding:20px 20px 20px 20px;
	width:400px;
}
legend {
	background-color:#22173e;
	font-weight:bold;
	font-size:1.1em;
	color:#FFF;
}
.clear {
	clear:both;	
}
#special {
	border: 2px dashed #000000;
	display: block;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 400px;
	text-align: center;
}

a.gallery:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #006AA9;
	margin-right: 100px;
	margin-left: 100px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #008ADD;
	border-right-color: #004C7A;
	border-bottom-color: #004C7A;
	border-left-color: #008ADD;
	font-style: italic;
}
a.gallery:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #00395B;
	margin-right: 100px;
	margin-left: 100px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #007FCB;
	border-right-color: #002236;
	border-bottom-color: #002236;
	border-left-color: #007FCB;
	font-style: italic;
}
a.gallery:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #05A546;
	margin-right: 100px;
	margin-left: 100px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #07F66B;
	border-right-color: #038539;
	border-bottom-color: #038539;
	border-left-color: #07F66B;
	font-style: italic;
}
a.gallery:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #D1722E;
	margin-right: 100px;
	margin-left: 100px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #82471D;
	border-right-color: #FFA15F;
	border-bottom-color: #FFA15F;
	border-left-color: #82471D;
	font-style: italic;
}
