body {
	background-image:url(images/background-gradient.gif);
	background-repeat:repeat-x;
	background-color:#cbab78;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, address, td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	text-align:left; 
}
/* You may use pixels or ems for text sizing */
p, div#content li {
	font: .8em;
}
h1 {
	line-height:35px;
	text-align:left;
	font: bold;
	font-size:16px;
	color:#444443;
	border-bottom:#000 1px dashed;
	}
hr {
	size:1px;
	color:#CCCCCC;
}
address {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-size:11px;
	color:#444443;
                }
address#inner {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-size:14px;
	color:#000;
                }
a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration:none;
	color:#000;
}

p#centered {
	text-align:center;
}

p.indent{
	padding-left:100px;
}

p.justify{
	text-align:justify;
}

/* All links must inclde some type of hover interactivity */
a:hover {
     font-weight: bold;
	 text-decoration:underline;
	 color:#000;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width:950px;
	margin: 0px auto;
	padding:0px;
}

div#audio {
	background-image:url(images/audio-bg-image.gif);
	background-repeat:no-repeat;
	width:950px;
	height:67px;
}

#AudioWebPro {
	position:relative;
	top:20px;
	right:100px;
	float:right;
}

div#iframe {
	border: #000000 1px dashed;
}

div#header {
	height:126px;
	max-height:126px;
	width:950px;
	background-image:url(images/header-bg-image.jpg);
	background-repeat:no-repeat;
}

div#flash {
}	

div#content {
	width:950px;
	height:500px;
	background-image: url(images/content-bg-image.gif);
	background-repeat:repeat-y;
}
div#content2 {
	width:950px;
	height:560px;
	background-image: url(images/content-bg-image.gif);
	background-repeat:repeat-y;
}
div#content3 {
	width:950px;
	height:710px;
	background-image: url(images/content-bg-image.gif);
	background-repeat:repeat-y;
}
div#content4 {
	width:950px;
	height:640px;
	background-image: url(images/content-bg-image.gif);
	background-repeat:repeat-y;
}

div#columnleft {
	width:620px;
	height:auto;
	float:left;
	padding-left:65px;
	position:relative;
	top:-70px;
}

div#columnright {
	width:240px;
	height:auto;
	float:right;
	padding-right:15px;
	position:relative;
	top:0px;
}

div#footer {
	width:950px;
	height:55px;
	background-image:url(images/footer-bg-image.gif);
	background-repeat:no-repeat;
}

div#owner {
	float:right;
	padding-right:110px;
	padding-top:0px;
	margin:0px;
	position:relative;
	top:-5px;
}

div#copyright {
	padding-top:0px;
	clear:both;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	font-size: 9px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #10409F;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
	
div#addy {
	text-align:center;
	padding-top:5px;
	padding-left:15px;
}

div#map {
	border:#000 1px dashed;
	height:400px;
	width:620px;
}

p#clear {
	clear:both;
}

/* ---------------------- LIST STYLES----------------------- */

ul#list li {
		list-style: square;
		font-size:14px;
		line-height:16px;
}
	ul#list li a:link, ul#list li a:visited, ul#list li a:active {
		list-style-type:square;
		font-size:14px;
		line-height:16px;
		font-weight:bold;
	}
	ul#list li a:hover, ul#list li a.current:link, ul#list a.current:visited {
		list-style-type:square;
		font-size:14px;
		line-height:16px;
		font-weight:bold;
	}


/* ----------------- HORIZONTAL NAVIGATION ----------------- */

div#nav {
	height:68px;
	width:950px;
	background-image:url(images/navigation-bg-image.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px auto;
	}
	ul#mainnav {
	color:#FFF;
	list-style-type: none;
	text-align: center;
	position:relative;
	top:27px;
	padding: 0;
	margin:0px auto;
	z-index: 2;
	}
	ul#mainnav li {
	display: inline;
	text-align: center;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:25px;
	padding-right:25px;
	margin-left:6px;
	margin-right:6px;
	color: #000;
	text-decoration: none;
	font-weight:normal;
	
	}
	ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	padding-top:26px;
	padding-bottom:26px;
	margin-left:4px;
	margin-right:4px;
	color: #fff;
	font-weight:normal;
	background-color:#3b676e;
	border-left-color:#2c555b;
	border-left-style:solid;
	border-left-width:2px;
	border-right-color:#2c555b;
	border-right-style:solid;
	border-right-width:2px;
	}
	ul#mainnav li a:hover {
	padding-top:26px;
	padding-bottom:26px;
	margin-left:4px;
	margin-right:4px;
	color: #000;
	font-weight:normal;
	background-color:#addde4;
	border-left-color:#93d0d9;
	border-left-style:solid;
	border-left-width:2px;
	border-right-color:#93d0d9;
	border-right-style:solid;
	border-right-width:2px;
	}	

/* ----------------------------  Utility NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	float:left;
	width:590px;
	margin:0px;
	padding:0px;
	text-align:left;
	position:relative;
	top:-5px;
	}
	ul#utilitynav {
	width: 590px;
	padding-left:75px;
	padding-right:20px;
	padding-top:0px;
	margin: 0px;
	list-style-type: none;
	text-align:center;
	}
	ul#utilitynav li {
	display: inline;
	float: none;
	margin: 0px auto;
	padding: 2px 5px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: inline;
	width: auto;
	color: #000000;
	font-weight: normal;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	font-weight:normal;
	}



/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */

img.right {
	float:right;
	margin-left:10px;
	padding: 5px;
	background:#fff;
	border: solid 1px #9097a3;
}
img.sidebar {
	position:relative;
	top:5px;
	padding-right:30px;
}

