body {
	margin: 0px;
	padding: 0px;
	background-color: #52C6E2;
}

p,td,th {
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 1em;
}

li {
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: #052638;
}

h1 {
	border: 0;
	margin-top: 0;
	margin-bottom: 1em;
	padding: 0;
	font: 20px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #052638;
}

h2 {
	border: 0;
	margin-top: 0;
	margin-bottom: 1em;
	padding: 0;
	font: 14px Arial, Helvetica, sans-serif;
	color: #052638;
	font-weight: bold;
}

table.standard {
	padding: 5px;
	margin: 0;
	border: 0;
	width: 400px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 380px;
}
html>table.standard {
	width: 380px;
}

table.standard td {
	vertical-align: top;
	width: 190px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 180px;
}
html>table.standard td {
	width: 180px;
}

#banner {
	width: 100%;
	background-image: url(images/eagle_grey_inverse.gif);
	background-repeat: no-repeat;
	background-color: #052638;
	border-bottom: solid 1px #052638;
	height: 220px;
	padding: 0;
	margin: 0px;
}

#logo {
	border: 0;
	padding: 0;
	margin: 0;
	width: 150px;
	height: 220px;
	position:absolute;
	top: 0;
	right: 0;
	background-image: url(images/eagle_films_logo.gif);
	background-repeat: no-repeat;
	background-color: #fff;
}

#logo a {
	height: 220px;
	width: 150px;
	display: block;
}

.alt {
	display: none;
}

.name {
	color: #052638;
}

#navbar {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* minimum menu requirements for functionality */

.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli{
	list-style-type:none;
	float:left;
}

.topmenutitle{
	display:block;
	width:120px;
}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
}

.submenuli a{
	display:block;
	width:250px;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}

/* menu design */

#dmenu {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size:11px;
}

.topmenuul {
	left: 0;	
}

.topmenutitle {
	text-indent:3px;
	text-decoration: none;
	border-right: 1px solid #052638;
	/* padding:3px; */
	line-height:14px;
}

.topmenuli a{
	padding:3px;
	text-decoration: none;
	color: #052638;
	background: #CAEEF7;
}

.topmenuli a:hover{
	text-decoration: none;
	background: #FFFFFF;
}

.submenuul {
	margin-top:-1px;
	background-color:#CAEEF7;
	background-position: top left;
	background-repeat: repeat-x;
	border-top:1px solid #052638;
	border-bottom:1px solid #052638;
	border-right:1px solid #052638;
	border-left:5px solid #052638;

}

.submenuli a{
	padding:3px;
	text-decoration: none;
	color: #052638;

}

.submenuli a:hover{
	text-decoration: none;
	background:#052638;
	color: #FFFFFF;
}

#mainarea {
	border-top: 1px solid #052638;
	padding: 0;
	margin: 0;
	width: auto;
	clear: left;
}


#textarea {
	margin: 30px auto 20px auto;
	border:  0;
	background-color: #CAEEF7;
	padding: 20px 30px 20px 30px;
	width: 600px;
}

html>#textarea {
	width: 600px;
}

#footer {
	margin: 0px auto 0px auto;
	border:  0;
	padding: 0;
	width: 660px;
	text-align: right;
	display: none;
}

