@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
:focus {
	outline:none;
}
body {
	background-image: url(../images/body_back_p.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
}
.centered_column {
}
#header {
	height: 123px;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#main_row {
	background-color: #FFFFFF;
	height: 440px;
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
}

#main_row #main_body_text_full,
#main_row #main_body_text_left,
#main_row #main_body_text_right {
	position: absolute;
	top: 72px;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #a09f9f;
}
#main_row #main_body_text_full {
	left: 71px;
	width: 440px;
}
#main_row #main_body_text_left {
	left: 71px;
	width: 200px;
}
#main_row #main_body_text_right {
	left: 291px;
	width: 200px;
}
#main_row_wrapper {
		background-color: #F15929;
		height: 440px;
		width: 100%;
		overflow: hidden;
}

#main_row h1 {
	position: absolute;
	left: 71px;
	top: 20px;
	font-family: "Trade Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #F15929;
	font-weight: lighter;
}
#main_row #slides {
	position: absolute;
	height: 440px;
	width: 440px;
	left: 551px;
	top: 0px;
	background-color: #EDEDED;
	background-image: url(../images/slides_back_1.gif);
}
#header #logo {
	position: absolute;
	top: 38px;
	left: 70px;
}
#header #navigation {
	position: absolute;
	left: 294px;
	top: 54px;
}
#footer {
	height: 80px;
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#footer p {
	font-size: 9px;
	line-height: 13px;
	color: #a09f9f;
}
#footer a {
	font-size: 10px;
	line-height: 14px;
	color: #a09f9f;
	text-decoration:none;
}
#footer #footer_column_1 {
	position: absolute;
	left: 76px;
	top: 18px;
	margin:0px;
}
#footer #footer_column_2 {
	position: absolute;
	left: 577px;
	top: 18px;
	margin:0px;
}
#footer #footer_column_3 {
	position: absolute;
	left: 776px;
	top: 18px;
	margin:0px;
}
#footer #line_vertical_1 {
	position: absolute;
	left: 70px;
	top: 5px;
	height: 40px;
	width: 1px;
	background-color:#a09f9f;
}
#footer #line_vertical_2 {
	position: absolute;
	left: 571px;
	top: 5px;
	height: 40px;
	width: 1px;
	background-color:#a09f9f;
}
#footer #line_vertical_3 {
	position: absolute;
	left: 770px;
	top: 5px;
	height: 40px;
	width: 1px;
	background-color:#a09f9f;
}



div#main_row h2 {
	position: absolute; 
	top: 20px;
	left: 231px;

}

p#main_row_short_text {
	width: 270px;
	position: absolute;
	top: 72px;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #a09f9f;
	left: 231px;
}

div#main_row ul#portfolio_slides_menu {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 132px;
	height: 132px;
}

div#main_row ul#portfolio_slides_menu li {
	clear:none;
	display:block;
	background-color: #EDEDED;
	float:left;
	height:36px;
	list-style-type:none;
	margin-left:6px;
	margin-top:6px;
	width:36px;
}

div#main_row ul#portfolio_slides_menu li a {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 36px;
	height: 36px;
	background-color: #EDEDED;
	display: block;
	text-decoration: none;
}

div#main_row ul#portfolio_slides_menu li a:hover {
	background-color: #F15929;

}		

p#contact_info,
p#contact_info2 {
	width: 200px;
	position: absolute;
	top: 72px;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #a09f9f;
	left: 70px;
}

p#contact_info2 {
	left: 300px;
}

p#photo_credit {
	top: 230px;
}

p#contact_info2 a,
p#contact_info a {
	text-decoration: none;
	color: #a09f9f;
}

p#contact_info2 a:hover,
p#contact_info a:hover {
	color: #2E2E2E;
}

#main_row #framer {
	position: absolute;
	height: 400px;
	width: 400px;
	left: 571px;
	top: 20px;
	background-color: #EDEDED;
}

