body {
	background: #000;
	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;
	}
	
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:11px;
	color:#060a24;
	position:relative;
left:28px;
top:25px;
    }
a:link {
}
a:visited {
}
/* All links must inclde some type of hover interactivity */
a:hover {
     font-weight: bold;
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/*Photo background- used so that customer can have alternate backgrounds for each page with out using .js*/
div#photobackground {
width:100%;
height:100%;
}

div#photobackground img {
position:absolute;
left:1px;
}

div#container {
	width: 825px;
	margin: 0px auto;
	background:transparent url(images/content-bg.jpg) repeat-y;
	position:relative;
	z-index:3;
}

/* ----------------- Audio ----------------- */

div#audio {
	background:transparent url(images/audio-bg.gif) no-repeat;
	width:130px;
	height:53px;
	position:relative;
	left:25px;
	top:18px;
	z-index: 1000;
	padding-right: 42px;
}

div#player{
	position:relative;
	top:26px;
	left:0px;
	z-index: 4;
}



/* ----------------- header----------------- */

div#header {
	width:100%;
	height:250px;
	background:transparent url(images/header_flash.jpg) no-repeat;
	
}


div#header2 {
	width:100%;
	height:250px;
	background:none;
	background:transparent url(images/header.jpg) no-repeat;
}

div#flash {
}	
/* ----------------- Content Copy and Photos ----------------- */

div#content {
	width:100%;
	height:100%;
	background:#fff url(images/content-bg.jpg) repeat-y;
	padding:none;
}



div#copy {
	width:65%;
	height:100%;
	float:right;
	padding:40px;
	border-left: 1px solid #222;
}

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;
}

div#copy table{border:1px solid #555;
margin-top:20px;
}

div#copy table td{
border-right:1px solid #000;
border-bottom:1px solid #000;

}

div#copy table th{
border-bottom:2px solid #000;
border-right:1px solid #000;


}


div#copy table th#copyheader{
border-bottom:1px solid #666;
}

div#copy ul#mini_list1{
float:left;
width:25%;
}

div#copy ul#mini_list2{
float:left;
width:25%;
}

div#copy ul#mini_list3{
float:left;width:25%;
}

div#copy a#clear_minilist{
clear:both;
}

div#copy p#clearmini{
clear:both;
}

div#minilist {
width:95%;
position:relative;
left:-30px;
}
/* ----------------- sidebar ----------------- */

div#sidebar {
	float:left;
	width:22%;
	height:100%;
}

div#sidebar img{
position:relative;
top:35px;
left:-22px;
}


div#cta{

	position:relative;
}

div#cta img {border:none;}


div#clear_content{clear:both;}
/* ----------------- VERTICAL NAVIGATION ----------------- */
div#nav {
	width: 100%;
	height:40px;
	text-align:center;
	margin:auto;
	padding-bottom:-15px;
	background:#000 url(images/nav-bg.jpg) repeat-x;
	border-bottom: 1px solid #303f54;
	z-index: 2000;
	}
#mainnav, #mainnav ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 0 1px 0;
	width: 100%;
}
#mainnav {
	margin-left: 12px;
}
#mainnav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 13px 7px 12px 7px;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	border-right: solid 1px #454545;
}
#mainnav a.parent { background: url(bullet.gif) no-repeat 150px center; 
}
#mainnav li {
	float: left;
	padding: 0;
}
#mainnav li ul {
	position: absolute;
	left: -2000px;
	height: auto;
	width: 214px;
	font-weight: normal;
	margin: 0;
	background-color: #9f9f9f;
	z-index: 3000;
	border-top: 1px solid #5b5b5b;
	border-right: 1px solid #5b5b5b;
	border-left: 1px solid #5b5b5b;
}
#mainnav li li {
	width: 214px;
}
#mainnav li ul a {
	width: 200px;
	border-bottom: 1px solid #5b5b5b;
}
#mainnav li ul ul { 
	margin: -25px 0px 0px 175px; 
}
#mainnav li:hover ul ul, #mainnav li:hover ul ul ul, #mainnav li.sfhover ul ul, #mainnav li.sfhover ul ul ul { left: -2000px; 
}
#mainnav li:hover ul, #mainnav li li:hover ul, #mainnav li li li:hover ul, #mainnav li.sfhover ul, #mainnav li li.sfhover ul, #mainnav li li li.sfhover ul {
	left: auto;
}
#mainnav li:hover, #mainnav li.sfhover, #mainnav li a.current {
	background: repeat-x url(images/nav-bg-active.jpg);
}
/* ----------------- footer ----------------- */

/* ----------------------------  Utility  ----------------------------  */

div#footer {
		width: 825px;
		height:100%;
		margin: 0px auto;
	color:#888;
	background:#000 url(images/footer-bg.gif) no-repeat;
	position:relative;
	z-index:8;
}


div#utility {
	width: 99%;
		text-align:center;
		position:relative;
	left:10px;
	}
	ul#utilitynav {
	width: 100%;
	height:20px;
	margin: 0px auto;
	text-align:center;
	padding: 0px;
	list-style-type: none;

	}
	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: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	text-align:center;
	padding: 5px;
	margin: 0px;
	border-right: 1px none #ccc;
	color:#FFFFCC;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	font-weight:normal;
		font-size: 11px;

	}
/*Used to clear footer floats*/
div#clear_footer{clear:both;}

div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	height:50px;
	color:#888;
	position:relative;
	top:5px;

	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color:#888;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
		font-weight:normal;

	}
	
	div#owner {
	border-top: 1px dashed #CCC;
		width: 100%;
		height:20px;
		color:#FFFFFF;
		margin-top:25px;
}

div#owner a {color:#FFFFFF;
font-size:11px;
text-decoration:none;
float:right;
padding-right:10px;

}

div#owner a:hover {
font-weight:normal;
color:#999999;

}




/* ----------------- 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;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}
div.column {
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
