@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color: #0c2231;
}

/* Font Elements */


H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #333;
	line-height: 5px;
	margin-top: 30px;
	margin-bottom: 15px;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #333;
	line-height: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
}
H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
.font_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
.font_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #889C63;
}
.font_links_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0c2231;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0c2231;
	line-height: 16px;
	margin-top: -10px;
}

/* Top Container / Navigation and Phone */

#containerTop {
	background-image: url(../images/bgNavigation.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 100%;
}
#containerContent {
	height: 100px;
	width: 990px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	float: right;
	position: relative;
	top: 16px;
	right: 10px;
}
ul#navigationMain {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	list-style-image: none;
	list-style-type: none;
	text-align: right;
	right: 10px;
	float: right;
	height: 36px;
	position: absolute;
	top: 66px;
	margin:0;
}
ul#navigationMain li {
	display: inline;
	margin: 0;
	padding:0;
	vertical-align:middle;
	padding-right: 10px;
	padding-left: 10px;}

ul#navigationMain li a {
	color: #fff;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-right: -10px;
	margin-left: -10px;
	padding-right: 10px;
	padding-left: 10px;
	display:inline-block;
}
ul#navigationMain li a:hover {
	background: url(../images/bgNavCover.jpg);
	color: #ffffff;
}

/* Rotation Container and Spolight Script */

#containerRotate {
	background-image: url(../images/rotation/bgRotation.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	height: 490px;
	width: 100%;
	overflow:hidden;
}
#rotation {
	width: 960px;
	height: 490px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;	
}

/* Main Text Area */

#containerText {
	background-image: url(../images/bgTextArea.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}
#containerText H1 {
	font-size: 14px;
	color: #FFFFFF;
}
#containerText H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 5px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#panelLeft {
	margin: 20px;
	float: left;
	width: 290px;
	position: relative;
	left: 0px;
	top: 0px;
}
#panelRight {
	margin: 20px;
	float: right;
	width: 600px;
	position: relative;
	top: 0px;
	right: 0px;
}
#textContents H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 5px;
	margin-top: 18px;
	margin-bottom: 25px;
	font-style: italic;
}
#textContents {
	width: 990px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Footer Area */

#containerFooter {
	background-image: url(../images/bgFooter.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	position: relative;
	top: 0px;
}
#footerContent {
	width: 990px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#logos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	width: 700px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	top: 25px;
}
ul#navigationFooter{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	top: 10px;
	position: relative;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
ul#navigationFooter li {
	display: inline;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
}

ul#navigationFooter li a {
	color: #fff;
	text-decoration: none;
}
ul#navigationFooter li a:hover {
}
#ctl01_htmBody #container #containerText #textContents li {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#ctl01_htmBody #container #containerText #textContents a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

