@charset "UTF-8";
#redtext {
	color: #F00;
	font-size: 18px;
}
#redtext {
	color: #F00;
	font-size: 18px;
}
.animation {
	display:none;
	position: relative;
	height: 500px;
	width: 550px;
	top: 230px;
	bottom: 230px;
}
    body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #CCC;
}
body {
	background-color: #000;
	background-image: url();
	background-repeat: no-repeat;
}
#menu {
	position:absolute;
	left:110px;
	top:75px;
	width:350px;
	height:25px;
	z-index:1;
	padding: 10px;
}
.redhighlight {
	color: #F00;
}
#content {
	position:absolute;
	left:241px;
	top:148px;
	width:683px;
	height:429px;
	z-index:2;
	background-color: #FFF;
	padding: 25px;
	background-repeat: no-repeat;
}
#main {
	position: relative;
	width:792px;
	z-index:1;
	background-image: url(../images/DynamicArts_Bkgrd2.gif);
	background-repeat: no-repeat;
	height: 1600px;
	margin: auto;
	position: relative;
}
ul#list-nav {
margin:10px;
padding:0;
list-style:none;
width:525px;
}
ul#list-nav li {
	text-align:center;
	font-size: 12px;
}
ul#list-nav li a {
	text-decoration:none;
	padding:5px 2px;
	width:100px;
	color:#eee;
	float:left;
}
ul#list-nav li a:hover {
	color:#F00
}
#main #banner {
	background-image: url(../images/banner_bkgrd.jpg);
	background-repeat: repeat;
	float: left;
	height: 133px;
	width: 792px;
	position: absolute;
	left: 0;
	top: 0;
}
#maincontent {
	width: 600px;
	position: absolute;
	left: 0px;
	top: 134px;
	color: #000;
	padding: 20px;
}
#tallcontent {
	width: 600px;
	position: absolute;
	left: 0px;
	top: 134px;
	color: #000;
	padding: 20px;
}
#tagline {
	position:relative;
	left:275px;
	top:10px;
	width:343px;
	height:77px;
	z-index: 2;
}
h1 {
	font-size: 18px;
	color: #F00;
	padding: 0px;
	margin-bottom: 5px;
}
h2 {
	font-size: 14px;
	color: #F00;
	padding: 0px;
	margin: 0px;
}
h3 {
	color: #F84D27;
	font-size: 16px;
	text-align: center;
}
p {
	color: #FFF;
	line-height: 16pt;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.bullet {
	color: #FFF;
	line-height: 16pt;
	font-size: 14px;
	padding: 0px;
	margin-bottom: 5px;
}
.whitetext {
	color: #FFF;
	font-size: 12px;
}

#photos {
	position:absolute;
	width:550px;
	height:400px;
	z-index:2;
	left: 231px;
	top: 228px;
}
#apDiv2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
}

#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
}
nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}
	nav ul {
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}
	nav ul li {
	float: left;
}
	nav ul li:hover {
		background: none;
	}
		nav ul li:hover a {
			color: #fff;
		}
	
	nav ul li a {
		display: block; padding: 25px 40px;
		color: #757575; text-decoration: none;
	}
	nav ul ul {
	background: #000000; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
	}
		nav ul ul li a {
			padding: 15px 40px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: #000000;
			}
