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

body {
	font-family: Times, "Times New Roman", serif;
	font-size:14px;
	line-height:20px;
	color:#4c4c4c;
	background:#FFFFFF;
}

.wrapper {
	width:940px;
	margin:0 auto;
}

.header {
	height:86px;
	padding-top:54px;
	background:#FFFFFF url(img/header-bg.gif) left top repeat-x;
}

.header ul {
	margin-left:140px;
	padding:0;
}

.header ul, .header ul li {
	display:inline;
	list-style:none;
}

.header ul li.first {
	margin-left:0;
}

.header ul li {
	margin-left:40px;
}
		
.header li a {
	font-size:21px;
	font-weight:bold;
	color:#005a84;
	text-decoration:none;
}

a img {
	border:none;
}

.home-descr {
	margin-top:35px;
	font-size:45px;
	line-height:45px;
	color:#a0c1d1;
}

.home-descr em {
	color:#005a84
}

.home-descr span {
	color:#d59f0f
}

.footer {
	height:33px;
	margin-top:40px;
	padding-top:11px;
	background:#FFFFFF url(img/footer-bg.gif) left top repeat-x;
	clear:both;
	float:left;
}

.left-side {
	width:305px;
	float:left;
	font-size:48px;
	color:#d59f0f;
	line-height:51px;
	text-align:right;
	padding-right:34px;
	padding-top:120px;
}

.right-side {
	width:601px;
	float:left;
}

.right-side-copy {
	float:left;
	padding-left: 458px;
}

h2 {
	font-size:48px;
	line-height:46px;
	color:#005a84;
	font-weight:normal;
	margin:0;
}	

h3 {
	font-size:24px;
	line-height:18px;
	color:#d59f0f;
	margin:0;
	font-weight:normal;
}

h4 {
	font-size:18px;
	line-height:18px;
	color:#005a84;
	font-style:italic;
	font-weight:normal;
	margin:0;
}

.person .logo {
	width:283px;
	float:left;
}

.person img {
	border:1px solid #cccccc;
}

.person .picture {
	width:123px;
	float:left;
}

.person .bio {
	width:474px;
	float:left;
	padding:0 30px
}

.person {
	margin-top:20px;
	float:left;
}

.content p {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.header ul a:hover {
	color:#d59f0f;
}

.home-button {
	background:transparent url(img/clickheretomore.gif) no-repeat scroll left top;
	font-size:22px;
	padding:6px 95px 0px;
	color:#FFFFFF;
}

.home-button:hover {
	background:transparent url(img/clickheretomore-hv.gif) no-repeat scroll left top;
}

a.meetourmem {
	background: url(img/vision-button.gif) left top no-repeat;
	font-size:22px;
	padding:9px 84px 0 84px;
	color: #FFFFFF;
}

a.meetourmem:hover {
	background:url(img/vision-button-hv.gif) no-repeat left top;
}

a.newsletter {
	background: url(img/newsletter-button.gif) left top no-repeat;
	font-size:22px;
	padding:9px 84px 0 84px;
	color: #FFFFFF;
}

a.newsletter:hover {
	background:url(img/newsletter-button-hv.gif) no-repeat left top;
}

