/*
Constructive Visual CSS Template
http://www.constructivevisual.com.au
*/

body {
	margin: 0px;
	padding: 0px;
	background: #006633;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #006633;
}

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	margin: 0px auto;
	background:url(images/bg.jpg) repeat left;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	position: absolute; 
	padding: 0px 200px 100px 100px;
	margin-left: 50px;
	background:url(images/clearfieldslogo.png) no-repeat left;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 48px 104px;
}

/* Menu */

.solidblockmenu{
	margin-top: 44px;
	padding: 0px;
	float: right;
	font: bold 13px Arial, Helvetica, sans-serif;
	width: 400px;
	overflow: hidden;
	margin-bottom: 1em;
	border: 1px solid #000;
	border-width: 1px 0;
	background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: fff;
	padding: 19px 22px;
	text-decoration: none;
	border-right: 1px solid white;
}

.solidblockmenu li a:visited{
	color: 000;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: 000;
	background: transparent url(images/blockactive.gif) center center repeat-x;
}

.solidblockmenu a:active, #menu a:focus, #menu a:hover {
	color: 000;
	background: transparent url(images/blockactive.gif) center center repeat-x;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 49px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 20px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background: #000000;
}

#menu .active a {
	background: url(images/img02.gif) no-repeat 100% -40px;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
}

#header-pic1 {
	background: url(images/home.jpg) no-repeat left top;
	width: 900px;
	height: 250px;
}

#header-pic2 {
	background: url(images/profile.jpg) no-repeat left top;
	width: 900px;
	height: 250px;
}

#header-pic3 {
	background: url(images/services.jpg) no-repeat left top;
	width: 900px;
	height: 250px;
}

#header-pic4 {
	background: url(images/gallery.jpg) no-repeat left top;
	width: 900px;
	height: 250px;
}

#header-pic5 {
	background: url(images/contact.jpg) no-repeat left top;
	width: 900px;
	height: 250px;
}

/* Content */

#content {
	float: left;
	width: 900px;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	background: #000 url(images/img02.jpg) no-repeat left 50%;
	padding: 7px 25px;
	font-size: 1.4em;
}

.post .title h1 {
}

.post .entry {
	padding: 0 20px;
}

.post .left {
	padding: 0 20px;
	float: left;
	width: 550px;
}

.post .right {
	padding: 0 20px;
}

/* CSS Main Image Boxes */

.clr {
	clear: both;
}
.wrapper {
	width: 750px;
	margin: 0 auto;
}
.mainpage {
	width: 250px;
	height: 250px;
	text-align: center;
	float: left;
}
.mainpage img {
	border: 5px solid #EEEEEE;
	margin: 0 5px;
	padding: 5px;
}

.services {
	width: 250px;
	text-align: left; /* default center */
	float: right;
}
.services img {
	border: 5px solid #EEEEEE;
	margin: 0 5px;
	padding: 5px;
}

.wrapper a {
	text-decoration: none;
	color: #006633;
}
.wrapper h1 {
	text-align: center;
	border-bottom: 2px solid #eee;
	padding: 0.5em;
	margin-bottom: 20px;
	color: #000;
}
.wrapper h2 {
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: normal;
	margin: 0pt 0pt 15px;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 30px auto;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFF00;
	text-decoration:underline;
}