body
{
	margin:0px;
	background-image:url("images/background.jpg");
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:top center;
	font-family:Verdana;
	font-size:7pt;
	text-align:left;
}

table
{
	font-family:Verdana;
	font-size:8pt;
	line-height:18pt;
	text-align:left;
}

table.td
{
	vertical-align:top;
	text-align:top;
}

.menu
{
	font-family:Century Gothic;
	font-size:10pt;
	color:#ffffff;
	text-align:center;
	padding:0px;
	max-width:801px;
	width:801px;
}

td.menucell a:hover
{
	background-color:#F48813;
	text-decoration:none;
	display:block;
}

td.menucell a
{
	color:#ffffff;
	text-decoration:none;
	display:block;
}

.popup a 
{
	color:#000000;
	text-decoration:underline;
}

.title
{
	width:100%;
	padding:0px;
	background-image:url("images/titlebackground.jpg");
	background-repeat:repeat-x;
	background-position:top;
	font-size:0pt;
	line-height:0pt;
	float:absolute;
}

.content
{
	font-family:Verdana;
	font-size:8pt;
	padding:20px;
}

DIV#newseal
{
	position:absolute;
	float:top;
}

a.ad
{
	text-decoration:none;
	border-bottom:0px;
}

a.ad:hover
{
	text-decoration:none;
	border-bottom:0px;
}

a
{
	color:#030214;
	text-decoration:none;
	border-bottom:1px dashed #030214;
}

a:hover
{
	color:orange;
	text-decoration:none;
	border-bottom:1px solid orange;
}

select
{
	font-family:Verdana;
	font-size:8pt;
}

DIV#image
{
	border:1px solid gray;
	padding:5px;
	margin:5px;
	float:right;
	font-size:0pt;
	line-height:0pt;
}

h1
{
	font-family:Georgia;
	font-size:25pt;
}

h2
{
	font-family:Georgia;
	font-size:14pt;
}

.subheading
{
	width:175px;
	max-width:175px;
	padding-left:5px;
	padding-right:5px;
	border:1px solid 030214;
	background-image:url("images/subtitlebackground.jpg");
	background-repeat:repeat-x;
	font-family:Century Gothic;
	font-size:9pt;
	color:#ffffff;
	height:18px;
	max-height:18px;
}

input 
{
	font-family:Verdana;
	font-size:8pt;
	background-color:#ffffff;
	border:1px solid #030214;
}

textarea
{
	font-family:Verdana;
	font-size:8pt;
	background-color:#ffffff;
	border:1px solid #030214;
}


/* remove the bullets, padding and margins from the lists */
.menu ul
{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li
{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table
{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
}

/* style all the links */
.menu a, .menu :visited 
{
display:block;
font-size:9pt;
font-family:Century Gothic;
width:89px;
color:#ffffff;
background:#030214;
text-decoration:none;
margin-right:0px;
text-align:center;
border-bottom:0px solid black;
}
/* style the links hover */
.menu :hover
{
color:#030214;
background:#ffffff;
border-bottom:0px solid black;
}

/* hide the sub level links */
.menu ul ul 
{
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul :hover ul
{
visibility:visible;
}

a {color:#000;}
a:hover {text-decoration:none;}
a:visited {color:#000;}

li { list-style-type:none; }

.photo ul.topic li a:hover,
.photo ul.topic li:hover a
{color:#fff; background:#fff;}

.photo ul.topic li.active ul
{display:block; position:relative; left:0px; top:0px; list-style:none; padding:0; margin:0; height:299px; background:#fff; width:650px; padding:20px 20px; border:5px solid #fff; z-index:1;}

.photo ul.topic li a:hover ul,
.photo ul.topic li:hover ul
{display:block; position:relative; left:0px; top:0px; list-style:none; padding:0; margin:0; height:299px; background:#fff; width:650px; padding:20px 20px; border:5px solid #fff; z-index:100;}

.photo ul.topic li ul li
{display:inline; width:112px; height:80px; float:left; border:1px solid #fff; margin:1px;}

.photo ul.topic li ul li a
{display:block; width:75px; height:49px; cursor:default; float:left; text-decoration:none; background:#444; border:1px solid #fff;}

.photo ul.topic li ul li a img
{display:block; width:75px; height:49px; background:#fff; border:1px solid gray; padding:5px; }

.photo ul.topic li a:hover ul li a:hover,
.photo ul.topic li:hover ul li a:hover
{white-space:normal; position:relative;}

.photo ul.topic li a:hover ul li a:hover img,
.photo ul.topic li:hover ul li a:hover img
{position:absolute; left:-65px; top:-50px; width:225px; height:150px; border-color:#fff;}

