body 
{
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Arial, Tahoma, Helvetica, Sans-Serif;
}

.container
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.header
{
	width: 100%;
	background-image: url(images/headerbg.jpg);
	height: 85px;
	background-repeat: no-repeat;
}
.logo
{
	height: 85px;
	float:left;
	width: 65%;
}
.search
{
	height: 85px;
	float: right;
	width: 35%;
	text-align: center;
	vertical-align: middle;
}
h1
{
 background-image: url(images/h1bg.png);
 font-size: 14pt;
 font-weight: bold;
 color: white;
 height: 50px;
 line-height: 50px;
 margin: 0px;
 padding-left: 10px;
}

.content
{
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 10pt;
	border: solid 2px Gray;
	background-color: #F7F7F7;
        padding: 5px;
}

.content p
{
	padding: 4px;
	margin: 0px;
}
.content h2
{
  margin: 0px; padding: 4px; color: #629B7A; font-size: 12pt; font-weight: bold;
}
.content h3
{
 margin: 0px; padding: 6px; color: black; font-size: 10pt; font-weight: bold;
}
.copyright
{
	font-size: 8pt;
	text-align: center;
	color: #629B7A;
}

#logos
{
	border: solid 2px Gray;
	background-color: #E6E6E6;
	text-align: center;
	margin-top: 3px;
}
.catchphrase
{
	border: solid 1px black;
	margin-bottom: 3px;
}
.menu_nav
{
   width: 100%;
   height: 14pt;
   margin-top: 5px;
   margin-bottom: 5px;
   width: 800px;
   font-size: 8pt;
   font-weight: bold;
}
#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:inside;
position:relative;
line-height:1.5em; 
}

#nav a{
display:block;
padding:0px 5px;
border:1px solid #fff;
color:#000;
text-decoration:none;
background-color:#fff;
}

#nav a:hover{
background-color:#629B7A;
color:#fff;
}

#nav li{
float:left;
position:relative;
padding-right: 10px;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:1.5em;
}

#nav li ul a{
width:12em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}