body {
	margin:0; padding: 0;
}

#site_map ul li {font-size:15px;}
#site_map ul li ul li {font-size:13px; cursor:pointer; text-decoration:underline;}


/* Controls the sub content paragraph text color */
#submain .ha, #submain p, #submain td, #submain li { color:#827053; }

/*** BEGIN CSS NAVIGATION MENU ***

Please read the comments at the beginning of each css declaration. This will help guide you through the process of implementing the menu into designs

THESE COMMENTS SHOULD BE DELETED BEFORE MIGRATION TO LIVE SERVER. EITHER DELETE BY HAND OR THROUGH AUTOMATION LIKE GREP.
*/

#menuwrap { height:150px; padding-left: 4px;}

#vmenu ul li { 
/*
	This controls the menu items. You will set color, font, width, border and background here.
	Keep in mind that these settings are for all menu items, though you can change secondary and tertiary items below.
	The value for width will control the overall width of a single menu item. Values for the span tag and others will
		need to match up to this value.
*/
	color:#1B1464;
	font-family: Times New Roman;
	font-size:14px;
	font-weight:bold;
	width:130px;
	border-width:0px 0px 0px 0px;
	border-color:#000 #000 #000 #000;
	border-style:solid;
	
	/* leave be unless you want the nuts and bolts */
	position: relative;
	margin:0;padding:0;
    display:block;
}

#vmenu ul ul li {
/*
	This controls the SECOND and THIRD LEVEL menu items. You will set color, font, width, border and background here.
	Keep in mind that these settings are for only the second and third level menu items. Any value not set here will be inherited from the main declarations above
*/	
	font-family: Arial;
	width:180px;
	font-size:12px;
	font-weight:500;
	border-width:0px 1px 1px 1px;
	border-color:#4A522A #4A522A #4A522A #4A522A;
	border-style:solid;
	background-image:none;
	background-color:#CBD2E5;
	float:left;
}

#hmenu ul ul ul li { 
/*
	This controls ONLY THE THIRD LEVEL menu items. You will set color, font, width, border and background here.
	Keep in mind that these settings are for only the third level menu items. Any value not set here will be inherited from the main declarations above
*/
	/* etc, etc */
}

#vmenu ul li span {
/*
	This controls the span within all li's, though you can change secondary and tertiary items below.
	You will use this to mainly declare padding around the text.
*/
	padding: 5px;
	
	/* leave be unless you want the nuts and bolts */
    display:block;
}

#vmenu ul ul li span {
/*
	This controls the span within SECOND AND THIRD LEVEL li's. 
	You will use this to mainly declare padding around the text.
*/
    padding: 5px;
}

#vmenu ul ul, #vmenu ul ul ul {
/*
	This controls the positioning of SECOND AND THIRD LEVEL menus. 
	Top is from the top of the parent menu item.
	Left is from the left of the parent menu item. 
	Usually top should be -1px. Left should usually be same value as width of li's.
*/
    top:-1px; 
    left:128px;
    
    /* leave be unless you want the nuts and bolts */
    display:none;
    position:absolute; 
}

#vmenu ul ul ul {
/*
	This controls the positioning of ONLY THIRD LEVEL menus. 
	Top is from the top of the parent menu item.
	Left is from the left of the parent menu item. 
	Usually top should be -1px. Left should usually be same value as width of li's.
	You can modify this if you have a different width for submenus than the main menus. 
	You'll want the left to be the same as the width set for SECOND AND THIRD level menu items.
*/
    top:1px;
	left:180px;
}

#vmenu ul li:hover, #vmenu ul li.hover {
/*
	This controls the effect when the user rolls over all menu items. 
	You can modify color, background etc here.
*/
    color:#314C9E;
	
}

#vmenu ul ul li:hover, #vmenu ul ul li.hover { 
/*
	This controls the effect when the user rolls over SECOND AND THIRD LEVEL menu items. You can modify color, background etc here.
	If you have any settings above for rollover that you do not want here you must set them to none (ex. background-image:none).
*/
	color: #fff;
	background-color:#314C9E;
}

#vmenu ul ul li img { 
/*
	This controls the arrow image that will appear on li tags with submenus.
	Set the 'arrow_white' for a white arrow and 'arrow_black' for a black arrow.
	You can upload a custom image as long as you give reference to it.
*/ 
	background:url(../images/arrow_black.gif) no-repeat;	
	
	/* leave be unless you want the nuts and bolts */
	width:16px; height:14px;
	float:right;border:0px;
}

/* leave these be unless you want the nuts and bolts */
#vmenu {
	float:left;
}

#vmenu ul { 
	padding:0;margin:0;
	list-style:none;
	z-index:99;
	overflow:visible;
	position:absolute; 
}

#vmenu ul ul li:first-child, #vmenu ul ul li.firstchild {
	border-top-width:1px;
}

#vmenu ul li:hover ul ul, #vmenu ul li:hover ul ul ul, #vmenu ul li.hover ul ul, #vmenu ul li.hover ul ul ul {
    display:none;  
}

#vmenu ul li:hover ul, #vmenu ul ul li:hover ul, #vmenu ul li.hover ul, #vmenu ul ul li.hover ul {
    display:block;
}

#vmenu ul li span:hover, #vmenu ul li span.hover {
	cursor:pointer;
}

li>ul { 
	top: auto;
	left: auto;
}

/* Win IE only \*/
* html #vmenu ul li{float:left;}
/* end holly hack */

/* END CSS NAVIGATION MENU */





/* THE     FOLLOWING      IS        ALL        FOR       THE       MENU        */
#menu {position:relative;width:110px; padding-left:12px;}
#menu ul li img {display: none;}

#menu ul {padding: 0;margin: 0;list-style: none; padding-left:5px;} /* all lists */

* html #menu ul li { float: left; height: 1%; } /* IE Hack to offset auto-margins inbetween subitems */
* html #menu ul li a { height: 1%; } /* IE Hack to offset auto-margins inbetween subitems */

.item1{clear:both;position: relative;font-family: arial, helvetica, sans-serif;width: 110px;}
.item2{clear:both;position: relative;font-family: arial, helvetica, sans-serif;width: 110px;}
.item3{clear:both;position: relative;font-family: arial, helvetica, sans-serif;width: 110px;padding-top:4px;padding-left:5px;}
*html .item3{clear:both;position: relative;font-family: arial, helvetica, sans-serif;width: 110px;padding-top:0px; padding-left:0px;}
.item4{clear:both;position: relative;font-family: arial, helvetica, sans-serif;width: 110px;}
.item5{clear:both;position: relative;font-family: arial, helvetica, sans-serif;width: 110px;}

.item1 a{color: #000066;font-size: 12px;font-weight:bold;width: 110px;text-decoration: none;}
.item2 a{color: #000066;font-size: 12px;font-weight:bold;width: 110px;text-decoration: none;}
.item3 a{color: #000066;font-size: 11px;width: 110px;text-decoration: none;}
*html .item3 a{color: #000066;font-size: 11px;width: 110px;text-decoration: none; padding-left:4px;}
.item4 a{color: #000066;font-size: 12px;font-weight:bold;width: 110px;text-decoration: none;}
.item5 a{color: #000066;font-size: 12px;font-weight:bold;width: 110px;text-decoration: none;}

.item3 a:hover{ text-decoration:underline; }

.itemtext1 {padding-top:5px; }
.itemtext2 {padding-top:5px; }
.itemtext4 {padding-top:5px; }
.itemtext5 {padding-top:5px; }

.subitem1 a{color: #000066;font-size: 11px;font-weight:normal;width: 110px;float: left;text-decoration: none;}
.subitem1 a:hover{color: #000066;font-size: 11px;font-weight:normal;width: 110px;float: left;text-decoration: underline;}

.subitem2 a{color: #000066;font-size: 11px;font-weight:normal;width: 110px;float: left;text-decoration: none;}
.subitem2 a:hover{color: #000066;font-size: 11px;font-weight:normal;width: 110px;float: left;text-decoration: underline;}

.subitem3 a{color: #000066;font-size: 11px;font-weight:normal;width: 110px;float: left;text-decoration: none;}
.subitem3 a:hover{color: #000066;font-size: 11px;font-weight:normal;width: 110px;float: left;text-decoration: underline;}

.subitem4 a{color: #000066;font-size: 11px;font-weight:normal;width: 110px;float: left;text-decoration: none;}
.subitem4 a:hover{color: #000066;font-size: 11px;font-weight:normal;width: 110px;float: left;text-decoration: underline;}

.subitem5 a{color: #000066;font-size: 11px;font-weight:normal;width: 110px;float: left;text-decoration: none;}
.subitem5 a:hover{color: #000066;font-size: 11px;font-weight:normal;width: 110px;float: left;text-decoration: underline;}

.subitem1{position: relative;float: left;width: 110px; padding-top:4px;}
.subitem2{position: relative;float: left;width: 110px; padding-top:4px;}
.subitem3{position: relative;float: left;width: 110px; padding-top:4px;}
.subitem4{position: relative;float: left;width: 110px; padding-top:4px;}
.subitem5{position: relative;float: left;width: 110px; padding-top:4px;}

/* END Drop down menu */

#submain .ha, #submain p, #submain td, #submain li { color:#000; }
#submain { font-size:12px;width:600px; text-align:left; } /* Controls the div element containing all sub content */
#submain_head { margin-bottom:20px; } /* Controls the page title and page title summary area of the sub page */
#submain_head .head_img { float:right;padding:0 0 5px 5px; } /* Controls the image on the top of each sub page */
#submain h3 { font-size:17px;padding:0;margin:0; } /* Controls h3 content within sub content (sub page title) */
#submain h4 { font-size:14px;padding:0;margin:0; } /* Controls h4 content within sub content (sub page sub areas) */
#submain h5 { font-size:13px;padding:0;margin:0; } /* Controls h5 content within sub content (sub page sub areas -a bit smaller) */
#submain p { padding:0 0 3px 0;margin:0; }
#submain ul { padding:0 0 20px 34px;margin:0; }
#submain li { padding:2px 0 4px 0;margin:0; }
#submain dl { padding:5px 0 0 0;margin:0; }
#submain dt { font-weight:bold;font-size:13px;text-decoration:underline;padding:0;margin:0; }
#submain dd { padding:0 0 15px 0;margin:0; }
#submain table.template_table { padding:0 0 5px 0;margin:0;width:90%; }
#submain table.template_table th { font-size:13px;font-weight:bold;vertical-align:bottom;text-align:left;border-bottom:2px solid #CCCCCC; }
#submain table.template_table td { font-size:12px;padding:3px 0 3px 0; border-bottom:2px solid #CCCCCC; }
#submain .subitem { padding-bottom:10px; } /* Controls sub page mini areas */
#submain .subitem_a { float:left; } /* each mini area has two columns. This is side a (left) */
#submain .subitem_b { padding-left:20px; } /* each mini area has two columns. This is side b (right) */
#submain .subitem_icon { padding:0;margin:0 } /* This controls the little image icon in each mini area */
#submain .ha { padding-bottom:6px } /* Every bit of text the user has typed in via the html area will be wrapped in this class */

