@charset "UTF-8";
/* CSS Document */

* {padding: 0; margin: 0;}

body {
	position: relative;
	background: #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
p, li {
	font-size: 1.2em;
}
h1 {
    position: absolute;
	bottom: 10px;
	width: 261px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	width: 261px;
	height: 77px;
	background: #1b1718 url(h1.png) no-repeat top left;
	display: block;
	outline: none;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}
#wrapper {
	background: #fff;
	width: 800px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 120px;
	background: #1b1718;	
	margin-bottom: 10px;
}
#navigation ul{
	position: absolute;
	right: 10px;
	bottom: 20px;
}
#navigation ul li {
	float: left;
	list-style: none;
}

#navigation ul li a:link, #navigation ul li a:visited {
	color: white;
	margin-right: 20px;
	padding-bottom: 1px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}
#navigation ul li a:hover {
	border-bottom: 2px solid #F8E7D3;
	padding-bottom: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	outline: none;
}
#navigation ul li a:active {
	color: white;
	margin-right: 20px;
	padding-bottom: 1px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	outline: none;
}
body.about #about a, body.services #services a, body.bio #bio a, body.contact #contact a, body.articles #articles a {
	border-bottom: 2px solid #C46C00;
}
div#pContent {
	padding-bottom: 20px;
	overflow: hidden;
}
#pContent h2, #pContent h3 {
	color: #C46C00;
	padding: 20px 40px 10px;
}
.services #pContent .col1 h3 {
	padding: 20px 20px 10px 30px;
}
.services #pContent .row1 h3, .services #pContent .row1 p, .services #pContent .row2 p, .services #pContent .row3 p, .services #pContent .featured h3 {
	padding:0 20px 10px 30px;
}
.col1 {
	float: left;
	clear: left;
	width: 380px;
	padding-bottom: 10px;
}
div.featured {
	clear: both;
	overflow: hidden;	
	border: 4px solid #eee;
	margin: 20px 40px;
	padding: 20px 0;
}
div.row1 {
	clear: both;
	overflow: hidden;	
	border-bottom: 1px solid #eee;
	margin: 10px 10px 0;
}
div.row2 {
	clear: both;
	overflow: hidden;	
	border-bottom: 1px solid #eee;
	margin: 0 10px;
}
div.row3 {
	clear: both;
	height: 200px;
	margin: 0 10px;	
}
#pContent p {
	padding: 0 40px 8px;
}
#pContent .featured p {
	padding: 0 30px 8px;
}
#pContent ul {
	padding-left: 54px;
}
#pContent img {
	float: right;
	padding: 20px;
}
div#pContent p a:link, div#pContent p a:visited, div#pContent p a:hover, div#pContent p a:active {
	color: #C46C00;
}
#footer {
	height: 100px;
	background: #1b1718;
	color: white;
	padding-top: 20px;
	margin-top: 10px;
	clear: both;
}
#footer p {
	font-size: 1em;
	text-align: center;
	padding-top: 1em;
}
#footer p a:link, #footer p a:visited, #footer p a:hover, #footer p a:active {
	color: white;
}
#pContent img.fullPage {
	padding: 0;
	margin: 0;
	float: none;
	}
#pContent p.address {
	padding-bottom: 1px;
}
body.articles #wrapper #pContent {
	width: 65%;
}
body.articles #wrapper #sContent {
	position: absolute;
	width: 30%;
	right: 10px;
	top: 10px;
}
#content {
	position: relative;
	background: transparent url(contentBG.gif) repeat-y top left;
	overflow: hidden;
}
#sContent h2 {
	padding-bottom: .5em;
}
#sContent ul {
	list-style: none;
}
#sContent ul li a:link, #sContent ul li a:visited, #sContent ul li a:hover, #sContent ul li a:active {
	color: #C46C00;
	line-height: 1.8em;		
	padding-bottom:0 0 1.75em;
	margin: 0;
}
#subNav {
	position:relative;
	list-style: none;
	line-height: 1em;
	float:right;
	margin-right:10px;
	height:2.3em;
	width: 277px;
	border-bottom:1px solid #aaa;
}
#subNav li {
	float:left;
	margin: 0;
	padding: 0;
	margin-left:4px;
}
#subNav a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 6px 20px;
	border-left:1px solid #aaa;
	border-top:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #fff;
}
#subNav a:link, #subNav a:visited {
	color: #000;
}
#subNav a:hover {
	color: #C46C00;
}
#subNav li a:active {
	color: #000;
}
#subNav li.currentSelection a:link, #subNav li.currentSelection a:visited, #subNav li.currentSelection a:hover, #subNav li.currentSelection a:active {
	color: #C46C00;
	background: #1B1718;
	border-bottom:#1B1718;
}
.clear {
	clear: both;
}