*{
	margin:0px;
	padding:0px;
}
	
body {
	background:#00672E;
	/*background:#c6d6ce;*/
	color:#5a5959;
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size:90%;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1.56;
	text-align:center;
}

h1{color:#AD7538;text-indent:-9999px;height: 62px;width: 216px;}
img{	border:0;}

div#main{
	background:#FFFFFF url(../images/bg.jpg) repeat-y scroll 0 0;
	margin:10px auto 0;
	width:840px;
}

div#content{
	float: left;
	min-height:500px;
	margin:0px 20px;
	width:800px;
}

div#nav {
	background-color: #fff;
	border-bottom: 1px solid #A5ACB2;
	height: 35px;
	margin: 10px auto;
	text-indent:-9999px;
	width: 800px;
}

div#nav li {
	background-repeat: no-repeat;
	display: block;
	float: left;
	list-style: none;
	margin: 5px 0 0 20px;
}

li.home {background:url("../images/nav/home.jpg");height: 15px;width: 57px;}
li.design {background:url("../images/nav/design.jpg");height: 20px;width: 67px;}
li.history {background:url("../images/nav/history.jpg");height: 20px;width: 71px;}
li.construction {background:url("../images/nav/construction.jpg");height: 15px;width: 124px;}
li.services {background:url("../images/nav/services.jpg");height: 15px;width: 80px;}
li.portfolio {background:url("../images/nav/portfolio.jpg");height: 15px;width: 82px;}
li.links {background:url("../images/nav/links.jpg");height: 15px;width: 51px;}
li.contact {background:url("../images/nav/contact.jpg");height: 15px;width: 75px;}

h1.design {background:url("../images/heading/design.jpg");background-repeat: no-repeat;}
h1.history {background:url("../images/heading/history.jpg");background-repeat: no-repeat;}
h1.construction {background:url("../images/heading/construction.jpg");background-repeat: no-repeat;}
h1.services {background:url("../images/heading/services.jpg");background-repeat: no-repeat;}
h1.portfolio {background:url("../images/heading/portfolio.jpg");background-repeat: no-repeat;}
h1.links {background:url("../images/heading/links.jpg");background-repeat: no-repeat;}
h1.contact {background:url("../images/heading/contact.jpg");background-repeat: no-repeat;}

h1.home {
	background:url("../images/welcome.jpg");background-repeat: no-repeat;
	color: #003921;
	font-size: 13pt;
	height: 47px;
	margin: auto;
	padding: 5px 0;
	text-indent: -9999px;
	width: 459px;
}

a{
	color: #5a5959;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 10px;
}

a:hover{
	text-decoration: underline;
}

p.home {
	color:#333;
	text-align: center;
}

p.linkname{
	padding-top: 10px;
}

div#nav li a{
	display:block;
	height: 20px;
	color: #ad7538;
	text-decoration: none;
}

div#logo{
	width:150px;
    float:left;
	margin-left: 20px;
}

div#maintext {
	float:right;
	font-size: 90%;
	line-height: 160%;
	text-align: left;
	width:50%;
}

div#text{
	color: #808080;
	float:right;
    padding-top: 75px;
	text-align: left;
	width:645px;
}

div#images{
	background:url("../images/cobblesbig.jpg");
	height:445px;
	width:300px;
}

div#left{
	width:46%;
}

p.testimonial{
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	width: 300px;
}

div.images img{
	height: 220px;
	width: 300px;
}

div.row{
	float: left;
	margin: 0px 60px;
}

div.image{
	float:left;
	padding: 20px 0 0 20px;
}

div#portfolio{
	width:370px;
}

div#portfolio img{
	height:120px;
	width:120px;
}

div#footer{
    clear: both;
	width: 95%;
	margin: 0 auto;
	font-size: 8pt;
	font-weight: normal;
	border-top: 1px solid #c3c3c3;
	padding: 5px 0px;
	margin-top: 5px;
}

div#footer a {
	color:#5a5959;
	text-decoration:none;
}

div#designedby a{
	color:#000;
	text-decoration:none;
}



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

.clearer {
border:0 none;
display:block;
float:none !important;
height:1px;
margin-top:-1px;
overflow:hidden;
padding:0;
}

div#designedby{
	background:#00672E;
	color: #000;
	text-align:right;
	font-size:7pt;
	font-weight: normal;
	padding-top: 2px;
	width:100%;
}

div.formRow{
	display: block;
	padding: 2px 0px;
}

#contactMsgLabel{
	vertical-align:top;
}

form label{
	display:block;
	float:left;
	width:110px;
}

input#submit{
	border:1px solid #AAAAAA;
	color:#5A5959;
	cursor:pointer;
	font-family:arial;
	font-weight:bold;
	margin-left:110px;
	padding:2px;
}