/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Area
  Forms
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
} 

body, html {	
	color:#FBFBFB;
	background: #0F0F0F url(/images/sp_bg.jpg) repeat-x;
	min-height:101%;	
}

body#home {
	background: #484848 url(/images/hp_bg.jpg) repeat-x;
}

body, select, textarea, input {
	letter-spacing: 0.09ex;
	font: 100% Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 10px 10px 0px;
}

	
a:link, a:visited {	
	text-decoration:none;
	color: #a1a7e1; 
}

a:hover, a:active {	
	color:#FFF;
}

img {
	border: 1px solid #999;
}

blockquote {
	background: #262626 url(/images/bg_quote.gif) 8px 8px no-repeat;
	margin: 10px 0px 20px;
	padding: 15px 10px 5px 20px;
	border: none;
	font-size: .85em;
	color: #ccc;
	width: 75%;
}

*:focus { 
	outline: none 
}




/* ---------- @ Page Structure -----------*/
#wrapper-home {
	margin: 0 auto;
	width: 870px;
   }

#wrapper {
	margin: 0 auto;
	width: 876px;
	font-size: .8em;
	line-height: 1.5em
   }
	   
#masthead {
	background: url(/images/masthead.jpg) no-repeat;
	height: 77px;
}

.left {float: left;}
.right {float: right;}


/* ---------- @ HOME Page Structure -----------*/

#hp-content {
	background: url(/images/hp_body_bg.jpg) no-repeat;
	height: 553px;
	width: 842px;
	padding: 20px 26px 0 0;
}

#news-box {
	clear: both;
	float: right;
	width: 288px;
	height: auto;
	border: 1px solid #ffffff;
	font-size:.75em;
	background: #000;
}

#news-box h2 {
	text-transform: uppercase;
	background-color: #606060;
	text-align: center;
	padding: 5px 0px 3px;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.21ex;
	border-bottom: 1px solid #807577;
	margin-bottom: 5px;
	color: #fff;
	}
	
#news-box h3 {
	padding: 8px 8px 3px 14px;
	margin: 0;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
}

#news-box h3 a {
	color: #ca7439;
	text-decoration: none;
}

#news-box p {
	margin: 0 10px 12px 14px;
}

#news-box .post {
	margin-bottom: 0;
}

/* ---------- @ INTERIOR Structure -----------*/

#main-content {
	background-color: #000000;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin: 0 auto;
	width: 815px;
	padding: 30px 25px 125px 35px;
}

#content-body {
	float: left;
	width: 575px;
}

#content-sidebar {
	float: right;
	width: 200px;
}

	

/* ---------- @ Navigation -----------*/


#navbar {
	background: #3b3b3b;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	height: 30px;
	margin: 0 auto;
	width: 875px;
}

#nav {
	float: left;
	width: 685px;
	height: 30px;
}

#nav li {
	list-style:none;
	float:left;
}

#nav a {
	display: block;
	height: 30px;
	text-indent: -9000px;
	float:left;
	border-right: 1px solid #999;
}

a#about {
	background: url(/images/nav_about.jpg) no-repeat;
	width: 106px;
}

a#about:hover, body.about a#about {
	background:url(/images/nav_aboutON.jpg) no-repeat;
	}

a#services {
	background: url(/images/nav_services.jpg) no-repeat;
	width: 96px;
}

a#services:hover, body.services a#services {
background:url(/images/nav_servicesON.jpg) no-repeat;
}

a#leadership {
	background: url(/images/nav_leadership.jpg) no-repeat;
	width: 114px;
}

a#leadership:hover, body.leadership a#leadership, body.category_leadership a#leadership {
background:url(/images/nav_leadershipON.jpg) no-repeat;
}

a#resources {
	background: url(/images/nav_resources.jpg) no-repeat;
	width: 113px;
}

a#resources:hover, body.resources a#resources, body.category_resources a#resources {
background:url(/images/nav_resourcesON.jpg) no-repeat;
}

a#blog {
	background: url(/images/nav_blog.jpg) no-repeat;
	width: 64px;
}

a#blog:hover, body.blog a#blog, body.category_blog a#blog {
background:url(/images/nav_blogON.jpg) no-repeat;
}

a#contact {
	background: url(/images/nav_contact.jpg) no-repeat;
	width: 115px;
}

a#contact:hover, body.contact a#contact {
background:url(/images/nav_contactON.jpg) no-repeat;
}

a#home-nav {
	background: url(/images/nav_home.jpg) no-repeat;
	height: 30px;
	width: 67px;
	margin-right: 0;
}

a#home-nav:hover, body#home a#home-nav {
background:url(/images/nav_homeON.jpg) no-repeat;
}

/* ---------- @ HOME PAGE Navigation -----------*/


#home #nav {
	width: 222px;
	float: right;
	height: 286px;
}

#home #nav li {
	float: none;
	height: 35px;
}

#home #nav a {
	height: 24px;
	float: none;
	border: none;
	width: 222px;
}

#home a#about {
	background: url(/images/hp_nav_about.jpg) no-repeat;
}

#home a#services {
	background: url(/images/hp_nav_services.jpg) no-repeat;
}

#home a#leadership {
	background: url(/images/hp_nav_leadership.jpg) no-repeat;
}

#home a#resources {
	background: url(/images/hp_nav_resources.jpg) no-repeat;
}

#home a#blog {
	background: url(/images/hp_nav_blog.jpg) no-repeat;
}

#home a#contact {
	background: url(/images/hp_nav_contact.jpg) no-repeat;
}

#home a#about:hover {
	background:url(/images/hp_nav_aboutON.jpg) no-repeat;
}

#home a#services:hover {
	background:url(/images/hp_nav_servicesON.jpg) no-repeat;
}

#home a#leadership:hover {
	background:url(/images/hp_nav_leadershipON.jpg) no-repeat;
}

#home a#resources:hover {
	background:url(/images/hp_nav_resourcesON.jpg) no-repeat;
}

#home a#blog:hover {
	background:url(/images/hp_nav_blogON.jpg) no-repeat;
}

#home a#contact:hover {
	background:url(/images/hp_nav_contactON.jpg) no-repeat;
}

#home a#home-nav, #home #nav li#home-item {
	display: none;
	position: absolute;
	top: -9000px;
	height: 1px;
}

/* Secondary */

#main-content .sidebar-nav {
	padding: 0;
}

#main-content .sidebar-nav li {
	list-style-type: none;
	margin: 0 0 5px 0;
}

#main-content .sidebar-nav li a,
#main-content #content-sidebar h2.contact-title {
	display: block;
	width: 200px;
	height: auto;
	padding: 4px;
	background: #3b3b3b;
	border: 1px solid #484848;
	border-left-width: 5px;
	text-decoration: none;
}

#main-content #content-sidebar h2.contact-title {
	text-transform: none;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}

#main-content #content-sidebar h2.contact-title a {
	font-weight: normal;
}

#main-content #content-sidebar .adr {
	font-size: 92%;
	padding: 10px 0px 12px 10px;
}
	
		
/* ---------- @ Headings -----------*/

		   
h1#logo, a#logo {
	width: 380px;
	height: 70px;
	background: url(/images/logo.png);
	text-indent:-9000px;
	font-size: 1.8em;
	display:block;
}

h2 {
	font-size: 2em;
	color: #FF6600;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.05ex;
	padding-bottom: 10px;
	}
	
h3 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0.1ex;
	color: #586CBE;
	margin: 15px 0 10px 0;
	}
	
div.leadership h3 {
	font-size: 1.4em;
	color: #FFF;
	width: 340px;
	margin: 15px 0 0 0;
	padding: 4px 0px 2px 16px; 
	background: #363231;
	border-bottom: 1px solid #6D74CE;
	}
	
h4 {
	font-size: 1.1em;
	font-style: italic;
	color: #E86E19;
	}

/* ---------- @ Content Area -----------*/

#main-content ul, #main-content ol {
	padding:10px 15px 15px 15px;
	}

#main-content ul ul, #main-content ol ol {
	padding: 5px 5px 0 5px;
}

#main-content li {	
	margin: 0 0 5px 15px;
	}

.post {
	margin-bottom: 35px;
}

.post img {
	border: 1px solid #999;
	margin: 2px 20px 2px 20px;
}

.post img

.intro {
	margin: 10px 0px 20px;
	border: 1px solid #999999;
	background: #3c3a3a url(/images/bio_bg.jpg) no-repeat;
	padding: 7px 10px 5px 16px;
	width:90%;
}

.intro p {
	letter-spacing: 0.14ex;
	line-height: 1.4em;
}

.bio-content {
	background: #3D393A url(/images/bio_bg.jpg) no-repeat;
	width:90%;
	padding: 10px 10px 10px 15px;
	color: #fff;
}

.bio-content img {
	float: right;
	border: 1px solid #999;
	margin: 2px 20px 2px 20px;
}
	
		
	
	
/* ---------- @ Forms -----------*/


#searchform {
	display: block;
	float: left;
	width: 170px;
	height: 30px;
	margin-left: 15px;
}

#searchform #s {
	width: 120px;
	margin-bottom: 3px;
	background: #000;
	border: 1px solid #878080;
	color: #fff;
}

#searchform #searchsubmit {
	margin-top: 5px;
	height: 19px;
}

.button {	
	background: #666 !important;
	border:#ccc 1px solid;
	margin: 0 0 1px 3px;
	padding: 2px;
	color: #fff;
	text-transform: uppercase;
}

.button:focus {	
	background: #000 !important;
}
		
.button:hover {	
	background: #000 !important;
}

.message {
	padding:15px;
	background:#381201;
	margin-bottom: 20px;
	border-bottom:1px solid #65483b
	}
	
.field {
	background:#a48c80;
	border:none;
	padding:2px;
	}	

.contacterror {
	background:#a48c80;
	border:1px solid #ddd5d0;
	padding:2px;
	}

#contactform label {
	display:block;
	margin-top:15px;
	}	


/*Clear*/

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

.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
/* End hide from IE-mac */

.contact #cformsform input#sendbutton {
	~margin-top:100px;
	_margin-top:-20px;
}	


/* ---------- @ Footer -----------*/

#footer {
	padding: 28px 4px 50px 15px;
	color:#FFF;
	font: 0.7em/1.3em Verdana;
	letter-spacing: normal;}

#footer-interior {
	padding: 28px 4px 50px 206px;
	color:#FFF;
	font: 0.7em/1.3em Verdana;
	background: url(/images/footer_bg.jpg) repeat-x;
}

a#cat4 {
	display:block;
	width:30px;
	height:24px;
	float:right;
	background-image:url(/images/cat4.gif);
	text-indent:-9000px;
	margin: 8px 15px 0 0;
}

#footer a, #footer-interior a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover, #footer-interior a:hover {
color: #cccccc;
}
