html, body, div, span, 
h1, h2, h3, h4, p,
a, img, ol, ul, li,
form, label, 
table, tbody, tfoot, thead, tr, th, td , blockquote
{
    margin: 0;
    padding: 0;
}


body{
	color: 	#fff;
	background-color: #000;
    font-family: Georgia, Times, Serif;
    font-size: 11px;
}
ul, p, h1, h2, h3{
	margin-bottom: 11px;
}

ul{
	margin-left: 11px;
}

a img {
	border:0px;
}
	
#container{
	width: 1000px;
	height: 700px;
	position: relative;
	z-index:20;
}

#menu{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index:20;
	font-weight: bold;
}

#menu ul{
	margin-left: 0px;
	list-style: none;	
}

#logo{
	position: absolute;
	left: 20px;
	top: 380px;
	z-index:20;
	
}

#quickLinks{
	position: absolute;
	top: 20px;
	left: 780px;
	z-index:20;
	width:200px;
	text-align: left;
}

#content{
	position: absolute;
	top: 20px;
	left: 140px;
	width: 340px;
	z-index:20;
}

.smallCopy{
	font-size: 10px;
}
a, a:visited{
	color: 	#fff;
	font-weight: normal;
	text-decoration: none;
}

a:hover, a:visited:hover{
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
.btn{
	background-color:#222;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	padding-left:4px;
	margin-left: 170px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}

label
{
width: 80px;;
float: left;
text-align: left;
margin-right: 0.5em;
display: block;

}

input{
	margin-bottom: 3px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	
}

#slideshow {
    position:relative;
    height:800px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 800px;
    background-color: #000;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 750px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

#slideshow p{
	display: block;
	margin-top: -55px;
	margin-left: 20px;
	width: 250px;
	font-size: 9px;
}



