/* Defines the body tag */
body {
	background: #666666;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align: left;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
}

div {
	margin: 0;
	padding: 0;}

address {
	font-style: normal;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* GENERAL H1 TAG */
h1,h2,h3,h4,p,dl {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 {
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding: 5px;
	text-transform: uppercase;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
}

 h1 {
	padding: 7px 5px 7px 0px;
	color: #660000;
	text-align: right;
	margin-top: 5px;
	width: 90%;
	clear: both;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}
	p {
	padding: 20px 0px 10px 20px;
	line-height: 16px;
	font-size: 9pt;
	font-family: Tahoma, Verdana, sans-serif;
}



img { border: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: underline;
	font-weight: bold;
	color: #330000;}
a:visited { }
a:hover {
	text-decoration: none;
	color: #990033;}
a:active { text-decoration: none;}

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 0 0 10px;
	width: 770px;
	background: #660000;
	border: 1px solid #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	/*border: solid #2A180F;
	border-width: 0 5px;*/}

div#left {
	float: left;
	width: 200px;
	padding-top: 15px;
}

div#right {
	float: left;
	width: 536px;
}

div#contact, div#hours {
	clear: both;
	color: #fff;}
	#contact h1, div#hours h1 {
		clear: both;
		font-size: 10px;
		/**/font-weight: bold;
		padding: 5px 10px 0px;
		background: #300;
		color: #FFCC00;}
	#contact h2 {
		font-size: 11px;
		/**/font-weight: bold;
		padding: 5px 10px 3px;}
	#contact p, #hours p {
	padding: 5px 10px;
	color: #CCCCCC;
	font-size: 8pt;
	line-height: 5px;
}
	#contact strong, #hours strong {
		font-weight: bold;}
	#contact address {
		padding: 3px 10px;}
	#contact a {
		color: #fff;}
	#contact a:hover {
		color: #900;}

/* DIV HEADER */
div#header {
	width: 770px;
	height: 168px;
	clear: both;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	background-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

div#pic {
	width: 570px;
	height: 200px;
	margin-top: 0px;
}

/* DIV BODY */
div#body {
	width: 570px;
	background: #FFFFFF url(images/bg_content.gif) no-repeat left top;}

div#content {
	width: 100%;
	padding-bottom: 20px;
	margin-top: 15px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #990000;
	margin-right: 10px;
	margin-left: 10px;
	float: right;

}


iframe {
	margin: 1px;
	}
	

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 771px;
	font-size: 10px;
}

	/* DIV UTILITY NAV */
	div#utilnav {
	text-align: center;
	font-size: 10px;
	padding: 5px 0;
	color: #fff;
	font-weight: normal;
	background-color: #666666;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}
		#utilnav a {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
		#utilnav a:hover {
			text-decoration: underline;
			color: #999999;}
	
	/* DIV COPYRIGHT */
	div#copyright {
	font-size: 9px;
	color: #333333;
	padding: 3px 0;
	text-align: center;
	margin-top: 10px;
	background-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
}
		#copyright a {
	text-decoration: none;
	color: #666666;
}
		#copyright a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #669966;
}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;
	padding: 0px;
	margin: 10px 10px 5px 0px;
}
	.left img {
		margin: 0 15px;}
.right {
	float: right;
	margin: 5px 5px 5px 15px;
}
.center {
	text-align: center;}
.clear {
	clear: both;}

/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	width: 199px;
	padding: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
	
div#nav dt a#current, div#nav dt a#current:hover{
	background: #999999;
	color: #FFFFFF;
	text-transform: uppercase;}

/* UL TAG */
div#nav dl {
	width: 199px;
	margin: 0;
	padding: 0;
	font-size: 85%;
	text-transform: uppercase;} 

div#nav dt {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;
	text-align: left;
}

div#nav dt a {
	display: block;
	padding: 7px 0;
	color: #CCCCCC;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
	text-indent: 10px;
	text-align: center;
	font-size: 8pt;
	background-color: #660000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	letter-spacing: 2px;
}

div#nav dt a:hover {
	background: #FFFFFF url(images/nav_on.gif) no-repeat right center;
	color: #660000;
	text-decoration: underline;
}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	width: 199px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

/* UL TAG */
div#signin dl {
	margin: 0;
	padding: 0;
	font-size: 85%;
	text-transform: lowercase;} 

div#signin dt {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;}

div#signin dt a {
	display: block;
	padding: 7px 0;
	color: #CCCCCC;
	text-decoration: none;
	width: 100%;
	font-weight: normal;
	text-align: left;
	text-indent: 10px;
	font-size: 8pt;
}

div#signin dt a:hover {
	color: #fff;
	background: #999999 url(images/nav_on.gif) no-repeat right center;
	text-decoration: underline;
}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/

ul#left {
	width:225px;
	height:auto;
	float:left;
	list-style-position: inside;
	list-style-type: square;
}

div#clear {
clear:both;
}

/* -----------------------------------------------------*/
/* ----------------- WEB AUDIO APPLET ----------------- */
/* -----------------------------------------------------*/

div#applet {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/webaudio.gif) top left no-repeat;}

div#applet div {
	position: absolute;
	top: 49px;
	left: 87px;
	width: 68px;
	height: 30px;}

div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;}
li {
	padding-bottom: 5px;
	font-size: 10pt;
	margin-left: 15px;
	padding-left: 10px;
	list-style-type: square;
}
table {
	margin-left: 20px;
}


.small{ font-size:11px;}