@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF url(../images/bg_main_home.jpg) no-repeat center top;
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #333;
}


/* -- HTML Styles -- */
p {
	padding-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
}
h2 {
	font-size: 20px;
	color: #693;
	padding-bottom: 30px;
}
h3 {
	font-size: 11px;
	color: #666;
	font-weight: bold;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
h5 {
}
h6 {
}

h3.section {
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
}

a {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #666;
}
img {
	border: 0;
}

div.hr {
  height: 15px;
  background: url(../images/hr.gif) no-repeat center center;
}
div.hr hr {
  display: none;
}

sup {
	line-height: 9px;
	font-size: 9px;
	color: #999;
}
.center ul {
	margin-left: 15px;
}
.center li {
	padding-bottom: 15px;
}


/* -- Styles -- */
.headerTitle {
	margin: 0 auto;
	width: 880px;
	height: 29px;
	border-bottom: 2px solid #333;
}
.tagLine {
	float: left;
	width: 430px;
	height: 29px;
}
.headerLinks {
	float: right;
	width: 430px;
	height: 29px;
	text-align: right;
}
.headerLinks span {
	padding-left: 15px;
}
.headerLinks a {
	font: 11px/29px Arial, Helvetica, sans-serif;
	color: #06C;
	text-decoration: none;
}
.headerLinks a:hover {
	color: #666;
	text-decoration: none;
}


/* -- Header Nav -- */
.headerNav {
	margin: 0 auto;
	width: 880px;
	height: 25px;
	font: bold 11px/23px Arial, Helvetica, sans-serif;
	color: #06C;
	background: url(../images/bg_header_nav.gif) no-repeat center top;
}
.headerNav ul {
	list-style-type: none;
	height: 25px;
	width: 880px;
	margin: auto;
}
.headerNav li {
	float: left;
}
.headerNav ul a {
	font: bold 11px/25px Arial, Helvetica, sans-serif;
	color: #06C;
	padding-right: 5px;
    padding-left: 5px;
	display: block;
	text-decoration: none;
}
.headerNav ul a:hover {
	background: url(../images/arrow_nav.gif) no-repeat center bottom;
	color: #666;
}
.headerNav ul .active {
	background: url(../images/arrow_nav.gif) no-repeat center bottom;
	color: #666;
}


/* -- Main Nav -- */
.homeContent {
	margin: 0 auto;
	width: 920px;
	height: 300px;
}


/* -- Main Nav -- */
.mainNav {
	margin: 0 auto;
	width: 920px;
	height: 59px;
}
.mainNav ul {
	list-style-type: none;
	height: 59px;
	width: 900px;
	margin: auto;
}
.mainNav li {
	float: left;
}
.mainNav ul a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #09F;
	padding-top: 8px;
	padding-right: 9px;
	padding-left: 9px;
	display: block;
	text-decoration: none;
	width: 132px;
	height: 51px;
}
.mainNav ul a:hover {
	color: #F63;
}
.mainNav li .active {
	color: #B9B9B9;
}


/* --  -- */
.shadow {
	margin: 0 auto;
	width: 920px;
	height: 20px;
}


/* --  -- */
.homeFlash {
	margin: 0 auto;
	width: 920px;
	height: 344px;
}


/* --  -- */
.homeTitles {
	margin: 0 auto;
	width: 920px;
	height: 90px;
}

#BG0, #BG1, #BG2, #BG3, #BG4, #BG5, #BG6 {
	position: absolute;
	height: 300px;
	width: 920px;
	z-index: -1;
	visibility: hidden;
}
#BG0 {
	background: url(../images/bg_home_content.gif) no-repeat left top;
	visibility: visible;
}
#BG1 {
	background: url(../images/bg_1.gif) no-repeat left top;
}
#BG2 {
	background: url(../images/bg_2.gif) no-repeat left top;
}
#BG3 {
	background: url(../images/bg_3.gif) no-repeat left top;
}
#BG4 {
	background: url(../images/bg_4.gif) no-repeat left top;
}
#BG5 {
	background: url(../images/bg_5.gif) no-repeat left top;
}
#BG6 {
	background: url(../images/bg_6.gif) no-repeat left top;
}


/* -- Footer -- */
.copyRight {
	margin: 0 auto;
	width: 880px;
	height: 40px;
	color: #999;
	line-height: 40px;
	margin-top: 30px;
}
.copyRightLinks {
	float: left;
}
.copyRightLinks span {
	padding-left: 20px;
}
.copyRightLinks a {
	color: #999;
	text-decoration: none;
}
.copyRightLinks a:hover {
	color: #06C;
}
.socialMedia {
	height: 22px;
	float: right;
	margin-top: -2px;
	}
.socialMedia img {
	margin: 0 0 -7px 5px;
	}
.designedBy {
	display: none;
	float: right;
	text-align: right;
}
.designedBy a {
	color: #999;
	text-decoration: none;
}
.designedBy a:hover {
	color: #06C;
}


/* --  -- */
.clearBoth {
	clear: both;
}
