/*Hide Stuff*/
#praise, h3.praise, #praise blockquote, #praise #closeQuote, #feature, #previous, #next
{display: none!important;}

/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }

.clear {
	clear: both;
}


/*Overall Typography ___________________________________________________*/
body {
	font-family: arial, helvetica, sans-serif;
}

p, ul, ol, td {
	font-size: .8em;
	line-height: 22px;
	margin-bottom: 25px;
	margin-left: 37px;
}

a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #cc3300;
	color: #cc3300;
}

a:hover, a:active {
	background-color: #cc3300;
	color: #fff;
	border-bottom: none;
}

h3 {
	color: #669cd0;
	border-bottom: 2px solid #ff9900;
	padding-left: 35px;
	margin-top: 35px;
	display: block;
}

h4 {
	font-size: 19px;
	color: #cf3f0f;
	margin: 35px 0 15px 37px;
}


/*Center the Page _______________________________________________________*/
body {
	text-align: center;
}

#container {
	position: relative;
	width: 600px;
	margin: 0 auto;
	text-align: left;
}



/*Header and Stuff Within It ____________________________________________*/
#header {
	margin: 40px 0;
	height: 84px;
}

h1#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 248px;
	height: 132px;
}

ul#contactInfo {
	float: right;
}

ul#contactInfo li {
	ling-height: 12px;
}

ul#contactInfo li#phone, ul#contactInfo li#email {
	text-align: right;
}






/*The 2 Main Columns _____________________________________________________*/

#secondary, #primary {
	width: 600px;
}



/*Secondary Column _____________________________________________________*/
#secondary p {
	margin: 15px 40px 0 35px;
}





/*Primary Column _______________________________________________________*/
#services h3 {
	page-break-before: always;
	padding-top: 5px;
}








/*Footer ________________________________________________________________*/
#footer {
	clear: both;
	position: relative;
	height: 54px;
	margin-top: 185px;
	padding-top: 55px;
}

#footer img#grasses {
	position: absolute;
	top: -155px;
	left: -55px;
}

#footer img#clearday {
	position: absolute;
	right: 5px;
	top: 50px;
}

#footer p {
	background-color: #fff;
	margin: 0 0 0 165px;
	line-height: 16px;
	font-size: .7em;
}





