/*ACTIVE DIGITAL - CONTAINER DIVs
Index:
	wrappers
	flash header
	horizontal image map
	main/background, content layer
	footer
=====================================
CSS SYNTAX HELPER
#myID {
}
	visibility:;
	display:;
	position:;
	width:;
	height:;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color:;
	background-image: #000000 url() 0 0 no-repeat;
	background-repeat: repeat-x;
	background-attachment:;
	background-position:;
	border:;
	color:;
	font-family:arial,geneva,helvetica,sans-serif;
	font-size:;
	font-style:;
	font-weight:;
	text-decoration:;
	letter-spacing:;
	line-height:;
	text-align:;
	vertical-align:;
=====================================
	a:link {}
	a:hover {}
	a:visited {}
=====================================
SHORTHAND
font:
	font-style
	font-variant
	font-weight
	font-size/line-height
	font-family
	caption
	icon
	menu
	message-box
	small-caption
	status-bar

*/
/*-- Remove all browser classes --*/
* {margin:0;padding:0;}
a {text-decoration: none;}

/* ============================================= */
/* MAIN WRAPPER 
SET BG ART HERE*/
html, body  {
	margin: 0px;
	padding: 0px;
	/* Rem: bg color #3399CC */
	background: #3399CC url(images/exteriortile.gif) center top repeat-x;
}
/* ============================================= */
/* PAGE WRAPPER */
#wrapper  {
/*position: relative; req. for children absolutes*/
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0 0 60px 0;
	width: 100%;
}
/* ============================================= */
/* PARENT HEADER HERE? */

/* ============================================= */
/* PAGE HEADERS */
#header {
	margin:0 auto 0 auto;
	width: 944px;
	height: 240px;
	text-align:center;
}
#pageHeader {
	margin:0 auto 0 auto;
	width: 944px;
	height: 100px;
	background: #FFFFFF url(images/inner-head-still.jpg) no-repeat center 0px;
	text-align:center;
}
/* ============================================= */
/* WEB HEADER MAP - WRAPPER */
#hMapShell  {
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	height: 80px;
	background-color:#616161;
	background: #000000 url(images/hMap_slice.gif) 0px 0px repeat-x;
}
#hMap  {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0;
	width: 1024px;
	height: 50px;
	background-color: none;
	background-repeat: no-repeat;
}

/* hMapMenu */
#hMapMenu {
	margin: 0px auto 0px auto;
	padding: 5px 0 0 0;
	width: 944px;
}
#hMapMenu p {
	margin: 0;
	padding: 0;
	color:#ffffff;
}
#hMapMenuList{
margin: 0px;
padding: 0px;
text-align: center;
}
#hMapMenuList ul {
	margin: 0 10px 0 0;
	padding:0;
	list-style: none;
	text-align:center;
}
#hMapMenuList li  {
	margin: 0 12px 0 0px;
	padding:0;
	display: inline;
	color: #CCC000;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:11px;
}
#hMapMenuList li a{
	color: #CCC000;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:11px;
	font-style: normal;
	text-decoration: none;
}
#hMapMenuList li a:hover{
	color: #CCCCCC;
	font-style: normal;
}
#hMapMenuList li a:visited{
	color: #CCC000;
	font-style: normal;
}

/* WEB HEADER MAP - BUTTONS 
If buttons are size they are grouped
and position is an additional entry */

/* ============================================= */
/* HMENU main div and bg from SG, combine or not?*/
#hMenu  {
	margin: 0px auto 0px auto;
	width: 944px;
	height: 24px;
	position: relative;
}
/* BUTTON PROPERTIES */
#contactbutton  {
	visibility: visible;
	position: absolute;
	left: 780px;
	top: 0px;
	z-index: 3;
	width: 164px;
	height: 29px;
}
#photosbutton  {
	visibility: visible;
	position: absolute;
	left: 479px;
	top: 0px;
	z-index: 6;
	width: 100px;
	height: 29px;
}
#forumbutton  {
	visibility: visible;
	position: absolute;
	left: 679px;
	top: 0px;
	z-index: 4;
	width: 101px;
	height: 29px;
}
#musicbutton  {
	visibility: visible;
	position: absolute;
	left: 579px;
	top: 0px;
	z-index: 5;
	width: 100px;
	height: 29px;
}
#homebutton  {
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	width: 179px;
	height: 29px;
}
#newsbutton  {
	visibility: visible;
	position: absolute;
	left: 179px;
	top: 0px;
	z-index: 9;
	width: 100px;
	height: 29px;
}
#donationsbutton  {
	visibility: visible;
	position: absolute;
	left: 279px;
	top: 0px;
	z-index: 8;
	width: 100px;
	height: 29px;
}
#sponsorsbutton  {
	visibility: visible;
	position: absolute;
	left: 379px;
	top: 0px;
	z-index: 7;
	width: 100px;
	height: 29px;
}
/* HMENU LINKS */
#homebutton a,
#newsbutton a,
#donationsbutton a,
#sponsorsbutton a,
#photosbutton a,
#musicbutton a,
#forumbutton a,
#contactbutton a  {
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	background-position: 0% 0px;
	font-size: 29px;
	line-height: 29px;
}
/* HMENU HOVER X-POSITION*/
#sponsorsbutton a:hover,
#donationsbutton a:hover,
#photosbutton a:hover,
#newsbutton a:hover,
#musicbutton a:hover  {
	background-position: -100px 0%;
}
#contactbutton a:hover  {
	background-position: -164px 0%;
}
#forumbutton a:hover  {
	background-position: -101px 0%;
}
#homebutton a:hover  {
	background-position: -179px 0%;
}
/* HMENU IMAGES */
#donationsbutton a  {
	width: 100px;
	background-image: url(images/donationsbutton.gif);
}

#sponsorsbutton a  {
	width: 100px;
	background-image: url(images/sponsorsbutton.gif);
}
#contactbutton a  {
	width: 164px;
	background-image: url(images/contactbutton.gif);
}
#photosbutton a  {
	width: 100px;
	background-image: url(images/photosbutton.gif);
}
#musicbutton a  {
	width: 100px;
	background-image: url(images/musicbutton.gif);
}
#forumbutton a  {
	width: 101px;
	background-image: url(images/forumbutton.gif);
}
#homebutton a  {
	width: 179px;
	background-image: url(images/homebutton.gif);
}
#newsbutton a  {
	width: 100px;
	background-image: url(images/newsbutton.gif);
}
/* ============================================= */
/* MAIN CONTENT */
#main {
	position: relative; /*req. for children absolutes*/
	margin: 0 auto 0 auto;
	padding: 0;
	width: 944px;
	/*height = to bg image required! */
	height:500px;
	background: url(images/mainBackground.jpg) center 0px no-repeat;
	background-color: #3399cc;
	/*font-size:0;*/
}
#main img.bg {
	visibility: none;
	display: block;
	margin: 0;
	padding: 0;
	width: 944px;
	height: 500px;
	border: none;
}

/* ============================================= */
/* RIGHT COLUMN TEXT */
#rColumnText  {
	overflow: auto;
	visibility: visible;
	position: absolute;
	left: 647px;
	top: 90px;
	z-index: 1;
	width: 247px;
	height: 333px;
	margin: 0;
	padding: 8px;
	background-color: #636363;
}
#rColumnText p.readmore {
	margin:0 0 0 0px;
	padding:0;
	color: #cc3333;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:right;
}
#rColumnText h1 {
	margin: 8px 0 8px 0;
	padding: 0;
	color:#a8d8ec;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align: left;
}
#rColumnText p {
	margin: 0 0 10px 12px;
	padding: 0;
	color: #cccccc;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align: left;
}

#rColumnText a:link {color: #ffff00;text-decoration:underline;}
#rColumnText a:hover {color: #0000FF;text-decoration:none;}
#rColumnText a:visited {color: #ffff00;text-decoration:none;}

/* ============================================= */

#content{
	width: 944px;
	margin: 0 auto 0 auto;
	/* pad all child divs */
	padding: 20px 0 30px 0;
	background: #F9F9F9 url(images/bodyslice.gif) repeat-y;
}
#content.light{
	background: #F9F9F9 url(images/bodysliceWhite.gif) repeat-y;
}

/*  */
.promoslot{
	width:744px;
	height:;
	margin: 0 auto 0 auto;
	padding:16px;
}
.promoslot h1{
	margin: 0 0 10px 0;
	padding:0;
	color:#6699CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-style:normal;
	font-weight:bold;
}
.promoslot h2{
	margin: 5px 0 0 0;
	padding:0;
	color:#717171;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
}
.promoslot p{
	margin: 0 0 10px 0;
	padding:0;
	color:#515151;
	font-family:arial,geneva,helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
}
.promoslot img.floatright{
	float:right;
	margin:0 0 0 30px;
	vertical-align:top;
}
.promoslot p a{
	color: #6699cc;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:13px;
	font-style: normal;
	text-decoration:underline;
}
.promoslot p a:hover{
	color: #ff0000;
	font-style: normal;
	text-decoration: none;
}
.promoslot p a:visited{
	color: #6699cc;
	font-style: normal;
	text-decoration:underline;
}


/* FOOTER */
#footer {
	position: relative; /*req. for children absolutes*/
	margin: 0px auto 0px auto;
	padding: 0 0 0 0;
	width: 944px;
	height: 105px;
	background: #666666 url(images/boxBottom2.jpg) 0px center no-repeat;
}
#footer p {
	margin: 0;
	padding: 0;
	color:#ffffff;
}
#footerList{
margin: 0px;
padding: 0px;
text-align: center;
}
#footerList ul {
	margin: 0 10px 0 0;
	padding:0;
	list-style: none;
	text-align:center;
}
#footerList li  {
	margin: 0 8px 0 0px;
	padding:0;
	display: inline;
	color: #CCC000;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:11px;
}
#footerList li a{
	color: #CCC000;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:11px;
	font-style: normal;
	text-decoration: none;
}
#footerList li a:hover{
	color: #CCCCCC;
	font-style: normal;
}
#footerList li a:visited{
	color: #CCC000;
	font-style: normal;
}


