/* CSS Document */

body {
	background:#000 url(../images/hallow.jpg) top center no-repeat;
	margin:0px;
	padding:0px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
#body2 {
	background:#000;
	margin:0px;
	padding:0px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
h1 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#8CC63F;
	margin:0px;
	padding:0px 0px 4px 0px;
}

h1 > span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#8CC63f;
}

h2 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
}

h2 > span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
}

h3 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

#wrap {
	background-color:#000;
	margin:0px auto 0px auto;
	padding:0px;
	width:1000px;
	height:100%; 
}

#bodyWrap {
	background:#191919 url(../images/grey-bg.jpg) top center no-repeat;
	margin:0px auto 4px 8px;
	padding:0px 0px 20px 0px;
	width:700px;
	height:auto;	
}

#content {
	height:auto;
	width:480px;
	margin: 0px 10px 20px 0px; /* Top Right Bottom Left */
	float:left;
}
/* IE HACK */
*html #content {
	height:auto;
	width:480px;
	margin: 0px 10px 20px 0px; /* Top Right Bottom Left */
}
/* ----------------------------------------------------------------------------------------------
LOGO POSITION
---------------------------------------------------------------------------------------------- */
#logo {
	background:#000 url(../images/can2-logo.jpg) center no-repeat;
	width:270px;
	height:100px;
	margin:0px auto 0px auto; /* Top Right Bottom Left */
}
/* ----------------------------------------------------------------------------------------------
HEADERS POSITION
---------------------------------------------------------------------------------------------- */
#hdr1 {
	width:650px;
	margin: 0px auto 0px auto; /* Top Right Bottom Left */
	padding:73px 0px 0px 0px; /* Top Right Bottom Left */
}
#hdr2 {
	width:650px;
	margin: 0px auto 0px auto; /* Top Right Bottom Left */
	padding:10px 0px 0px 0px; /* Top Right Bottom Left */
}

/* ----------------------------------------------------------------------------------------------
WIDGET POSITION
---------------------------------------------------------------------------------------------- */
#features {
	background:#000 url(../images/features-bg.jpg) center no-repeat;
	width:650px;
	height:220px;
	margin:0px auto 0px auto; /* Top Right Bottom Left */
}
#featureContent {
	width:300px;
	margin:25px 8px 0px auto; /* Top Right Bottom Left */
	float:right;
}
*html #featureContent {
	width:300px;
	margin:40px 8px 0px auto; /* Top Right Bottom Left */
	float:right;
}

#widget {
	background:#000 url(../images/scroll-bg.jpg) center no-repeat;
	width:650px;
	height:220px;
	margin:0px auto 0px auto; /* Top Right Bottom Left */
}

/* ----------------------------------------------------------------------------------------------
CONTROLS HOME NAVAIGATION STYLE
---------------------------------------------------------------------------------------------- */

#navWrap {
	background:none;
	margin: auto auto 0px auto; /* Top Right Bottom Left */
	width: auto;
	height:auto;
}

/* Defines the primary footer links on the page */
#homeNav {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;font-size: 15px;
	margin: 0px auto 0px auto; /* Top Right Bottom Left */
	width: 665px;
	height:auto;
	position:relative;
	top:550px;
}

#homeNav ul {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
	float: none;
	text-align:center;
	margin: 5px 0px 0px 0px; /* Top Right Bottom Left */
}

#homeNav li {
	display: inline;
	padding: 0px 12px 0px 5px; /* Top Right Bottom Left */
}

/* -----------------------------------------------------------------------------------------------
GLOBAL LINKS
----------------------------------------------------------------------------------------------- */

a:link {
	color: #00ff99; 
	text-decoration: underline;
}
a:visited {
	color: #00ff99;
	text-decoration: none;
}
a:hover {
	color: #00ff99;
	text-decoration: none;
}
/* -----------------------------------------------------------------------------------------------
HOME NAV LINKS
----------------------------------------------------------------------------------------------- */
/* Controls Footer Links --------------------------------------------------------------------- */

#homeNav a:link {
	color: #01b562; 
	text-decoration: none;
}
#homeNav a:visited {
	color: #01b562;
	text-decoration: none;
}
#homeNav a:hover {
	color: #00ff99;
	text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------------
CONTROLS SUB NAVAIGATION STYLE
---------------------------------------------------------------------------------------------- */

/* Defines the primary footer links on the page */
#rightNav {
	font-family: "Century Gothic" Arial, Helvetica, sans-serif;
	font-weight:normal;font-size: 12px;
	margin:0px 10px 0px 0px;
	padding:0px 0px 2px 0px;
	width: 270px;
	float:right;
	/* border-left-style:solid;
	border-left-width:1px; 
	border-color:#00ff99;
	padding: 0px 0px 0px 20px;  Top Right Bottom Left */
}

/*#rightNav ul {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
	float: none;
	text-align:left;
	margin: 5px 0px 0px 0px;  Top Right Bottom Left 
}*/

/*#rightNav li {
	display:run-in;
	padding: 0px 30px 2px 5px;  Top Right Bottom Left 
}*/

/* IE BODY WRAP HACK */
* html #rightNav {
	font-family: "Century Gothic" Arial, Helvetica, sans-serif;
	font-weight:normal;font-size: 12px;
	margin:0px 8px 0px 0px;
	padding:0px 0px 2px 0px;
	width: 270px;
	float:right;
}
/* -----------------------------------------------------------------------------------------------
SUB NAV LINKS
----------------------------------------------------------------------------------------------- */
/* Controls Footer Links --------------------------------------------------------------------- */

#rightNav a:link {
	color: #8CC63F; 
	text-decoration: none;
}
#rightNav a:visited {
	color: #8CC63F;
	text-decoration: none;
}
#rightNav a:hover {
	color: #8CC63F;
	text-decoration: underline;
}


/* ----------------------------------------------------------------------------------------------
SCROLLING WIDGET
---------------------------------------------------------------------------------------------- */

#scrollbg {
	background: url(../images/bg-scroll.jpg) no-repeat;
	/* font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;font-size: 15px; */
	margin: 0px auto 0px auto; /* Top Right Bottom Left */
	width: 405px;
	height:241px;
	position:relative;
	top:600px;
}

#scrollHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 15px;
	color:#00703c;
	margin: 10px 10px 10px 10px; /* Top Right Bottom Left */
	position:relative;
	top:8px;
}

* html #scrollHeader { /* IE HACK */
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 15px;
	color:#00703c;
	margin: 10px 10px 10px 10px; /* Top Right Bottom Left */
	position:relative;
	top:0px;
}

#info_buckets {
	background:url(../images/spotlight-gr-brd.gif) no-repeat bottom;
	 /*padding: 0px 6px 20px 6px; Top Right Bottom Left */
	/* padding: 0px 0px 20px 6px;  Top Right Bottom Left */
	margin: 0px 10px 0px 10px; /* Top Right Bottom Left */
	width: 385px;
	height:auto;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	vertical-align:bottom;
	
}

* html #info_buckets { /* IE HACK */
	background:url(../images/spotlight-gr-brd.gif) no-repeat bottom;
	 /*padding: 0px 6px 20px 6px; Top Right Bottom Left */
	/* padding: 0px 0px 20px 6px;  Top Right Bottom Left */
	margin: 0px 5px 0px 5px; /* Top Right Bottom Left */
	width: 385px;
	height:auto;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	vertical-align:bottom;
	
}

/* ----------------------------------------------------------------------------------------------
MP3 PLAYER WIDGET
---------------------------------------------------------------------------------------------- */

#mp3 {
	/* font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;font-size: 15px; */
	/* Topmargin: 0px 70px 0px auto;  Right Bottom Left */
	margin: 0px auto 0px auto; /* Top Right Bottom Left */
	width: 350px;
	height:22px;
	position:relative;
	top:624px;
	/* float:right; */
}

* html #mp3 {
	/* font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;font-size: 15px; */
	/* Topmargin: 0px 70px 0px auto;  Right Bottom Left */
	margin: 0px auto 0px auto; /* Top Right Bottom Left */
	width: 350px;
	height:22px;
	position:relative;
	top:596px;
	/* float:right; */
}

#mp3-subpg {
	/* font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;font-size: 15px; */
	/* Topmargin: 0px 70px 0px auto;  Right Bottom Left */
	margin: 0px auto 0px auto; /* Top Right Bottom Left */
	width: 350px;
	height:22px;
	position:relative;
	top:505px;
	/* float:right; */
}

* html #mp3-subpg {
	/* font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;font-size: 15px; */
	/* Topmargin: 0px 70px 0px auto;  Right Bottom Left */
	margin: 0px auto 0px auto; /* Top Right Bottom Left */
	width: 350px;
	height:22px;
	position:relative;
	top:510px;
	/* float:right; */
}
/* ----------------------------------------------------------------------------------------------
CONTROLS GLOBAL FOOTER NAVAIGATION STYLE
---------------------------------------------------------------------------------------------- */
#footerWrap {
	background:#000 url(../images/can2_sm.jpg) left no-repeat;
	/*margin: auto auto auto auto;  Top Right Bottom Left
	border-top-style:solid; border-top-color:#000; border-top-width:3px;
	height:100%; */
	margin:0px auto 4px 8px; /* Top Right Bottom Left */
	padding:0px 0px 20px 0px;/* Top Right Bottom Left */
	width:700px;
	height:30px;
}

#globalFooter {
	background:none;
	margin: auto auto 0px 75px; /* Top Right Bottom Left */
	width: 665px;
	/* height:142px; height:100%;*/
	
}

/* Defines the primary footer links on the page */
#global_Footer1 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-weight:normal;font-size: 10px;
	color:#8CC63F;
	margin: 18px 0px 0px 0px; /* Top Right Bottom Left */
	width: 600px;
	height:auto;
	float:right;
}

#global_Footer1 ul {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
	float: none;
	text-align:left;
	margin: 5px 0px 0px 0px; /* Top Right Bottom Left */
}

#global_Footer1 li {
	display: inline;
	padding: 0px 10px 0px 5px; /* Top Right Bottom Left */
}

/* Defines the secondary footer style, copyright/disclaimer info */
#global_Footer2 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-weight:normal;font-size: 11px;
	margin: -20px 0px 10px 0px; /* Top Right Bottom Left */
	width: 665px;
	height:auto;
	float:left;
}

#global_Footer2 ul {
	list-style: none;
	padding-left: 0px;
	float: none;
	text-align:left;
	margin: 5px 0px 0px 0px; /* Top Right Bottom Left */
}

#global_Footer2 li {
	display: run-in;
	padding: 0px 5px 0px 4px; /* Top Right Bottom Left */
}

#footerLogoWrap {
	width:42px;
	height:39px;
	float:right;
	vertical-align:top;
	margin: -15px 2px 0px 0px; /* Top Right Bottom Left */
}

#can2 {
 	width:144px;
	height:52px;
	margin: 0px auto 0px auto; /* Top Right Bottom Left */
	padding: 80px 0px 0px 0px; /* Top Right Bottom Left */
}

* html #can2 { /* IE HACK */
 	width:144px;
	height:52px;
	margin: 0px auto 0px auto; /* Top Right Bottom Left */
	padding: 10px 0px 0px 0px; /* Top Right Bottom Left */
}
/* Controls Footer Links --------------------------------------------------------------------- */

#global_Footer1 a:link {
	color: #fff; 
	text-decoration: none;
}
#global_Footer1 a:visited {
	color: #fff;
	text-decoration: none;
}
#global_Footer1 a:hover {
	color: #fff;
	text-decoration: underline;
}

.on span {
	color:#fff;
	font-weight:bold;
}

.footer-on {
	color:#00ff99;
}

