* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	height: 100%;
	background: #25425F;
	}

h1 {
	margin: 5px 30px 10px;
	color: #3F72A3;
	border-bottom: 1px solid #F58658;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-size: 20px;
	}

h2 {
	margin: 15px 30px 0;
	padding: 2px 5px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #3F72A3;
	border-bottom: 1px solid #F58658;
	clear: both;
	}

h3 {
	margin: 7px 60px 10px 15px;
	font: bold normal 18px Arial, Helvetica, sans-serif;
	color: #FFF;
	border-bottom: 1px solid #F0F0F0;
	clear: both;
	}

p {
	padding: 5px 35px 10px;
	font: .8em Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	}

p strong {
	color: #3F72A3;
	}

span {
	margin: 0 0 0 20px;
	width: 300px;
	}

	span.in {
		margin: 0;
		}

span ul {
	margin: 10px 0 20px 35px;
	padding: 0 0 0 30px;
	position: relative;
	z-index: 4;
	}
	
span ul li {
	padding: 5px 0 0 0;
	font: .8em Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	list-style-image: url(images/bullet.gif);
	border-bottom: 1px solid #F58658;
		}

address {
	padding: 0px 0 0 25px;
	font: normal .75em Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	clear: both;
	color: #FFF;
	}
	
	address a:link, address a:visited {
		padding: 2px 3px;
		color: #FFF;
		background: #218AB0;
		text-decoration: none;
		}
	
	address a:hover {
		color: #FFF;
		background: #2DBAED;
		}
	
div#container {
	margin: 0 auto;
	width: 990px;
	position: relative;
	background: url(images/contentbg.gif) repeat-y;
	}

div#columnleft, div#columnright, div#diy, span {
	float: left;
	}

div#header {
	background: url(images/header.gif) no-repeat;
	height: 386px;
	width: 990px;
	}

	div#content {
		width: 990px;
		}
	
		div#columnleft {
	width: 729px;
	position: relative;
	z-index: 5;
	margin: 0;
			}
			
			div#columnleft img {
	margin: 10px 35px 10px 30px;
	padding: 5px;
	float: right;
	background: #FFFFFF;
	border: 1px solid #F58658;
	position: relative;
	clear: right;
				}
			
			div#columnleft a:link, div#columnleft a:visited {
	color: #3F72A3;
	text-decoration: underline;
				}
			
			div#columnleft a:hover {
	padding: 2px 3px;
	color: #FFF;
	background: #F58658;
	text-decoration: none;
				}
			
		div#columnright {
			width: 261px;
				}
							
		div#map {
	margin: 10px 0 10px 60px;
	padding: 5px;
	width: 600px;
	background: #F6E9C9;
	border: 1px solid #F58658;
			}
		
		div#diy {
			padding: 0 0 0 30px;
			width: 660px;
			}

div#footer {
	width: 990px;
	height: 71px;
	clear: both;
	background: url(images/bg_footer.gif) no-repeat;
	position: relative;
	}

div#copyright {
	margin: 10px 0 0 0;
	clear: both;
	font: .55em Arial, Helvetica, sans-serif;
	text-align: center;
	color: #CCC;
	}
	
	div#copyright a:link, div#copyright a:visited {
		color: #FFF;
		}
		
	div#copyright a:hover {
		color: #FFF;
		background: #3768CC;
		}
	
	div#copyright img {
		margin: 5px 0 0 0;
		}
	

/* ADMIN LOGIN */
div#admin {
	margin: 5px 0 0 0;
	clear: both;
	text-align: center;
	}

div#admin a:link, div#admin a:visited {
	padding: 2px 3px;
	font: bold .7em Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	}
	
	div#admin a:hover {
		color: #FFF;
		background-color: #3768CC;
		}
	
/* HORIZONTAL NAVIGATION */
div#nav {
	width: 990px;
	position: absolute;
	top: 87px;
	z-index: 3;
	}
	
div#nav ul {
	list-style-type: none;
	}

div#nav li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-image: none;
	}

div#nav li a {
	margin: 0;
	padding: 5px 18px 6px;
	float: left;
	display: block;
	font: .75em Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 29px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	border-right: 1px solid #EB6F3B;
	}

		div#nav li a:hover {
	color: #FFF;
	text-decoration: underline;
			}

		div#nav li a#current {
	color: #FFF;
	background: #3F72A3;
			}
div#header img {
	position: absolute;
	top: 127px;
}





/* UTILITY NAV */
div#utilnav {
	margin: 0 auto;
	width: 990px;
	height: 29px;
	position: relative;
	clear: both;
	}
	
div#utilnav ul {
	padding: 0 0 0 38px;
	list-style-type: none;
	}

div#utilnav li {

	float: left;
	list-style-image: none;
	}
	
div#utilnav li a {
	margin: 0;
	padding: 0 7px;
	float: left;
	display: block;
	font: bold 11px/29px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	background: url(images/utility_button_a.gif) left top no-repeat;
	}

/* FIX for IE6 :: IE6 can't read this */
html>body div#utilnav li a {
	margin: 0 3px;
	}
/* FIX for IE6 */

		div#utilnav li a:hover {
			color: #FFF;
			background: #3768CC;
			}
		
.clear {clear: both;}
div#header2 {
	background: url(images/header.gif) no-repeat;
	height: 127px;
	width: 990px;
}
div#container2 {
	margin: 0 auto;
	width: 990px;
	position: relative;
}

