/* CSS Document */


/*--- Basic principles ---*/

html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#000;
	line-height:15px;
	background:#fff url(../_img/bgd.gif) repeat-x;
}

p, td, li, input, label, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
}

p {
	margin:0 0 15px 0;
	padding:0;
}

td {
	vertical-align:top;
}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#40175d;
	font-weight:bold;
	text-decoration:underline;
	padding:2px 0;
}

a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#a4c820;
	font-weight:bold;
	text-decoration:underline;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#40175d;
	font-weight:bold;
	margin:0 0 4px 0;
	
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#40175d;
	font-weight:bold;
	margin:0 0 4px 0;
	
}



.caption {
	font-style:italic;
	margin:0 0 6px 0;
}


/*--- Lists ---*/

ol {
	list-style-type:decimal;
	padding: 0 0 0 35px; /* move number to the right (add padding-left) */
	margin: 0 0 15px 0; /* Move number using left-margin */
	line-height:15px; /* define so bullet image is placed properly from a defined 'Left' 'Top' */
}

ol li {
	padding: 0 0 0 0; /* define distance of text from bullet */
	margin: 0 0px 2px 0; /* define distance between bullets (appreciated if bullets wrap)  and distance from right*/
}

#sb ul {
    /*position:relative;*/ /* fix IE6 disappearing bullet bug */
	list-style-type:none; /* remove automatic bullet */	
	padding: 0 0 0 10px; /* move bullet to the right (add padding-left) */
	margin: 0 0 15px 0; 
	line-height:15px; /* define so bullet image is placed properly from a defined 'Left' 'Top' */
}

#sb ul li {
	background-image: url(/_img/bullet.gif); /* add custom bullet */
	background-repeat: no-repeat; 
	background-position: 0 6px; /* position from 'Left' 'Top' - used mostly for small bullet images */
	padding: 0 0 0 15px; /* define distance of text from bullet */
	margin: 0 0px 2px 0; /* define distance between bullets (appreciated if bullets wrap)  and distance from right*/
}

#sb ol ul { /* when there's an unordered list inside an ordered list */
	margin-bottom:10px;
}


ul.linkList { /* no bullet */
	list-style-type:none;
	padding: 0 0 0 0; 
	margin: 0 0 15px 0; 
	line-height:15px;
}

ul.linkList li {
	background-image: none; 
	padding: 0 0 0 0; 
	margin: 0 0px 4px 0; 
}


ul.navList { /* no bullet */
	list-style-type:none;
	padding: 0 0 0 0; 
	margin: 0 0 15px 0; 
	line-height:15px;
}

ul.navList li {
	background-image: url(/_img/bullet.nav.gif);
	background-repeat: no-repeat; 
	background-position: 0 6px;
	padding: 0 0 0 7px; 
	margin: 0 0px 4px 0; 
}

ul.navList a {
	text-decoration:none;
}

ul.navListBul { /* no bullet */
	list-style-type:none;
	padding: 0 0 0 0; 
	margin: 0 0 15px 0; 
	line-height:15px;
}

ul.navListBul li {
	background-image: url(/_img/bullet.gif);
	background-repeat: no-repeat; 
	background-position: 0 6px;
	padding: 0 0 0 7px; 
	margin: 0 0px 4px 0; 
}

ul.navListBul a {
	text-decoration:none;
}


#interiorSidebar ul li{
	padding-left:0;
	/*background-image: url(/_img/bullet.gif); /* add custom bullet */
	background-repeat: no-repeat; 
	background-position: 0 6px; /* position from 'Left' 'Top' - used mostly for small bullet images */
	padding: 0 0 0 15px; /* define distance of text from bullet */
	margin: 0 0px 2px 0; /* define distance between bullets (appreciated if bullets wrap)  and distance from right*/
}

#interiorSidebarinner ul li{
	padding-left:0;
	background-image: url(/_img/bullet.nav.gif); /* add custom bullet */
	background-repeat: no-repeat; 
	background-position: 0 6px; /* position from 'Left' 'Top' - used mostly for small bullet images */
	padding: 0 0 0 15px; /* define distance of text from bullet */
	margin: 0 0px 2px 0; /* define distance between bullets (appreciated if bullets wrap)  and distance from right*/
}

#innerBodybull ul li{
	background-image: url(/_img/bullet.gif); /* add custom bullet */
	background-repeat: no-repeat; 
	background-position: 0 6px; /* position from 'Left' 'Top' - used mostly for small bullet images */
	padding: 0 0 0 15px; /* define distance of text from bullet */
	margin: 0 0px 2px 0px; /* define distance between bullets (appreciated if bullets wrap)  and distance from right*/
}

#innerBodybull a {
	text-decoration:none;
}

#Bodybull ul li{
	background-image: url(/_img/bullet.gif); /* add custom bullet */
	background-repeat: no-repeat; 
	background-position: 0 6px; /* position from 'Left' 'Top' - used mostly for small bullet images */
	padding: 0 0 0 15px; /* define distance of text from bullet */
	margin: 0 0px 2px 15px; /* define distance between bullets (appreciated if bullets wrap)  and distance from right*/
}

#innerBodyarrow ul li{
	background-image: url(/_img/bullet.nav.gif); /* add custom bullet */
	background-repeat: no-repeat; 
	background-position: 0 6px; /* position from 'Left' 'Top' - used mostly for small bullet images */
	padding: 0 0 0 15px; /* define distance of text from bullet */
	margin: 0 0px 2px 15px; /* define distance between bullets (appreciated if bullets wrap)  and distance from right*/
}

.GreySbTitles {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	float:left;
	}

.PplSbTitles {
	color:#330066;
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:left;
	font-weight:bold;
	float:left;
	letter-spacing:-1px;
	line-height:30px;
}

.PplSbTitlesSm {
	color:#330066;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	float:left;
	padding:20px 0 0 20px;
}

#rtlLower {
	margin-left:20px;
	margin-right:10px;
	float:left;
	width:150px;
}
	
	
.sbImageTitles {
		float:left;
		width:47px;
}
#rtlLeftcontainer {
	width:190px;
	float:left;
}

#rtlsbtop {
	float:left;
	width:190px;
	background-image:url(../_img/rtlsb_top.gif);
	background-repeat:no-repeat
}
#rtlsbmdl {
	float:left;
	width:190px;
	background-image:url(../_img/rtlsb_mdl.gif);
	background-repeat:repeat-y;
	height:auto;
}

#rtltext1 a:hover {color:#40175d;}

#rtltext1 a {
	color:#666666;
	font-size:11px;
	text-decoration:underline;
	font-weight:normal;
}

#rtlsbmdl a {
	text-decoration:none;
	color:#5B5B5B;
}

#rtlsbmdl a:hover {
	text-decoration:none;
	color:#40175d;
}


#rtlsbbtm {
	float:left;
	width:190px;
	background-image:url(../_img/rtlsb_btm.gif);
	background-repeat:no-repeat;
}

#rtlrightcontainer {
	width:190px;
	float:right;
}
	
#rtldivider {
	background-image:url(../_img/menu_sep.png);
	margin-top:5px;
	margin-bottom:5px;
	background-repeat:no-repeat;
	width:90%;
}

#rtllwrdivider {
	border-bottom:1px solid #A6A6A6;
	margin:15px 20px 15px 20px;
	width:75%;
}

#rtl{
	color:#5B5B5B;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	padding-top:5px;
}

#rtl li{
	list-style: square;
	margin-left:36px;
	color:#5B5B5B;
	font-size:11px;
	font-weight:normal;
}

#rtlcntr li {
	list-style: square;
	margin-left:70px;
	color:#5B5B5B;
	font-size:11px;
	font-weight:normal;
}

#rtlGreyTitles {
	color:#5B5B5B;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	padding-top:5px;
}

#rtlGreySubTitles {
    vertical-align: middle ;
	color:#5B5B5B;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	margin-bottom:5px;
	}

/*--- Architectural elements (and some dependancies) ---*/

#container {
	margin:0 auto;
	width:800px;
	background-color:#FFFFFF;
}

#header {
	background:#fff;
	height:115px;
}

#rtlheader {
	background:#fff;
	height:98px;
}


img.logo {
	margin:10px 0 0 40px;
}

#topnav {
	background:#fff;
	margin:2px 0;
	padding:0 0 0 15px;
	height:27px;
}

.navRight {
	float:right;
	padding:6px 5px 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#2a024b;
}

.navRight a {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#2a024b;
	font-weight:normal;
	text-decoration:none;
	margin:0 9px;
	padding:4px 0;
}
.navRight a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#a4c820;
	font-weight:normal;
	text-decoration:none;
	margin:0 9px;
}

#content {
	clear:both;
	background:#fff;
}

#footer {
	text-align:center;
	font-size:10px;
	color:#a0a299;
	margin:30px 0 30px 0;
	width:780px;
}
#footer a {
	font-weight:normal;
	font-size:10px;
	text-decoration:underline;
	color:#a0a299;
}
#footer a:hover {
	font-weight:normal;
	text-decoration:underline;
	color:#421a60;
}

#footer span {
	margin:0 10px;
}



/*--- Top navigation - Suckerfish CSS modified ---*/

#nav, #nav ul {
	float: left;
	width: auto;
	list-style: none;
	line-height: 10px;
	background: white;
	font-weight: normal;
	font-size:11px;
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	color: #421a60;
	text-decoration: none;
	padding: 0;
	line-height:30px;
	font-weight:normal;
}

#nav a.daddy { /* has a child - define indicating arrow */
	background: url(/_img/rightarrow2.gif) top right no-repeat;
}

#nav li {
	background-image: none; /* override from default li */
	float: left;
	padding: 0;
	margin:0;
	width: auto;
	line-height:13px;
	
}

#nav li ul { /* box around dropdown */
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px; 
	font-weight: normal;
	border:1px solid #a3c622;
	margin: 0;
	padding:0;
	line-height:13px;
}

#nav li li { /* dropdown nav item */
	padding:4px 10px 4px 10px;
	width: 150px;
	
}

#nav li ul a {
	/*width: 13em;
	w\idth: 9em;*/
	width:150px;
}

#nav li ul ul {
	margin: -18px 0 0 160px; /* position secondary nav to the right and up a bit */
}

#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 {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #e8f1c8;
}





/*--- Home pages ---*/

.portal {
	border-collapse:collapse;
	
}

.portal td {
	background-color:#fff;
	border:none;
}



.portal p span {
	font-weight:bold;
	color:#421a60;
}

.portalPane div img {
	padding-bottom:5px;
}

.portalPane div a {
	color:#000;
	text-decoration:none;
	font-weight:normal;
	padding:2px 0;
}

.portalPane div a:hover {
	color:#000;
	text-decoration:none;
	font-weight:normal;
}

.news p { /* used on setcion home pages */
	margin:0 0 4px 0;
}




/*--- Interior pages ---*/

#interiorContent {
	/*float:left;*/
	width:500px;
	margin:0 0 0 50px;
	padding:29px 0 0 0;
	min-height:300px; /* begin min-height and IE6 hack */
	height:auto !important; /* continue min-height and IE6 hack */
	height:300px; /* end min-height and IE6 hack */
}

#interiorSidebar {
	display:inline; /* for IE6 */
	float:right;
	width:215px;
	margin:0 18px 0 0;
	padding:29px 0 0 0;
}

#interiorSidebar .container {
	border:1px solid #d8dad0;
	padding:11px 14px 0px 14px;
	margin:0 0 14px 0;
}

#interiorSidebar .divider {
	border-bottom:1px dotted #d8dad0;
	margin:14px 0 14px 0;
	
}

#interiorSidebar img {
	display:block;
	margin-bottom:8px;
	border:1px solid #d8dad0;
	
}




#clientList {
	
}

#clientList th, #clientListHealthcare th {
	vertical-align:top;
	padding:15px 15px 15px 10px;
	border-bottom:1px solid #c8dcf1;
	
}
#clientList td, #clientListHealthcare td {
	vertical-align:middle;
	padding:15px 0 15px 0;
	border-bottom:1px solid #c8dcf1;
}

#clientList td p, #clientListHealthcare td p {
	margin-bottom:6px;
}

#clientListHealthcare td {
	padding:5px 5px 5px 0;
}


.question { /* used in show/hide Top 10 lists */
	font-weight:bold;
	color:#421a60;
	cursor:pointer;
	margin-left:13px;
	text-indent:-13px;
}

.answer {
	margin-bottom:8px;
	margin-left:13px;
}

#interiorSidebar img {
	display:inline;
	border:none;
	margin:0 4px 0 0;
	padding:0;
	vertical-align:middle;
}




#interiorContent .localSection img { /* image thumbnails - used in conjunction with Lightbox2 */
	border:1px solid #d8dad0;
	margin:0 0 4px 0;
	/*margin:0 0 10px 15px;*/
}

#interiorContent .localSection a:hover img { /* image thumbnails - used in conjunction with Lightbox2 */
	border:1px solid #a3c622;
	/*margin:0 0 10px 15px;*/
}

#interiorContent .localSection span {
	margin:0 0 10px 15px;
}

#interiorContent .localSection span p {
	margin-bottom:0;
}



/*--- Grouping ---*/

fieldset {
	border:1px solid #cddff2;
	padding:0 15px;
	margin:0 0 15px 0;
}

legend {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#40175d;
	font-weight:bold;
	margin:0;
	padding:5px;
}

.GreenTitlesLGR {
	color:#a4c820;
	font-family:"Franklin Gothic Medium";
	font-size:22px;
	line-height:25px;
	text-align:left;
	font-weight:bolder;
	padding-bottom:20px;
	vertical-align:-60%;
	text-decoration: none;
	}

.GreenTitles {
	color:#a4c820;
	font-family:"Franklin Gothic Medium";
	font-size:19px;
	line-height:25px;
	text-align:left;
	font-weight:bolder;
	padding-bottom:20px;
	vertical-align:-60%;
	text-decoration: none;
	}
.ImageTitles {
		float:left;
		padding-bottom:1px;
		width:48px;
}


	
.GreenPageTitles {
	color:#a4c820;
	font-family:"Franklin Gothic Medium";
	font-size:19px;
	line-height:25px;
	text-align:left;
	font-weight:bolder;
	padding:10px 0 13px 5px;
	float:left;
	width:89%;

	}
	


.subhomeTitles {
	color: #000000;
	/*font-family: "Franklin Gothic Medium Cond";*/
	/*font-size:14px;*/
	line-height:15px;
	padding-bottom:2px;
	font-weight:bold;
}

.GreyTitlesLG {
	color: #999999;
	/*font-family: "Franklin Gothic Medium Cond";*/
	font-size:18px;
	line-height:20px;
	vertical-align:top;
	padding-bottom:25px;
}

.subhome {
	color: #000000;
	/*font-family: "Franklin Gothic";*/
	}

.subhome a{
		font-weight:bold;
		text-decoration:underline;
		font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#40175d;
		
}

.subhome a:hover{
		font-weight:bold;
		text-decoration: underline;
		font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#a4c820;
}

.PurpleTitles {color:#330066;/*font-family: "Franklin Gothic Medium Cond";*/ font-size:20px; line-height:30px;padding-left:10px; vertical-align: top;}

/*--- Random yet useful ---*/

sup {
	vertical-align:text-top;
	font-size:10px;
}

.gotoTop {
	text-align:right;
}

.clearMe {
	clear:both;
	height:1px;
	font-size:0.1px;
}

.noticeMe {
	color:red;
	background:yellow;
	border:2px dashed blue;
}

.noFlash {
	background:#FDFDFD;
	border:4px double #FF0000;
	padding: 10px 10px 0px 10px;
	margin:10px 20px;
}

/*---------------------- New Menu Styling -------------------------*/

<style type="text/css" media="screen"> 
#menu {
width: 100%;
background: #eee;
float: left;
}
 
#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}
 
#menu a, #menu h2 {
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;/*font-family: "Franklin Gothic Medium Cond";*/
/*font-size:14.1px;*/
font-weight:normal;
display: block;
margin: 0;
padding: 3px 2px 3px 2px;
}
 
#menu h2 {
color: #330066;
background: #FFFFFF;
text-transform: none;
}

#menu h2:hover {
	background-color:#E8F1C8;
}

#menu img { margin-left:94%;
margin-top:-9px;
border:0px;
}
 
#menu a {
color: #330066;
background: #FFFFFF;
text-decoration: none;
}
 
#menu a:hover {
color: #330066;
background:#E8F1C8;
}
 
#menu li {position: relative;}
 
#menu ul ul {
position: absolute;
width:18em;
z-index: 500;
border-width: 1px;
border-style: solid;
border-color: #a4c820;
display:none;
text-indent:5px;
}
 
#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width:18em;
z-index: 500;
border-width: 1px;
border-style: solid;
border-color: #a4c820;
display:none;
text-indent:5px;
}

div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {display: none; border:0px;}
 
div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {display: block; border:1px;}

#footer {font-size:9px;}

#footer a{text-decoration:none;}
 
</style>