* { padding:  0; margin:  0;} 

body {
	position: relative;
	margin: 0 auto;
	text-align: center;
	background: #627e68; 
	font-size: 12px;
	border: 0px none;
	padding: 0px none; 
	font-family: Arial;
	line-height: 14px;
	}
	
img { 
	border: 0px none;
	margin: 0px none;
	padding: 0px none;
	}

.clear { 
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0; 
}

.clear.left {
	clear: left;
}

a {
	color: #627e68;
}

a:hover {
	color: #111;
}

/*navigation styles*/	
.top-nav {
	position: absolute;
	top: 27px;
	left: 2px;
	z-index: 1;
	color: #fff;
}

.top-nav a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	margin-left: 6px;
	margin-right: 11px;
}

.top-nav a:hover,
.top-nav a.active
{
	color: #d8e375;
}

.top-nav-subpage {
	position: absolute;
	top: -28px;
	left: 2px;
	z-index: 1;
	color: #fff;
}

.top-nav-subpage a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	margin: 0 11px 0 6px;
}

.top-nav-subpage a:hover,
.top-nav-subpage a.active {
	color: #d8e375;
}

/*Home page styles*/	
.main {
	position: relative;
	margin: 0 auto;
	height: 738px;
	width: 804px;
}

#home-flash {
	position: absolute;
	top: 56px;
	left: 0px;
	z-index: 1;
}

.home-phone {
	position: absolute;
	top: 20px;
	left: 675px;
	z-index: 1;
}

.home-estimate-upload {
	position: absolute;
	top: 738px;
	right: 0;
	z-index: 1;
}

.home-copyright {
	position: absolute;
	top: 738px;
	left: 5px;
	z-index: 1;
	color: #fff;
	font-size: 10px;
}

/*Content styles*/
#content {
	position: absolute;
	top: 151px;
	left: 84px;
	z-index: 1;
	width: 635px;
	height: 430px;
	overflow: hidden;
	text-align: left;
}

#content.flash {
	width: 635px;
	height: 432px;
}

#content .scroll-pane {
	width: 625px;
	height: 400px;
	overflow: hidden;
	padding: 20px 0 10px 10px;
}

/* @portfolio */

#content.portfolio {
	width: 611px;
	height: 408px;
	background-color: #d8e17f;
	padding: 22px 0 0 24px;
}

.portfolio .item {
	float: left;
	width: 140px;
	height: 190px;
	margin: 0 10px 10px 0;
}

.portfolio .item img {
	width: 140px;
	height: 190px;
}

.portfolio .item.last {
	margin-right: 0;
}

/* @#content typography */

#content {
	color: #565656;
}

#content h1,
#content h2 {
	font-size: 16px;
	color: #627e68;
	margin-bottom: 16px;
	text-transform: uppercase;
}

#content #contact h2 {
	margin-bottom: 0;
}

#content h3 {
	font-size: 12px;
	color: #000;
	margin-bottom: 8px;
	text-transform: uppercase;
}

#content p,
#content ul {
	line-height: 18px;
	margin-bottom: 15px;
}

#content ul {
	list-style: disc;
	margin-left: 18px;
}

#content ol {
	list-style-position: inside;
	margin-bottom: 15px;
}

#content li {
	margin-left: 9px;
	margin-bottom: 5px;
}

#content hr {
	margin-bottom: 20px;
}

#map {
	float: right;
	width: 270px;
	padding: 0 20px 0 0;
}

#content address {
	margin-top: -10px;
	font-style: normal;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.5em;
	
}

#content .person {
	width: 300px;
}

#content .person.last {
	margin-bottom: 14px;
}

#content .person p {
	margin-bottom: 0;
}	

#content .person a {
	color: #6d7b6c;
}

#content .person a:hover {
	color: #565656;
}

#content .person p {
	float: left;
}

#content .person p.email {
	float: right;
}

/*sub-page styles*/
.main-subpage {
	position: relative;
	margin: 0 auto;
	margin-top: 55px;
	background: url(/images/layout/subpage-background.gif) no-repeat 0 0;
	height: 750px;
	width: 804px;
}

.logo {
	position: absolute;
	top: 20px;
	left: 329px;
	z-index: 1;
}

#logo-copy {
	color: #627d68;
	font-size: 10px;
	margin-left: 3px;
	margin-top: -8px;
	line-height: normal;

}

.phone {
	position: absolute;
	top: -35px;
	left: 675px;
	z-index: 1;
}

.msvp {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
}

.estimate-upload {
	position: absolute;
	top: 636px;
	right: 0;
	z-index: 1;
}

.copyright {
	position: absolute;
	top: 635px;
	left: 5px;
	z-index: 1;
	color: #fff;
	font-size: 10px;
}

/* @form */

form dl {
	padding-bottom: 5px;
}

form dt {
	color: #4f644f;
	font-weight: bold;
}

form dd {
	margin: 5px 0 10px 0;
}

form dd input {
	padding: 2px;
	width: 75%;
}

form dd textarea {
	padding: 2px;
	width: 75%;
	height: 160px;
}

form span {
	font-size: 14px;
	color: #990000;
}

p.success,
p.error {
	width: 75%;
	border: 1px solid #c6d880;
	background: #e6efc2;
	color: #264409;
	padding: 5px;
	margin-bottom: 10px;	
}

p.error {
	border-color: #FBC2C4;	
	background: #fbe3e4;
	color: #990000;
}

