body {
	margin: 0;
	padding: 0;
	background: #0F0805 url(/images/tmp-pagebk.png) repeat-x;
	color:#777;
	font:12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 150%;
}

* {margin:0; padding:0;}

a, a:visited, a:active {
	outline:none;
	color:#99ccff;
	text-decoration:underline;
	font-weight: bold;
}

a:hover, a:focus {
	color:#ccc;
}

img {
	border:none;
	display:block;
}

form, table {
	margin: 0;
	padding: 0;
}

input[type=text], input[type=password], select, textarea {
	font:11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#444;
	padding:3px;
	border: 1px solid #999;
	background-color:#D2BDA2;
}

ul {
	margin: 0 0 0 15px;
	padding: 0 0 25px 0;
	list-style:square;
}

li {
	padding-bottom: 6px;
}

hr {
	background:#ccc;
	color:#ccc;
	  clear: both; 
	  float: none; 
	  width: 100%; 
	  height: 1px;
	  margin: 0 0 25px;
	  border: none;
}

hr.space {
	background:#FFF;
	color:#FFF;
}

p {
	padding: 0 0 20px 0;
}

#page {
	width:950px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	position:relative;
}

#header {
	width:950px;
	height:122px;
	margin: 30px 0 0 0;
	padding:0;
	overflow:hidden;
	border-bottom: 1px solid #333;
}

.logo {
	background: url(/images/tmp-banner.jpg) top left no-repeat;
	width: 950px;
	height: 70px;
	margin: 0;
	padding:0;
	text-indent: -9999em;
	float:left;
}

#nav {
	clear:both;
	padding:10px 0 0 0;
	margin:0;
	width: 950px;
	height: 40px;
	border-bottom: 1px solid #333;
	background: url(/images/tmp-navsep.jpg) bottom left no-repeat;
}

#nav ul {
	list-style: none;
	margin:0;
	padding:0;
}

#nav ul li {
	display: inline;
	line-height: 140%;
}

#nav ul li a {
	float:left;
	display: block;
	width: 140px;
	height: 40px;
	padding: 0 0 0 12px;
	text-decoration:none;
	font-weight:normal;
	color: #777;
	background: url(/images/tmp-navsep.jpg) top right no-repeat;
}

#nav ul li a:hover {
	background: url(/images/tmp-navbk.jpg) bottom left repeat-x;
}

#nav ul li a strong {
	display: block;
	color: #eee;
	padding:0;
	margin:0;
}

#content {
	width: 950px;
	margin: 0;
	overflow:hidden;
	padding: 20px 0;
}


#content h1.portfolio {
	text-indent: -9999em;
	background: url(/images/pf-header.gif) top left no-repeat;
	height:18px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}

#content h1.contact {
	text-indent: -9999em;
	background: url(/images/cont-header.gif) top left no-repeat;
	height:18px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}

#content h2.mission {
	text-indent: -9999em;
	background: url(/images/home-mission.gif) top left no-repeat;
	height:11px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}

#content h2.philosophy {
	text-indent: -9999em;
	background: url(/images/home-philo.gif) top left no-repeat;
	height:11px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}

#content h2.locations {
	text-indent: -9999em;
	background: url(/images/pf-projloc.gif) top left no-repeat;
	height:11px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #333;
	margin: 20px 0 10px 0;
}

#content h2.featured {
	text-indent: -9999em;
	background: url(/images/pf-featured.gif) top left no-repeat;
	height:11px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #333;
	margin: 20px 0 10px 0;
}

#leftcol {
	float:left;
	width: 460px;
}

#rightcol {
	float:left;
	width: 460px;
	margin-left: 30px;
}

#leftcolsm {
	float:left;
	width: 240px;
	padding: 0 20px 0 0;
	margin: 0;
}

#rightcolbg {
	float:left;
	width: 668px;
	padding: 0 0 0 21px;
	margin: 0;
	border-left: 1px solid #333;
	height:1200px;
}

#rotatehome {
	width: 946px;
	height: 246px;
	padding: 1px;
	border: 1px solid #555;
	margin-bottom: 25px;
	overflow:hidden;
}

#rotatehome img {
	width: 946px;
	height: 246px;
	margin: 1px;
}

#contactcopy {
	width: 950px;
	height: 235px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}

#contactcopy p {
	padding-top: 25px;
}

#contactcopy img {
	float:left;
	width: 200px;
	margin-right: 40px;
	border: 1px solid #666;
}

#contactcopy span {
	position:absolute;
	width: 173px;
	height: 86px;
	top: 275px;
	left: 250px;
	text-indent: -9999em;
	background: url(/images/cont-sig.gif) top left no-repeat;
}

#footer {
	clear:both;
	width: 950px;
	border-top: 1px solid #333;
	padding: 1px 0 0 0;
	margin:0;
}

#footer p {
	border-top: 1px solid #333;
	font-size: 11px;
	padding: 10px 0 0 0;
	color: #555;
}

.light {
	color: #D2BDA2;
}

#portfolio img {
	padding:1px;
	border: 1px solid #333;
	margin: 0 20px 20px 0;
	float:left;
}

#portfolio img.last {
	margin: 0 0 15px 0;
}

/* CONTACT FORM */

#contactform {
	padding:0;
	margin:0;
}

#contactform p span {
	padding: 3px;
	font-weight:bold;
	background-color:#3B2115;
	width: 100px;
	color: #99ccff;
}

#contactform fieldset {
	padding: 10px 10px;
	border: 1px solid #333;
	margin: 0 0 15px 0;
}

#contactform fieldset legend {
	padding: 0 10px 5px 0;
	color:#D2BDA2;
	font-weight:bold;
}

#contactform p.formcb {
	margin:0;
	padding:0;
}

#contactform p.formcb {
	clear: both;
	float: none;
	position: relative;
}

#contactform p.formcb input {
	left: 10px;
	position: absolute;
	top: 1px;
	border:none;
	outline:none;
}

#contactform p.formcb label {
	display: block;
	margin-left: 30px;
	width: 200px;
}

#contactform p.formtxt {
	clear: both;
	float: none;
	margin: 0 0 5px 0;
}

#contactform p.formtxt label {
	clear: left;
	display: block;
	float: left;
	text-align: left;
	width: 160px;
	margin-left: 10px;
	padding: 2px 2px 2px 4px;
	color: #ccc;
}

#contactform p.formtxt label.req {
	background-color: #3B2115;
	color: #99ccff;
	font-weight:bold;
}

#contactform p.formtxt input {
	clear: right;
	float: left;
	margin-left: 10px;
	width: 250px;
	height: 14px;
}

#contactform p.formtxt select {
	clear: right;
	float: left;
	margin-left: 10px;
	padding: 2px;
	width: 100px;
	height: 22px;
}

#contactform p.formtxt textarea {
	clear: right;
	float: left;
	margin: 0 0 15px 10px;
	width: 350px;
	height: 85px;
}

.error {
	padding: 10px;
	border: 1px solid #333;
	background-color: #3B2115;
	margin-bottom: 15px;
}

.error span {
	font-weight: bold;
	padding:0;
	margin: 0;
	color: #D2BDA2;
}

.error ul {
	padding: 10px 0 0 0;
	margin: 0;
}

.error ul li {
	margin: 0 0 0 15px;
	padding: 0;
}

