/* BEGIN Header */
#head {
	background: #001f72 url(../images/head.jpg) no-repeat top left;
	width: 900px;
	height: 79px;
	margin: 0 auto;
	padding: 0px;
}

#headlink {
	width: 900px;
	padding: 10px 20px 5px 0px;
	text-align: right;
	font-family: Verdana, sans-serif;
	color: #ffffff;
}

#headtext {
	color: #ffffff;
}

#headlink a {
	color: #ffffff;
	text-decoration: none;
}

#headlink a:hover {
	color: #fbb300;
	text-decoration: none;
}

/* END header */

/* BEGIN menu */

#menu {
	background: #ffffff url(../images/menu_bkd.gif) repeat-x top left;
	width: 898px;
	height: 20px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #fbb300;
	border-right: 1px solid #fbb300;
	text-align: right;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	margin: 0px;
	list-style: none;
}

#menubottom {
	background: #001f72 url(../images/menu_btm.gif) repeat-x top left;
	width: 898px;
	height: 6px;
	margin: 0 auto;
	padding: 0px;
	border-left: 1px solid #fbb300;
	border-right: 1px solid #fbb300;
}

li ul{
	/*position:relative;*/
	display:none;
	padding:0px;
	margin:0px;
	list-style:none;
	background-color:#0033cc;
	/*background-color:#022D9E;*/
	background-repeat:repeat;
	text-align: justify;
	}
li{
	position:relative;
	margin:0px;
	color:#000000;
	right: 0px;
	
}
ul li ul li{
	position:relative;
	padding-left:19px;
	border-bottom:1px solid #f9bd29;
	color:#000000;
	right: 0px;
	background-position:left;
	vertical-align:middle;
}

ul li ul li a{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

ul li ul li.hover{
	background-image:url('../images/ht_symbol.gif');
	background-repeat:no-repeat;	
	
}

ul li ul li.hover a{
	color:#f9bd29;

}

.subMenu{
	background-repeat:no-repeat;
}
.click{
	
	
}
.click ul{
	display:block;
}
/* END menu */

/* BEGIN content bottom */
#mainbottom {
	width: 898px;
	height: 0px;
	padding: 0px;
	border-top: 1px solid #fbb300;
	border-left: 1px solid #fbb300;
	border-right: 1px solid #fbb300;
	clear: both;
}
/* END content bottom */

/* BEGIN footer */
#bottom {
	color: #ffffff;
	background: #012178 url(../images/bkd_footer.gif) repeat-x top left;
	text-align: center;
	font-family: helvetica, sans-serif;
	font-size: 10px;
	border-left: 1px solid #fbb300;
	border-right: 1px solid #fbb300;
	padding-bottom: 4px;
	position: relative;
	z-index: 4000;
}

#bottom div {
	color: #ffffff;
	background: #012178 url(../images/bkd_footer.gif) repeat-x top left;
	text-align: center;
	font-family: helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 5px;
	color: #3d4faf;
	
}

#footerlinks {
	padding-top: 7px;
	height: 14px;
	color: #3d4faf;
}

#footerlinks a {
	color: #3d4faf;
	text-decoration: none;
	font-weight: normal;
	font-family: verdana, sans serif;
}

#footerlinks a:hover {
	color: #fbb300;
	text-decoration: none;
}

.footerlink a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-family: verdana, sans serif;
}

.footerlink a:hover {
	color: #fbb300;
	text-decoration: none;
	color: #3d4faf;
}

.footertext {
	color: #ffffff;
}

#bottomcap {
	background: #fbb300 url(../images/bkd_bottom.gif) no-repeat top left;
	width: 900px;
	height: 12px;
	margin: 0 auto;
}
/* END footer */

/* BEGIN globals */
body {
	width: 900px;
	background: #01154c;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: center;
	height: 100%;
	min-height: 100%;
}

#body_wrapper {
	background-color: #ffffff;
	display: block;
	margin: 0px auto;
	width: 900px;
}

h2.right {
	margin-top: 5px;
	margin-bottom: -5px;
	color: #4e63cc;
	background: transparent url(../images/arrow_right.gif) no-repeat 10px 6px;
	padding-left: 20px;
	font-family:Georgia, Times, serif;
	font-size: 18px;
	}
	
h3 {margin-bottom: -10px;}
	
img {border: none;}
#navContainer{
	background-color:#FFF;
	/* background-image:url(../img/nav_bg.gif); */
	border-bottom:1px solid #000;
	/* to fix ie z-index bug that shows up in leftnav h2 */
	position: relative;
	z-index: 2;
	}
#nav{width:750px;margin:0 auto;float:right;}

#nav, #nav ul { /* all lists */
	padding: 0;	
	list-style: none;
	line-height: 14px;		
	display:block;
	/* to fix ie z-index bug that shows up in leftnav h2 */
	position: relative;
	z-index: 2;
	
}

#nav ul{width:100px;}

#nav a 
{
    color:#666;
	display: block;	
	text-align:center;		
	font-size:11px;
	padding:0 0 2px 0;
	font-weight:bold;
	text-decoration:none;
}


#nav li { /* all list items */
	float: left;
	width: 149px; /* width needed or else Opera goes nuts */	
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	padding:0;
}

#nav li.last{border-bottom:none;border-right:none;}

#nav li.top{padding:2px 0 2px 0;border-bottom:none;}
#nav li.top ul a{font-size:11px;padding:2px;border-right:none;font-weight:normal;}


#nav li ul { /* second-level lists */
	position: absolute;	
	border-left:2px solid #f6ae01;
	border-right:2px solid #f6ae01;
	border-bottom:2px solid #f6ae01;
	width: 195px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	float:left;	
	top:20px;
}

#nav li ul a{color:#FFF;text-align:left;line-height:12px;}
#nav li ul a:hover{color:Orange;}

#nav li ul li{width:185px;border-right:none;padding-left:10px;padding-top:2px;padding-bottom:2px;}


#nav li ul ul { /* third-and-above-level lists */
	margin: -1.5em 0 0 13em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
}

/*Fix for IE7*/
*:first-child+html #nav {height: 1%;} 
*:first-child+html #nav li {height: 1%;}

div.clear{clear:both;font-size:0;line-height:0;overflow:hidden;}
/* END globals */

/* BEGIN Left column */

#leftnav {
	width: 195px;
	height: 366px;
	padding: 0px;
	margin: 0px auto;
	border-left: 1px solid #fbb300;
	float: left;
	text-align: left;
}

h2#lefttab-header {
	margin:0;
	padding-left: 10px;
	background: url(../images/tab_services.gif) no-repeat 0 0;
	text-indent: -9999px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #fbb300;
	}

#leftnav ul{
    width: 195px; 
	height: 336px;
    background: url(../images/leftnav_home.gif);
    margin: 0 auto; 
	padding: 0;
    position: relative;}
#leftnav li {
    margin: 0; 
	padding: 0; 
	list-style: none;
    position: absolute; 
	left: 0;}
#leftnav li, #leftnav a {
    height: 56px; 
	display: block;}
	
#leftnav a {
   	text-indent: -9999px;
	}

#leftnav1a {top:0; width: 195px;}
#leftnav2a {top: 56px; width: 195px;}
#leftnav3a {top: 112px; width: 195px;}
#leftnav4a {top: 168px; width: 195px;}
#leftnav5a {top: 224px; width: 195px;}
#leftnav6a {top: 280px; width: 195px;} 
   
#leftnav1a a:hover {
    background: transparent url(../images/leftnav_home.gif)
    -195px 0 no-repeat;}
#leftnav2a a:hover {
    background: transparent url(../images/leftnav_home.gif)
    -195px -56px no-repeat;}
#leftnav3a a:hover {
    background: transparent url(../images/leftnav_home.gif)
    -195px -112px no-repeat;}
#leftnav4a a:hover {
    background: transparent url(../images/leftnav_home.gif)
    -195px -168px no-repeat;}
#leftnav5a a:hover {
    background: transparent url(../images/leftnav_home.gif)
    -195px -224px no-repeat;}
#leftnav6a a:hover {
    background: transparent url(../images/leftnav_home.gif)
    -195px -280px no-repeat;}

/* Begin Right Content */

#right_content {
	text-align: left;
	width: 702px; 
	height: 366px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	border-right: 1px solid #fbb300;
	border-left: 1px solid #fbb300;
}

#right_content a {
	text-decoration: none;
	color: #4e63cc;
	}

#right_content div.right-box {
	width: 350px; 
	border-right: 1px solid #fbb300; 
	float: left;}

#right-A-top {
	background: #ffffff url(../images/bg_healthcare_home.jpg) no-repeat top right;
	border-bottom: 1px solid #fbb300; 
	height: 182px;
	}
	
#right-B-top {
	background: #ffffff url(../images/bg_legal.jpg) no-repeat top right;
	border-bottom: 1px solid #fbb300; 
	height: 182px;
	}
	
div#right-A-bottom {
	background: #ffffff url(../images/bg_ittech.jpg) no-repeat top right;
	height: 183px;
	}	
	
div#right-B-bottom {
	background: #ffffff url(../images/bg_busfi.jpg) no-repeat top right;
	height: 183px;
	}

#right_content p{
	font-family: Verdana, sans-serif;
	color: #817B57;
	width: 130px;
	padding-left: 10px;
	}
	
	/* END right column */