body{
	margin:0;
	background:#fff url(../images/bg-page.jpg) no-repeat 50% 0;
	font:11px/18px Arial, Verdana, Helvetica, sans-serif;
	color:#000;
}
img{border-style:none;}
a{text-decoration:none;color: #127FB4;}
a:hover{text-decoration:underline;}
#main{
	overflow:hidden;
	margin:0 auto;
	width:978px;
	padding:0 0 290px 0;
}
.main-holder{
	width:950px;
	padding:0 14px;
	background:url(../images/bg-main.png) repeat-y;
}
#header{
	overflow:hidden;
	width:950px;
	height:390px;
	position:relative;
	background:url(../images/bg-header.gif) no-repeat;
}
.logo{
	float:left;
	overflow:hidden;
	position:absolute;
	left:38px;
	top:0;
	z-index:1;
}
.logo a{
	display:block;
	width:265px;
	height:126px;
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat;
}
.top-nav{
	overflow:hidden;
	margin:24px 0 0 325px;
	padding:0;
	list-style:none;
	height:12px;
}
.top-nav li{
	float:left;
	overflow:hidden;
	padding:0 8px 2px 12px;
	height:8px;
	background:url(../images/bg-top-nav-line.gif) no-repeat;
}
.top-nav li:first-child{
	background:none;
}
.top-nav li a{
	display:block;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
}
.top-nav li a:hover{
	margin:-10px 0 0;
}
.top-nav li a.active{
	margin:-20px 0 0 0;
}
.educate{
	width:106px;
	background:url(../images/text-nav-educate.png) no-repeat;
}
.about{
	width:104px;
	background:url(../images/text-nav-about.png) no-repeat;
}
.meet{
	width:85px;
	background:url(../images/text-nav-meet.png) no-repeat;
}
.foundation{
	width:93px;
	background:url(../images/text-nav-foundation.png) no-repeat;
}
.contact{
	width:67px;
	background:url(../images/text-nav-contact.png) no-repeat;
}
.images{
	width:950px;
	height:332px;
	margin:22px 0 0;
	position:relative;
}
.images img{
	display:block;
}

.images .link-team{
	position:absolute;
	top:210px;
	left:35px;
	height:15px;
	width:250px;
}


.images .link{
	position:absolute;
	top:235px;
	left:35px;
	height:15px;
	width:250px;
}
.images a{
	display:block;
	height:15px;
	width:250px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/bg-none.gif);
}
.content-holder{
	overflow:hidden;
	width:100%;
	padding:0 0 7px 0;
	background:url(../images/bg-column.gif) repeat-y 100% 0;
}

.content-holder-home{
	overflow:hidden;
	width:100%;
	padding:0 0 7px 0;
	background:url(../images/bg-column-home.gif) repeat-y 100% 0;
}

.content{
	overflow:hidden;
	float:left;
	width:681px;
	padding:13px 0 25px 0;
	background:url(../images/bg-content-line.png) no-repeat
}

.content-home{
	overflow:hidden;
	float:left;
	width:522px;
	padding:13px 0 25px 0;
	background:url(../images/bg-content-line.png) no-repeat;
}

.sidebar{
	float:left;
	width:150px;
	padding:37px 0 0 25px;
}
.sidebar-nav{
	overflow:hidden;
	margin:0;
	padding:4px 0 0 2px;
	list-style:none;
}
.sidebar-nav li{
	line-height:18px;
}
.sidebar-nav li a{
	color:#5a5a5a;
}
.sidebar-nav li a:hover{
	text-decoration:none;
	font-weight:bold;
}
.text{
	float:left;
	width:436px;
	padding:0 45px 0 24px;
	border-left:1px solid #ccc;
}
.home-text{
	float:left;
	width:436px;
	padding:0 45px 0 48px;
	border: 0;
}
.text h1{
	margin:0 0 12px 0;
	font-size:18px;
	line-height:21px;
	color:#6d2216;
	font-weight:bold;
}
.text p{
	line-height:21px;
	margin:0 0 20px 0;
}
.column{
	overflow:hidden;
	float:right;
	width:216px;
	margin:-4px 0 0;
	padding:0 26px 0 27px;
	background:url(../images/bg-column-top.gif) no-repeat 0 4px;
}

.column-home{
	overflow:hidden;
	float:right;
	width:375px;
	margin:-4px 0 0;
	padding:0 26px 40px 27px;
	background:url(../images/bg-column-top-home.gif) no-repeat 0 4px;
}

/* FORMS */

.form label {
	color: #fefaec;
	font-size: 1.2em;
	line-height: 1.7em;
}

.form input.formtext {
	border: 1px solid #360101;
	background: #4e2612;
	height: 18px;
	width: 250px;
	color: #fefaec;
}

.form textarea {
	width: 300px;
	border: 1px solid #360101;
	background: #4e2612;
	height: 100px;
	color: #fefaec;
}

.box{
	margin:-1px 0 0 0;
	padding:16px 0 0;
	border-top:1px solid #c2c2c2;
	width:100%;
}
.box h2{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
}

.box h3{
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0 0 3px 0;
	color: #4d070e;
	line-height: 25px;
}
.box p{
	margin:1px 0 16px 0;
	font-size:11px;
	font-weight:bold;
	color:#127fb4;
}
.box a{
	color:#127fb4;
}

.homebox {
	width: 150px;
	float: left;
	height: 101px;
	padding: 16px 25px 0 0;
	border-right: 1px solid #c2c2c2;
}

.rcol{
	padding: 16px 0 0 20px;
	border-right: 0;
}

.footer-holder{
	clear:both;
	width:950px;
	padding:0 14px 0 14px;
	background:url(../images/bg-footer-holder.png) no-repeat;
}
#footer{
	overflow:hidden;
	width:100%;
	background:url(../images/bg-footer.gif) no-repeat;
}
.copy{
	height:37px;
	line-height:38px;
	font-size:10px;
	padding:0 0 0 28px;
	float:left;
}
.copy p, .site p{
	color:#dcdcdc;
	margin:0;
	font-family:Helvetica, Arial sans-serif;
}
.site{
	height:37px;
	line-height:38px;
	font-size:10px;
	padding:0 19px 0 0;
	float:right;
}
.site a{
	color:#dcdcdc;
}
.nav{
	overflow:hidden;
	clear:both;
	text-align:center;
	width:100%;
}
.footer-nav{
	overflow:hidden;
	margin:0;
	padding:18px 0 3px 0;
	list-style:none;
}
.footer-nav li{
	display:inline;
	padding:0 8px 0 9px;
	line-height:13px;
	background:url(../images/bg-footer-nav-line.gif) no-repeat 0 50%;
}
.footer-nav li a{
	color:#464646;
}
.footer-nav li:first-child{
	background:none;
}
.nav p{
	margin:0;
	color:#464646;
}

img.center {
	float: left;
	margin: 6px 20px 10px 0;
	border: 3px solid #CCCCCC;
}