@charset "utf-8";

/************** Basic Page ****************/

object { /*Remove Flash outlines in Firefox*/
	outline: none;
} 

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #FFF;	
	background-color: #000;
	background-image: url(/assets/images/bkgd_main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #container {
	width: 966px;
	margin: 0 auto;
	text-align: left;
}

.oneColFixCtrHdr #header {
	padding: 0px;
	height: 158px;
	position: relative;
}

.oneColFixCtrHdr #mainContent {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../assets/menus/main_page_15.gif);
}

#header-spacer { /* Extra space at top of page */
	height: 15px
}

#breadcrumb {
	padding: 0px;
	background-image: url(../assets/menus/main_page_17.gif);
	height: 27px;
}

#breadcrumb-left {
	float: left;
	padding: 5px 0px 0px 14px;
	height: 22px;
	width: 820px;
}

#breadcrumb-right {
	float: right;
	padding: 5px 14px 0px 0px;
	height: 22px;
	width: 100px;
	text-align: right;
}

#main-content-top {
	position: relative;
}

#main-content-left {
	float: left;
	width: 700px;
	padding: 24px 0px 0px 30px;
}

#main-content-right {
	float: right;
	width: 200px;
	padding: 0px 10px 0px 0px;
}

#main-content-bottom {
	position: relative;
	padding: 30px 0px 30px 0px;
}

.oneColFixCtrHdr #footer {
	clear: both;
	padding: 0px 0px 0px 0px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: .1em 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer #footer-content-left p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: .4em 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer #footer-content-right p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: .4em 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer-black { /* Bottom frame image */
	background-image: url(../assets/menus/main_page_16.gif);
	height: 13px;
	background-repeat: no-repeat;
}

.clear-float {
	clear: both;
	padding: 0px 0px 0px 0px;
	height: 2px;
}


/***************** Index Page *******************/

#index-content-left {
	float: left;
	width: 293px;
	padding: 20px 0px 0px 0px;
}

#index-content-center {
	float: left;
	width: 380px;
	margin: auto;
	padding: 20px 0px 0px 0px;
}

#index-content-right {
	float: left;
	width: 293px;
	padding: 20px 0px 0px 0px;
}

#index-center-text {
	padding: 0px 10px 10px 10px;
}

.index-content-side {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 293px;
	padding: 0px 0px 20px 0px;
}

.sidebar-text {
	text-align: left;
	padding: 10px 12px 10px 12px;
}

.news-text {
	text-align: left;
	height: 700px;
	padding: 10px 12px 10px 12px;
}

.blogbox {
	text-align: left;
	padding: 0px 10px 0px 10px;
}

.copyright {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 560px;
	padding: 0px 0px 30px 0px;
}

.nav-buttons {
	background-color: #333;
	padding: 00px 0px 20px 0px;
}

#button-left {
	float: left;
	z-index: 14;
	padding: 14px 0px 0px 12px;
}

#button-right {
	float: right;
	z-index: 14;
	padding: 14px 12px 0px 0px;
}

.header2 { /* Yellow bold text for headers */
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #00ff00;
	margin: 0px;
	padding: 0px;
}


/************** Ad Formatting ****************/

.ad-center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px 0px 50px 0px;
}

.ad-bottom {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 20px 0px 30px 0px;
}

.ad-index {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px 0px 10px 0px;
}

/************** Image Display ****************/


.center-image { /* Used to center images on the page */
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.image-award { /* Used for awards inline images */
	display: block;
	float: right;
	padding: 0px 0px 10px 20px;
}

/************** Text Formatting ****************/

a:link {
	color: #FF0;
	font-weight: bold;
}

a:visited {
	color: #FF0;
	font-weight: bold;
}

a:hover {
	color: #0FF;
	font-weight: bold;
}

a:active {
	color: #0FF;
	font-weight: bold;
}

h1 {
	font: bold 48px Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top: 0px;
	font-size: 36px;
}

h2 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #00FF00;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	font: bold Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 120%;
}

hr {
	border: none;
	color:#777;
	background-color:#777;
	height: 4px;
}

.quote-left {
	font: 16px Merienda One;
	color: #AAA;
	line-height: 140%;	
	text-align: left;
}

.quote-right {
	font: 16px Merienda One;
	color: #AAA;
	line-height: 140%;	
	text-align: right;
}

.paragraph-bold {
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-align: justify;
}

.center-text { /* Used to center text on the page */
	text-align: center;
}

.breadcrumb-text {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFF;
}

.links-lg {
	font: bold 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 200%;
}

.links-md {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 200%;
}


/************** Buttons ****************/

#btn-sea01{
  display: block;
  width: 108px;
  height: 106px;
  background: url("/assets/menus/home-seaicon_01x.gif") no-repeat 0 0;
}
#btn-sea01:hover{ 
  background-position: 0 -106px;
}
#btn-sea01 span{
  display: none;
}

#btn-sea02{
  display: block;
  width: 108px;
  height: 106px;
  background: url("../assets/menus/home-seaicon_02x.gif") no-repeat 0 0;
}
#btn-sea02:hover{ 
  background-position: 0 -106px;
}
#btn-sea02 span{
  display: none;
}

#btn-sea03{
  display: block;
  width: 108px;
  height: 106px;
  background: url("../assets/menus/home-seaicon_03x.gif") no-repeat 0 0;
}
#btn-sea03:hover{ 
  background-position: 0 -106px;
}
#btn-sea03 span{
  display: none;
}

#btn-sea04{
  display: block;
  width: 108px;
  height: 106px;
  background: url("../assets/menus/home-seaicon_04x.gif") no-repeat 0 0;
}
#btn-sea04:hover{ 
  background-position: 0 -106px;
}
#btn-sea04 span{
  display: none;
}

#btn-sea05{
  display: block;
  width: 108px;
  height: 106px;
  background: url("../assets/menus/home-seaicon_07x.gif") no-repeat 0 0;
}
#btn-sea05:hover{ 
  background-position: 0 -106px;
}
#btn-sea05 span{
  display: none;
}

#btn-sea06{
  display: block;
  width: 108px;
  height: 106px;
  background: url("../assets/menus/home-seaicon_08x.gif") no-repeat 0 0;
}
#btn-sea06:hover{ 
  background-position: 0 -106px;
}
#btn-sea06 span{
  display: none;
}

#btn-sea07{
  display: block;
  width: 108px;
  height: 106px;
  background: url("../assets/menus/home-seaicon_05x.gif") no-repeat 0 0;
}
#btn-sea07:hover{ 
  background-position: 0 -106px;
}
#btn-sea07 span{
  display: none;
}

#btn-sea08{
  display: block;
  width: 108px;
  height: 106px;
  background: url("../assets/menus/home-seaicon_06x.gif") no-repeat 0 0;
}
#btn-sea08:hover{ 
  background-position: 0 -106px;
}
#btn-sea08 span{
  display: none;
}

#btn-sky01{
  display: block;
  width: 108px;
  height: 106px;
  background: url("../assets/menus/home-skyicon_01x.gif") no-repeat 0 0;
}
#btn-sky01:hover{ 
  background-position: 0 -106px;
}
#btn-sky01 span{
  display: none;
}

#btn-sky02{
  display: block;
  width: 108px;
  height: 106px;
  background: url("../assets/menus/home-skyicon_02x.gif") no-repeat 0 0;
}
#btn-sky02:hover{ 
  background-position: 0 -106px;
}
#btn-sky02 span{
  display: none;
}

#btn-sky03{
  display: block;
  width: 108px;
  height: 106px;
  background: url("../assets/menus/home-skyicon_07x.gif") no-repeat 0 0;
}
#btn-sky03:hover{ 
  background-position: 0 -106px;
}
#btn-sky03 span{
  display: none;
}

#btn-sky04{
  display: block;
  width: 108px;
  height: 106px;
  background: url("../assets/menus/home-skyicon_04x.gif") no-repeat 0 0;
}
#btn-sky04:hover{ 
  background-position: 0 -106px;
}
#btn-sky04 span{
  display: none;
}

#btn-sky05{
  display: block;
  width: 108px;
  height: 106px;
  background: url("../assets/menus/home-skyicon_03x.gif") no-repeat 0 0;
}
#btn-sky05:hover{ 
  background-position: 0 -106px;
}
#btn-sky05 span{
  display: none;
}

#btn-sky06{
  display: block;
  width: 108px;
  height: 106px;
  background: url("../assets/menus/home-skyicon_08x.gif") no-repeat 0 0;
}
#btn-sky06:hover{ 
  background-position: 0 -106px;
}
#btn-sky06 span{
  display: none;
}

#btn-sky07{
  display: block;
  width: 108px;
  height: 106px;
  background: url("../assets/menus/home-skyicon_05x.gif") no-repeat 0 0;
}
#btn-sky07:hover{ 
  background-position: 0 -106px;
}
#btn-sky07 span{
  display: none;
}

#btn-sky08{
  display: block;
  width: 108px;
  height: 106px;
  background: url("../assets/menus/home-skyicon_06x.gif") no-repeat 0 0;
}
#btn-sky08:hover{ 
  background-position: 0 -106px;
}
#btn-sky08 span{
  display: none;
}