/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* 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.) */
body, p, td { font: normal 11px arial;}

/* Defines the body tag */
body {
	background: #b0b595 url(images/bg.gif) top left repeat-x;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0; /* Always apply padding if you apply margins */
}

div, {
	margin: 0;
	padding: 0;}

address {
	font-style: normal;
	margin: 0;
	padding: 0;}

/* Redefines the p tag */
p {}

/* GENERAL H1 TAG */
h1,h2,h3,h4,p,dl {
	font-weight: normal;
	margin: 0;
	padding: 0;}

/* GENERAL H2 TAG */
h1 { font-size: 22px;}

/* GENERAL H2 TAG */
h2 { font-size: 18px;}

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: #222;}
a:visited { text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #000;}
a:active { text-decoration: none;}
div#clear {
	clear: both;
}


/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  { border-collapse: collapse;}

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	width: 770px;
	background: url(images/container_bg.gif) top left repeat-y;
}

/* DIV HEADER */
div#header {
	width: 770px;
	height: 240px;
	background: #036 url(images/header_bg.gif) top left no-repeat;}

div#flash {
	position: absolute;
	top: 115px;
	left: 0;
	width: 770px;
	height: 125px;
	z-index: 2;
	background: url(images/flash_bg.jpg) top left no-repeat;}

/* DIV BODY */
div#body {
	width: 770px;
	clear: both;
	background: url(images/body_bg.gif) top left no-repeat;}

div#column {
	float: left;
	width: 250px;
	background: url(images/column_bg.gif) top left no-repeat;}

div#contact {
	padding: 50px 0 15px 30px;
	color: #f8fce3;}
	#contact address {}
	#contact h1 {
		font-size: 12px;
		font-weight: bold;}
	#contact p {
		padding: 5px 0 0;}

div#hours {
	padding: 40px 0 15px 30px;
	color: #f8fce3;}
	#hours address {}
	#hours h1 {
		font-size: 12px;
		font-weight: bold;}
	#hours p {
		padding: 5px 0 0;}

div#payment {
	padding: 8px 0 0 7px;}
	#payment p {
		padding: 5px 0 0;
		font-weight: bold;}
		
div#smile {
	padding: 10px 7px;}

div#content {
	float: left;
	width: 520px;
	padding-bottom: 20px;
	background: url(images/content_bg.gif) top left no-repeat;}
	#content h1 {
		font-size: 30px;
		font-weight: normal;
		font-style: italic;
		font-family: "Times New Roman", Times, serif;
		padding: 10px 20px 15px;
		margin: 0 0 10px;
		letter-spacing: -1px;}
		#content h1 span {
			font-size: 24px;}
	#content h2 {
		font-size: 14px;
		font-weight: bold;
		padding: 5px 20px;
		letter-spacing: -1px;}
	#content h3 {
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 15px 0 5px;
		margin: 0 20px;
		font-family: "Times New Roman", Times, serif;
		border-bottom: 1px solid #828567;}
	#content p {
		padding: 5px 20px;
		line-height: 16px;}
	#content address {
		padding: 0 10px 10px;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 5px 20px;
		margin: 0px;}
	#content dt {}
	#content dd {
		margin: 0;}

	#content dl.list {
		padding: 5px 20px;
		margin: 0px;}
	#content dl.list dt {
		font-size: 12px;
		font-weight: bold;
		padding: 5px 0;}
	#content dl.list dd {
		margin: 0;
		padding: 5px 15px;
		background: url(images/bullet.gif) left center no-repeat;}

	#content dl.listleft {
		float: left;
		margin: 0px;}
	#content dl.listleft dt {
		font-size: 12px;
		font-weight: bold;
		padding: 5px 0;}
	#content dl.listleft dd {
		margin: 0;
		padding: 5px 15px;
		background: url(images/bullet.gif) left center no-repeat;}
	#content dl.listleft dd a {
		text-decoration: none;}
	#content dl.listleft dd a:hover {
		text-decoration: underline;}

div.gallery {
	width: 520px;}
	.gallery div {
		float: left;
		width: 260px;
		text-align: center;
		padding: 10px 0;}
	.gallery img {
		border: 1px solid #3c3b22;}

div#content_gallery {
	float: left;
	width: 520px;
	background: url(images/content-gallery.gif) top left no-repeat;}
	#content_gallery h1 {
		font-size: 30px;
		font-weight: normal;
		font-style: italic;
		font-family: "Times New Roman", Times, serif;
		padding: 10px 20px 10px;
		letter-spacing: -1px;}
	#content_gallery h2 {
		font-size: 14px;
		font-weight: bold;
		padding: 5px 20px;
		letter-spacing: -1px;}

div#map {
	clear: both;
	padding: 10px 20px;}
	


/* DIV FOOTER */
div#footer {
	clear: both;
	width: 770px;
	font-size: 10px;
	padding: 15px 0 0;
	background: url(images/footer_bg.gif) top left no-repeat;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/*margin-left: 150px;*/
		text-align: center;
		font-size: 10px;
		padding: 5px 15px;
		color: #333;
		background: #b0b595;
		font-family: tahoma;}
		#utilnav a {
			padding: 0 5px;
			text-decoration: none;
			font-size: 9px;
			color: #333;
			font-family: tahoma;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #000;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/*margin-left: 150px;*/
		font-size: 9px;
		color: #333;
		padding: 8px 0;
		text-align: center;
		background: #b0b595;
		font-family: tahoma;}
		#copyright a {
			text-decoration: none;
			color: #333;
			font-family: tahoma;}
		#copyright a:hover {
			text-decoration: underline;
			color: #000;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
	.left img {
		border: 1px solid #3c3b22;}
.right {
	float: right;}
	.right img {
		margin: 0 0 10px;
		border: 1px solid #3c3b22;}
img.noborder {
	border: 0;}
.center {
	text-align: center;}
	.center img {
		border: 1px solid #3c3b22;}
.clear {
	clear: both;}

/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 35px;}
	
div#nav li a#current, div#nav li a#current:hover{
	background: #222 url(images/nav_current1.gif) top left no-repeat;
	color: #fff;}
	
div#nav li a#current span, div#nav li a#current:hover span{
	background: url(images/nav_current2.gif) top right no-repeat;}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:9px;
	text-transform:uppercase;
	font-family: tahoma;} 

div#nav li {
	list-style: none;
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding-left: 7px;
	/*width: 100px;*/
	color:#eaffcd;
	text-decoration:none;
	background: url(images/nav_off1.gif) top left no-repeat;
	font-weight: bold;
	font-family: tahoma;}
	
div#nav li a span {
	display: block;
	padding: 8px 7px 8px 0;
	background: url(images/nav_off2.gif) top right no-repeat;}

/**/* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: url(images/nav_on.gif) bottom center no-repeat;
	color: #fff;}

div#nav li a:hover span {}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	position: absolute;
	top: 47px;
	left: 580px;
	clear: both;
	width: 180px;
	text-align: right;
	z-index: 2;
	font-family: tahoma;
	color: #222;}

div#signin a {
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	color: #222;
	font-family: tahoma;}

div#signin a:hover {
	color: #000;}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/

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