html,body{margin:0;padding:0}
body{
	text-align:center;
	font-family: arial, sans-serif;
	font-size: 76%;
}

div#flash{margin: 0 160px}
p{margin:0 10px 10px}
a{padding:5px; text-decoration:none; color:#000000;}
div#header{background-color:#F3F2ED; height:auto;}
div#header h1{height:80px;line-height:80px;margin:0;padding-left:10px;}
div#container{text-align:left}
div#content p{line-height:1.4}
div#navigation{background:#FFFCF0;}
div#navigation ul{margin:10px 0; padding:0; list-style-type:none;}
div#navigation li{margin-bottom:0px;}
div#extra{ background-image:url(images/infobar_bg_image.png);}
div#footer{background-color:#FFFFFF;}
div#footer p{margin:0;padding:5px 10px}
#footer {
font-size:10px;
}
.address {
float:left;
padding-left:250px;
}
.copyright {
float:right;
text-align:right;
}

.requests {
float:right;
text-align:left;
font-size:10px;
font-style:italic;
}
div#container{width:949px;margin:0 auto}
div#wrapper{float:left;width:100%}
div#content{margin: 0 150px}
div#navigation{float:left;width:150px;margin-left:-949px}
div#extra{float:left;width:150px;margin-left:-150px}
div#footer {
border-top:1px solid #FACB00;
clear:both;
width:949px;
}

div#center{margin: 0 400px}

div#toolBar {
background-position:left top;
background-repeat:no-repeat;
height:26px;
line-height:26px;
margin-top:0px;
padding:0px 0pt 0pt;
}

#menu {
font-size:15px;
width: 10em; /* set width of menu */
background: #FFFCF0;
background-image:url(images/bullet_mainmenu.gif);
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
background-image:url(images/bullet_mainmenu.png);
background-color:#FFFCF0;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color:#FFFCF0;
border-bottom-color:#FFFFFF;
margin: 0;
padding: 5px 6px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background-image:url(images/bullet_mainmenu.gif);
text-decoration: none;
}

#menu a:hover {
color: #a00;
background-image:url(images/bullet_mainmenu.gif);
font-size:12px;
}


#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]
