/* CSS Document */
body
{
	/* background-image:url(images/page-background.jpg); */
	/* background-image:url(images/page-background2.jpg); */
	background-image:url(images/blue-background.jpg);
	background-repeat:repeat;
	text-align:center;  /* ie5 center div fix */
	margin-top:0px;
	margin-bottom:0px;
}
blockquote
{
	text-align:left;
	font-style:italic;
	font-weight:bold;
}
h1
{
	color:#864C36;
	font-family:Arial, Helvetica, sans-serif;
	font-size:125%;
	text-align:center;
}
h2
{
	color:#864C36;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	text-align:left;
}
h3
{
	text-align:left;
}
h4
{
	text-align:left;
}
h5
{
	text-align:left;
}
p
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	text-align:left;
	margin-right:10px;
}
ul
{
	text-align:left;
}
ol
{
	text-align:left;
}
#container
{
	background-color:#FFFFFF;
	width:780px;
	margin-left:auto;
	margin-right:auto;
}
#header
{
	width:780px;
	height:200px;
	top:0px;
	position:relative;
}
#navigation
{
	height:32px;
	position:relative;
	background-image:url(images/black-gradient.jpg);
	background-color:#000000;
	background-repeat:repeat-x;
	width:780px;
	z-index:100;
	top:0px;
}
#quicklinks
{
	float:right;
	padding:10px;
}
#content
{
	width:770px;
	padding-left:10px;
	padding-bottom:10px;
	padding-right:-5px;
	min-height:576px;
	position:relative;
	background-color:#FFFFFF;
	top:0px;
	height:100%;
}
#copyright
{
	background-color:#000000;
	height:30px;
	width:100%;
	color:#FFFFFF;
}
#copyright a
{
	color:#999999;
}
#location
{
	width:100%;
	background-color:#CCCCCC;
	padding-top:2px;
	padding-bottom:2px;
}
.location
{
	font-size:100%;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.menu {
width:750px; 
font-size:80%;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:125px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:125px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:100%;
text-decoration:none; 
width:125px; 
height:30px; 
padding-left:10px; 
line-height:29px;
color:#FFFFFF;
text-align:center;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:125px;
w\idth:114px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background-color:#000000;
filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
text-align:left;
color:#FFFFFF;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background-color:#000000;
filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
text-align:left;
color:#2e8dc7;
}

.menu ul ul :hover > a.drop {
background-color:#000000;
filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
text-align:left;
color:FFFFFF;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background-color:#000000;
filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
text-align:left;
color:#FFFFFF;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background-color:#000000;
filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
text-align:left;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:28px;
left:0; 
width:175px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:27px;
t\op:28px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:195px; 
top:0;
width:185px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-195px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background-color:#000000;
filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
text-align:left;
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:185px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:185px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#2e8dc7; 
}
.menu :hover > a, .menu ul ul :hover > a {
color:#2e8dc7;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
