body {
	background-color:#556246;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
	color: #060a24;
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: .8em;
	line-height: 1.2ems;
}
h1 {
	font-size:22px;
		border-bottom:1px solid #060a24;
	}
h2 {
	font-size: bold .9ems;
	}
	
	h3 {clear:both;
	border-top: 1px solid dotted;
	padding-top: 20px;
	
	}
	
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:10px;
	color:#c0cbb2;
	position:relative;
left:8px;
top:45px;
    }
a:link {
}
a:visited {
}
/* All links must inclde some type of hover interactivity */
a:hover {
   
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 850px;
	margin: 0px auto 0px auto;
	
		background:transparent;
}

/* ----------------- Audio ----------------- */

div#audio {
	background:transparent;
width:18%;
height:55px;
position:relative;
z-index:3;
top:83px;

float:right;
}

div#player{

}



/* ----------------- header----------------- */


#logo {width:100%;
height:130px;
	background:transparent url(images/logo.jpg) no-repeat ;
}

div#header {
	width:100%;
	height:190px;
	background:none;
	background-color:transparent;
}

div#header2 {
	width:100%;
	height:190px;
	background:none;
	background:transparent url(images/header.jpg) no-repeat ;
}

div#flash2  {display:none;

}	
/* ----------------- Content Copy and Photos ----------------- */

div#content {
	width:100%;
	height:100%;
	background:transparent url(images/content-bg.jpg) repeat-y left;
	padding:none;
}



div#copy {
background-color:#fff;
	width:65%;
	height:100%;
	float:left;
	padding:40px;
	border-left: 1px solid #eee;
}

div#copy li a{
text-decoration:none;
}

div#copy li a:hover{
font-weight:normal;
text-decoration:underline;
}
/*This is different from the above. The following is relative to the a only not in the list*/
div#copy  a{
text-decoration:underline;
}

div#copy a:hover{
font-weight:normal;
}


/* ----------------- sidebar ----------------- */

div#sidebar {
	float:right;
	width:205px;
	height:600px;
	background:transparent url(images/sidebar-bg.jpg) no-repeat top left;

}

div#sidebar img{
position:relative;
top:35px;
left:-32px;
}

div#sidebar p#member{font-size:9px;
margin-top:120px;
	color:#c0cbb2;
	padding-left:5px;
}

div#sidebar p#member a{
	color:#c0cbb2;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	
}


div#clear_content{clear:both;}
/* ----------------- VERTICAL NAVIGATION ----------------- */
div#nav {
	width: 100%;
	height:40px;
	text-align:left;
	background:transparent url(images/nav-bg.jpg) no-repeat;
	border-bottom: 1px solid #303f54;
	position:relative;
	top:-28px;
	}
	
	ul#mainnav {
	width: 100%;
	margin:0px auto;
	padding: 0px;
	text-align:left;
	height:40px;
	position:relative;
	}
	
	ul#mainnav li {
	display: inline; 
	list-style: none;
	float: left;
	margin:auto;
	padding: 0px;
	text-align:center;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size:14px;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 12px  15px 11px 15px;
	text-decoration: none;
	text-align: center;
	display: block;
	margin:auto;
	border-right:1px solid #303f54;
	}
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	font-weight:normal;
	color:#c0cbb2;
	background:transparent url(images/nav-bg-active.jpg) repeat-x;
	}	
/*Used to turn the border off on the last link on main nav*/
ul#mainnav li a#off {
border:none;
}

/* ----------------- footer ----------------- */

/* ----------------------------  Utility  ----------------------------  */

div#footer {
		width: 100%;
		height:150px;
		margin: 0px auto;
		

	color:#fff;
	background-color:#1f231a;
}


div#utility {
	width: 100%;
		text-align:center;
		position:relative;
		margin: 0 auto;
	left:213px;
	}
	ul#utilitynav {
	width: 850px;
	height:20px;
	
	text-align:center;
	padding: 0 0 0 0;
	list-style-type: none;
	position:relative;
	left:1px;

	}
	ul#utilitynav li {
	display: inline;
	float:left;
	margin: 0px auto;
	padding: 0px;
		text-align:center;


	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	text-align:center;
	padding: 5px;
	margin: 0px;
	border-right: 1px none #ccc;
	color:#fff;
		font-weight:bold;

	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	}
/*Used to clear footer floats*/
div#clear_footer{clear:both;}

div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:50px;
	color:#fff;
	position:relative;
	top:5px;

	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color:#fff;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
	
	div#owner {
		width: 100%;
		height:20px;
		color:#fff;
		padding-top:15px;
		margin:20px 0px;
		border-top: 1px solid #ccc;
}

div#owner a {color:#fff;
font-size:11px;
text-decoration:none;
float:right;
padding-right:10px;

}

div#owner a:hover {
font-weight:normal;
text-decoration:underline;
}




/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
}
div.column {
}

.special{ font-size:30px;}
