@keyframes ImageFadeInOut {
        0% { opacity:1; }
        20% { opacity:1; }
        30% { opacity:0; }
        80% { opacity:0; }
        100% { opacity:0; }
}

@-webkit-keyframes ImageFadeInOut2 {
        0% { opacity:1; }
        20% { opacity:1; }
        30% { opacity:0; }
        80% { opacity:0; }
        100% { opacity:0; }
}

@keyframes mouseentered {  
	from { opacity:0.99 }
	to { opacity:1 }  
}

@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;
/*        background-position:center center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-animation-name: ImageFadeInOut2;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 14s;
        -webkit-animation-direction: alternate;
        animation-name: ImageFadeInOut;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 14s;
        animation-direction: alternate;
	*/
}

.home_img {
	position: absolute;
	top:7px;
	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;
/*        background-position:center center;
        background-repeat: no-repeat;
        background-size: cover;
	*/
        -webkit-animation-name: ImageFadeInOut2;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 20s;
        -webkit-animation-direction: alternate;
        animation-name: ImageFadeInOut;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 20s;
        animation-direction: alternate;
}

#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/logon.png');
}

.news_background {
	position:absolute;
	top:7px;
	min-width:972px;
	width:100%;
	height:513px;
	margin-left: auto;
	margin-right:auto;
	padding:0px;
        -webkit-animation-name: ImageFadeInOut2;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 20s;
        -webkit-animation-direction: alternate;
        animation-name: ImageFadeInOut;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 20s;
        animation-direction: alternate;
}

.banner {
	width:400px;
	height:120px;
	margin-top:0px;
	padding:0px;
	background-image:url('../images/news_background.png');
	float:left;
}

.mouseenter:hover {
	animation:mouseentered 10ms;
}

.banner_title {
	width:290px;
	height:30px;
	margin:0px;
	padding-top:20px;
	color:#004a98;
	line-height:36px;
	padding-left:40px;
	padding-right:40px;
	font-family:'Helvetica Neue LT Std 77 Bold Condensed';
	font-size:25px;
}

.banner_title_icon {
	width:30px;
	height:30px;
	margin:0px;
	padding:0px;
}

.banner_text {
	width:320px;
	height:42px;
	margin:0px;
	padding-top:10px;
	padding-bottom:20px;
	color:#004a98;
	line-height:20px;
	padding-left:40px;
	padding-right:40px;
	font-family:'Helvetica Neue LT Std 77 Bold Condensed';
	font-size:20px;
}

#banner_right {
	width:572px;
	height:120px;
	margin-top:0px;
	padding:0px;
	opacity:0.7;
	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:525px;
	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:#004a98;
	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-left:40px;
	padding-right:20px;
	/*padding-bottom:20px;*/
	color:#575656;
}

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

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

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

.article_content {
	float:left;
	width:334px;
	/*height:412px;*/
	margin-bottom:40px;
	font-family: 'Helvetica Neue LT Std 55 Roman';
	font-size:15px;
}

.article_title {
	width:282px;
	height:23px;
	background:#dadada;
	color:#004a98;
	line-height:26px;
	padding-left:52px;
	font-family: 'Helvetica Neue LT Std 55 Roman';
	font-size:15px;
	background-image:url('../images/article_plus.png');
	background-repeat:no-repeat;
	cursor:pointer;
}

.article_text {
	width:314px;
	background:#eaeaea;
	color:#575656;
	line-height:26px;
	font-family: 'Helvetica Neue LT Std 55 Roman';
	padding:10px;
	font-size:12px;
	display:none;
}

#article_separator {
	float:left;
	width:304px;
	height:20px;
}

li {
	font-weight:normal;
	/*line-height:100%;*/
	padding-bottom:15px;
}

#contact_background {
	min-width:972px;
	width:100%;
	height:214px;
	background-image:url('../images/contact_1_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:52px;
	margin:5px;
	padding:0px;
	font-family:'Helvetica Neue LT Std 57 Condensed';
	color:#ffffff;
	font-size:14px;
	text-align:center;
	border-left: 0px solid #676767;
	float:left;
	line-height:20px;
}
#division_background {
	min-width:972px;
	width:100%;
	height:36px;
	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:#1d1d1b;
	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:#1d1d1b;
	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:171px;
	background-image:url('../images/footer_background.png');
	background-repeat:no-repeat;
	background-position:center top;
	margin-left:auto;
	margin-right:auto;
}

#privacy_content {
	width:466px;
	height:115px;
	color:#e2e2e4;
	font-family:'Helvetica Neue LT Std 57 Condensed';
	font-size:12px;
	float:left;
	text-align:justify;
	line-height:15px;
	margin-right:20px;
	margin-left:0px;
	padding-top:10px;
}

#address_content {
	width:466px;
	height:115px;
	color:#e2e2e4;
	font-family:'Helvetica Neue LT Std 57 Condensed';
	font-size:12px;
	float:left;
	text-align:justify;
	line-height:15px;
	margin-left:20px;
	margin-right:0px;
	padding-top:10px;
}

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

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

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

.people_name {
	height:20px;
	width:762px;
	margin-top:18px;
	margin-right:10px;
	padding:0px;
	font-family:'Helvetica Neue LT Std 77 Bold Condensed';
	font-size:18px;
	color:#004a98;
	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;
	background-repeat:no-repeat;
	background-position:center center;
}

a {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}
