@charset "utf-8";

body{
	position: relative;
	min-width: 1200px;	
}

.large.br{
	display: block;
}

.small{
	display: none;
}

.header_contentWrapper{
	width: 100%;
	height: 49px;	
	background: #2f4356;	
}

.header_content{
	margin: 0 auto;
	width: 1200px;
}

.header_content_left{
	float: left;
}

.header_content_right{
	float: right;
}

.header_gnav{
	float: left;
	margin-left: -23px;
}

.header_gnav li{
	float: left;
	margin: 6px 23px 0 0;
}

.header_gnav li.comingsoon{
	height: 36px;
	line-height: 36px;
	cursor: default;
	color: #A9A9A9;
	font-size: 0.7em;
}

.header_social_buttons{
	float: left;
	margin-top: 15px;
	min-width: 208px;
}

.header_social_buttons_list li{
	float: left;
}

.header_social_buttons_list li a{
	display: block;
}

iframe.twitter-share-button {
	width: 110px !important;
}

.common_pagetop{
	position: absolute;
	margin-left: -600px;
	bottom: 220px;
	left: 50%;	
	width: 1200px;	
	text-align: right;
	z-index: 999;
}

.common_pagetop.fixed{
	position: fixed;
	bottom: 30px;
}

.footer{
	width: 100%;
	height: 200px;
	text-align: center;
	border-top: 3px solid #e1e3e2;
	background: #0e3864;
}

.footerNavWrapper{
	margin: 25px 0 37px;
	position: relative;
}

.footer_nav{	
	position: relative;
	left: 50%;
	float: left;
}

.footer_nav li{
	position: relative;
	padding: 0 10px;
	left: -50%;
	float: left;
	font-size: 0.75em;
	border-left: 1px solid #467ab1;	
}

.footer_nav li.last{
	border-right: 1px solid #467ab1;	
}

.footer_nav li a{	
	color: #feff88;
	text-decoration: none;
}

.footer_logo{
	margin-bottom: 7px;
}

.footer_copyright{
	color: #fff;
	font-weight: 100;
	line-height: 1.5em;
}
