/* CSS Document */

	body {
		background-image:  url(images/body_bg.png);
		background-repeat: repeat-x;
		background-color:#0b3458;
		text-align: center;		
	}


	#container {
		width: 1000px;
		margin-right: auto;
		margin-left: auto; 
		background-color: #none;
	}

	#innercontent {
	    margin-right: 50px;
        margin-left: 240px;
		text-align: left;
		/* margin-left: 200px; */
		/* margin-left: 188px; IE Width */	
	}
	
	#content {		
		background-image:  url(images/content_bg.png);
		background-repeat: repeat-y;
		margin-left: 0px;
		width: 1000px;				
	}
	
	#contentheader {		
		background-image:  url(images/content_header.png);
		background-repeat: no-repeat;
		margin-left: 0px;
		width: 1000px;				
	}

	#leftmenu {
		float: left;
		position: relative;
		margin-left: 35px;
		width: 193px;
		text-align: left;
	}
	

	#header {
		background-image:  url(images/header3.png);
		background-repeat: no-repeat;
		width: 1000px;
		height: 180px;
		margin-left: 0px;
		

	}

	#footer {
		background-image:  url(images/content_footer2.png);
		background-repeat: no-repeat;		
		width: 1000px;
		height: 43px;
		margin-right: auto;
		margin-left: auto;

	}

	#footerbg {
		background-image:  url(images/footer_bg.png);
		background-repeat: repeat-x;		
	}




/* General Use Styles */	
	p {
		font-family: arial;
		text-align: left;
		font-size: 12px;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
		margin-left: 20px;
		margin-right: 40px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
	h1 {
		font-family: Arial;
		font-size: 20px;
		font-weight: normal;
		color: #133a5d;
		text-decoration: none;
		text-align: left;
		padding-top: 10px;
		margin-top: 0px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	h2 {
		font-family: "Century Gothic";
		font-size: 16px;
		font-weight: bold;
		color: #454545;
		text-decoration: none;
		text-align: left;
		margin-top: 10px;
		margin-left: 13px;
		margin-right: 5px;
		margin-bottom: 15px;
	}
	h3 {
		font-family: Verdana;
		font-size: 14px;
		font-weight: bold;
		color: #236198;
		text-decoration: none;
		text-align: left;
		border-bottom: 1px solid #e8dfbb;
		margin-top: 15px;
		margin-left: 13px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	
/* These are the Category Bullet Lists */
	
	ul {
		font-family: Arial;
		font-weight: bold;
		color: #414141;
		text-decoration: none;
		margin-top: 5px;
		margin-left: 35px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	
	li {
		font-size: 12px;
		font-weight: bold;
		list-style-type: circle;
		text-align: left;
		background-image:  url(images/list_item_arrow.png);
		background-repeat: no-repeat;
		background-position: center left;
		padding-left: 0px;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	
/* These are the Main Menu Links */	
	.navlist {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #3D7EB9;
		text-decoration: none;
	}
	A:Link {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #3D7EB9;
		text-decoration: none;
	}
	A:Visited {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #3D7EB9;
		text-decoration: none;
	}
	A:Active {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #3D7EB9;
		text-decoration: none;
	}
	A:Hover {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #155397;
		background-color: none;
		text-decoration: underline;
	}
	
	
/* These are the Side Menu Links */	
	
	#leftmenu ul {
		list-style-type: none;
	}
	
	#leftmenu li {
		position: relative;
		list-style-type: none;
		margin-top: 0px;		
	}
		
	#leftmenu a {		
		display: block;
		background-image:  url(images/menu_button.png);
		background-repeat: no-repeat;
		font-family: "Gill Sans MT", "Century Gothic", Arial;
		/* margin-left: 15px; */
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		color: #ffffff;
		width: 193px;
        height: 28px;
		padding-left: 20px;
		padding-top: 5px;
	}

	#leftmenu a:hover {		
		color: #ffd852;
		background-image:  url(images/menu_button-over.png);
		background-repeat: no-repeat;
		text-decoration: none;
		width: 193px;
        height: 28px;
	}


/* Root = Vertical, Secondary = Vertical */
ul#navmenu-v,
ul#navmenu-v li,
ul#navmenu-v ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px; /*For KHTML*/
  list-style: none;
}

ul#navmenu-v:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-v li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu-v a {
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 0px;
  display: block;
  background: #0f3a5f;
  color: #ffffff;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  /* height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-v a:hover,
ul#navmenu-v li:hover a,
ul#navmenu-v li.iehover a {
  background: #072136;
  color: #ffd52f;
}

/* 2nd Menu */
ul#navmenu-v li:hover li a,
ul#navmenu-v li.iehover li a {
  background: #1a66a7;
  color: #ffffff;
  margin-left:35px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-v li:hover li a:hover,
ul#navmenu-v li:hover li:hover a,
ul#navmenu-v li.iehover li a:hover,
ul#navmenu-v li.iehover li.iehover a {
  background: #16558a;
  color: #ffffff;
}

/* 3rd Menu */
ul#navmenu-v li:hover li:hover li a,
ul#navmenu-v li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-v li:hover li:hover li a:hover,
ul#navmenu-v li:hover li:hover li:hover a,
ul#navmenu-v li.iehover li.iehover li a:hover,
ul#navmenu-v li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-v li:hover li:hover li:hover li a,
ul#navmenu-v li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-v li:hover li:hover li:hover li a:hover,
ul#navmenu-v li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-v ul,
ul#navmenu-v ul ul,
ul#navmenu-v ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-v li:hover ul ul,
ul#navmenu-v li:hover ul ul ul,
ul#navmenu-v li.iehover ul ul,
ul#navmenu-v li.iehover ul ul ul {
  display: none;
}

ul#navmenu-v li:hover ul,
ul#navmenu-v ul li:hover ul,
ul#navmenu-v ul ul li:hover ul,
ul#navmenu-v li.iehover ul,
ul#navmenu-v ul li.iehover ul,
ul#navmenu-v ul ul li.iehover ul {
  display: block;
}



	
