/* Main Declarations */
html,body,div,p,h1 {
	font: 14px Trebuchet MS, Tahoma, sans-serif;
}

body {
	background: #8FA47F;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: green;
}

a:visited {
	color: green;
}

img {
	border: none;
}

#container {
	width: 977px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 0px;	
}

#header {
	background: url(img/header.jpg);
	width: 800px;
	height: 160px;
	padding: 0px;
	margin: 0px;
	position: relative;
	float: left;	
}

#rightcol{
	background: url(img/rightcol.jpg);
	width: 177px;
	height: 812px;
	padding: 0px;
	margin: 0px;
	float: right;
}

#nav {
	background: #998675;
	width: 800px;
	height: 30px;
	padding: 0px;
	position: relative;
	float: left;
	text-align: center;
}

#content {
	background: #fff;
	width: 800px;
	margin: 0px;
	position: relative;
	float: left;
}

#contentbody {
	background: #fff;
	width: 750px;
	min-height: 500px;
	margin: 25px;
}

#footer {
	background: #998675;
	padding-bottom: 10px;
	width: 800px;
	text-align: center;
	margin: 0;
}

/*special divs*/

#masonry {
	width: 700px;
	height: 475px;
	margin: 0px 25px 10px 25px;
}

#pavers {
	width: 340px;
	height: 400px;
	float:left;
}


#blockwall {
	width: 300px;
	height: 400px;

	float:right;
}


#logobg {
	background: url(img/logobg.jpg) center no-repeat;
	height: 500px;
	
}

.toplogo {
	padding-left: 1px;
	padding-top: 15px;
}

.body {

	text-align: justify;	
}

p.center {
	font-size: 16px;
	display: block;
	text-align: center;
}

p.copyright {
	font-size: 12px;
	display: block;
	text-align: center;
}

h2,h2.pagehead {
	display: block;
	text-align: center;
	margin-bottom: 0px;
	font: 24px Trebuchet MS, Tahoma, sans-serif;
}


h1.header {
	
	display:none;
}

#nav a {
	font: bold 14px Trebuchet MS, Tahoma, sans-serif;
	text-decoration: none;
	display: block;
}

#nav a:link {
	color: #fff;
}


#nav a:hover {
	display: block;
	text-decoration: underline;
}

#nav a:visited {
	color: #fff;
}

#nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	display: block;
	text-align: center;
}

#nav li {
	font: bold 14px Trebuchet MS, Tahoma, sans-serif;
	display: block;
	padding: 5px 14px 0px 14px;
	float: left;
	border: thin black;
}

/* cool transition effect */

#slidebox {
	text-align: center;
	width: 750px;
	height: 300px;
	margin: 0px 0px 20px 0px;
}

#rotator
{
	border: 5px solid #998675;
	cursor: pointer;
	overflow: hidden;
	margin: 0px auto 0px;
	position: relative;
	width: 500px;
	height: 300px;
}

#rotator img
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}


