/* -------------------------------------------------------------------------------------
	CSS STYLE
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
--> GENERAL STYLE AREA -->
------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-size: 62.5%;
	color: #2B2B2B;
	padding: 0;
	background: #f8f2e4 url(../images/body_bg.jpg) top left repeat-x;
	font-family: times, helvetica;
}

div, p, ul, ol, dl, h1, h2, h3, h4, h5, h6, table, hr, form {
	float: left;
	clear: both;
	width: 100%;
}

a {
	text-decoration: none;
	outline: none;
	color: #548be5;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.3;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 a {
	color: #2B2B2B;
}

.middle_align {
	text-align: center;
}

.left {
	float: left;
	clear: none;
	width: auto;
}

.right {
	float: right;
	clear: none;
	width: auto;
}

.left *, .right * {
	float: left;
}

#wrapper, .wrapper {
	text-align: left;
	float: none;
	width: 900px;
	margin: 0 auto;
}

.container {
	position: relative;
	font-size: 1.3em;
}

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

/* -------------------------------------------------------------------------------------
<-- END GENERAL STYLE AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
--> HEADER AREA -->
------------------------------------------------------------------------------------- */

#header {
	position: relative;
	height: 161px;
}

#header h1 {
	width: 338px;
	height: 69px;
	text-indent: -10000px;
	margin: 35px 0 0;
	background: transparent url(../images/logo.png) top left no-repeat;
}

#nav {
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	list-style: none;
}

#nav li {
	width: auto;
	float: left;
	clear: none;
}

#nav li a {
	display: block;
	float: left;
	height: 35px;
	text-indent: -10000px;
}

#nav_home a {
	width: 91px;
	background: transparent url(../images/nav_home.jpg) top left no-repeat;
}

#nav_about a {
	width: 92px;
	background: transparent url(../images/nav_about.jpg) top left no-repeat;
}

#nav_profiles a {
	width: 90px;
	background: transparent url(../images/nav_profiles.jpg) top left no-repeat;
}

#nav_contact a {
	width: 93px;
	background: transparent url(../images/nav_contact.jpg) top left no-repeat;
}

#nav li a:hover, #nav li a.active {
	background-position: 0 -35px;
}

#banner {
	margin: 0 0 40px 0;
}

/* -------------------------------------------------------------------------------------
<-- END HEADER AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
<-- CONTENT AREA <--
------------------------------------------------------------------------------------- */

#content_container {
	padding: 0 0 162px;
}

#content {
	width: 600px;
	font-size: 1.2em;
}

#content h1 {
	padding: 0 0 5px 15px;
	margin: 0 0 10px;
	font-size: 1.5em;
	width: 585px;
	border-bottom: 1px solid #88857d;
}

#content h2 {
	font-size: 1.3em;
}


#content h2, h3, p {
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
	width: 585px;
}

.team_profile {
	width: 570px;
	padding: 5px 15px 15px;
	background: #fff;
	margin: 0 0 5px;
}

.profile_image {
	float: left;
	width: 93px;
}

.profile_image  img {
	width: 93px;
}

.profile_content {
	float: right;
	clear: none;
	width: 461px;
}

#content .team_profile p {
	width: 461px;
	padding: 0;
}

#content .team_profile h2 {
	font-size: 1.8em;
	font-weight: bold;
	float: left;
	width: 100%;
	padding: 15px 0 5px;
}

#content .team_profile h2 a {
	color: #2B2B2B;
}

#content .team_profile h2 a:hover {
	text-decoration: none;
}

#content .team_profile h3 {
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0;
	width: 100%;
}

label {
	width: 200px;
	float: left;
}

.req {
	color: #D10F0F;
}

input, textarea {
	width: 200px;
	float: left;
	padding: 2px;
	border: 1px solid #2E2E2E;
}

input.button {
	width: auto;
}

/* -------------------------------------------------------------------------------------
<-- END CONTENT AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
<-- SIDEBAR AREA <--
------------------------------------------------------------------------------------- */

#sidebar {
	width: 281px;
	float: right;
	clear: none;
}

#meet_our_team {
	padding: 0 0 9px;
	margin: 0 0 15px 0;
	background: transparent url(../images/meet_our_team_footer.png) bottom left no-repeat;
}

#meet_our_team h1 {
	height: 44px;
	text-indent: -10000px;
	margin: 0;
	background: transparent url(../images/meet_our_team.png) top left no-repeat;
}

#meet_our_team div {
	width: 258px;
	padding: 10px 12px 10px 11px;
	background: transparent url(../images/meet_our_team_mid.png) top left repeat-y;
}

#meet_our_team div a {
	float: left;
	display: block;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #e9e1cf;
}

#meet_our_team div a img {
	float: left;
}

#header_news {
	text-indent: -10000px;
	height: 55px;
	width: 280px;
	margin: 0;
	background: transparent url(../images/header_news.jpg) top left no-repeat;
}

#header_resources {
	text-indent: -10000px;
	height: 55px;
	width: 280px;
	margin: 0;
	background: transparent url(../images/header_resources.jpg) top left no-repeat;
}

.sidebar_box {
	margin: 0 0 15px 4px;
	width: 276px;
	display: inline;
	background: transparent url(../images/sidebar_bg.jpg) top left repeat-y;
}

.sidebar_box ul {
	list-style: none;
	background: transparent url(../images/sidebar_bottom.jpg) bottom left no-repeat;
	padding: 0 0 10px;
	width: 276px;
}

.sidebar_box ul li {
	width: 226px;
	padding: 10px 0;
	margin: 0 0 0 25px;
	float: left;
	display: inline
}

.news_items li {
	border-top: 1px solid #b2b2b2;
}

.news_items > li:first-child {
	border: 0;
}

.sidebar_box ul.resource_links li {
	padding: 5px 0;
}

.sidebar_box ul.resource_links li a {
	float: left;
	display: block;
	width: 100%;
	color: #2B2B2B;
	text-decoration: underline;
}

/* -------------------------------------------------------------------------------------
<-- END SIDEBAR AREA <--
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
--> FOOTER AREA -->
------------------------------------------------------------------------------------- */

#footer {
	color: #595959;
	position: relative;
	margin-top: -132px;
	height: 132px;
	background: #dcdcdc url(../images/footer_bg.jpg) top left repeat-x;
}

.address, .phone, .site {
	width: 190px;
	float: left;
	clear: none;
	margin: 30px 30px 0 0;
	border-right: 1px solid #888;
}

.site {
	border: 0;
}

.site a {
	color: #2860ac;
}


/* -------------------------------------------------------------------------------------
<-- END FOOTER AREA <--
------------------------------------------------------------------------------------- */

