@font-face {
	font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
	src: url(../fonts/helveticaneueltstd-bdcn.otf);
}
@font-face {
	font-family: 'Helvetica Neue LT Std 75 Bold';
	src: url(../fonts/helveticaneueltstd-bd.otf);
}
@font-face {
	font-family: 'Helvetica Neue LT Std 57 Condensed';
	src: url(../fonts/helveticaneueltstd-cn.otf);
}
@font-face {
	font-family: 'Helvetica Neue LT Std 47 Light Condensed Oblique';
	src: url(../fonts/helveticaneueltstd-ltcno.otf);
}
@font-face {
	font-family: 'Helvetica Neue LT Std 47 Light Condensed';
	src: url(../fonts/helveticaneueltstd-ltcn.otf);
}
@font-face {
	font-family: 'Helvetica Neue LT Std 55 Roman';
	src: url(../fonts/helveticaneueltstd-roman.otf);
}
@font-face {
	font-family: 'Myriad Pro Regular';
	src: url(../fonts/myriadpro-regular.otf);
}

#top_background {
	min-width: 972px;
	width: 100%;
	height: 513px;
	background-image: url('');
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: auto;
	margin-right:auto;
	padding:0px;
}

#header {
	width:972px;
	height:483px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding:0px;
}

#header_left {
	width:449px;
	height:483px;
	margin:0px;
	padding:0px;
	float:left;
}

#header_right {
	width:523px;
	height:483px;
	margin:0px;
	padding:0px;
	float:right;
}

#logo {
	width:449px;
	height:99px;
	margin-left:0px;
	position:absolute;
	margin-top:0px;
	background-image:url('../images/logo.png');
}

#news_background {
	width:329px;
	height:413px;
	margin-left:0px;
	position:absolute;
	margin-top:100px;
	opacity:0.7;
	padding:0px;
	background-image:url('../images/news_background.png');
}

#news {
	width:329px;
	height:347px;
	margin-top:41px;
	padding:0px;
	float:left;
}

#news_item {
	width:269px;
	height:287px;
	margin:30px;
	padding:0px;
	font-family: 'Helvetica Neue LT Std 55 Roman';
	font-size:15px;
}
#menu {
	width:523px;
	height:15px;
	margin:0px;
	padding:0px;
}

.menu_active {
	height:15px;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	font-family:'Helvetica Neue LT Std 77 Bold Condensed';
	color:#0e52a0;
	float:right;
	border-right: 1px solid #676767;
	cursor:pointer;
}

.menu_inactive {
	height:15px;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	font-family:'Helvetica Neue LT Std 57 Condensed';
	color:#676767;
	float:right;
	border-right: 1px solid #676767;
	cursor:pointer;
}

#dot_bar {
	width:523px;
	height:38px;
	margin:0px;
	padding:0px;
}

#menu_dot {
	width:20px;
	height:20px;
	background-image:url('../images/menu_dot.png');
	background-repeat:no-repeat;
	background-position:center top;
	visibility:hidden;
}

#main {
	width:972px;
	min-height:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-left:40px;
	padding-right:20px;
	padding-bottom:20px;
	color:#575656;
}

#main_title {
	width:972px;
	height:20px;
	color:#0e52a0;
	font-family:'Helvetica Neue LT Std 77 Bold Condensed';
	/*font-family:'Helvetica Neue LT Std 75 Bold';*/
	font-size:20px;
	margin-top:38px;
	margin-bottom:38px;
	padding:0px;
}

#main_content {
	width:972px;
	/*height:412px;*/
	margin-bottom:40px;
	font-family: 'Helvetica Neue LT Std 55 Roman';
	font-size:15px;
}

li {
	font-weight:bold;
	line-height:200%;
}

#contact_background {
	min-width:972px;
	width:100%;
	height:215px;
	background-image:url('../images/contact_background.png');
	background-repeat:no-repeat;
	background-position:center top;
	margin-left:auto;
	margin-right:auto;
	float:left;
}

#dashes {
	width:972px;
	height:44px;
	background-image:url('../images/dashes.png');
	background-repeat:no-repeat;
	background-position:center top;
	margin-top:47px;
	margin-left:auto;
	margin-right:auto;
	font-family:'Helvetica Neue LT Std 57 Condensed';
	color:#ffffff;
	font-size:18px;
	text-align:center;
	line-height:23px;
}

.contact {
	height:80px;
	margin:0px;
	padding:2px;
	font-family:'Helvetica Neue LT Std 57 Condensed';
	color:#9d9d9c;
	font-size:12px;
	text-align:center;
	border-left: 1px solid #676767;
	float:left;
	line-height:20px;
}
#division_background {
	min-width:972px;
	width:100%;
	height:37px;
	background-image:url('../images/division_background.png');
	background-repeat:no-repeat;
	background-position:center top;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#privacy_title {
	width:50%;
	height:25px;
	color:#0e52a0;
	font-family:'Helvetica Neue LT Std 77 Bold Condensed';
	font-size:15px;
	float:left;
	text-align:center;
	line-height:30px;
}

#address_title {
	width:50%;
	height:25px;
	color:#0e52a0;
	font-family:'Helvetica Neue LT Std 77 Bold Condensed';
	font-size:15px;
	float:left;
	text-align:center;
	line-height:30px;
}

#footer_background {
	min-width:972px;
	width:100%;
	height:146px;
	background-image:url('../images/footer_background.png');
	background-repeat:no-repeat;
	background-position:center top;
	margin-left:auto;
	margin-right:auto;
}

#privacy_content {
	width:446px;
	height:90px;
	color:#9d9d9c;
	font-family:'Helvetica Neue LT Std 57 Condensed';
	font-size:14px;
	float:left;
	text-align:center;
	line-height:20px;
	margin-right:20px;
	margin-left:20px;
	padding-top:10px;
}

#address_content {
	width:446px;
	height:90px;
	color:#9d9d9c;
	font-family:'Helvetica Neue LT Std 57 Condensed';
	font-size:14px;
	float:left;
	text-align:center;
	line-height:20px;
	margin-left:20px;
	margin-right:20px;
	padding-top:10px;
}

#copyright {
	width:972px;
	height:46px;
	color:#9d9d9c;
	font-family:'Helvetica Neue LT Std 47 Light Condensed Oblique';
	font-size:14px;
	text-align:right;
	line-height:20px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

.people {
	width:912px;
	min-height:160px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:30px;
	padding:0px;
	float:left;
}

.people_name {
	height:20px;
	width:762px;
	margin:0px;
	padding:0px;
	font-family:'Helvetica Neue LT Std 77 Bold Condensed';
	font-size:18px;
	color:#0e52a0;
	float:left;
}

.people_bio {
	width:762px;
	min-height:140px;
	margin:0px;
	padding-top:15px;
	padding-right:25px;
	float:left;
	font-family:'Helvetica Neue LT Std 57 Condensed';
	font-size:17px;
}

.people_image {
	width:150px;
	min-height:160px;
	margin:0px;
	padding:0px;
	float:right;
}

a {
	text-decoration:none;
}
