body {
	height: 100%;
	border-top: 20px solid #000;
	font: 16px/22px Arial, Helvetica, sans-serif;
}

strong { font-weight: bold; }

em { font-style: italic; }

h1 {
	font-weight: bold;
	font-size: 28px;
}

h2 { 
	font-size: 39px;
	line-height: 38px;
	text-transform: uppercase;
	font-family: 'Gill Sans', Arial, sans-serif;
	letter-spacing: 0.5px;
	color: #000;
	margin: 0 0 20px 0;
}

h3 { font-size: 22px; }

h4 { 
	font-size: 20px;
	line-height: 22px;
}

h5 { font-size: 18px; }

h6 { font-size: 16px; }

p { 
	color: #000;
	padding-bottom: 18px;
}

a {
	color: #922474;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.wrap {
	min-height: 100%;
	width: 900px;
	margin: 0 auto;
}

div.nav {
	float: left;
	background: url("GPDPortfolio/nav_bg.png") no-repeat top left;
	height: 328px;
	width: 208px;
}

div.nav div.logo {
	height: 95px;
	width: 208px;
	padding-top: 25px;
	overflow: hidden;
}

div.nav ul {
	float: left;
	padding-top: 20px;
}

div.nav ul li {
	display: block;
	font-family: Arial, sans-serif;
	color: #b7b7b7;
	font-size: 12px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	margin: 0;
	width: 208px;
}

div.nav ul li span {
	display: block;
	border-top: 1px solid #454545;
	padding: 10px;
}

div.nav ul li span:hover {
	border-top: 1px solid #464646;
}

div.nav ul li:hover {
	display: block;
	background-color: #464646;
	color: #000;
}

div.nav ul li a {
	color: #b7b7b7;
	display: block;
	width: 180px;
	padding: 0 14px;
}

div.nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}

div.nav ul li.selected {
	color: #000;
	background-color: #7ba539;
	width: 180px;
	padding: 0 14px;
}

div.nav ul li.selected span {
	border-top: 1px solid #7ba539;
}

div.content {
	float: left;
	margin-left: 40px;
	padding-top: 80px;
	width: 650px;
}

#home div.content {
	padding-top: 150px;
}

#home {
	background: url("GPDPortfolio/home_bg.jpg") repeat-x top left;
	height: 1000px;
}

#portfolio {
	background: url("GPDPortfolio/portfolio_bg.jpg") repeat-x top left;
	height: 1000px;
}

#services {
	background: url("GPDPortfolio/services_bg.jpg") repeat-x top left;
	height: 1000px;
}

#about {
	background: url("GPDPortfolio/about_bg.jpg") repeat-x top left;
	height: 1000px;
}

#contact {
	background: url("GPDPortfolio/contact_bg.jpg") repeat-x top left;
	height: 1000px;
}

#portfolio div.content ul {
	overflow: hidden;
	margin-bottom: 40px;
}

#portfolio div.content ul li a {
	float: left;
	display: block;
	border: 2px solid #000;
	width: 110px;
	height: 110px;
	margin: 0 16px 16px 0;
	background-color: #454545;
}

#portfolio div.content ul li img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;
}

#portfolio div.content ul li img:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}

#portfolio div.content ul li.last {
	margin-right: 0;
}

#portfolio div.content ul li a.hide {
	display: none;
}

#services div.content a {
	color: #000;
	display: block;
	padding-left: 55px;
}

#services div.content a:hover {
	color: #922474;
	text-decoration: none;
}

#services div.print,
#services div.web,
#services div.video {
	padding: 6px 0;
}


#services div.print {
	background: url("GPDPortfolio/print_icon.png") no-repeat 2px 6px;
}

#services div.web {
	background: url("GPDPortfolio/web_icon.png") no-repeat 0 12px;
}

#services div.video {
	background: url("GPDPortfolio/video_icon.png") no-repeat -8px 6px;
}

#about ul.content-list {
	margin-bottom: 20px;
}

#about ul.content-list li {
	list-style-type: disc;
	font-size: 14px;
	margin-left: 40px;
}

#contact div.info p.title {
	font-size: 14px;
}

#contact div.info p.phone {
	background: url("GPDPortfolio/phone_icon.png") no-repeat center left;
	padding: 0 0 0 22px;
	margin-bottom: 6px;
}

#contact div.info p.email {
	background: url("GPDPortfolio/email_icon.png") no-repeat center left;
	padding: 0 0 4px 22px;
}

#contact div.info p.linkedin {
	background: url("GPDPortfolio/linkedin_icon.png") no-repeat center left;
	padding: 0 0 0 22px;
	margin-top: 6px;
}

#contact div.info p.flickr {
	background: url("GPDPortfolio/flickr_icon.png") no-repeat center left;
	padding: 0 0 0 22px;
	margin-top: 6px;
}

#contact div.info p.twitter {
	background: url("GPDPortfolio/twitter_icon.jpg") no-repeat center left;
	padding: 0 0 0 22px;
	margin-top: 6px;
}

#contact div.info p.facebook {
	background: url("GPDPortfolio/facebook_icon.jpg") no-repeat center left;
	padding: 0 0 0 22px;
	margin-top: 6px;
}

#contact form {
	font: 14px Arial, Helvetica, sans-serif;
}

#contact form label {
	display: block;
	padding-bottom: 4px;
}

#contact form input {
	display: block;
	width: 220px;
}

#contact form input#message {
	height: 150px;
	width: 380px;
}

#contact form input#send,
#contact form input#reset {
	width: 60px;
	display: inline;
	margin: 12px 8px 0 0;
	border: 1px solid #767676;
	padding: 4px;
}

#contact form input#send {
	background-color: #7ba539;
}

#contact form input#reset {
	background-color: #eee;
}

#contact form input#send:hover,
#contact form input#reset:hover {
	cursor: pointer;
}

div.footer {
	width: 100%;
	height: 28px;
	background-color: #000;
}

div.footer p {
	color: #fff;
	font-size: 11px;
	padding: 4px 0;
}
