body {
	background: rgb(241, 242, 242);
	font: 65% Verdana, sans-serif;
	color: rgb(62, 62, 63);
	line-height: 1.5em;
}
img a {
	border: none;
}
a:link, a:visited {
	color: rgb(62, 62, 63);
	text-decoration: none;
}
a:hover, a:active {
	color: rgb(35, 184, 235);
	text-decoration: none;
}
input, textarea, select {
	border: 1px dotted rgb(179, 179, 181);
	font-size: 110%;
	font-weight: bold;
	font: bold 100% Verdana, sans-serif;
	width: 250px;
}
input.state {
	width: 50px;
}
input.zip {
	width: 100px;
}

textarea {
	height: 100px;
}
#header {
	background: rgb(30, 30, 30);
	height: 107px;
	padding: 50px 0px 0px 75px;
}
#content {
	padding: 50px 100px 50px 75px;
}
#content.indexContent {
	padding-top: 15px;
}
#content.newsContent, #content.aboutContent {
	padding-top: 15px;
}
#content.portfolioContent {
	padding-top: 53px;
}

#portfolioNavigation img, #portfolioNavigation p {
	display: inline;
	vertical-align: middle;
}
#portfolioNavigation p {
	vertical-align: top;
	font-weight: bold;
}
#portfolioNavigation {
	padding-top: 150px;
	line-height: 2em;
	height: 2em;
}
#contactForm {
	width: 375px;
}

#contactLeft {
	width: 49%;
	float: left;
}
#contactRight {
	width: 49%;
	float: right;
}

.formItem .left {
	width: 80px;
}
.formItem .right {
	width: 280px;
}
.formItem .narrow {
	width: 100px;
}
.required {
	color: rgb(9, 175, 216);
}

#footer {
	clear: both;
	padding-left: 75px;
	color: rgb(130,130,130);
	font-size: 90%;
}
#footer a:link, #footer a:visited {
	color: rgb(130,130,130);
}
#footer a:hover, #footer a:active {
	color: rgb(35, 184, 235);
	text-decoration: none;
}
#footer p {
	padding-bottom: 5px;
}
#footer span {
	padding: 0px 2px;
}

.nav {
	width: 416px;
	height: 73px;
	position: absolute;
}

.nav li {
	display: inline;
}

.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 15px;
	overflow: hidden;
	background: url(/static/images/header.gif);
}

.nav .home a:link, .nav .home a:visited {
	left: 0px;
	width: 415px;
	height: 24px;
}

.nav .news a:link, .nav .news a:visited {
	top: 59px;
	left: 2px;
	width: 48px;
	background-position: -2px -59px;
}
.nav .news a:hover, .nav .news a:focus, .currentNews .news a:link, .currentNews .news a:visited {
	background-position: -2px -39px;
}

.nav .portfolio a:link, .nav .portfolio a:visited {
	top: 59px;
	left: 68px;
	width: 91px;
	background-position: -68px -59px;
}
.nav .portfolio a:hover, .nav .portfolio a:focus, .currentPortfolio .portfolio a:link, .currentPortfolio .portfolio a:visited {
	background-position: -68px -39px;
}

.nav .clients a:link, .nav .clients a:visited {
	top: 59px;
	left: 176px;
	width: 68px;
	background-position: -176px -59px;
}
.nav .clients a:hover, .nav .clients a:focus, .currentClients .clients a:link, .currentClients .clients a:visited {
	background-position: -176px -39px;
}

.nav .about a:link, .nav .about a:visited {
	top: 59px;
	left: 260px;
	width: 59px;
	background-position: -260px -59px;
}
.nav .about a:hover, .nav .about a:focus, .currentAbout .about a:link, .currentAbout .about a:visited {
	background-position: -260px -39px;
}

.nav .contact a:link, .nav .contact a:visited {
	top: 59px;
	left: 336px;
	width: 79px;
	background-position: -336px -59px;
}
.nav .contact a:hover, .nav .contact a:focus, .currentContact .contact a:link, .currentContact .contact a:visited {
	background-position: -336px -39px;
}

.left {
	float: left;
	width: 300px;
}
.right {
	float: left;
	width: 300px;
}

.clients {
	width: 600px;
}
.clients .left {
	width: 270px;
	padding-right: 60px;
}
.clients .right {
	width: 270px;
}

.clients ul {
	list-style-type: none;
}
.clients ul li {
	line-height: 18px;
}

.clear {
	clear: both;
}

.news, .about {
	width: 650px;
}
.newsItem, .staffMember {
	padding-bottom: 18px;
	border-bottom: 1px dotted rgb(179, 179, 181);
}
.newsItem .left, .staffMember .left {
	padding-top: 18px;
	width: 140px;
}
.newsItem .left {
	text-align: center;
	width: 120px;
}
.newsItem .right, .staffMember .right {
	padding-top: 18px;
	width: 480px;
}
.newsItem .right {
	padding-left: 17px;
}
.staffMember .left img {
	border: 1px solid rgb(179, 179, 181);
}
.newsItem h2, .staffMember h2 {
	font-weight: bold;
	display: inline;
	text-transform: uppercase;
}
.staffMember h1 {
	display: inline;
	font-style: italic;
}
.newsItem p, .staffMember p {
	padding-bottom: 10px;
}
.newsItem div.body, .newsItem div.body p, .staffMember p.body {
	display: inline;
}

.portfolio {
	width: 860px;
}
.portfolioItems {
	padding-top: 40px;
	clear: both;
}
.indexHighlight {
	color: rgb(9,175,216);
	text-transform: uppercase;
}
#indexCopy {
	width: 645px;
	padding: 20px 40px;
	font-size: 120%;
	line-height: 175%;
	color: rgb(179, 179, 181);
	letter-spacing: 1px;
}
#indexBackground {
	background: #000;
	width: 725px;
}
#portfolioImage {
	width: 545px;
	height: 315px;
	padding: 35px 30px;
	text-align: center;
	border: 1px dotted rgb(179, 179, 181);
	float: left;
}
#portfolioCopy {
	float: right;
	padding-top: 180px;
	width: 220px;
}
.portfolioItems {
	width: 607px;
}
.portfolioItems li {
	display: inline;
	padding-right: 4px;
	line-height: 46px;
}

.portfolioItems li img {
	border: 1px solid rgb(179, 179, 181);
}

.portfolioItems li img.selected {
	border: 3px solid rgb(30, 30, 30);
}

#portfolioCopy .description {
	font-style: italic;
}
#contactImages {
	padding-top: 10px;
}

.contactContent div {
	padding-bottom: 20px;
}

.contactContent div img {
	padding-right: 10px;
}

.errors {
	color: rgb(9, 175, 216);
	padding-bottom: 10px;
}
