body {
	margin: 0; 
	padding: 0; 
	width: 100%; 
	background: white url(bg.jpg) repeat-x;
	font: 0.75em/1.33em Arial, Helvetica, sans-serif;
	color: black;
}

#Site_Wrapper {
width: 800px;
margin: 0 auto;
padding: 0 27px;
background: url(backgd.jpg) no-repeat white;
}

/* The masthead is everything in the banner above the navigation */

#masthead {
background: url(masthead.gif) no-repeat white;
width: 800px;
height: 131px;
position: relative; /* to allow absolute positioning of contents */
}

#masthead h1 {
position: absolute;
top: 88px;
left: 292px;
font-size: 1.5em;
font-weight: 500;
color: white;
padding: 0;
margin: 0;
}

/* Hacks to hide elements inserted by The Engine */

#PageTitle { display: none; }
#masthead form { display: none; }

/* End hacks */

/*
#Navbox { display: none; }
*/

#mainContent {
background: white;
padding: 0;
margin: 0;
width: 800px;
}

/* To make the multi column layout, the children of mainContent are
   all floated.  To ensure mainContent stretches down to accommodate
   them, non-floated generated content is inserted with the :after
   pseudo-element followed by hacks for those browsers that do not support it. */

#mainContent:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#mainContent {display: inline-block;}

/* Hides from IE-mac \*/
* html #mainContent {height: 1%;}
#mainContent {display: block;}
/* End hide from IE-mac */

/* Position the columns */

#middlebar {
background: transparent;
float: left;
padding: 3px;
margin: 0;
width: 625px;
}

#leftbar {
width: 163px;
float: left;
padding: 3px;
margin: 0;
background: transparent;
}

/* rightbar is inserted by the engine even if it does not exist in the config 
   so display is set to none to avoid unwanted interactions between boxes. */

#rightbar {
display: none;
}

/* homepage_box is needed so that the News can be positioned next to the main page
   content with both beneath a full width image.  */

.homepage_box
{
width: 345px;
float: left;
margin-left: 15px;
display: inline;   /* standards compliant hack to prevent 
                      doubled float-margin bug in IE 5 & 6 */
}

/* Start News Box */

.index_table {
background: url(news_box.jpg) transparent no-repeat;
width: 250px;
height: 184px;
padding: 0;
margin: 0 0 0 15px;

}

.index_table ul {
list-style-type: none;
margin: 0;
padding: 0;
}

.index_table ul ul {
margin-left: 0;
margin-bottom: 12px;
}

.index_table a {
color: white;

font-weight: 900;

}

#Content .index_table h1 {
margin: 0.6em 0 0;
color: #96bf0d;
font-size: 1.6em;
font-weight: 100;
}

.index_table h1 a {
text-decoration: none;
color: #96bf0d;
font-weight: 100;
}

.index_table a {
text-decoration: underline;
color: #96bf0d;
}

/* End News box */



/* Generic side box setup.  Ideally all sideboxes
   should have a class "sidebox" for this.  */

#leftbar div {
width: 163px;
padding: 0;
margin: 3px 0 6px;
border-bottom: 3px solid #a6db4f;
}

#leftbar div h1 {
width: 139px;
height: 19px;
background: url(greenheader.gif) no-repeat;
text-transform: uppercase;
font-weight: 100;
font-size: 1em;
line-height: 1em;
margin: 0;
padding: 4px 0 9px 24px; /* to centre over background, align box content correctly  */
}



/* Ideally this would have been a child selector, but as
   IE<7 won't like it, we can use a general selector and
   will need to compensate on further nested elements */

#leftbar div * {
margin: 0 24px;
padding-bottom: 13px;
}

#leftbar div * *,
#leftbar div img {
margin: 0;
padding-bottom: 0;
}

#leftbar div.futureservice h1 {
background: url(redheader.gif) no-repeat;
color: white;
}

#leftbar div.futureservice {
border-bottom: 3px solid #d5001e;
}

#leftbar div.futureservice p {

font-weight: bold;
}

#leftbar div.searchbox {
border: none;
padding: 1px 0;
background-color: rgb(165, 165, 165);
text-align: left;
}

#leftbar div.searchbox * {
padding: 0;
}

#leftbar div.searchbox h1 {

padding: 0;
background: transparent;
text-transform: lowercase;
}

#leftbar div.searchbox form {
margin: 10px;
}


#leftbar div.searchbox input.txt {
width: 137px;
margin: 0 0 5px;
padding: 0;
}

#leftbar div.quicklinks ul {
list-style-type: none;
padding-left: 0; /* remove list indent */
font-size: 1.1em;
}

.homepage_box h1 {
font-size: 1.5em;
color: #d5001e;
margin: 1em 0 1.5em;
}

.homepage_box h2 {
font-size: 1.5em;
color: black;
margin: 0;
}

.homepage_box p {
margin: 0;
padding: 0;
}

/* ------ Menu ------ */
#Navbox{
	width:800px;
	height:34px;
	text-align:center;
	font-size:1em;
font-weight:bold;
font-family: "Century Gothic", sans-serif;
background: url(menu_bg.gif);
text-transform: uppercase;

}

#Navbox li li {
font-family: Arial, sans-serif;
	font-size:1.3em;
text-transform: none;

}

#nav, #nav ul{
	padding:0;
	margin:0;
	list-style:none;
	line-height:1;
/*background: url(nav_bg.gif);*/
}

#nav a{
	display:block;		
	padding:10px 0px 0px 0px;	
	text-decoration:none;
	color: white;
}

#nav li li a {
color: black;
padding: 2px 0 0;
}

* html #nav a{height:34px;}

#nav a:hover{color:#fff!important;}
#nav li li a:hover{color:#000!important;}
* html #nav a:hover{height:34px; background-image:url(menu_hover.gif); background-repeat: repeat-x;}

/* ---- These are the top level menu items ---- */
#nav li{
	float:left;
	height:34px;
	width:113px;
margin: 0 1px 0 0;
	background-image:url(nav_bg.gif);
	background-repeat: repeat-x;
	color: black;
}

#nav li:hover{
	background-image:url(menu_hover.gif);
	background-repeat: repeat-x;
	color:#fff!important;
}
/* ---- End top level menu items ---- */


/* ---- dropdown menu items ---- */
#nav li li {
	float:left;	
	width:142px;
	background-image:none;
border: solid #CFD4D5 1px;
border-top: none;
height: 17px;
background-color:#efefef;
}

#nav li ul{
	position:absolute;
	width:142px;
	text-align:left;
	font-size:0.85em;
	left:-999em;
	background-color:#efefef;
	
	margin:8px 0px 0px 0px;	
z-index: 10;
}
* html #nav li ul{margin:-10px 0px 0px -55px;}

#nav li ul li a{color:black;}
#nav li ul li a:hover{color:#000;}

* html #nav li ul li a{color:#000; height:20px; margin:0px 0px -10px -10px; padding-left:10px;}
* html #nav li ul li a:hover{color:#000; height:20px; margin:0px 0px -10px -10px; background-color:#b30000; background-image:none;}

#nav li ul li{
	width:142px;
	height:auto;
	padding:0px 0px 2px 10px;
	
}

#nav li ul li:hover{
	background-image:none; 
	background-color:#b30000;
}

#nav li:hover ul {
	left:auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
}

/* ---- End dropdown menu items ---- */
/* ---- End Menu ---- */