* {margin: 0; padding: 0;}
html, body {height: 100%; background: #000 url(images/bg.gif) repeat-x;}



/* FONTS */
h1 {
	margin: 15px 30px 0 25px;
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	border-bottom: 1px solid #2F2F2F;
	clear: both;
	}

p {
	padding: 15px 30px 0 25px;
	font: .75em/1.7em Arial, Helvetica, sans-serif;
	color: #DDD;
	}
	
	p strong {color: #FFF;}
	
span {width: 308px; float: left;}
span ul {margin: 10px 0 0 60px; padding: 0 0 0 20px;}
	
span li {
	font: .75em/1.7em Arial, Helvetica, sans-serif;
	list-style-image: url(images/bullet.gif);
	color: #DDD;
	}
	
	ul#in {margin: 0 0 0 40px; padding: 0;}
	ul#in li {font-size: .9em; list-style-image: none;}

span address {
	padding: 30px 0 20px 70px;
	font: normal .7em/1.5em Arial, Helvetica, sans-serif;
	color: #CCC;
	background: url(images/bg_address.gif) no-repeat;
	}
	
	

/* LAYOUT */
div#container {
	margin: 0 auto;
	width: 990px;
	background: url(images/bg_content.gif) repeat-y;
	}

div#header {
	width: 990px;
	height: 123px;
	background: url(images/bg_header.gif) no-repeat;
	position: relative;
	z-index: 1;
	}

	div#content {width: 990px; clear: both;}
	
	div#columnleft, div#columnright {float: left;}
	div#columnleft {width: 618px;}
	div#columnright {width: 372px; background: url(images/bg_right.gif) no-repeat;}
			
		div#columnright a:link, div#columnright a:visited {color: #A8385A; text-decoration: underline;}
					
			div#columnright a:hover {
				padding: 2px 3px;
				color: #FFF;
				background: #A8385A;
				text-decoration: none;
				}
								
			div#columnright img {
				margin: 10px 0 0 32px;
				padding: 1px;
				border: 1px solid #D7C38D;
				}
		
		div#map {margin: 0 0 0 18px; width: 600px;}
		div#diy {margin: 0 0 0 18px; width: 600px;}

div#footer {
	margin: 0 auto;
	width: 990px;
	height: 26px;
	background: url(images/bg_footer.gif) no-repeat;
	clear: both;
	}



/* COPYRIGHT */
div#copyright {
	padding-top: 10px;
	font: .55em Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
	clear: both;
	}
	
	div#copyright a {color: #CCC;}
	div#copyright a:hover {color: #FFF; text-decoration: none;}
	div#copyright img {margin: 5px;}
	
	
	
/* HORIZONTAL NAVIGATION */
div#nav {
	width: 990px;
	height: 39px;
	background: url(images/bg_nav.gif) no-repeat;
	}
	
div#nav ul {
	padding-left: 18px;
	list-style-type: none;
	clear: both;
	}

div#nav li {float: left; list-style-image: none;}

div#nav li a {
	padding: 10px 33px 9px 33px; 
	float: left; 
	display: block;
	font: bold .55em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background: url(images/bg_button.gif) no-repeat;
	border-right: 1px solid #1A369D;
	}
	
		div#nav li a:hover {color: #FFF; background: #1B3AA7;}
		div#nav li a#current {color: #FFF; background: #2045C6;}
		div#nav li a#current:hover {text-decoration: underline;}



/* UTILITY NAV */
div#utilnav {
	margin: 0 auto;
	width: 990px;
	clear: both;
	}
	
div#utilnav ul {padding: 0 0 0 9px; list-style-type: none;}
div#utilnav li {float: left; list-style-image: none;}
	
div#utilnav li a {
	display: block;
	margin: 0 5px;
	padding: 6px 31px;
	font: bold .65em/1.2em Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #081337;
	border: 1px solid #000;
	text-decoration:none;
	}

	div#utilnav li a:hover, div#utilnav li a#current {color: #FFF; background: #142B7D;}
		
		

/* ADMIN LOGIN */
div#admin {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 990px;
	text-align: center;
	clear: both;
	}
	
	div#admin a:link, div#admin a:visited {
		font: normal .7em Arial, Helvetica, sans-serif;
		color: #999;
		text-decoration: none;
		}

	div#admin a:hover {font-weight: bold; color: #FFF;}



/* CLASSES */
.clear {clear: both;}
.left  {margin: 0 0 0 18px; float: left;}