* {
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	background: url(../img/body-bg.gif) repeat top left #626363;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #aeaeae;
	overflow-x: hidden;
	overflow-y: auto;
}
#fade {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 200px;
	background: url(../img/footerFade.png) repeat-x top left;
	z-index: -1;
} 
* html #fade {
	position: absolute;
	bottom: 0px;
}
a {
	color: #f57710;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 900px;
}
#contentContainer {
	margin: 10px 0 10px 0;
	padding: 0;
	width: 900px;
	clear: both;
	background: url(../img/primary-nav-bg.gif) repeat top left;
}
.clear {
	margin: 0;
	padding: 0;
	clear: both;
}
#masthead {
	margin: 10px 0 0 0;
	padding: 0;
	width: 900px;
	height: 40px;
	background: url(../img/primary-nav-bg.gif) repeat-x top left;
	clear: both;
}
#masthead h1 {
	margin: 0 0 0 5px;
	padding: 0;
	width: 173px;
	height: 40px;
	background: url(../img/logo.jpg) no-repeat top left;
	float: left;
}
#masthead h1 a {
	height: 40px;
	display: block;
	text-indent: -999999px;
}
#masthead ul {
	margin: 0 5px 0 0;
	padding: 0;
	height: 40px;
	list-style: none;
	float: right;
}
#masthead ul li {
	height: 40px;
	float: left;
}
#masthead ul li a {
	display: block;
	text-indent: -999999px;
	height: 40px;
}
#navHome {
	width: 79px;
	background: url(../img/home-btn.jpg) no-repeat top left;
}
#navPortfolio {
	width: 114px;
	background: url(../img/portfolio-btn.jpg) no-repeat top left;
}
#navAbout {
	width: 82px;
	background: url(../img/about-btn.jpg) no-repeat top left;
}
#navContact {
	width: 95px;
	background: url(../img/contact-btn.jpg) no-repeat top left;
}
#navBlog {
	width: 67px;
	background: url(../img/blog-btn.jpg) no-repeat top left;
}
#featuredWork {
	margin: 15px 0 15px 0;
	padding: 0;
	width: 900px;
	height: 348px;
	background-color: #3f3f3f;
}
#featuredWork p {
	margin: 0;
	padding: 5px;
}
#quickUpdates {
	margin: 0 12px 12px 0;
	padding: 0;
	width: 337px;
	height: 236px;
	background: url(../img/home-page-widget-bg.jpg) repeat-x top left;
	float: left;
}
#quickUpdates h2 {
	margin: 11px 11px 0 11px;
	padding: 0;
	text-indent: -999999px;
	background: url(../img/updates-hdr.jpg) no-repeat top left;
}
#newsUpdates {
	width: 330px;
	height: 185px;
	overflow: auto;
	position: relative;
	margin: 3px 0 0 0;
	padding: 0;
}
#newsUpdates h3 {
	margin: 5px 10px 0 10px;;
	padding: 0 0 5px 0;
	border-bottom: dashed 1px #4C4D4D;
	font-weight: 100;
	color: #ffffff;
}
#newsUpdates p {
	margin: 0 10px 10px 10px;
	padding: 3px;
	font-size: 9pt;
}
.postLinks {
	padding-top: 5px;
	font-size: 7pt;
	color: #707070;
	background: url(../img/post-links-bg.gif) repeat top left;
}
.postLinks span {
	float: right;
}
#quickAbout {
	margin: 0 0 12px 0;
	padding: 0;
	width: 551px;
	height: 236px;
	background: url(../img/home-page-widget-bg.jpg) repeat-x top left;
	float: left;
}
#pjHdr {
	margin: 11px 11px 0 11px;
	padding: 0;
	text-indent: -999999px;
	background: url(../img/pjHdr.jpg) no-repeat center left;
}
#bioHdr {
	margin: 11px 11px 0 11px;
	padding: 0;
	text-indent: -999999px;
	background: url(../img/bioHdr.jpg) no-repeat center left;
}
#emailHdr {
	margin: 11px 11px 0 11px;
	padding: 0;
	text-indent: -999999px;
	background: url(../img/emailHdr.jpg) no-repeat center left;
}
#contactHdr {
	margin: 11px 11px 0 11px;
	padding: 0;
	text-indent: -999999px;
	background: url(../img/contactHdr.jpg) no-repeat center left;
}
#quickAbout h2 {
	margin: 11px 11px 0 11px;
	padding: 0;
	text-indent: -999999px;
	background: url(../img/welcomeHdr.jpg) no-repeat top left;
}
#quickAbout p {
	margin: 10px 10px 10px 10px;
	padding: 0 0 10px 0;
	font-size: 9pt;
	border-bottom: dashed 1px #4C4D4D;
}
#colLeft {
	margin: 0;
	padding: 10px;
	width: 247px;
	float: left;
	color: #aeaeae;
}
#colLeft h2 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #ffffff;
	border-bottom: solid 1px #cb6c1f;
}
#colLeft ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
	font-size: 9pt;
}
#colLeft ul li {
	padding: 7px 0 0 7px;
	width: 240px;
	height: 27px;
	background: url(../img/li-bg.gif) repeat-x top left;
}
#colLeft ul li a {
	display: block;
	height: 27px;
}
#colLeft p {
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 8pt;
}
#colLeft h3 {
	margin: 5px 0 0 0;
	padding: 7px 0 0 7px;
	font-size: 9pt;
	font-weight: normal;
	width: 240px;
	height: 20px;
	background: url(../img/li-bg.gif) repeat-x top left;
}
#colLeft h3 a {
	display: block;
	height: 20px;
}
.projectListContent {
	margin: 0 0 5px 5px;
	padding: 0;
	display: block;
}
.projectListContent p {
	margin:	0;
	padding: 0;
}
.mailLink {
	margin: 0 5px 0 0;
	background: url(../img/mail-icon.gif) no-repeat right 2px;
	color: #aeaeae;
}
.projectLink {
	margin: 0 5px 0 0;
	background: url(../img/proj-link-icon.gif) no-repeat right 2px;
	color: #aeaeae;
}
#main {
	margin: 0;
	padding: 10px;
	width: 610px;
	float: left;
}
#main h2 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #ffffff;
	border-bottom: solid 1px #cb6c1f;
}
#main p {
	margin: 0;
	padding: 5px;
	font-size: 9pt;
	color: #aeaeae;
}
/* CONTACT FORM */
#main form {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	color: #aeaeae;
}
#main form label {
	float: left;
	width: 100px;
}
#main form p {
	padding: 5px 0 0 0;
	clear: both;
}
#main form textarea {
	margin: 2px 0 0 0;
	width: 504px;
	height: 200px;
}
#main form button {
	margin: 3px 4px 3px 0;
	padding: 0;
	border: none;
	outline: none;
	float: right;
	width: 89px;
	height: 33px;
	cursor: pointer;
	background: none;
}
#main form button img {
	margin: -5px;
	padding: 0;
	border: none;
	outline: none;
}
.formFields {
	color: #444444;
	float: left;
	font-size: 15pt;
	width: 500px;
}
#errorList {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10pt;
	color: #f57710;
}
#errorList li {
	margin: 0;
	padding: 5px;
}
.missingError {
	color: #f57710;
	font-style: italic;
}
/* Portfolio */
#gallerySubNav {
	margin: 0 auto;
	padding: 0;
	width: 885px;
	clear: both;
}
#gallerySubNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#gallerySubNav ul li {
	margin: 5px 0 0 4px;
	padding: 5px;
	float: left;
	color: #333333;
	background: url(../img/gallery-bg.gif) repeat top left;
}
#gallerySubNav ul li a {
	color: #aeaeae;
	font-size: 10pt;
}
#gallerySubNav ul li a:hover {
	text-decoration: none;
}
#galleryContainer .clear {
	height: 10px;
	background: url(../img/primary-nav-bg.gif) repeat top left;
}
#galleryContainer {
	margin: 0 auto;
	padding: 0;
	width: 885px;
	clear: both;
	background: url(../img/gallery-bg.gif) repeat top left;
}
#galleryContainer img {
	border: none;
}
#galleryContainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#galleryContainer ul li {
	margin: 7px 0 7px 7px;
	padding: 0;
	width: 212px;
	float: left;
	border-bottom: solid 1px #f57710;
}
#galleryContainer ul li p {
	margin: 0;
	padding: 0 0 3px 0;
	color: #ffffff;
	font-size: 9pt;
}
#galleryContainer ul li img {
	border: none;
	height: 141px;
	outline: none;
	width: 212px;
}
#siteInfo {
	margin: 10px 0 10px 0;
	padding: 0;
	width: 900px;
	height: 40px;
	background: url(../img/primary-nav-bg.gif) repeat-x top left;
	clear: both;
}
#siteInfo p {
	margin: 15px;
	padding: 0;
	font-size: 9pt;
	color: #aeaeae;
}
#siteInfo a {
	display: block;
	height: 10px;
	text-indent: -999999px;
}
#copyRight {
	width: 144px;
	height: 10px;
	text-indent: -999999px;
	background: url(../img/copyright-bg-09.jpg) no-repeat top left;
	float: left;
}
#footerHomeLink {
	width: 111px;
	height: 10px;
	background: url(../img/footer-home-link.jpg) no-repeat top left;
	float: right;
}
#disclaimer {
	margin: 0;
	padding: 10px;
}
#disclaimer h2 {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}
#disclaimer p {
	text-align: center;
}
#disclaimerButtons {
	margin: 0 auto;
	width: 175px;
}
#disclaimerButtons a {
	border: solid 1px #aeaeae;
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-right: 10px;
	width: 75px;
}
#sampleWork {
	list-style: none;
	margin: 0;
	padding: 10px;
}
body.samplePage #contentContainer h2 {
	padding: 10px 10px 0 10px;
}
body.samplePage #contentContainer p {
	padding: 0 10px;
}
body.samplePage #contentContainer span {
	padding: 0 10px;
}