/* ----------------- 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: #fedbdb;
	}

/*  ===========================   BODY COPY STUFF (NON-NAVIGATIONAL) ==================================================== */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, div, textarea {
	font-family: 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: 13px;
	margin-left: 20px;
	padding-right: 210px;
	color: #786456;
	line-height: 19px;
}
h1 {
	font-size: 31px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #ff3131;
	line-height: 35px;
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;

}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	line-height: 19px;
	margin: 0px 0px 0px 20px;
	padding: 0px 210px 0px 0px;
	background-repeat:no-repeat;
	
	
}

h3 {
	font-size: 17px;
	font-weight: lighter;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	line-height: 21px;
	margin: 15px 0px 10px20px;
	text-align:center;
	width:550px;
}

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: 13px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}


/*------------------ LISTS FORMATS --------------------------*/
  ul { 
 		
		margin: 0px 20px 30px 50px;
		padding: 10px 0px 10px 20px;
		width: 200px;
		display:block;
		
		}
 
 li {
	font-size: 13px;
	font-weight: regular;
	line-height: 23px;
	color:#786456;
	margin: 0px;
	list-style-type:square;
		}
		
ol { 
 		
		margin: 0px 20px 0px 45px;
        /*list-style-image: url(images/ul-house.gif);*/
		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);
		
		}


/* ------------------------- MAIN NAVIGATION ----------------------------- */
/* Removes all margins and padding except bottom padding, which provides room to put our border. This serves as the resting place for our tabs. */


/*  ===================== HIDE NAV TABS ====================================================================== */


div#mainnav{
	width: 770px;
	position: relative;
	background-image:url(images/navbg.jpg);
	background-repeat:no-repeat;
	width: 770px;
	height:64px;
}

#mainnav ul{
	padding:  0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font: bold 90% default;
	list-style-type: none;
	width: 770px;
	position: relative;
	top: 20px;
	left: 22px;
}

#mainnav li{
display: inline;
margin: 0;
}

#mainnav ul li a{
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
}
#mainnav li a{
padding: 7px 14px 3px 14px; /*Use paddingright value to account for curved right edge of tab image*/
text-decoration: none;
color: #17a8b6;
background: transparent url(images/righttabdefault.gif) 100% 0px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #e6e6e6;
position: relative;
display: block;
float: left;
margin-left: -12px; /*shift tabs to the left so they overlap*/
left: 12px;
top: 3px;
}

#mainnav li a:visited{
color: #17a8b6;
padding-top: 7px;
top: 3px;
}

#mainnav li a:hover{
text-decoration: underline;
color: #0033CC;
top: 3px;
padding-top: 7px;
}

#mainnav li.selected a{ /*selected tab style*/
color: #ff3131;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 3px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(images/righttabselected.gif) 100% 0 no-repeat;
padding-top: 7px;

}

#mainnav li.selected a:hover{
text-decoration: none;
top: 3px;
padding-top: 7px;
}





/* ====================================================================================================== */




/*  ===========================   PAGE CONTAINER STUFF  ==================================================== */

/* 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: 30px;
				padding: 0px;
				background-color:none;
				position:relative;
				
				
				
}

/*  ===========================   PAGE LAYOUT STUFF  ==================================================== */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */

/*Formats the main content of the web page */
div#maincontent {
	border: 0px;
	width:770px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:#fff;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	float:left;
	display:block;
	clear:both;
	position:relative;
					
}

div#content-top {
background-image:url(images/content-top.gif);
background-repeat:no-repeat;
width: 619px;
height: 34px;
}

/*  ===========================   ADDRESS STUFF  ==================================================== */
address {
	width:203px;
	vertical-align:top;
	font-size:11px;
	font-style:normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 10px;
	color: #fff;
	background-image:url(images/addressbg.gif);
	background-repeat:repeat-y;
	text-align: left;
	line-height: 14px;
	position:absolute;
	top: 3px;
	right: 0px;
	display:block;
}



address a {
	font-size:11px;
	font-style:normal;
	color: #fff;
	text-align: left;
	line-height: 16px;
					
}

div#webaudioandadmin {
width: 178px;
height: 35px;
float:right;
clear:both;
}

/*  ===========================   FOOTER STUFF  ==================================================== */


div#footer {
	font-size: 8px;
	font-weight:bold;
	text-align:center;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-transform: lowercase;
	width: 770px;
	height: 32px;
	color: #000066;
	clear:both;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	letter-spacing: 1px;
}

div#footer a {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
	text-transform: capitalize;
}

/******* USE THIS IF YOU HAVE AN INTRO AND THE FOOTER IS FORMATTED DIFFERENTLY ******

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:#0312a6;
}

div#footerintro a {
					font-size: 8px;
				   font-style: normal;
				   line-height: 15px;
				   font-weight: bold;
				   color: #fff;
				   text-decoration: underline;
}

*/

/*  ===========================   TABLE STUFF  ==================================================== */

/*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: 25px;
}

table#multi td  {	
	font-size: 13px;
	color: #000000;
	padding: 4px;
	width: 170px;
	text-align:left;
	
}

  table#multi ul {
	margin: 10px 0px 0px 0px;
	padding:0px;
	display:block;
	font: 13px;
		
		}
 
 table#multi ul li {
	font-size: 13px;
	font-weight: regular;
	line-height: 17px;
	color:#786456;
	margin: 0px 0px 0px 15px;
	list-style-image:url(images/li-square.gif);
		}
		

/*  ===========================    IMAGE STUFF  ==================================================== */

img.left {
	float: left;
	margin: 0px 8px 0px 0px;
	margin: 5px 5px 20px 5px;
	border: 2px solid #efefef;
}
img.right {
	float: right;
	margin: 5px 5px 20px 5px;
	border: 2px solid #efefef;
	padding: 4px;
}

object.right {
	float: right;
	margin: 5px 5px 20px 5px;
	border: 2px solid #efefef;
	padding: 4px;
}

clear {
	clear: both;
}

img.border {
	border: 2px solid #efefef;
	padding: 4px;

}



/*  ===========================   FORM ELEMENT STUFF  ==================================================== */

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;}



/*  ===========================   WEB AUDIO and ADMIN STUFF  ==================================================== */


div#webaudiopopup {
width: 100%;
height: 100px;
background-image:url(images/webaudiobg.gif);
background-repeat:no-repeat;
background-position:center;
background-color:#ffa5a5;
}

div#soundapplet {
width:100%;
text-align:center;
height: 30px;
position:relative;
top: 49px;
}

div#signin {
	background: #fedbdb;
	text-align:center;

}

div#signin a{
color:#000;
font-size:10px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}




/*  ===========================   COPYRIGHT STUFF  ==================================================== */
div#copyright {
	text-align:center;
	font-size: 9px;
	padding: 5px 0px 5px 0px;
	width: 770px;
	height: 50px;
	background: #fedbdb;
	color:#000;
	line-height: 19px;
							
}

div#copyright a {
	font-size: 9px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;

}

/*  ===========================   COPYRIGHT INTRO USE IF YOU HAVE INTRO PAGE  ==================================================== 
div#copyrightintro {
				text-align:center;
				font-size: 9px;
				padding: 5px 0px 5px 0px;
				width: 770px;
				height: 50px;
				background: #0312a6;
				color:#fff;
				line-height: 19px;
							
}

div#copyrightintro a {
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;

}



*/

/*  ===========================   GOOGLE MAP STUFF  ==================================================== */

div#map {
	width: 330px;
	margin-bottom: 20px;
	position:absolute;
	top: 30px;
	left: 220px;

}


div#translation {
position:absolute;
right: 20px;
top: -20px;
}

div#translation a {
color: #cc0000;
font-size:10px;
line-height: 12px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:underline;
}


/* CSS Document */
