@charset "utf-8";
/* CSS Document */

body {
	background-color:#002750;
	margin:0px;
	padding:10px;
}
body, p {
	font-family:Tahoma, Helvetica, Sans-serif;
	font-size:12px;
}
img {
	border:0px;
}
a, a:visited {
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a:active {
	color:#007cff;
	text-decoration:underline;
}
hr {
	color:#002763;
	background:#002763;
	border:solid #002763 1px;
}
h1,h2,h3,h4,h5 {
	color:#002763;
}
h1 {
	font-size:24px;
	margin-top:5px;
}
h2 {
	font-size:20px;
	margin-top:2px;
	margin-bottom:3px;
}
h3 {
	font-size:18px;
	margin-top:2px;
	margin-bottom:3px;
}

#pageWidth {
	width:946px;
	text-align:left;
	position:relative;
}
#header {
	position:relative;
	width:946px;
	background:url(/assets/templates/blue/images/header_bar.png) no-repeat left center;
	height:60px;
	margin-top:30px;
}
#header_links {
	margin-left:260px;
}
#header_logo {
	position:absolute;
	/*top:-30px;*/
	top:0px;
	left:0px;
	z-index:20;
}
#underlay {
	z-index:10;
	position:absolute;
}
#body {
	position:relative;
	width:946px;
	background:url(/assets/templates/blue/images/body_bg.png) repeat-y left #FFFFFF;
}
#body_sidenav {
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
	width:215px;
	position:relative;
	/*background-color:#FF0000;*/
	margin-left:24px;
	vertical-align:top;
	margin-top:30px;
	text-align:center;
}
#body_sidenav_services {
	background:url(/assets/templates/blue/images/sidenav_services-box.png) no-repeat top center;
	width:178px;
	height:242px;
	margin-top:20px;
	padding-top:33px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:9px;
	text-align:left;
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
}
#body_sidenav_services ul {
	padding-left:22px;
	margin:0px;
	margin-top:5px;
}
#body_sidenav_services li {
	color:#002763;
	font-size:14px;
	font-weight:bold;
	padding-bottom:4px;
	padding-top:4px;
}
#body_sidenav_services a, #body_sidenav_services a:visited {
	color:#002763;
}
#body_sidenav_services a:hover, #body_sidenav_services a:active {
	color:#007cff;
}
#body_content {
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
	width:650px;
	position:relative;
	margin-left:22px;
	margin-top:14px;
	vertical-align:top;
	margin-bottom:85px;
}
#footer_logos {
	height:53px;
	position:absolute;
	right:139px;
	bottom:4px;
	text-align:right;
	z-index:1000;
}
#footer_logos p {
	padding:0px;
	margin:0px;
}
#footer_ac {
	position:absolute;
	right:0px;
	bottom:-30px;
	z-index:1000;
}
#footer_shadow {
	background:url(/assets/templates/blue/images/footer_shadow.png) no-repeat left center;
	width:946px;
	height:11px;
}
#copyright_line {
	margin-left:20px;
	margin-right:20px;
	position:relative;
	color:#FFFFFF;
	font-weight:bold;
}

/* ==============================
	CSS STYLES FOR Avastone Menu
   ==============================
*/
	
/***********************************************************
 Structural CSS for the structure and behavior of the menu 
				   USE EXTREME CAUTION!
   Modifying the CSS here will most likely break the menu!
************************************************************/
	
/* root-level menu list (UL) */
#header_links ul {
	position: relative;
	margin: 0;
	border: 0;
	padding: 0;
	display: block;
	white-space: nowrap;
	list-style: none;
	z-index:20;
}
	
/* submenu lists (ULs) */
#header_links ul ul {
	position: absolute;
	z-index: 20;
	margin: 0;
	border: 0;
	padding: 0;
	display: block;
	_display: none;
	white-space: nowrap;
	list-style: none;
	visibility: hidden;
}

/* menu items */
#header_links ul li {
	position: relative;
	list-style: none;
	float: left;
	/* display: inline;  */
	width: auto;
	_width: 1%;
	_height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
}

#header_links ul li li {
	width: 100%;
	white-space: normal;
}

/* menu item links */
#header_links ul a,  
#header_links ul span {
	display: block;
	text-decoration: none;
	margin: 0;
	border: 0;
	padding: 0;
}

/* Add more rules here if your menus have more than four (4) tiers */
#header_links ul li:hover ul ul,
#header_links ul li:hover ul ul ul,
#header_links ul li:hover ul ul ul ul,
#header_links ul li.iehover ul ul,
#header_links ul li.iehover ul ul ul,
#header_links ul li.iehover ul ul ul ul {
	left: -9999px;
	visibility: hidden;
	_display: none;
}

/* Add more rules here if your menus have more than four (4) tiers */
#header_links ul li:hover ul,
#header_links ul li li:hover ul,
#header_links ul li li li:hover ul,
#header_links ul li li li li:hover ul,
#header_links ul li.iehover ul,
#header_links ul li li.iehover ul,
#header_links ul li li li.iehover ul,
#header_links ul li li li li.iehover ul {
	left: auto;
	visibility: visible;
	_display: block;
}

.ArrowPointer {
	cursor: default;
}
	
	
	/******************************************************
	 Presentation CSS for customizing the look of the menu
	*******************************************************/
	
	/* root-level menu */
	#header_links ul { 
		text-align: left;
	}
	
	/* nested menu lists/submenus */
	/* Typically set borders, background colors here. */
	#header_links ul ul {
		border-left: 1px black solid;
		border-right: 2px black solid;
		border-bottom: 2px black solid;
		border-top:none;
		background-color:#ff0000;
	}
	
	/* menu items */
	/* Typically set menu item borders here. */
	#header_links ul li {
	}
	
	/* nested menu items */
	#header_links ul li li {
	}
	
	
	
	
	/* menu item links */
	/* Typically set padding, colors, text attributes here. */
	#header_links ul a,  
	#header_links ul span {
		padding: 0px;
		padding-left:20px;
		padding-right:20px;
		height: 60px;
		font-family:Tahoma, Verdana, sans-serif;
		font-weight:bold;
		color:#FFFFFF;
		font-size:14px;
		line-height: 55px;
		background:none;
	}
	/* hovered menu item links */
	#header_links ul li:hover a {
		background-image:url(/assets/templates/blue/images/header_nav_over.png);
		background-repeat:repeat-x;
		background-position:left center;
		background-color:#FF0000;
		color:#FFFFFF;
		
	}
	#header_links ul li:hover ul a {
		background:none;
	}
	
	#header_links ul li.active a {
		background-image:url(/assets/templates/blue/images/header_nav_over.png);
		background-repeat:repeat-x;
		background-position:left center;
		background-color:#FF0000;
		color:#FFFFFF;
	}
	#header_links ul li.active ul a {
		background:none;
		/*color:#FFFFFF;*/
	}
	
	/* nested menu item links */
	#header_links ul ul a,  
	#header_links ul ul span {
		font-size:12px;
		line-height:26px;
		height:auto;
		background:none;
	
	}
	
	
	#header_links ul ul {
		padding-top:2px;
		padding-bottom:5px;
	}
	/* hovered nested menu item links */
	#header_links ul li li a:hover {
		background:#FFFFFF;
		color:#000000;
		
	}
	
	/* Applied to the submenu list immediately under the menu item hovered over */
	/* Second-level menu lists only */
	#header_links ul li:hover ul,
	#header_links ul li.iehover ul {
		top:55px;
		width: 250px; /* width of submenu, must be set so third-level list can get shifted over properly */
	}
	
	/* Applied to the submenu list immediately under the menu item hovered over */
	/* Add more rules here if your menus have more than three (4) tiers */
	#header_links ul li li:hover ul,
	#header_links ul li li li:hover ul,
	#header_links ul li li li li:hover ul,
	#header_links ul li li.iehover ul,
	#header_links ul li li li.iehover ul,
	#header_links ul li li li li.iehover ul {
		left: 250px;
		top: 0;
	}
	
	#header_links ul a.MenuRootBranch {
	}
	
	#header_links ul a.MenuItemBranch {
	}
	
	#header_links ul li a.MenuItemCurrent {
		background-color: #999;
	}
	
	#header_links ul a.MenuItemBreadcrumb {
	}
	
	#header_links ul li.rootSeparator {
	}
	
	#header_links ul li.subSeparator {
	}
	
	#header_links ul li.leftCap {
	}
	
	#header_links ul li.rightCap {
	}