h2{
	padding: 8px 0px;
	margin: 0px;
	font-size: 1.6em;
	line-height: 1.0em;
}

a{
	color: #0D1858;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body{
	margin: 0;
	padding: 0;
	background: white url(images/header-bkg.jpg) repeat-x;
	font: 1em arial, sans-serif;
	line-height: 1.2em;
	color: black/*#5b5b5b*/;
}

.clearb{
	clear: both;
}

.wrapper{
	position: absolute;
	width: 852px;
	margin-left: -419px;
	left: 50%;
}

.header{
	z-index: 999;
	height: 231px;
	background: transparent url(images/header-bkg.jpg) repeat-x;
	padding-left: 15px;
	margin-bottom: -64px;
}

.logo{
	z-index: 9999;
	border-width: 0px;
	float: left;
}

.menu{
	float: right;
	height: 37px;
	width: 513px;
	padding: 0;
	margin: 129px 8px 0 0;
	background-color: #F1F1F1;
	list-style-type: none;
}

.menu li, .menu li a{
	height: 37px;
	padding: 0;
	float: left;
}

.menu li img{
	background-image: url(images/menu.jpg);
	height: 38px;
	border: 0px;
}

.menuHome{      background-position: 0px    0px; width: 74px;}
.menuServices{  background-position: -74px  0px; width: 103px;}
.menuProjects{  background-position: -177px 0px; width: 108px;}
.menuLeadership{background-position: -285px 0px; width: 127px;}
.menuContact{   background-position: -412px 0px; width: 101px;}
.menuHome:hover{      background-position: 0px    -76px;}
.menuServices:hover{  background-position: -74px  -76px;}
.menuProjects:hover{  background-position: -177px -76px;}
.menuLeadership:hover{background-position: -285px -76px;}
.menuContact:hover{   background-position: -412px -76px;}
.selected .menuHome{      background-position: 0px    -38px;}
.selected .menuServices{  background-position: -74px  -38px;}
.selected .menuProjects{  background-position: -177px -38px;}
.selected .menuLeadership{background-position: -285px -38px;}
.selected .menuContact{   background-position: -412px -38px;}

.content{
	z-index: 1;
	padding: 75px 0 20px 0;
	background: transparent url(images/content-bkg.gif) repeat-y;
	width: 852px;
}

.contentLeft{
	float: left;
	width: 275px;
}

.contentRight{
	float: left;
	width: 532px;
	margin: 0 20px 0 25px;
}

.contentLeft ul{
	list-style-position: outside;
	list-style: circle;
	color: #dfdfdf;
	font-size: 14px;
	margin: 0px;
	padding: 15px 15px 15px 30px;
}

.contentLeft ul strong{
	color: black;
}

.contentLeft ul li{
	padding: 2px 0px;
}

.content-bottom{
	padding: 16px 0px 20px 0;
	text-align: right;
	background: white url(images/content-bottom.gif) no-repeat;
	height: 13px;
	width: 852px;
}

.content-bottom span{
	padding-right: 15px;
	color: #C5C5C5;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

.pageText{
	margin: 16px 40px 0 40px;
}

.tagline{
	font-style:italic;
	font-weight:bold;
	font-size:1.1em;
	text-align:center;
	color:#454545;
	margin:0;
	padding:0;
}

.homePageContent{
	margin: 30px 55px 0 55px;
}

.pageTextQuote{
	background: transparent url(images/quote.gif) no-repeat;
	padding: 20px 0 40px 25px;
}

form{
	padding-top: 15px;
}

form label{
	color: black;
}

form input{
	margin-bottom: 5px;
}

.red{
	color: #AF0A11;
}

.req{
	margin-left: 350px;
	font-size: 0.8em;
}

.first-letter{
	font-size: 1.6em;
	line-height: 1.0em;
	margin-right: 2px;
}

.contact-info{
	margin-left: 35px;
	font-size: 1.1em;
	line-height: 1.1em;
	color: black;
}

.bioPic{
	float: right;
	padding: 15px 0 15px 10px;
}
.bios div{
	padding: 10px 0px 20px 0;
	clear: both;
}