body {
	font-family: Arial, sans-serif;
	text-align:center;
	margin:0 auto;
	background:#455f7d;
	font-size:12px;
	line-height:20px;
	background:url(../images/bg.png) repeat-x;
	padding:0;
}
h1 {
	border-bottom:solid 3px #333e4b;
	padding:0 0 3px 0;
	font-size:18px;
}
h2 {
	font-size:110%;
}
a {
	color:#336699;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
img {border:none;}
/* Template */

#wrapper {
	width: 1000px;
	text-align:left;
	margin:0 auto;
	background-color:#fff;
}
#teamPhoto {
	margin:10px;
}
#logo {
	margin:10px;
	float:left;
}
#navigation {
	clear:both;
	margin:0 0 0 0;
}
#navigation a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}
#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navigation li {
	height:31px;
	text-align:center;
	display:block;
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#333;
	margin:0 6px 0 0;
	border-right:1px solid #ccc;
}
#navigation .nav_home {
	background: url('../images/home.png') no-repeat;
	width:106px;
}
#navigation .nav_home:hover {
	background: url('../images/home_over.png') no-repeat;
	width:106px;
}
#navigation .nav_services {
	background: url('../images/services.png') no-repeat;
	width:106px;
}
#navigation .nav_services:hover {
	background: url('../images/services_over.png') no-repeat;
	width:106px;
}
#navigation .nav_company {
	background: url('../images/company.png') no-repeat;
	width:106px;
}
#navigation .nav_company:hover {
	background: url('../images/company_over.png') no-repeat;
	width:106px;
}
#navigation .nav_speaking_engagements {
	background: url('../images/speaking.png') no-repeat;
	width:175px;
}
#navigation .nav_speaking_engagements:hover {
	background: url('../images/speaking_over.png') no-repeat;
	width:175px;
}
#navigation .nav_contact_us {
	background: url('../images/contact.png') no-repeat;
	width:106px;
}
#navigation .nav_contact_us:hover {
	background: url('../images/contact_over.png') no-repeat;
	width:106px;
}
#splitter {
	height:10px;
	background:#333e4b;
	clear:both;
	margin:10px 10px 0 10px;
}
#innerWrapper {
	
	clear:both;
}
#content {
	width:670px;
	padding: 0 5px 8px 8px;
}
#rightColumn {
	float:right;
	padding:0 5px 0 0;
}
#shadow {
	background-image:url('../images/shadow.gif');
	background-repeat:repeat-y;
	background-position: top left;
	width:1004px;
	margin:0 auto;
}
#footer {
	background-color: #222;
	color:#fff;
	padding:13px;
	font-weight:bold;
	clear:both;
}
/* Sidebar */
.sidebarColumn {
	width: 270px;
}
.listBox {
	height: auto !important;
	border: solid #ccc 1px;
	background: url('../images/sidebar-list-header-bkgd.png') no-repeat;
}
.listBox .listHeader {
	width: 258px;
	height: 35px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	padding-top: 8px;
	padding-left: 12px;
}
.listBox .listBody {
	width: 250px;
	height: auto !important;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	padding: 0 10px 10px 10px;
}
A.sidebarListLink {
	position: relative;
	display: block;
	height: 26px;
	width: 250px;
}
A.sidebarListLinkGray {
	position: relative;
	display: block;
	height: 26px;
	width: 250px;
	background-color: #EFEFEF;
	border-top: 3px solid #FFFFFF;
}
A.sidebarListLinkDouble {
	position: relative;
	display: block;
	height: 50px;
	width: 250px;
}
A.sidebarListLinkDoubleGray {
	position: relative;
	display: block;
	height: 50px;
	width: 250px;
	background-color: #EFEFEF;
	border-top: 3px solid #FFFFFF;
}
A.sidebarListLink span, A.sidebarListLinkGray span {
	position: absolute;
	top: 50%;
	height: 14px;
	margin-top: -8px;
	margin-left: 6px;
	cursor: pointer;
}
A.sidebarListLinkDouble span, A.sidebarListLinkDoubleGray span {
	position: absolute;
	top: 30%;
	height: 28px;
	margin-top: -8px;
	margin-left: 6px;
	cursor: pointer;
}
UL.sidebarListList {
	margin-top: 4px;
}
UL.sidebarListList LI {
	margin-bottom: 5px;
	line-height: normal;
}
P.sidebarListGray {
	position: relative;
	display: block;
	height: 26px;
	width: 250px;
	background-color: #EFEFEF;
	border-top: 3px solid #FFFFFF;
}
P.sidebarListGray span {
	position: absolute;
	top: 50%;
	height: 14px;
	margin-top: -8px;
	margin-left: 6px;
}
P.sidebarList {
	position: relative;
	display: block;
	height: 26px;
	width: 250px;
}
P.sidebarList span {
	position: absolute;
	top: 50%;
	height: 14px;
	margin-top: -8px;
	margin-left: 6px;
}
/* Bios */

.bioImage {
	float:right;
	margin:0 10px 10px 10px;
	border:1px solid #333;
}
/* Second Nav */

#sec_nav {
	clear: both;
	background: url('../images/subnav_strip_off.gif') repeat-x;
	height: 30px;
}
#sec_nav a {
	display: block;
	float: left;
	height: 30px;
	margin-right: 1px;
	text-decoration: none;
}
#sec_nav .sec_nav_active, #sec_nav .sec_nav_active_current {
	background: url('../images/subnav_strip_on.gif') repeat-x;
}
#sec_nav a {
	display: block;
	padding: 5px 7px;
	float: left;
	color:#09F;
}
#sec_nav .sec_nav_active_current {
	display: block;
	padding: 5px 7px;
	float: left;
	color:#fff;
	font-weight:bold;
}

/* Borders */

/* Border Elements */

#left_border {
	background: url('../images/shadow_left.gif') repeat-y; 
    border: 0;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 100px;
    float: left;
}
#right_border {
	background: url('../images/shadow_right.gif') repeat-y;
    border: 0;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 100px;
    float: left;
}
#bottom_border {
	background: url('../images/bottom_shadow.gif') repeat-y;
    width: 976px;
    height: 13px;
    border: 0;
    padding: 0;
    margin: 0;
    clear: both;
}
