/* @override 
	http://woodmarsh.stage29.com/css/styles.css
	http://woodmarsh:8888/css/styles.css
*/

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

* { outline:none; }

body {
	background: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#contain {
	height: 570px;
	width: 930px;
	margin: 75px auto;
	position: relative;
}

#top {
	width: 930px;
	height: 20px;
}

#content {
	width: 930px;
	height: 500px;
}

#nav-contain {
	width: 221px;
	height: 460px;
	float: left;
	background: url(/images/layout_images/subnav-bg.png);
	color:#FFF;
	padding: 40px 5px 0 10px;
	position: absolute;
	top: 20px;
	left: 0px;
}

.sub{
	padding-bottom: 10px !important;
}

#text-contain {
	width: 221px;
	min-height: 440px;
	_height: 440px;
	background: url(/images/layout_images/subnav-bg.png);
	color:#FFF;
	padding: 20px 15px 0 0;
}

#profile-contain {
	width: 221px;
	height: 480px;
	background: none;
	color:#FFF;
	padding: 20px 15px 0 0;
	position: absolute;
}


#left-column {
	width: 236px;
	min-height: 500px;
	_height: 500px;
	float: left;
}

#image-links {
	width: 236px;
	/* height: 30px; */
	background: #000;
}

#image-links a {
	text-decoration: none;
	font-size: .65em;
	color: #717074;
	margin-right: 5px;
}

#image-links a:hover, .current_image {
	color: #FFF !important;
}

p {
	font-size: .65em;
	line-height: 1.2em;
}

h1 {
	font-size: .65em;
	font-weight: normal;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0!important;
}

h2 {
	font-size: .65em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 15px 0!important;
	color:#717074;
}

label {
	font-size: .65em;
	line-height: 1.2em;
	padding-bottom: 50px;
}

#nav-contain ul {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#nav-contain ul li {
	list-style: none;
	line-height: 1.5em;
}

#nav-contain ul li ul {
	margin: 0 0 0px 5px;
	text-transform: uppercase;
	font-size: .9em;
	
}

#nav-contain .selected {
	color: #FFF;
	padding-bottom: 20px;
}

/*#nav-contain .selected ul{
	margin-bottom: 20px;
}*/

#nav-contain a {
	text-decoration: none;
	font-size: .65em;
	color: #717074;
}

#nav-contain a:hover {
	color: #FFF;
}

#logo {
	height: 35px;
	width: 65px;
	float: right;
	margin-top: 15px;
}

.right {
	float: right;	
}

.left {
	float: left;	
}	
	
#menu {
	width: 236px;
	height: 9px;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 9px;
}

#menu ul li {
	display: inline;
	text-indent: -2000px;
	float: left;
	height: 9px;
	overflow: hidden;
}

#menu ul li a {
	display: block;
	height: 9px;
	background: bottom no-repeat;
}

#menu #projects a {
	width: 62px;
	height: 9px;
	background: url(/images/layout_images/btn-projects.gif) 0px 9px!important;
}

#menu #profile a {
	width: 63px;
	height: 9px;
	background: url(/images/layout_images/btn-profile.gif) 0px 9px!important;
}

#menu #media a {
	width: 52px;
	height: 9px;
	background: url(/images/layout_images/btn-media.gif) 0px 9px!important;
}

#menu #contact a {
	width: 57px;
	height: 9px;
	background: url(/images/layout_images/btn-contact.gif) 0px 9px!important;
}

#menu #projects a:hover, #menu #profile a:hover, #menu #media a:hover, #menu #contact a:hover {
	background-position: 0px 0px!important;	
}

#menu #projects .selected, #menu #profile .selected, #menu #media .selected, #menu #contact .selected {
	background-position: 0px 0px!important;	
}

.right-image {
	width: 694px;
	height: 500px;
	float: right;
}

.projects {
	background: url(/images/layout_images/projects/landing.jpg);
}

.commercial {
	background: url(/images/layout_images/projects/commercial.jpg);
}

.contact {
	background: url(/images/layout_images/contact_bg.jpg);
}

#profile {
	background: url(/images/layout_images/profile.jpg);
}

.textbox {
	background-color: transparent;
	border-bottom: #3f3f3f 1px solid;
	border-left: none;
	border-right: none;
	border-top: none;
	width: 200px;
	font-size: .65em;
	color: #FFF;
	margin: 5px 0 35px 0;
}

.textarea {
	background-color: transparent;
	border-bottom: #3f3f3f 1px solid;
	border-left: none;
	border-right: none;
	border-top: none;
	width: 200px;
	font-size: .65em;
	color: #FFF;
	margin: 5px 0 10px 0;
}

.btn-submit {
	background: #000;
	color: #3f3f3f;
	margin: 0;
	padding: 0;
	float: right;
	text-transform: uppercase;
	font-size: .9em;
}	

#image-transition {
	margin-bottom: 13px;	
}

#image-transition a.selected {
	color: #FFFFFF;	
}


#address a {
	text-decoration: none;
	font-size: 1em!important;
	color: #FFFFFF!important;	
}

#address a:hover {
	color: #3f3f3f!important;	
}

#project_link{
	text-transform: uppercase;
	display: inline-block;
	width: 150px;
	text-align: center;
}


