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

h1, p, body, html {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}

/************************************************
	      HTML ELEMENT		*/

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg-full-rays.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #9e1b24;
 } 
 
 /*************************************************/
.clear {clear:both;height:1px;overflow:hidden;}

#wrap {
	width: 980px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	background-image: url(images/bg-mainContent-grow.gif);
	background-repeat: repeat-y;
}
#wrap_sec {
	width:980px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
}
#mainContent_wrapper {
	text-align: center;
	width: 980px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(images/bg-mainContent-grow.gif);
	background-repeat: repeat-y;
	min-height: 100%;
	z-index: 2;
}
 #mainContent-body {
	z-index: 65;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	width: 598px;
	margin: 0px;
	padding-top: 208px;
	padding-left: 360px;
 }
#mainContent-body .text-grow{
	background-image: url(images/text-grow-trans.png);
	background-repeat: repeat-y;
	padding-right: 40px;
	padding-left: 40px;
	margin: 0px;
}


/*Sidebar CIRCLES*/
#wrap_sidebar {
	margin:0 auto;
	position: relative;
	text-align: left;
	z-index: 800;
	min-height: 100%;
}
.class1-circle {
	position: absolute;
	left: 2px;
	top: 282px;
}
.class2-circle {
	position: absolute;
	left: 739px;
	top: 95px;
}
#sidebar-feature-circle {
	font:12px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0px;
	text-align: left;
	float: left;
	z-index: 50;
	margin: 0px;
}

/************************************************
	      HORIZONTAL MENU		*/

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 980px;
	height: 41px;
	position: relative;
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-x;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	left: 499px;
	top: 0px;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .nav-left {
	width: 50px;
	height: 41px;
	background: url(images/nav-left.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .home {
	width: 67px;
	height: 41px;
	background: url(images/nav-home-off.gif) no-repeat;
	left: 50px;
	top: 0px;
}
#menu .home span {
	width: 67px;
	height: 41px;
	background: url(images/nav-home-on.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .about {
	width: 141px;
	height: 41px;
	background: url(images/nav-about-off.gif) no-repeat;
	left: 117px;
	top: 0px;
}
#menu .about span {
	width: 141px;
	height: 41px;
	background: url(images/nav-about-on.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .bigsplash {
	width: 107px;
	height: 41px;
	background: url(images/nav-bigsplash-off.gif) no-repeat;
	left: 258px;
	top: 0px;
}
#menu .bigsplash span {
	width: 107px;
	height: 41px;
	background: url(images/nav-bigsplash-on.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .tenyears {
	width: 94px;
	height: 41px;
	background: url(images/nav-10yrs-off.gif) no-repeat;
	left: 365px;
	top: 0px;
}
#menu .tenyears span {
	width: 94px;
	height: 41px;
	background: url(images/nav-10yrs-on.gif) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .meet {
	width: 66px;
	height: 41px;
	background: url(images/nav-meet-off.gif) no-repeat;
	left: 459px;
	top: 0px;
}
#menu .meet span {
	width: 66px;
	height: 41px;
	background: url(images/nav-meet-on.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .downloads {
	width: 116px;
	height: 41px;
	background: url(images/nav-downloads-off.gif) no-repeat;
	left: 525px;
	top: 0px;
}
#menu .downloads span {
	width: 116px;
	height: 41px;
	background: url(images/nav-downloads-on.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .news {
	width: 144px;
	height: 41px;
	background: url(images/nav-news-off.gif) no-repeat;
	left: 641px;
	top: 0px;
}
#menu .news span {
	width: 144px;
	height: 41px;
	background: url(images/nav-news-on.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .media {
	width: 139px;
	height: 41px;
	background: url(images/nav-media-off.gif) no-repeat;
	left: 785px;
	top: 0px;
}
#menu .media span {
	width: 139px;
	height: 41px;
	background: url(images/nav-media-on.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .nav-right {
	width: 56px;
	height: 41px;
	background: url(images/nav-right.gif) no-repeat;
	left: 924px;
	top: 0px;
}
/*************************************************/
 
  #footer-home {
	display: block;
	background-image: url(images/bg-footer.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
	padding-top: 240px;
	padding-left: 40px;
	min-height: 126px;
	margin: 0;
 }
.footer-logo {
	float: left;
}
.footer-text {
	float: left;
	padding-top: 80px;
	padding-left: 10px;
	text-align: left;
}
.footer-text a ,a:visited,a:active {
	color: #FFDC00;
	text-decoration: underline;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.footer-text a:hover {
	color: #CCC;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#mainContent-body-sec {
	z-index: 65;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	width: 650px;
	min-height: 100%;
	margin: 0px;
	padding-top: 222px;
	padding-left: 297px;
}
#mainContent-body-sec .text-grow {
	background-image: url(images/text2-grow-trans.png);
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-left: 30px;
}

#mainContent-body-sec a ,a:visited,a:active {
	color: #1F7CB4;
	text-decoration: underline;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#mainContent-body-sec a:hover {
	color: #9e1b24;
	text-decoration: underline;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#sidebar-feature-sec {
	font:12px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0px;
	text-align: left;
	float: left;
	z-index: 50;
	margin: 0px;
	padding-top: 282px;
	padding-left: 4px;
	width: 250px;
}
.sidebar-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 10px 15px 25px;
	background-color: #000;
}
#sidebar-feature-sec a ,a:visited,a:active {
	color: #FFDC00;
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#sidebar-feature-sec a:hover {
	color: #CCC;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.text-bold-blue {
	color: #1F7CB4;
	font-weight: bold;
}
.text-bold-red {
	color: #9e1b24;
	font-weight: bold;
}
#footer {
	background-image: url(images/bg-footer.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
	padding-top: 240px;
	padding-left: 40px;
	text-align: center;
	height: 126px;
	clear: both;
	bottom: 0px;
}
#mainContent {
	background-image: url(images/bg-mainContent.gif);
	width: 980px;
	min-height:655px;
	background-repeat: no-repeat;
	position: relative;
	margin: 0px;
}
#mainContent-about {
	background-image: url(images/bg-about.gif);
	width: 980px;
	background-repeat: no-repeat;
	margin: 0px;
	position: relative;
	min-height: 655px;
}
.sidebar-photoonly {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	background-color: #000;
}
#mainContent-body-downloads {
	position: absolute;
	left: 42px;
	top: 267px;
	z-index: 65;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	width: 900px;
	min-height: 100%;
	margin: 0px;
}
.download-pics {
	border: 5px solid #000;
}
#top-contact {
	padding: 10px 18px 10px 18px;
	font-size: 11px;
	background-color: #221E20;
	color: #CCC;
	text-align: right;
}
#top-contact a ,a:visited,a:active {
	color: #CCC;
	text-decoration: underline;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#top-contact a:hover {
	color: #FFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
