*{
	font-size:11px;
	font-family:Arial, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
	letter-spacing:.09em;
}

body{
	background:#FFF;
	color:#606060;
}

p, address{
	font-style:normal;
	margin:0 0 16px 0;
}

div:after{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

img{
	border:0;
}

a{
	outline:none;
	color:#67a3cf;
	text-decoration:none;
}

a:hover{
	color:#606060;
	text-decoration:none;
}

.clear{
	clear:both;
}


/* BEGIN: Headings ================== */
h1{
	font-size:16px;
}

h2{
	font-size:15px;
}

h3{
	font-size:14px;
}

h4{
	font-size:13px;
}

h5{
	font-size:12px;
}

h6{
	font-size:11px;
}
/* END: Headings ================== */

#main{
	margin:0 auto;
	width:980px;
	position:relative;
}

#header{
	padding:21px 0;
	margin-bottom:50px;
	border-bottom:solid 2px #d3d9de;
}

#header a{
	display:block;
	text-indent:-9999px;
	width:209px;
	height:55px;
	background:url(images/imgLogo.gif) no-repeat;
}

#nav{
	float:right;
	width:180px;
}

#nav dt{
	margin-top:35px;
}
#nav dt a{
	color:#606060;
	text-transform:uppercase;
}
#nav dt a:hover{
	color:#67a3cf;
	text-decoration:none;
}
#nav dt a.current {
	color:#67a3cf;
}

#nav dt.top{
	margin-top:0;
}

#nav dd ul{
	margin:5px 0 0 -10px;
}

#nav dd ul li{
	margin-bottom:0;
	padding:2px 0;
}

#nav dd ul li a{
	color:#606060;
	font-size:11px;
	padding-left:15px;
	text-transform:lowercase;
}

#nav dd ul li a:hover, #nav dd ul li a.active{
	background:url(images/bgArrow.gif) 0 55% no-repeat;
}

#nav dd li a:hover, #nav dd li a.active, #nav dd li a span:hover{
	color:#67a3cf;
	text-decoration:none;
}
#nav dd li.current a {
	background:url(images/bgArrow.gif) 0 55% no-repeat;
	color:#67a3cf;
}


#slideshow{
	width:782px;
	margin-bottom:30px;
}

#slideshow img{
	display:inline;
}
#slideshow img.left{
	margin-right:5px;
}

#main-container{
	width:657px;
	margin-bottom:20px;
}

#main-container h1{
	font-size:12px;
	color:#67a3cf;
	margin-bottom:25px;
	text-transform:uppercase;	
}

#main-container div{
	display:block;
	float:left;
	width:219px;
	height:220px;
	margin-bottom:10px;
}

#main-container div p{
	margin:0;
	padding-right:5px;
}
#main-container div p a{
	margin-bottom:0;
	color:#606060 !important;
}
#main-container div p a:hover{
	color:#67a3cf !important;
	text-decoration:none;	
}			


#project-container{
	width:750px;
	text-align:right;
}

#project-container p{
	color:#66a2cf;
	font-size:16px;
}

/*#mainImage{
	width:384px;
	height:531px;
	margin-bottom:50px;
}*/

#mainImage ul, #mainImage li{
	margin:0;
	padding:0;
	list-style:none;
}

#mainImage li{
	padding-bottom:10px;
}
	
#mainImage, #mainImage li{ 
	width:672px;
	height:531px;
	overflow:hidden;
}	

#mainImage{
	float:right;
	height:620px;
	margin-right:20px;
}

#mainImage li span{
	position:absolute;
	visibility:hidden;
	left:-9999px;
}

#mainImage li a:hover span{
	visibility:visible;
	top:149px;
	left:710px;
}

#mainImage p{
	text-align:right;
	padding-top:8px;
	font-size:14px;
}

.beforePic{
	font: bold Arial, Helvetica, sans-serif white;
	text-align: right;	
	margin-left:-40px;
	margin-bottom:30px;
	clear: both;	
}

#project-subnav{
	float:right;
	width:45px;
	margin:470px 0 0 0;
	text-align:left;
}

#project-subnav a{
	display:block;
	text-transform:lowercase;
	font-size:11px;
	margin-bottom:6px;
	color:#9396a2;	
}

#project-subnav a:hover{
	color:#67A3CF;
	text-decoration:none;
}

#project-subnav a.before{
	margin-bottom:0;
	padding:4px 0 2px 0;
}

#project-subnav a.active{
	color:#67A3CF;
}
	

#prevBtn{
	top:665px;
	left:695px;	
	position:absolute;	
}

#nextBtn{
	top:665px;
	left:715px;
	position:absolute;	
}

#projectList{
	float:right;
	width:160px;
	text-align:left;
	margin:-216px 30px 0 0;
}

#projectList li{
	padding-bottom:4px;
}

#projectList li a{
	color:#606060;
	font-size:11px;
	padding-left:12px;
}

#projectList li a:hover, #projectList li a.active{
	color:#66a2cf;
	text-decoration:none;
	background:url(images/bgArrow.gif) 0 55% no-repeat;
}

input, textarea{
	padding:5px;
	font-size:11px;
	overflow:auto;
	resize:none;
	font-family:Arial, sans-serif;
}

form p{
	margin-bottom:30px;
}

form p span{
	display:block;
	padding:2px 0;
	color:#DD0709;
}

legend{
	display:none;
}

fieldset{
	border:none;
}

label, input{
	display:block;
}

label{
	color:#9396a2;
	margin-bottom:5px;	
}

input, textarea{
	width:275px;
	border:solid 1px #999;
}

input.submit{
	padding:0;
	border:none;
	width:auto;
	color:#9396a2;	
	background:none;
	text-align:left;
	text-transform:uppercase;
}

input.submit:hover{
	cursor:pointer;
}

#footer{
	clear:both;
	padding-top:8px;
	border-top:solid 2px #d3d9de;
}

#footer p{
	margin:0;
	font-size:11px;
	text-transform:uppercase;
}

#footer p.small{
	margin-top:6px;
	font-size:10px;
}

#footer p span{
	margin:0 3px;
	color:#67a3cf;
}

/*#footer p a{
	color:#67a3cf;
	font-size:11px;	
}

#footer p a:hover{
	color:#9396a2;
	text-decoration:none;
}*/

#contactinfo li{
	margin-bottom:6px;
}

#last{
	margin-top:28px;
	text-transform:uppercase;
}

div#profile-content, div#in-progress, div#in-progress div.cushycms{
	height:auto;
}

#profile-content p{
	color:#606060;
}

#profile-content p, #main-container address{
	width:500px;
	text-align:left;
	line-height:18px;
	letter-spacing:.12em;
	margin-bottom:20px !important;
}

div.cushycms h2, div.cushycms h3, div.cushycms p{
	display:block;
	width:655px;
}

div.cushycms h2, div.cushycms h3{
	color:#67a3cf;
	font-size:14px;
	font-weight:normal;
}

div.cushycms h3{
	margin-bottom:15px;
}

div.cushycms img{
	margin-bottom:5px;
}

div.cushycms p{
	line-height:18px;
	letter-spacing:.12em;	
	margin-bottom:40px !important;
}

div.cushycms{
	margin-bottom:40px;
}

#preview{
	position:absolute;
	left:200px;
	top:100px;
}