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

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

p {
margin-top: 10px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b2313;
	background-image: url(images/body_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav {
	background-image: url(images/logo_emblem.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	position: absolute;
	left: 50px;
	top: 30px;
	padding-top: 240px;
}


#top_nav {
	height: 20px;
	width: 690px;
	position: absolute;
	left: 233px;
	top: 42px;
}

#top_nav ul li {
	float: left; 
	margin-left: 64px; 
	list-style-type: none;
}

/* Top Nav Styles */
a#home_btn, a#home_btn_selected,
a#profiles_btn, a#profiles_btn_selected,
a#philosophy_btn, a#philosophy_btn_selected,
a#process_btn, a#process_btn_selected,
a#portfolio_btn, a#portfolio_btn_selected,
a#perspectives_btn, a#perspectives_btn_selected {
	float: left;
	clear: left;
	display: inline;
	height: 0;
	overflow: hidden;
	font-size: .1em;
}
a#home_btn { width: 38px; padding-top: 20px; background: url(images/btn_home.png) no-repeat 0 0; }
a#home_btn:hover { background-position: 0 -20px; }
a#home_btn_selected { width: 38px; padding-top: 20px; background: url(images/btn_home_selected.png) no-repeat 0 0;}

a#profiles_btn { width: 59px; padding-top: 20px; background: url(images/btn_company_profile.png) no-repeat 0 0; }
a#profiles_btn:hover { background-position: 0 -20px; }
a#profiles_btn_selected { width: 59px; padding-top: 20px; background: url(images/btn_company_profile_selected.png) no-repeat 0 0;}

a#process_btn { width: 64px; padding-top: 20px; background: url(images/btn_process.png) no-repeat 0 0; }
a#process_btn:hover { background-position: 0 -20px; }
a#process_btn_selected { width: 64px; padding-top: 20px; background: url(images/btn_process_selected.png) no-repeat 0 0;}

a#portfolio_btn { width: 80px; padding-top: 20px; background: url(images/btn_portfolio.png) no-repeat 0 0; }
a#portfolio_btn:hover { background-position: 0 -20px; }
a#portfolio_btn_selected { width: 80px; padding-top: 20px; background: url(images/btn_portfolio_selected.png) no-repeat 0 0;}

a#perspectives_btn { width: 105px; padding-top: 20px; background: url(images/btn_perspectives.png) no-repeat 0 0; }
a#perspectives_btn:hover { background-position: 0 -20px; }
a#perspectives_btn_selected { width: 105px; padding-top: 20px; background: url(images/btn_perspectives_selected.png) no-repeat 0 0;}

#footer {
	color: #1b4164;
font-size: 12px;
	width: 815px;
	position: absolute;
	left: 95px;
	top: 560px;
	text-align: center;
}
#footer p {
	font-size: 14px;
}
#footer a {
	color: #1b4164;
	text-decoration:none;
}

#footer a:hover {
	color: #1b4164;
	text-decoration:underline;
}

form input, form textarea {
border: 1px solid #3b2313;
margin-bottom: 5px;
}
