
body {
	
	width: 1000px;
	}

html, body {
	margin: 0;
	padding: 0;
	color: #000;
	}
	#container {
width: 1000px;
margin: 0 auto 0 auto;

}
div.header {
	height: 148px;
	border:none;
	margin: 0;
	padding: 0;
	}

div.content
{
	background-image:url(../images/whitefade2.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	display:block;
	margin: 0 0 0 0;
	padding: 0;
	width: 1000px;
}

.sectiontitlewide {
	color: #013567;
	font-family: arial;
	font-size: 20px;
	display: block;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	padding: 20px 0 0 0; 
}
div.footmap {
	clear: both;
	background-image:url(../incl/subfooter.jpg);
	background-repeat: no-repeat;
	width:1000px;
	height: 40px;
	color: #FFFFFF;
	margin:0;
	padding:0;
	bottom:0;
	position:relative;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {height:27px; z-index:100;background:#003567; margin:0; border:none}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:1000px; w\idth:1000px; }
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-family:verdana;font-size:15px;font-weight:bold;text-decoration:none; color:#ffffff; height:19px; background:#003567; padding-left:10px; line-height:19px;padding-top:8px;}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#003567;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#003567;}
.menu ul ul :hover > a.drop {background:#003567;}

/* 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:27px;left:0; width:150px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:27px;t\op:27px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#003567; font-family:verdana;font-size:11px;font-weight:100;color:#ffffff; height:auto; line-height:1em; padding:5px 10px;width:150px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:142px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#255585;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#255585;}

/* 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; }

