/* ----------------- 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-image:url(images/bodybg.jpg);
	background-repeat:repeat-x;
	background-color:#032060;


}

/* 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: 30px;
	padding-right: 20px;
	color: #330000;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #920000;
	line-height: 23px;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 30px;
	clear:both;
	text-transform:uppercase;
	letter-spacing: 8px;
}

h2 {	
    font-size: 15px;
	font-weight: bold;
	color: #700000;
	line-height: 25px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 30px;
		
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	line-height: 18px;
	margin: 15px 0px 10px 50px;
}

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 {
	font-size: 11px;
	font-weight: bold;
	color: #920000;
	text-decoration: underline;
}


/*------------------ LISTS FORMATS --------------------------*/
  ul { 
 		
		margin: 0px 20px 0px 30px;
        /*list-style-image: url(images/ul-house.gif);*/
		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 30px;
        /*list-style-image: url(images/ul-house.gif);*/
		display:block;
		
		}
 
ol li { 
 		font-size: 11px;
        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: 104px;
	position:absolute;
	top: 187px;
	left: 0px;
}

dl#mainnav {
	background: #ffffff;
	float: left;
	width: 770px;
	height: 104px;
	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.*/

dl#mainnav dt {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	height: 104px;
	width: 117px;
	
}

/* 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." */
dl#mainnav dt a:link, dl#mainnav dt a:visited, dl#mainnav dt a:active {
	font-size: 11px;
	font-weight:bold;
	line-height: 13px;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 40px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	color: #032060;
	background-image:url(images/navbtn_off.jpg);
	background-repeat:repeat-x;
	height: 64px;
	width: 117px;
	text-transform:uppercase;	
	
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
dl#mainnav dt a:hover, dl#mainnav dt a.current:link, dl#mainnav dt a.current:visited {
	color: #032060;
	background-image:url(images/navbtn_on.jpg);
	background-repeat:repeat-x;
	height: 64px;
	width: 117px;
	padding: 40px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-transform:uppercase;
	font-size: 11px;
	font-weight:bold;
	line-height: 13px;
}


/* ----------------- 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;
				margin: 0 auto;
				margin-top: 20px;
				padding: 0px;
				background-color:#fff;
				position: relative;
				
}

/* ----------------- SUBNAV ELEMENTS ----------------- */


/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#subnavcontainer {
			padding: 0px;
			margin: 0px;
			width:601px;
			height: 34px;
			background-image:url(images/subnav.gif);
			background-repeat:no-repeat;
			text-align:left;
			position:absolute;
			top: 0;
			left: 0;
			float:left;
}



dl#subnav {
	width: 561px;
	height: 34px;
	margin: 0 auto;
	padding: 0px 0px 0px 40px;
	list-style-type: none;
	clear:both;
	color: #fff;
	font-size:12px;
	}

/* 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.*/

dl#subnav dt {
	display: inline;
	float: left;
	margin: 0px auto;
	width: 120px;
	height: 24px;
	padding: 10px 0px 0px 0px;

}

/* 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." */
dl#subnav dt a:link, dl#subnav dt a:visited, dl#subnav dt a:active {
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	height: 34px;
	text-transform:capitalize;	
	
}

/* Creates the hover and "on" status style, which can be applied directly to a single link. */
dl#subnav dt a:hover, dl#subnav dt a.current:link, dl#subnav dt a.current:visited {
	color: #ffcc00;
	height: 34px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-transform:capitalize;
	font-size: 12px;
	font-weight:bold;
}

/*Formats the main content of the web page */

div#mainheader {

width: 601px;
height: 153px;
position:absolute;
top: 34px;
left: 0px;
background-image:url(images/mainheader.jpg);
background-repeat:no-repeat;

}

/*Formats Contact Info*/
address {
				width:169px;
				height: 143px;
				vertical-align:top;
				background: url(images/address.jpg) no-repeat;
				font-size:11px;
                font-style:normal;
				margin: 0px 0px 0px 0px;
				padding: 10px 0px 0px 0px;
				color: #fff;
				text-align: center;
				line-height: 14px;
				position: absolute;
				top: 34px;
				left: 601px;						
}

address a {
				font-size:11px;
                font-style:normal;
				color: #fff;
				text-align: center;
				line-height: 16px;
					
}

div#maincontent {
					border: 0px;
				    width:770px;
					height: auto;
				    padding: 0px 0px 0px 0px;
					margin: 0px 0px 0px 0px; 
				   	background-color:#fff;
					display:block;
					clear:both;
					position:absolute;
					top: 291px;
					left: 0px;
}



div#btn_webaudioadmin {
position:absolute;
top: 0px;
left: 601px;
width: 169px;
height: 34px;
}

/* Creates the div container for the footer. */
div#footer { 
			font-size: 8px;
			font-weight: normal;
			text-align:center;
			padding: 7px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			text-transform:lowercase;
			width: 770px;
			height: 31px;
			color:#fff;
			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: #fff;
				   text-decoration: underline;
				   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 ----------------*/
/*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;
        /*list-style-image: url(images/ul-house.gif);*/
		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);
		
		}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;  margin: 0px 8px 0px 0px;
}
img.left2 {
	float: left;
	border: 2px solid #efefef;
	padding: 2px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
img.right {
	float: right;
	margin: 5px 5px 20px 5px;
	border: 2px solid #efefef;
	padding: 4px;
}
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;
				height: 50px;
				background: #8c0000;
				color:#fff;
				line-height: 19px;
							
}

div#copyright a {
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;

}

/* CSS Document */
img.cent {
	float: none;
	margin: 5px auto;
	border: 2px solid #efefef;
	padding: 4px;
	text-align: center;
	clear: both;
}
div#maps {
	margin: 0 auto;
	margin-top: 20px;
	padding: 0px;
	text-align: center;
				
}
.current {
	font-family: Verdana, Arial, Helvetica, sans-serif, Ravie;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin: 0px;
	padding: 15px 3px 15px 15px;
}
.currentbigger {
	font-family: Verdana, Arial, Helvetica, sans-serif, Ravie;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	margin: 0px;
	padding: 15px 3px 15px 0px;
	text-align: center;
}
.normal {
	font-size: 11px;
	color: #330000;
	line-height: 14px;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
}
