
html {
	height: 100%;
}

body  {
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	line-height: 13px;
	color: #666666;
	width: 750px;
}

p  {
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	line-height: 13px;
	color: #666666;
	margin: 4px 0px 4px 0px;
}

.error  {
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	line-height: 13px;
	color: #ff0000;
}

#nav {
	width: 750px;
	height: 50px;
	background-color: #BEBDBD;
	text-align: left;
}

#contentContainer {
	width: 750px;
	text-align: left;
}

.content {
	width: 480px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	overflow: visible;
}

.subhead {
	font-size:12px;
	line-height: 15px;
	font-weight: bold;
}

.sectionImg {
	width: 250px;
	background-image:url(../images/section/dots.gif);
	background-repeat: repeat-y;
}

.section_about {
	width: 250px;
	height: 426px;
	background-image:url(../images/section/about.gif);
}

.section_portfolio {
	width: 250px;
	height: 426px;
	background-image:url(../images/section/portfolio.gif);
}

.section_testimonials {
	width: 250px;
	height: 426px;
	background-image:url(../images/section/testimonials.gif);
}

.section_pricing {
	width: 250px;
	height: 426px;
	background-image:url(../images/section/pricing.gif);
}

.section_contact {
	width: 250px;
	height: 426px;
	background-image:url(../images/section/contact.gif);
}

#subnav {
	position: absolute;
	width: 120px;
	padding-top: 105px;
	text-align: right;
}

#contactInfoSidebar {
	font-size: 9px;
}

#contactInfoSidebar strong {
	font-size: 10px;
}

a:link, a:visited {
	color: #666666;
}

a:active, a:hover {
	color: #333333;
}

ul {
	list-style-type:square;
	margin: 3px 0px 0px 0px;
	padding-left: 13px;
	
}

li {
	list-style-type:square;
	margin-left: 0px;
	padding-left: 0px;
}

.formFieldLabel {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-align: right;
}

.formField {
	color: #333333;
	padding-left: 5px;
	border: 1px solid #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
}

#footer .footerCopy {
	font-size: 9px;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
}



