* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	height: 100%;
	background: #000 url(images/bg.gif) repeat-x;
	}

h1 {
	margin: 20px 70px 20px 80px;
	font: normal 2.1em Georgia, "Times New Roman", Times, serif;
	color: #C20012;
	border-bottom: 1px solid #CCC;
	}

h2 {
	margin: 20px 70px 20px 80px;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #EF8600;
	border-bottom: 1px solid #CCC;
	clear: both;
	}

p {
	padding: 0 120px 10px 80px;
	font: .8em Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	}
	
	p strong {	
		color: #025994;
		}

			a.linked:link, a.linked:visited {
				color: #C20012;
				text-decoration: underline;
				}
				
			a.linked:hover {
				padding: 2px 3px;
				color: #FFF;
				background: #C20012;				
				}
	
div#columned {
	width: 280px;
	float: left;
	}

div#columned ul {
	margin: 0 0 0 120px;
	padding: 0 0 10px 0;
	}
	
div#columned li {
	padding-left: 10px;
	font: .8em Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	list-style-image: url(images/bullet.gif);
	}
	
div#columned ul#in {
		margin: 20px 0 0 40px;
		padding: 0;
		}

address {
	padding: 1px 15px 5px 15px;
	font: normal .65em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #401D00;
	float: left;
	}
	
		address strong {
			padding-right: 20px;
			color: #000;
			font-size: 1.2em;
			line-height: 2em;
			border-bottom: 1px solid #B85400;
			}

div#container {
	margin: 0 auto -206px;
	width: 970px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	background: url(images/bg_content.gif) repeat-y;
	}

div#header {
	width: 970px;
	height: 370px;
	background: url(images/bg_header.gif) no-repeat;
	}
	
	div#contactinfo {
		width: 375px;
		position: absolute;
		top: 0px;
		left: 400px;
		z-index: 3;
		color: #fee77a;
		}
		div#contactinfo address, div#contactinfo strong {
		color: #fee77a;
		}
		div#contactinfo address {
		font: normal .70em Arial, Helvetica, sans-serif;
		}
		div#contactinfo strong {
		border-bottom: 1px solid #fef0af;
		}
		div#contactinfo a {
		color: #fef0af;
		}
	
	div#flash {
		width: 970px;
		height: 370px;
		position: relative;
		z-index: 2;
		}

	div#content {
		width: 970px;
		clear: both;
		}

		div#columnleft {
			width: 308px;
			float: left;
			}
			
		div#columnright {
			padding-bottom: 60px;
			width: 662px;
			float: left;
			background: url(images/bg_right.gif) no-repeat;
			}
			
		div#map {
			margin: 0 0 20px 80px;
			padding: 3px;
			width: 450px;
			height: 300px;
			background: #FFF;
			border: 1px solid #CCC;
			}
			div#mapviewer {
						margin: 0 0 20px 80px;
						padding: 3px;
						width: 458px;
			}
			iframe#map {
						margin: 0;
						padding: 3px;
						width: 450px;
						background: #FFF;
						border: 1px solid #CCC;
			}
	
		div#diy {
			padding-left: 45px;
			width: 600px;
			}


div#push, div#footer {
	height: 206px;
	clear: both;
	}

div#footer {
	margin: 0 auto;
	width: 970px;
	background: url(images/bg_footer.gif) no-repeat;
	position: relative;
	}
	
	div#footer_1, div#footer_2, div#footer_3, div#footer_4 {
		margin: 10px 10px 0 0;
		width: 202px;
		height: 184px;
		float: left;
		background: #FF9235;
		border: 1px solid #B85400;
		}
		
		div#footer_1 {
			margin-left: 63px;
			}

/* COPYRIGHT -- IE7 Fix located in HTML -- */
div#copyright {
	padding: 80px 5px 0 10px;
	font: .55em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #B85400;
	}
	
	div#copyright a {
		color: #723400;
		}
		
	div#copyright a:hover {
		color: #FFF;
		text-decoration: none;
		}
	
	div#copyright img {
		margin: 30px 0 10px 0;
		_margin: 35px 0 10px 0;
		*margin: 35px 0 10px 0;
		}
	
	
	
/* VERTICAL NAVIGATION */
div#nav {
	width: 275px;
	float: left;
	background: url(images/bg_nav.gif) no-repeat;
	position: absolute;
	top: 109px;
	left: 31px;
	z-index: 3;
	}

div#nav ul {
	list-style: none;
	}

div#nav li {
	list-style-type: none;
	display: inline;
	}

div#nav li a {
	padding: 11px 15px;
	width: 245px;
	display: block;
	font: .8em Arial, Helvetica, sans-serif;
	text-indent: 50px;
	letter-spacing: .1em;
	text-decoration: none;
	color: #000;
	border-top: 1px solid #ACACAC;
	}
	
	div#nav li a:hover {
		color: #000;
		background: #E3E3E3;
		}
		
		div#nav li a#current {
			color: #000;
			background: #F7B500;
			}
			
			div#nav li a#current:hover {
				background: #ffd200;
				text-decoration: none;
				cursor: default;
				}



/* UTILITY NAV */
div#utilnav {
	width: 204px;
	float: left;
	}
	
div#utilnav ul {
	list-style: none;
	}

div#utilnav li {
	list-style-type: none;
	display: inline;
	}
	
div#utilnav li a {
	padding: 5px 0 5px 0;
	width: 202px;
	display: block;
	font: .65em Arial, Helvetica, sans-serif;
	text-indent: 30px;
	text-decoration: none;
	color: #FFF;
	}

	div#utilnav li a:hover {
		color: #FFF;
		background: #B85400;
		text-decoration: none;
		}
		
	div#utilnav li a#current {
		color: #FFF;
		background: #B85400;
		text-decoration: none;
		}
		
			div#utilnav li a#current:hover {
				color: #FFF;
				}
		



/* Web Audio */
div#audio {
	width: 308px;
	height: 380px;
	background: url(images/bg_audio.jpg) no-repeat;
	}

div#audio applet {
	margin: 329px 0 0 182px;
	}



/* ADMIN LOGIN */
div#admin {
	width: 90px;
	background: url(images/lock.gif) no-repeat;
	position: absolute;
	z-index: 4;
	top: 742px;
	right: 135px;	
	}
	
	div#admin a:link, div#admin a:visited {
		font: normal .65em Arial, Helvetica, sans-serif;
		color: #272318;
		text-decoration: none;
		}

	div#admin a:hover {
		font-weight: bold;
		color: #A00000;
		text-decoration: none;
		}

.clear {
	clear: both;
	}

.right {
	margin: 10px 68px 20px 25px;
	padding: 1px;
	float: right;
	border: 1px solid #CCC;
	}

