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

body{
	background-color:#f2f2f2;
	margin:0px;
}
.phone{
	font-family: "Century Gothic", Arial, Helvetica;
	font-size:21px;
	font-weight:bold;
	line-height:20px;
	color:#FFF;
	text-align:right;
	padding:0px 0px 10px 0px;
	margin:0px 35px 0px 0px;
}
#header_content_wrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
	padding-top: 0px;
	right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;	
	background-color: rgba(0,20,54,0.9);
	background-repeat: repeat-x;
	background-position: center top;
	height: 93px;
}
#footer_content_wrapper {
	bottom: 0px;
	left: 0px;
	z-index: 99999;
	padding-top: 0px;
	right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; 
	background-color:#001436;
	height:60px;
}
.wrapper {
	text-align: center;
	width:100%;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.wrapper .mainContent {
	text-align: center;
	padding: 0px;
	position: relative;
}
.flashWrapper {
	display: block;
	position: relative;
	width:100%;
	height: 1100px;
	text-align: center;
	z-index: 40;
}
.overlappingText {
	position: absolute;
	z-index: 5555;
	width:950px;
	left:0px;
	text-align: left;
	display: block;
	top:302px;
	height:66px;
	overflow: hidden;
}
.overlapping {
	position: absolute;
	z-index: 100;
	width:100%;
	left:0px;
	text-align: left;
	display: block;
	top:0px;
	height:500px;
	overflow: hidden;
}
.cycle {
    margin:0px;
    background:#e9e9e9;
}
.galImg {
	width:100%;
}
.wrap {
	height:800px; 
	margin:0px; 
	padding:0px; 
	background-color: transparent;
}
.copyright{
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	font-weight:600;
	color:#FFF;
	text-align:left;
}
.footerText{
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	font-weight:600;
	color:#FFF;
	text-align:right;
}
p{
	font-family: "Century Gothic", Arial, Helvetica;
	font-size:14px;
	line-height:20px;
	color:#333;
	text-align:left;
}
li{
	font-family: "Century Gothic", Arial, Helvetica;
	font-size:14px;
	line-height:24px;
	color:#333;
	text-align:left;
}
strong{
	font-family:"Century Gothic", Arial, Helvetica;
	font-weight:bold;
	color:#333;
}
h1{
	font-family: "Century Gothic", Arial, Helvetica;
	line-height:20px;
	color:#333;
	text-align:left;
	border-bottom:1px solid #FFF;
	padding-bottom:8px;
}
h2, h4, h5, h6{
	font-family: "Century Gothic", Arial, Helvetica;
	color:#00d032;
}
h3{
	font-family: "Century Gothic", Arial, Helvetica;
	color:#001436;
}
a{
	color:#001436;
}
a:hover{
	color:#00d032;
}
.editorialImg{
	float:right;
	margin-left:20px;
}
