*{
	margin: 0;
	padding: 0;
}
body {
	font-size: 11px;
	font-family: Lucida Grande, Arial, Sans-Serif;
	color: #333;
	margin: 0;
	padding: 0;
}
#wrapper{
	margin: 0 auto;
	width: 980px;
	padding-left: 40px;
}
#header {
	margin-top: 15px;
	padding: 0;
	height: 100px;
	width: 980px;
}
iframe{
	background-color: #fff;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
a{
	color: #f77711;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -.75px;
	}
a:hover {
	color: #8e8e8e;
}	
ul#navigation{
	float: right;
	background: url(images/img_nav.gif) no-repeat;
	width: 633px;
	height: 65px;
	*margin-top: 20px;
	margin-top: 15px;
	position: relative;	
	right: 35px !important;
	list-style-type: none;
}
ul#navigation li{
	display: inline;
	margin-left: 5px;
	overflow: hidden;
}
ul#navigation li a{
	display: block;
	float: left;
	margin: 24px 0 0 17px;
	padding: 0 7px;
	overflow: hidden;
}
.line{
	margin: 22px 2px 0 5px;
	display: block;
	float: left;
}
ul#navigation li a.home{
	height:14px;
	background: url(images/btn_home.gif) no-repeat;
	background-position: 0px 0px;
	width: 57px;
	text-indent: -999px;
}
ul#navigation li a.home:hover{
	background-position: 0 -14px !important;
	height: 14px;
	width: 57px;
}

ul#navigation li a.about{
	background: url(images/btn_about.gif) 0 -14px no-repeat;
	width: 71px;
	height: 14px;
	text-indent: -999px;
}
ul#navigation li a.about:hover{
	background-position: 0 0px !important;
	height: 14px;
}
ul#navigation li a.portfolio{
	background: url(images/btn_portfolio.gif) 0 -14px no-repeat;
	width: 115px;
	height: 14px;
	text-indent: -999px;
}
ul#navigation li a.portfolio:hover{
	background-position: 0 0px !important;
	height: 14px;
}

ul#navigation li a.blog{
	background: url(images/btn_blog.gif) 0 0px no-repeat;
	width: 53px;
	height: 14px;
	text-indent: -999px;
}
ul#navigation li a.blog:hover{
	background-position: 0 -14px !important;
	height: 14px;
}
ul#navigation li a.contact{
	background: url(images/btn_contact.gif) 0 -14px no-repeat;
	width: 97px;
	height: 14px;
	text-indent: -999px;
}
ul#navigation li a.contact:hover{
	background-position: 0 0px !important;
	height: 14px;
}
#narrowcolumn {
	float: right;
	padding: 0;
	margin-top: 40px;
	width: 430px;
}
#widecolumn {
	padding: 0;
	margin: 0;
	width: 525px;
	float: left;
}
	#widecolumn p{
	line-height: 22px;	
}
	#widecolumn h3{
	margin-top: 10px;
	color: #8e8e8e;
	text-transform: uppercase;	
}
.featured{
	margin-top: 50px;
	margin-bottom: 13px;
}

.titles{
	margin-top: 40px;
}
.connect{
	padding-top: 7px;
}
.projects{
	margin-bottom: 15px;
}
#socialNetworks{
	list-style: none;
	width: 226px;
	padding-top: 25px;
}
#hello{
	width: 800px;
	margin-top: 40px;
}
#hello p{
	padding-top: 7px;
	line-height: 22px;
}
.clear {
	clear: both;
}
/* Begin Footer */
#footer {
	background: url(images/img_footer.gif) no-repeat 0 15px;
	width: 926px;
	height: 80px;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 30px 0 0 15px;
	font: 12px Helvetica, sans-serif;
	color: #8e8e8e;
}
#footer a{
	text-transform: none;
	text-decoration: none;
}
#footer a:hover, #footer a:active{
	color: #8e8e8e;
}
ul#bottomNav{
	float: right;
	list-style: none;
}
ul#bottomNav li{
	display: inline;
}
ul#bottomNav li a{
	display: block;
	float: left;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #a8a8a8;
	margin: 37px 0;
	padding-right: 25px;
}
ul#bottomNav li a.active{
	color: #8e8e8e;
	font-weight: bold;
}
ul#bottomNav li a:hover{
	text-decoration: underline;
	color: #8e8e8e;
}
/* End Footer */
#clear{
	clear: both;
}
hr {
	display: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* Begin Form Elements */

#contact_form{
	font-family: Gotham, Helvetica, sans-serif;
	color: #666;
	width: 450px;
	margin-top: 15px;

}
.requiredAsterisk{
	color: #f77711;
}
.serviceType{
	list-style: none;
	padding-top: 10px;
}
ul.serviceType li{
	text-indent: 20px;
	text-transform: capitalize;
}
.horizontalPhotos{
	padding-left: 283px;
	margin-top: -360px;
}

label{
	font-family: Gotham, Helvetica, sans-serif;
	color: #666;
}
input{
	border:0;
	background-color: #eee;
	font-family: Gotham, Helvetica, sans-serif;
	color: #666;
	margin-bottom: 10px;
	padding: 5px;
}
.ss-tem ss-tem-required ss-text{
	color: #666;
}

fieldset{
	border: none;
	padding: 10px 0 0 20px;
	
}
select{
	margin-bottom: 20px;
}
.error{
	padding-left: 5px;
}
textarea{
	border: none;
	margin-bottom: 15px;
}

#phone_label{
	padding-left: 90px;
}

.email{
	margin-right: 25px;
}
.button{
	width: 95px;
	height: 39px;
}
#message{
	padding: 10px 0 15px 20px;

}
#message h3{
	font-family: Gotham, sans-serif;
	color: #666;
}
/* End Form Elements */

