/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	
	margin: 0 auto; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	/*text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
   	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #e6e6e6;
	scrollbar-arrow-color: #FFFFFF;
	background-color:#e6e6e6;


}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, div, textarea {
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-style:normal;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}


/* Redefines the p tag */
p {
	font-size: 11px;
	padding-left: 50px;
	padding-right: 15px;
	color: #330000;
	line-height: 14px;

}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #920000;
	line-height: 23px;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 50px;
	clear:both;
	text-transform:uppercase;
	letter-spacing: 8px;
}

h2 {	
    font-size: 15px;
	font-weight: bold;
	color: #700000;
	line-height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 60px;
		
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	line-height: 18px;
	margin: 15px 0px 10px 70px;
}

h4 {
	font-size: 20px;
	font-weight: bold;
	color: #4A0094;
	line-height: 27px;
	margin: 0px 0px 15px 0px;
	text-align:center;
}




/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

a:hover, a:active {
color: #c00;
text-decoration: none;}


/*------------------ LISTS FORMATS --------------------------*/
  ul { 
 		
		margin: 0px 20px 0px 75px;
        
		display:block;
		
		}
 
 li { 
 		font-size: 11px;
        font-weight: regular;
		line-height: 19px;
        color:#330000;
		margin: 0px;
		list-style-position:inside;

		
		}
		
ol { 
 		
		margin: 0px 20px 0px 45px;
        
		display:block;
		
		}
 
ol li { 
 		font-size: 10px;
        font-weight: regular;
		line-height: 19px;
        color:#000000;
		margin: 0px 0px 0px 20px;
        list-style-image:url(images/li-square.gif);
		
		}

div#listings {

margin: 25px 0px 0px 0px;

}

div#listings ul {
margin: 0px 0px 0px 0px;

}

div#listings ul li {
font-size: 10px;
padding: 0px 0px 2px 5px;

color:#000000;
list-style-image:url(images/li-square.gif);

}
/* ---------------------------- MAIN NAVIGATION ----------------------------  */

div#navcontainer {
	width: 0 auto;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align:left;
	width: 770px;
	height: 48px;
	position:absolute;
	top: 198px;
	left: 0px;
}

ul#mainnav {
	background: #ffffff;
	float: left;
	width: 770px;
	height: 49px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	background-image:url(images/navbg.jpg);
	background-repeat:repeat-x;
	clear:both;
	}

/* Lists, by default, are block level elements, so the applying the inline style removes the line breaks of a block level element and causes the links to line up next to one another. We float the items left as some browsers have difficulty displaying the inline property correctly in this fashion. We remove all margins and padding and the bullet by setting the list style type to none.*/

ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 95px;
	height: 49px;
	background-image:url(images/navbtn_off.jpg);
	background-repeat:repeat-x;

	
}

/* Although we have redefined the li style as an inline element, we need to make the actual links block level elements so we can give them widths and have them display properly as "buttons." */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 9px;
	font-weight:bold;
	line-height: 10px;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 13px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	background-image:url(images/navbtn_off.jpg);
	background-repeat:no-repeat;
	width: 85px;
	height: 36px;
	border-right: 1px solid #ead8ac;
	text-transform:uppercase;	
	
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #cb0100;
	background-image:url(images/navbtn_on.jpg);
	background-repeat:no-repeat;
	width: 85px;
	height: 36px;
	padding: 13px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-transform:uppercase;	
}


/* ----------------- PAGE CONTAINER ELEMENTS ----------------- */
/*These divs hold the left and right sides of the web page below the header and above the footer - the nav and the main content*/

/* Holds the entire web page from the beginning body tag to the end body tag */
div#all {
				width:770px;
				text-align:left;
				margin: 0 auto;
				margin-top: 20px;
				padding: 0px;
				background-color:#fff;
				position: relative;
				
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
	vertical-align: top;
	
	
}

table#multi  {	
width: 490px;
margin-top: 15px;
margin-bottom: 30px;
text-align:left;
vertical-align:top;	 
margin-left: 250px; 
}

table#multi td  {	
	font-size: 11px;
	color: #000000;
	padding: 4px;
	width: 170px;
	text-align:left;
	
}

  table#multi ul { 
 		
		margin: 0px 0px 0px 0px;
		padding:0px;
        
		display:block;
		
		}
 
 table#multi li { 
 		font-size: 10px;
        font-weight: regular;
		line-height: 12px;
        color:#000000;
		margin: 0px 0px 0px 0px;
        list-style-image:url(images/li-square.gif);
		
		}
		



/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header2 {
			padding: 0px;
			margin: 0px;
			width:561px;
			height: 198px;
			background-color:#FFFFFF;
			text-align:left;
			position:absolute;
			top: 0; left: 209px;
			float:left;
}


/*Formats the main content of the web page */

div#bodytop {

width: 770px;
height: 30px;
position:absolute;
top: 247px;
left: 0px;
background-image:url(images/bodytop.jpg);
background-repeat:no-repeat;

}
div#maincontent {
					border: 0px;
				    width:770px;
					height: auto;
				    padding: 0px 0px 0px 0px;
					margin: 0px 0px 0px 0px; 
				   	background-color:#edb1e9;
					background-image: url(images/contentbg.jpg);
					background-repeat:repeat-y;
					display:block;
					clear:both;
					position:absolute;
					top: 270px;
					left: 0px;
}

/*Formats Contact Info*/
address {
				width:209px;
				height: 98px;
				vertical-align:top;
				background: url(images/address.jpg) no-repeat;
				font-size:10px;
                font-style:normal;
				margin: 0px 0px 0px 0px;
				padding: 100px 0px 0px 0px;
				color: #330000;
				text-align: center;
				line-height: 12px;
				position: absolute;
				top: 0px;
				left: 0px;						
}

address a {
				font-size:11px;
                font-style:normal;
				color: #ece400;
				text-align: center;
				line-height: 16px;
					
}

div#webaudioandadmin {
position:absolute;
top: 0px;
left: 679px;
width: 91px;
height: 22px;
z-index:1;
}

/* Creates the div container for the footer. */
div#footer { 
			font-size: 8px;
			font-weight: normal;
			text-align:center;
			padding: 40px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			text-transform:lowercase;
			width: 770px;
			height: 53px;
			color:#330000;
			clear:both;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			background-color: #528ED1;
			background: url(images/footer.jpg) no-repeat;
}

div#footer a {
				   font-size: 9px;
				   font-style: normal;
				   line-height: 15px;
				   font-weight: bold;
				   color: #330000;
				   text-decoration: underline;
				   font-family: tahoma;
}

div#footer a:hover, div#footer a:active {
				   font-size: 9px;
				   font-style: normal;
				   line-height: 15px;
				   font-weight: bold;
				   color: #900;
				   text-decoration: none;
				   font-family: tahoma;
}

div#footerintro { 
			font-size: 8px;
			font-weight:bold;
			text-align:center;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			text-transform:uppercase;
			width: 770px;
			height: 20px;
			color:#fff;
			clear:both;
			background:#D60303;
}

div#footerintro a {
					font-size: 8px;
				   font-style: normal;
				   line-height: 15px;
				   font-weight: bold;
				   color: #fff;
				   text-decoration: underline;
}


/*-------------------PAGE POSITIONING ----------------*/


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;  margin: 0px 8px 0px 0px;
}
img.right {
	float: right;
	margin: 3px;
	border: 2px solid #efefef;
	padding: 4px;
}

img.rightnoborder {
	float: right;
	padding: 4px 30px 0 0;
}

div.imagecaption {
	float: left;
	width: 252px;
	margin: 25px 25px 25px 30px;
}

	div.imagecaption p {
		text-align: center;
		margin: 0;
		padding: 0;
	}

.clear {
	clear: both;
}

img.main {
			position:absolute;
			top: 127px;
			left: 514px;

}



/* ------------------ FORM ELEMENTS ------------------------*/
form {margin-left: 250px;}
form table { border-collapse:collapse;
			 margin: 0px 0px 0px 65px;


}

form td {	border-collapse:collapse;
			font-size: 11px;
			padding: 10px 0px 0px 0px;
			text-align:left;
			vertical-align:top;
			
			}
form input {font-size: 12px;}
			
form textarea {font-size: 12px;}



/* ----------------- CUSTOM CLASSES or ID's ----------------- */


div#webaudiopopup {
width: 179px;
height: 100px;
background-image:url(images/webaudiobg.gif);
background-repeat:no-repeat;
position:absolute;
left: 0;
top: 0;
}

div#soundapplet {
width: 68px;
height: 30px;
position:absolute;
left: 87px;
top: 49px;
}

div#creditcard {
width: 95px;
padding-left: 5px;
text-align:left;
margin-top: 15px;
clear:both;
position:absolute;
top: 120px;
left: 0px;
}



/* -------------------- COPYRIGHT INFORMATION ------------------*/
div#copyright {
				text-align:center;
				font-size: 9px;
				padding: 5px 0px 5px 0px;
				width: 770px;
				background: #8c0000;
				color:#fff;
				line-height: 19px;
							
}

div#copyright a {
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;

}

div#copyright a:hover, div#copyright a:active {
	text-decoration: none;}
	
	/* VIDEO */
	
	div.video { float:right; margin:5px;}
.clearright { clear:right;}