/* CSS Document */
body{
	background:#524741;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#ebebeb;
}
#container{
	width:804px;
	margin:30px auto 0 auto;
}
#header{
	width:100%;
	clear:both;
	height:365px;
}
#top_logo{
	width:450px;
	height:349px;
	background:url(../images/logo-text.jpg) center center no-repeat;
	padding:0;
	margin:0;
}
.logo_text{
	color:#524741;
	font-size:11px;
	padding:5px 30px 0 20px;
}
.home_logo{
	width:450px;
	height:216px;
	display:block;
	text-indent:-99999px;
}
#slideshow{
	width:344px;
	height:349px;
	padding:0;
	margin:0;
}
.home_slideshow{
	height: 237px;
	margin: 0;
	padding: 0;
}
#nav{
	height:145px;
}
ul.nav{
	list-style:none;
	margin:0;
	padding:0;
}
ul.nav li{
	float:left;
}
ul.nav li a{
	display:block;
	height:135px;
	width:195px;
	margin:2px;
}
#footer{
	width:100%;
	clear:both;
	margin-top:25px;
}
#footer p, #footer p a{
	color:#ccbdae;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover{
	text-decoration: underline;
}
.slider{
	background:url(../images/footer-top.jpg) center top no-repeat;
}
.sliderContent{
	padding:20px;
}
.leftContent{
	width:280px;
}
.rightContent{
	border-left:4px solid #362f2d;
	border-right:4px solid #362f2d;
	width:460px;
}
.column{
	width:145px;
	border-right:4px solid #362f2d;
	float:left;
}
.content{
	padding:20px;
}
.teammember{
	height:190px;
	width:120px;
	text-align:center;
	margin:0 auto 5px auto;
}
.teammember p{
	margin:0;
	padding:0;
}
p.name{
	font-weight:bold;
	margin-top:5px;
	text-align:center;
}
.title{
	font-style:italic;
	font-size:11px;
}
.photo{
	border:2px solid #362f2d;
}
.noborder{
	border:none;
}
a, a img{
	border:none;
	outline:none;
}
p.close_btn{
	text-align:right;
}
.close_btn  a{
	color:#ccbdae; 
	font-variant:small-caps;
	font-weight:normal;
	text-decoration:none;
}
.close_btn  a:hover{
	color:#fff;
}
h1{
	text-transform:uppercase;
}
ul.bullet{
	list-style-image:url(../images/bullet.jpg);
}
ul.bullet li{
	line-height:20px;
	font-variant:small-caps;
}
.project{
	width:135px;
	height:150px;
	float:left;
}
/* form */
#contact_form  label, .form label{
	text-align: right;
	margin-right: 20px;
	display: block;
	width: 120px;
	font-style: italic;
	float: left;
}
#contact_form input, #contact_form textarea, .form input{
	background: #ebebeb;
	border: 1px dashed #fbc318;
	color: #524741;
}
#contact_form input#submit, .form input#submit{
	cursor: pointer;
}
/* misc classes */
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
a.opacity, img.opacity{
	opacity:0.7;
	filter:alpha(opacity=70);
}
a:hover.opacity, img:hover.opacity{
	opacity:1;
	filter:alpha(opacity=100);
}
.validation{
	color: #f00;
}
