/*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;
	padding:0px;
	width: 944px;
	height: 100px;
	background: #FFFFFF url(images/inner-head-still.jpg) no-repeat center 0px;
	text-align:center;
}
#pageHeader img.hbg {
	visibility: none;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 944px;
	height: 100px;
	border: none;
}
/* ============================================= */
/* WEB HEADER MAP - WRAPPER */
#hMapShell  {
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	height: 80px;
	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: #737373;
}
#rColumnText p.readmore {
	margin:0 10px 0 0;
	padding:0;
	text-align:right;
}
#rColumnText h1 {
	margin: 12px 0 8px 0;
	padding: 0;
	color: #003399;
	font: normal normal bold 12px/12px arial, helvetica, sans-serif;
	text-align: left;
}
#rColumnText p {
	margin: 0 0 10px 12px;
	padding: 0;
	color: #FFFFFF;
	font: normal normal normal 12px/14px arial, helvetica, sans-serif;
	text-align: left;
}

#rColumnText a {font: normal normal normal 10px arial, helvetica, sans-serif;}
#rColumnText a:link {color: #990000;text-decoration:underline;}
#rColumnText a:hover {color: #0000FF;text-decoration:none;}
#rColumnText a:visited {color: #990000;text-decoration:none;}

/* ============================================= */

#content{
	width: 944px;
	margin: 0 auto 0 auto;
	/* pad all child divs */
	padding: 30px 0 30px 0;
	background: #F9F9F9 url(images/bodyslice.gif) repeat-y;
	text-align: center;
}
#content.light{
	background: #F9F9F9 url(images/bodysliceWhite.gif) repeat-y;
}
.copy{
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 0px 0 10px 0;
	text-align: left;
}
.copy p a{
	color: #6699cc;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:13px;
	font-style: normal;
	text-decoration:underline;
}
.copy p a:hover{
	color: #ff0000;
	font-style: normal;
	text-decoration: none;
}
.copy p a:visited{
	color: #6699cc;
	font-style: normal;
	text-decoration:underline;
}

.copy h1 {
	margin:30px 0 6px 0;
	padding: 0px;
	font-family: tahoma,arial,geneva,helvetica,sans-serif;
	font-size:20px;
	font-weight: normal;
	text-align: left;
	color: #336699;
}
.copy h1.subtitle {
	margin:0 0 7px 0;
	padding: 0px;
	font-family:arial,geneva,helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-align:left;
	color:#515151;
}
.copy h2 {
	margin:30px 0 0 40px;
	padding: 0px;
	font-family:tahoma,arial,geneva,verdana,helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	font-style:normal;
	text-align:left;
	color:#006699;
}
.copy h2.subtitle {
	margin: 0 0 7px 40px;
	padding: 0px;
	font-family:arial,geneva,verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-align:left;
	color:#CC9900;
}
.copy h3 {
	margin:30px 0 0 55px;
	padding: 0px;
	font-family:arial,geneva,verdana,helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-align:left;
	color:#333333;
}
.copy p {
	margin: 0 0 10px 0;
	padding: 0px;
	font-family:arial,geneva,helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	text-align:left;
	color: #515151;
}
.copy p.par2 {
	margin: 0 0 10px 40px;
	color: #515151;
}
.copy p.par3 {
	margin: 0 0 10px 55px;
	color: #515151;
}
.copy p.small {
	margin: 0 0 6px 0;
	padding: 0px;
	font-family:arial,geneva,helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	text-align:left;
	color:#333333;
}
.copy ul {
margin:10px 0 10px 20px;
padding:0;
list-style-type:none;
list-style-image:url("images/bullet6x6.gif");
list-style-position:inside;
color:#000000;
font-family:arial,geneva,helvetica,sans-serif;
font-size:11px;
font-weight:normal;
font-style:normal;
line-height:18px;
}
/* RULES.PHP */
.copy ol {
margin:30px 0 30px 0;
padding:0;
color:#000000;
font-family:arial,geneva,helvetica,sans-serif;
font-size:14px;
font-weight:normal;
font-style:normal;
}
.copy ol li{
margin:0 0 10px 50px;
padding:0;
color:#990000;
font-family:arial,geneva,helvetica,sans-serif;
font-size:14px;
font-weight:normal;
font-style:normal;
}

.copy ul.menu {
list-style-type:none;
list-style-image:url("images/arrow.gif");
list-style-position:inside;
margin-bottom:10;
margin-left:0;
padding:0;
line-height:18px;
}
.copy ul.gallery{
	margin:0 0 0 40px;
	padding:2px;
	list-style-type:none;
	list-style-image:url("images/filmstrip.jpg");
	font-size:14px;
}
/* msie 6 needs this? */
.copy ul.gallery li{
	padding:2px;
	font-size:14px;
}
.copy li {
margin:0 0 0 20px;
background-image:url(images/pointer.gif);
background-repeat: no-repeat;
background-position: center left;
padding-left:20px;
}
.copy dl {
margin:10;
padding:0;
list-style-type:none;
line-height:22px;
}
.copy dt {
margin-top:20px;
padding-left:20px;
color:#515151;
font-family:tahoma, arial,geneva,helvetica,sans-serif;
font-size:14px;
font-weight:bold;
font-style:normal;

}
.copy dd {
color: #515151;
background-image:url(images/pointer.gif);
background-repeat: no-repeat;
background-position: left center ;
padding-left:30px;
font-family:arial,geneva,helvetica,sans-serif;
font-size:12px;
font-weight:normal;
font-style:normal;
}
.LSM_1 {
list-style-image:url("images/mini_list.gif");
}
.LSM_0 {
list-style-image:url("images/bullet6x6.gif");
}
.in-plug {
font-family:tahoma, arial,geneva,helvetica,sans-serif;
font-size:16px;
font-weight:normal;
font-style:normal;
color:#006699;
}
/* FAQ PAGE */
.copy dl dd img{
	margin:0;
	border:0;
}
.copy dl dd a:link {
	color:#3399FF;
	font-size:13px;
	text-decoration:none;
}
.copy dl dd a:hover {
	color:#FF6666;
	font-size:13px;
	text-decoration:none;
}
.copy dl dd a:visited {
	color:#3399FF;
	font-size:13px;
	text-decoration:none;
}
.copy dl dd.quest{
	margin:18px 0 5px 0;
	font-weight:bold;
}
.copy dl dd.answer{
	margin:0 0 0 25px;
}
.copy dl dd.back{
	margin:5px 60px 0 0;
	text-align:right;
}

/* 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/boxBottom.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;
}
