/* GENERAL STYLES ========================================= */

/*
  Body styles, global font styles
*/
body {
	margin: 0;
	padding: 0;
	
	background-image: url(/images_theme/page-bg-repeat.jpg);
	background-repeat: repeat-x;
	
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1967a3;
}

/*
  Utility div to clear floats
*/
div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

/*
  Reset all spacing on tables
*/
table, td, th, tbody {
	margin: 0;
	padding: 0;
	border: none;
    border-spacing: 0;
	border-collapse: collapse;
}

/*
  Reset header styles
*/
h1, h2, h3, h4, h5, h6 {
	margin-top: 5px;
	margin-bottom: 5px;
}

/*
  Header 1 style
*/	
h1 {
	font-size: 30px;
	font-weight: normal;
	color: #63a3d9;
}

/*
  Use div border instead of HR for line
*/
div.hr {
	border-bottom: 1px solid #acc8dd;
	height: 0;
}

	/*
	  Hide HR inside to maintain semantics
	*/
	div.hr hr {
		display: none;
	}

/*
  Make paragraph style consistent across browsers
*/
p {
	margin: 0;
	margin-top: 3px;
	margin-bottom: 5px;
	line-height: 1.4em;
}

/*
  Style input texts and select boxes with font/color
*/
input.input-text,
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005699;
}

/*
  Pad input text boxes
*/
#header input.input-text {
	background-color: #ffffff;
}

input.input-text {
	padding-left: 4px;
	background-color: #e2eef8;
}

/*
  Remove border on image links
*/
a img {
	border: none;
}

/*
  Remove mozilla outlines on links
*/
a, input {
	outline: none;
}

/*
  Global link style
*/
a:link,
a:visited,
a:active {
	color: #1967a3;
}

/*
  Global link hover
*/
a:hover {
	color: #004478;
}






/* h1.page-header */
body.sub #page-body #item h1  {
	border-bottom:none;
	padding-bottom: 3px;
	margin-bottom: 1px;
	position: relative;
	top: 0;
	left: 0;
}
body.sub #page-body h1 {
	border-bottom: 1px solid #68ace5;
	padding-bottom: 3px;
	margin-bottom: 15px;
	position: relative;
	top: 0;
	left: 0;
}
body.sub #item h1 {
	padding-bottom: 3px;
	margin-bottom: 15px;
	position: relative;
	top: 0;
	left: 0;
}

body.sub #page-body #item h2  {
	border-bottom:10px;
	padding-bottom: 3px;
	margin-bottom: 1px;
	position: relative;
	top: 0;
	left: 0;
}

ul.tools {
	position: absolute;
	top: 29px;
	right: 0;
	
	color: #004478;
	font-size: 10px;
}



ul.tools a:link,
ul.tools a:active,
ul.tools a:visited {
	color: #004478;
	text-decoration: none;
}
ul.tools a:hover {
	color: #e37c00;
	text-decoration: none;
}



ul.tools .text-size a {
	padding-right: 20px;
}
ul.tools .text-size a:link,
ul.tools .text-size a:active,
ul.tools .text-size a:visited {
	background: url(/images_theme/text-size-up.png) top right no-repeat;
}
ul.tools .text-size a:hover {
	background: url(/images_theme/text-size-over.png) top right no-repeat;
}

ul.tools li {
	list-style-type: none;
	display: inline;
	text-transform: none;
	font-weight: normal;
	padding-right: 5px;
	border-right: 1px solid #44769c;
	margin-right: 5px;
}
ul.tools li.last {
	margin-right: 0;
	padding-right: 0;
	border: 0;
}


/*
  more arrow
*/
.more-arrow {
	vertical-align: middle;
}

/*
  Outermost centered container
*/
div#container {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	
	/* ensure page is tall enough to fit background gradient */
	min-height: 531px; /* non-ie6 */
	height: auto !important;
	height: 531px; /* ie6 */
	
	background-image: url(/images_theme/page-bg.jpg);
	background-repeat: no-repeat;
	
	position: relative;
	top: 0;
	left: 0;
	
	z-index: 1;
}


/* HEADER ================================================== */

/*
  Header div containing logo and search box
*/
div#header {
	width: 100%;
	padding-top: 15px;
}

	/*
	  Main logo
	*/
	img.bluecross-logo {
		display: block;
		float: left;
		position: relative;
		top: 2px;
		left: -1px;
	}
	
/*
  Search box
*/
div#search {
	width: 251px;
	float: right;
	
	position: relative;
	top: 0;
	left: 8px;
}

	/*
	  Search inputs
	*/
	#search input.input-text,
	#search select {
		display: block;
		float: left;
		width: 216px;
	}
	
	/*
	  Customize select width
	*/
	#search select {
		margin-top: 7px;
		width: 204px;
	}
	
	/*
	  Search submit button
	*/
	#search input.input-submit {
		float: right;
		margin-top: 2px;
	}
	
/*
  Header navigation
*/

#header #nav {
	float: right;
	text-align: right;
	color: #68ace5;
	margin-right: 9px;
}

	#header #nav a:link,
	#header #nav a:active,
	#header #nav a:visited {
		color: #004478;
		text-decoration: none;
	}
	
	#header #nav a:hover {
		color: #e37c00;
	}

	#header #nav .divider {
		margin: 0 8px;
	}


/* TOP NAVIGATION LEVEL 1 ========================================== */

/*
  Main navigation div
*/
div#top-navigation {
	margin-top: 16px;
	
	font-size: 9px;
	white-space: nowrap; /* prevent menu items from wrapping */
	
	background-color: #004478;
	border-bottom: 1px solid #001238;
	
	position: relative;
	top: 0;
	left: 0;
	
	z-index: 10;
}

	/*
	  Main navigation top level list
	*/
	#top-navigation ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
		/*
		  Main navigation top level item
		*/
		#top-navigation ul li {
			float: left;
			position: relative; /* allows submenus to be positioned absolute */
		}
	
	/*
	  Make links block floated elements
	*/
	#top-navigation a {
		display: block;
		float: left;
		
		padding-top: 7px;
		padding-bottom: 7px;
		padding-right: 10px;
		padding-left: 10px;
		
		/* Nav top-level link style */
		color: #b3c7d7;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	/*
	  Hover/selected state for top level nav adds red top border
	*/
	#top-navigation a:hover,
	#top-navigation li.selected a {
		color: #ffffff;
		border-top: 2px solid #e37c00;
		padding-top: 5px;
	}
	
	/*
	  Corner caps for rounded tab effect
	*/
	#top-navigation div.corner-l,
	#top-navigation div.corner-r {
		float: left;
		height: 24px;
		min-height: 24px;
		
		background-repeat: no-repeat;
	}
	
	/*
	  Left tab rounded corner
	*/
	#top-navigation div.corner-l {
		width: 7px;
		background-image: url(/images_theme/top-navigation-corner-l.png);
	}
	
	/*
	  Right corner cap
	*/
	#top-navigation div.corner-r {
		width: 8px;
		background-image: url(/images_theme/top-navigation-corner-r.png);
	}
	
	/*
	  Right corner ending div
	*/
	#top-navigation div.end {
		float: right;
		width: 7px;
		background-image: url(/images_theme/top-navigation-corner-r-end.png);
	}

/* TOP NAVIGATION LEVEL 2 ========================================== */

/*
  navigation submenu list
*/
#top-navigation ul ul {
	display: none; /* hide submenu */
	position: absolute;
	top: 26px;
	float: left;
	clear: both;
	padding-top: 10px;
	padding-bottom: 15px;
	
	border-top: 1px solid #0084af;
	border-right: 1px solid #001238;
	border-bottom: 1px solid #001238;
	border-left: 1px solid #0084af;
	
	font-size: 10px;
	background-color: #004478;
}

/*
  Make last submenu appear to left of item
*/
#top-navigation ul ul.left {
	position: absolute;
	right: -1.7em;
}

/*
  Show subnav on hover
*/
#top-navigation li:hover ul,
#top-navigation li.iehover ul {
	display: block;
}

	/*
	  Navigation submenu list item
	*/
	#top-navigation ul ul li {
		clear: both;
		float: none;
	}
	
		/*
		  Style for 2nd level nav
		*/
		#top-navigation ul ul a,
		#top-navigation ul ul a:hover,
		#top-navigation li.selected ul a,
		#top-navigation li.selected ul a:hover {
			float: none;
			
			padding-top: 7px;
			padding-right: 42px;
			padding-bottom: 7px;
			padding-left: 15px;
			
			color: #b3c7d7;
			text-transform: none;
			
			border-top: none;
		}
	
		/*
		  Style for 2nd level nav hover
		*/
		#top-navigation ul ul a:hover,
		#top-navigation li.selected ul a:hover {
			color: #ffffff;
			background-image: url(/images_theme/navigation-arrow.png);
			background-position: right;
			background-repeat: no-repeat;
		}


/* BANNER ============================================== */

/*
  
*/
div#banner {
	width: 920px;
	height: 316px;
	
	padding: 0;
	margin-top: 0;
	
	position: relative;
	top: 0;
	left: 0;
	
	border-bottom: 11px solid #a3ccef;
	
	z-index: 5;
}

body.sub div#banner {
	height: 224px;
	background-image: none;
}

body.sub2 div#banner {
	height: 100px;
	background-image: none;
}
	
	/*
	  Home page banner headline text
	*/
	body.home div#banner .banner-headline {
		position: absolute;
		top: 29px;
		left: 197px;
	}
	
	/*
	  banner top rule
	*/
	div#banner #rule {
		width: 920px;
		height: 6px;
		background: url(/images_theme/banner-rule-top.jpg) no-repeat;
		overflow: hidden;
	}
	
	div#banner .callout {
		position: absolute;
		top: 6px;
		left: 689px;
	}
	
	/*
	  Home page banner explore callout
	*/
	body.home div#banner #explore {
		position: absolute;
		bottom: 0;
		left: -5px;
		
		width: 694px;
		height: 36px;
	}
	
	/*
	  banner manage box
	*/
	div#banner #manage {
		position: absolute;
		top: 6px;
		left: 689px;
		
		width: 201px;
		height: 256px;
		
		background: url(/images_theme/managebox-bg.jpg) no-repeat;
		
		padding: 54px 40px 0 15px;
		
		color: #ffffff;
	}
	
	body.sub div#banner #manage {
		height: 177px;
		padding-top: 41px;
	}
	
	body.sub2 #manage {
		position: absolute;
		top: 101px;
		left: 689px;
		
		width: 201px;
		height: 210px;
		
		background: url(/images_theme/managebox-bg.jpg) no-repeat;
		
		padding: 41px 40px 0 15px;
		
		color: #ffffff;
		display: none;
		z-index: 15;
	}
	
	
		/*
		  banner manage box label
		*/
		#manage label {
			font-size: 12px;
			font-weight: bold;
			margin-bottom: 5px;
			display: block;
			margin-top: -5px;
		}
		
		/*
		  banner manage box form input and select boxes
		*/
		#manage input,
		#manage select {
			display: block;
			width: 100%;
			color: #005699;
		}
		
		/*
		  banner manage box form input and select boxes
		*/
		body.home #manage select {
			margin-bottom: 25px;
		}
		
		#manage select {
			margin-bottom: 9px;
		}
		
		/*
		  banner manage box form input and select boxes
		*/
		#manage input {
			background-color: #a3ccef;
			border: 0;
			padding: 3px;
			margin-bottom: 9px;
		}
		
		/*
		  banner manage box paragraphs
		*/
		#manage p {
			
		}
		
		/*
		  banner manage box anchor tags
		*/
		#manage a:link,
		#manage a:visited,
		#manage a:active,
		#manage a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		
		/*
		  banner manage box buttons
		*/
		#manage #buttons {
			text-align: right;
			padding-top: 9px;
		}
		
		body.sub #manage #buttons {
			padding-top: 0px;
			margin-top: -5px;
		}
		
		/*
		  banner manage box links
		*/
		#manage #links {
			position: absolute;
			bottom: 6px;
			left: 15px;
			width: 201px;
		}
		
			/*
			  banner manage box forgot user id/password links
			*/
			#manage #forgot {
				display: block;
				float: left;
				
				color: #94b1c8;
				font-size: 10px;
			}
			
			/*
			  banner manage box get help link
			*/
			#manage #help {
				display: block;
				float: right;
				
				color: #94b1c8;
				font-size: 10px;
			}
			
		#manage .callout1 {
			position: absolute;
			top: 218px;
			left: 0;
		}
		#manage .callout2 {
			position: absolute;
			top: 313px;
			left: 0;
		}
		
		#manage .close {
			position: absolute;
			top: -29px;
			left: 177px;
		}

/* ROUNDED-TOP COLORED MODULE BASICS ============================ */

	/*
	  All colored modules--left rounded corner
	*/	
	.top-bar div.corner-l {
		float: left;
		width: 7px;
		height: 10px;
		font-size: 0; /* solve ie6's minimum line-height */
		
		background-repeat: no-repeat;
	}
	
	/*
	  All colored modules--right rounded corner
	*/	
	.top-bar div.corner-r {
		float: right;
		width: 7px;
		height: 10px;
		font-size: 0; /* solve ie6's minimum line-height */
		
		background-repeat: no-repeat;
	}

	
	/*
	  All colored modules--center bar
	*/	
	.top-bar div.middle {
		float: left;
		height: 10px;
		font-size: 0; /* solve ie6's minimum line-height */
	}

/* MODULE COLOR DKBLUE ======================================= */

/*
  Dark blue portlet top bar corner
*/
.dkblue .top-bar div.corner-l {
	background-image: url(/images_theme/portlet-dkblue-corner-l.png);
}

/*
  Dark blue portlet top bar corner
*/
.dkblue .top-bar div.corner-r {
	background-image: url(/images_theme/portlet-dkblue-corner-r.png);
}

/*
  Dark blue portlet top bar middle
*/
.dkblue .top-bar div.middle {
	background-color: #005699;
}

/* MODULE COLOR LTBLUE ======================================= */

/*
  Light blue portlet top bar corner
*/
.ltblue .top-bar div.corner-l {
	background-image: url(/images_theme/portlet-ltblue-corner-l.png);
}

/*
  Light blue portlet top bar corner
*/
.ltblue .top-bar div.corner-r {
	background-image: url(/images_theme/portlet-ltblue-corner-r.png);
}

/*
  Light blue portlet top bar middle
*/
.ltblue .top-bar div.middle {
	background-color: #63a3d9;
}

/* MODULE COLOR LTBLUE2 ======================================= */

/*
  Light blue portlet top bar corner
*/
.ltblue2 .top-bar div.corner-l {
	background-image: url(/images_theme/portlet-ltblue2-corner-l.png);
}

/*
  Light blue portlet top bar corner
*/
.ltblue2 .top-bar div.corner-r {
	background-image: url(/images_theme/portlet-ltblue2-corner-r.png);
}

/*
  Light blue portlet top bar middle
*/
.ltblue2 .top-bar div.middle {
	background-color: #a3ccef;
}

/* PORTLET HOLDER TABLES ======================================= */

/*
  Main page area for content and sidebars
*/
div#page-body {
	margin-bottom: 50px;
	padding-left: 13px;
	
	position: relative;
	top: 0;
	left: 0;
}

div#page-body .breadcrumb-trail {
	position: absolute;
	top: -17px;
	left: 0;
	font-size: 10px;
}

div#page-body .breadcrumb-trail a:link,
div#page-body .breadcrumb-trail a:visited,
div#page-body .breadcrumb-trail a:active {
	color: #004478;
	text-decoration: none;
}
div#page-body .breadcrumb-trail a:hover {
	color: #e37c00;
	text-decoration: none;
}

body.sub #page-body {
	width: 427px;
	margin-top: 27px;
	float: left;
	padding: 24px 0 0 0;
	margin: 27px 0 50px 14px;
	margin-top: 5px;
}

body.sub2 #page-body {
	/* @change June 23, 2009 - Roberto Piazza - changed to full screen */
	/*width: 541px;*/
	width: 870px;
	margin-top: 0px;
	margin-left: 13px;
	
}

body.sub3 #page-body {
	/* @change June 23, 2009 - Roberto Piazza - changed to full screen */
	/*width: 541px;*/
	width: 650px;
	margin-top: 5px;
	margin-left: 13px;
	padding-top: 0px;
	
}

body.sub2 #container {

}

body.popup {
	background-image: none;
}

.popup-body {
	width: 558px;
	margin: 8px auto;
	
	background: url(/images_theme/portlet-bg-repeat.jpg) repeat-x;
	background-position: 0 12px;
	
	position: relative;
	top: 0;
	left: 0;
	
	padding: 34px 11px;
}

.popup-body p,
.popup-body li {
	line-height: 16px;
}

.popup-body .top-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 580px;
}

.popup-body .top-bar .middle {
	width: 566px;
}

.popup-body h1 {
	font-size: 18px;
	font-weight: normal;
	color: #2c527a;
}

.popup-body h1 a {
	font-weight: normal;
}

.popup-body h2 {
	font-size: 14px;
	font-weight: normal;
	color: #004478;
}

.popup-body .close {
	font-size: 12px;
	font-weight: bold;
	color: #1c3b5f;
}

.popup-body .close:link,
.popup-body .close:active,
.popup-body .close:visited {
	text-decoration: none;
	color: #1c3b5f;
}

.popup-body .close:hover {
	text-decoration: underline;
	color: #e37c00;
}

.popup-body ol {
	margin-bottom: 20px;
}

.popup-body ol li {
	margin-bottom: 5px;
}

.popup-body a {
	font-weight: bold;
}

.popup-body a:link,
.popup-body a:active,
.popup-body a:visited {
	color: #1c3b5f;
	text-decoration: none;
}

.popup-body a:hover {
	color: #e37c00;
	text-decoration: underline;
}












body.sub #page-body .featured {
	margin-top: 30px;
	position: relative;
	top: 0;
	left: -14px;
	
	width: 441px;
	width: 427px !ie;
}

body.sub2 #page-body .featured {
	width: 555px;
	margin-top: 0;
}

body.sub #page-body .featured .content {
	background: url(/images_theme/portlet-bg-repeat.jpg) repeat-x;
	background-position: 0 12px;
	margin-top: 2px;
	/*margin-bottom: 20px;*/
	padding: 22px 14px 0 14px;
	
	position: relative;
	top: 0;
	left: 0;
}

body.sub #page-body .featured .content h1 {
	font-weight: normal;
	font-size: 14px;
	color: #004478;
	border-bottom: none;
}

body.sub #page-body .featured .content h1 a:link,
body.sub #page-body .featured .content h1 a:visited,
body.sub #page-body .featured .content h1 a:active {
	color: #004478;
	text-decoration: none;
}
body.sub #page-body .featured .content h1 a:hover {
	color: #e37c00;
	text-decoration: none;
}

body.sub #page-body .featured .content .item {
	margin-bottom: 15px;
	margin-left: 14px;
}


#page-body .featured h2 {
	/*margin-left: 14px;*/
	font-size: 18px;
	font-weight: normal;
	color: #005699;
}

#page-body .featured .heading {
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 15px;
}

#page-body .featured .heading h2 {
	margin-left: 0;
}


#page-body .featured .content .item p {
	margin-left: 20px;
}
body.sub #page-body .featured .top-bar {
	/*width: 427px;*/
	width: 441px;
	width: 427px !ie;
	
	position: absolute;
	top: 0;
	left: 0;
	left: -14px !ie;
}

body.sub2 #page-body .featured .top-bar {
	/*width: 541px;*/
	width: 555px;
}

body.sub #page-body .featured .top-bar .middle {
	/*width: 413px;*/
	width: 427px;
	width: 413px !ie;
}

body.sub2 #page-body .featured .top-bar .middle {
	/*width: 527px;*/
	width: 541px;
}

.featured table {
	padding-top: 10px;
	border-top: 1px solid #005699;
	width: 100%;
	position: relative;
	top: 0;
	left: -5px;
}
.featured table .odd {
	background-color: #d9eaf8;
}

.featured table td,
.featured table th {
	padding: 5px;
	text-align: left;
}

.featured table th {
	
}

.featured h3 {
	text-transform: uppercase;
	color: #004478;
	font-size: 11px;
}

.featured ul.also-consider {
	list-style-type: none;
	padding-bottom: 20px;
	border-bottom: 1px solid #005699;
	padding-left: 0;
	margin-left: 0;
}

.featured ul.also-consider li {
	border-bottom: 1px solid #c8e0f5;
	padding: 10px 0;
}

.featured ul.also-consider li.last {
	border-bottom: 0;
}

.featured ul.also-consider a {
	text-decoration: none;
	font-weight: bold;
}

.featured ul.also-consider a:link,
.featured ul.also-consider a:visited,
.featured ul.also-consider a:active {
	color: #004478;
}
.featured ul.also-consider a:hover {
	color: #e37c00;
}

.featured ul.also-consider img {
	vertical-align: middle;
}

.featured .content .modify-selection {
	position: absolute;
	top: -22px;
	right: 14px;
}












body.sub #page-body h1 {
	font-size: 18px;
	color: #2c527a;
	padding-top: 0;
	left: -14px;
}

body.sub #page-body h2 {
	/*font-size: 18px;
	font-weight: normal;
	color: #005699;*/
}

#page-body h2 {
	font-weight: normal;
	font-size: 14px;
	color: #004478;
	margin-top: 15px;
}

body.sub #page-body .portlet {
	position: relative;
	top: 0;
	left: -14px;
	margin-top: 25px;
}

body.sub #page-body .portlet h2 {
	margin-left: 0;
}

/*
  Holder for portlets--one table per column
*/
table.portlet {
	float: left;
    margin-right: 2px;
    
    position: relative;
    top: 0;
    left: 0;
}

/*
  Single-width portlet table
*/
table.single {
	width: 216px;
}

/*
  Double-width portlet table
*/
table.double {
	width: 440px;
}

body.sub table.double {
	width: 455px;
	width: 441px !ie;
}

/* PORTLET STYLES ============================================== */

/*
  Main portlet div style
*/
div.portlet {
	margin-top: 21px;
    margin-bottom: 6px;

}

	/*
	  Body of each portlet is separated (from top-bar)
	*/
	.portlet div.body {
		height: 212px;
		
		margin-top: 2px;
		padding-left: 11px;
		padding-right: 11px;
		
		/* ensure portlet is tall enough for gradient */
		min-height: 212px; /* non-ie6 */
		height: auto !important;
		height: 212px; /* ie6 */
		
		background-image: url(/images_theme/portlet-bg-repeat.jpg);
		background-repeat: repeat-x;
	}
	
	.portlet div.news-body {
		padding-left: 11px;
        padding-right: 11px;
        
        position: relative;
        top: 0;
        left: 0;

	}
	
	/*
	  Make home page portlets taller to create grid effect
	*/
	body.home .portlet div.body {
		min-height: 258px; /* non-ie6 */
		height: auto !important;
		height: 258px; /* ie6 */
	}

	/*
	  Portlet title
	*/
	.portlet h2 {
		margin: 0;
		padding: 0;
		padding-top: 8px;
		padding-bottom: 4px;
	
		font-size: 18px;
		font-weight: normal;
	}
	
	#page-body .portlet h2 {
		font-size: 18px;
	}

	/*
	  Portlet subhead
	*/
	.portlet h3 {
		margin: 0 0 10px 0;
		padding: 0;
		padding-top: 14px;
		font-size: 14px;
		color: #004478;
	}
	
	/*
	  Portlet rss link
	*/
	.portlet #rss {
		position: absolute;
		top: 4px;
		right: 11px;
		font-style: italic;
		display: none;
		margin-top: 10px;
	}
	
	.portlet #rss a:link,
	.portlet #rss a:active,
	.portlet #rss a:visited {
		color: #68ace5;
	}
	.portlet #rss a:hover {
		color: #e37c00;
	}
	
	.portlet #rss img {
		vertical-align: middle;
	}
	
	/*
	  Portlet definition lists--used for date/article listings w/descriptions
	*/
	.portlet dl {
		margin: 0;
		padding: 20px 0;
		
		border-top: 1px solid #68ace5;
		border-bottom: 1px solid #68ace5;
	}
	
		.portlet dl a img {
			margin: 10px 0px;
		}
	
		/*
		  Definition list term
		*/
		.portlet dt {
			padding: 11px 0;
			
			font-size: 12px;
			font-weight: bold;
			
			border-top: 1px solid #c8e0f5;
		}
		
		.portlet dt p {
			display: inline;
			margin: 0;
			padding: 0;
		}
		
		.portlet .first {
			border-top: 0;
			padding-top: 0;
		}
		
		.portlet .last {
			padding-bottom: 0;
		}
		
			/*
			  Separator between term and date
			*/
			.portlet dt span.separator {
				color: #68ace5;
				margin: 0 5px;
			}
			
			/*
			  Definition term date
			*/
			.portlet dt span.date {
				font-size: 10px;
				color: #005699;
			}
		
		/*
		  Definition list definition
		*/
		.portlet dd {
			margin: 0;
			margin-top: 2px;
			line-height: 1.4em;
		}
	
	/*
	  Div to hold portlet icon
	*/
	.portlet div.icon {
		float: right;
		width: 61px;
		margin-top: 12px;
		margin-left: 10px;
		margin-bottom: 10px;
		text-align: center;
	}
	
	/*
	  Portlet link style
	*/
	.portlet a:link,
	.portlet a:visited,
	.portlet a:hover,
	.portlet a:active {
		text-decoration: none;
		color: #004478;
	}
	
		/*
		  Portlet link hover
		*/
		.portlet a:hover {
			color: #e37c00;
		}

	/*
	  Portlet middle-bar widths--single
	*/
	.single .portlet .top-bar div.middle {
		width: 202px;
	}

	/*
	  Portlet middle-bar widths--single
	*/
	.double .portlet .top-bar div.middle {
		width: 426px;
	}
	

	/*
	  Portlet middle-bar widths--single
	*/
	#side-column .portlet .top-bar div.middle {
		width: 214px;
	}
		
/* SIDE NAVIGATION ========================================== */

/*
  Side sub-navigation
*/
div#side-navigation {
	float: left;
	width: 230px;
}

	/*
	  Side sub-navigation reset
	*/
	#side-navigation ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}


/* SIDE COLUMN =================================================== */

/*
  Right column for quick links and portlets
*/
div#side-column {
	width: 228px;
	float: right;
}

	/*
	  Adjust portlet widths for use in side column
	*/
	#side-column table.portlet {
		margin-right: 0;
	}

/* MY QUICK LINKS ================================================ */

/*
  My Quick Links box
*/
div#quick-links {
	float: right;
	width: 192px;
	height: 1%; /* IE6: trigger hasLayout to avoid gullutine bug */
	padding-top: 12px;
	padding-bottom: 19px;
	padding-left: 17px;
	padding-right: 17px;
	
	border-top: 1px solid #d66a91;
	border-right: 1px solid #650000;
	border-bottom: 1px solid #00051e;
	border-left: 1px solid #f00750;
	background-color: #a90734;
	background-image: url(/images_theme/quick-links-bg-repeat.jpg);
	background-repeat: repeat-x;
	
	color: #ffffff;
	font-size: 11px;
}

/*
  Nudge quick-links to overlap with banner on home page
*/
body.home div#quick-links {
	position: relative;
	top: -11px; /* overlap with header bar */
}
	
	/*
	  Override h2 border color
	*/
	#quick-links h2 {
		margin: 0;
		margin-top: 25px;
		padding: 0;
		padding-bottom: 4px;
		line-height: 18px;
	
		font-size: 18px;
		font-weight: normal;
	
		border-bottom: 1px solid #8c0e27;
	}

	
	/*
	  Quick Links definition list syle
	*/
	#quick-links dl {
		margin: 0;
		line-height: 13px;
	}
	
		/*
		  Quick Links definition list syle
		*/
		#quick-links dt {
			margin: 0;
			margin-top: 15px;
		}
	
	
		/*
		  Quick Links definition style
		*/
		#quick-links dd {
			margin: 0;
			margin-top: 2px;
			margin-bottom: 2px;
		}
		
	/*
	  User greeting
	*/
	#quick-links p.greeting {
		float: left;
		font-size: 10px;
	}
	
		/*
		  Bold name in greeting
		*/
		#quick-links p.greeting span.name {
			font-weight: bold;
		}
	
	/*
	  Signout link
	*/
	#quick-links p.signout {
		float: right;
	}
	
		/*
		  Signout link style
		*/
		#quick-links p.signout a:link,
		#quick-links p.signout a:visited,
		#quick-links p.signout a:hover,
		#quick-links p.signout a:active {
			color: #ffffff;
			text-decoration: underline;
		}
		
	/*
	  Edit button
	*/
	#quick-links p.edit {
		float: right;
		margin-top: 15px;
		margin-bottom: 8px;
	}
	
	/*
	  Quick Links link styles
	*/
	#quick-links a:link,
	#quick-links a:visited,
	#quick-links a:hover,
	#quick-links a:active {
		color: #eab5c3;
		text-decoration: none;
	}
	
	/*
	  Quick Links hover
	*/
	#quick-links a:hover {
		color: #ffffff;
	}


/* FOOTER ================================================== */

/*
  Page footer
*/
div#footer {
	width: 100%;
	margin-top: 30px;
	text-align: center;
	border-bottom: 10px solid #cbe2f6;
}
	
		/*
		  Logos at bottom of page
		*/
		#footer .logo img {
			display: block;
			margin-left: auto;
			margin-right: auto;
			vertical-align: middle;
		}
		
	/*
	  Legal links
	*/
	#footer p.legal {
		font-size: 10px;
		/*margin-left: 24px;*/
		color: #559bdf;
	}
	
	
/* MISC =============================================== */

/*
  Images for tagging entires (like "new")
*/
img.tag {
	margin-left: 15px;
}

	
/*
  "See more" link on right of modules
*/
div.more {
	float: left;
	margin-top: 15px;
}

div.more-right {
	float: right;
	margin-top: 15px;
}

/*
  A news/events category selector
*/
.category ul {
	float: left;
	width: 100%;
	margin: 0;
	margin-top: 17px;
	margin-bottom: 10px;
	padding: 0;
	
	list-style-type: none;
	font-size: 12px;
	background-color: #9bbdd7;
}

	/*
	  News/events category selector item
	*/
	.category li {
		float: left;
	}
	
	/*
	  News/events selector link
	*/
	.category a {
		display: block;
		float: left;
		position: relative;
		top: -2px;
		padding-top: 5px;
		padding-right: 8px;
		padding-left: 8px;
		
		color: #004478;
		text-decoration: none;
	}
	
	/*
	  News/events selector selected state
	*/
	.category  li.selected a {
		padding-top: 4px;
		
		border-top: 1px solid #a80532;
	}
	
	/*
	  News/events selector link hover
	*/
	.category a:hover,
	.category  li.selected a {
		color: #ffffff;
	}












/* SIDE NAVIGATION ========================================== */

/*
  Side sub-navigation
*/
div#side-navigation {
	float: left;
	width: 187px;
	
	background: url(/images_theme/subnav-bg.jpg) repeat-x;
	background-position: 0 12px;
	
	margin: 11px 12px 0 13px;
	padding-top: 32px;
	padding-left: 12px;
	padding-right: 12px;
	
	position: relative;
	top: 0;
	left: 0;
	
	text-transform: uppercase;
	font-size: 10px;
	
	min-height: 258px;
}





/* selection bold-ening */
div#side-navigation ul {
	font-weight: normal;
}

div#side-navigation ul li.selected {
	font-weight: bold;
}






/* link color / text decoration */
div#side-navigation a,
div#side-navigation a:link,
div#side-navigation a:active,
div#side-navigation a:visited,
div#side-navigation a:hover {
	color: #004478;
	text-decoration: none;
}

div#side-navigation li.lowest a,
div#side-navigation li.lowest a:link,
div#side-navigation li.lowest a:active,
div#side-navigation li.lowest a:visited,
div#side-navigation li.lowest a:hover {
	color: #e37c00;
}

div#side-navigation li.lowest li a,
div#side-navigation li.lowest li a:link,
div#side-navigation li.lowest li a:active,
div#side-navigation li.lowest li a:visited,
div#side-navigation li.lowest li a:hover {
	color: #004478;
}






/* link arrow rollover */
div#side-navigation a:link,
div#side-navigation a:visited,
div#side-navigation a:hover {
	display: block;
	width: 100%;
}

div#side-navigation ul li a:hover {
	background: url(/images_theme/subnav-arrow.png) top right no-repeat;
}







/* nav level 2 borders */
#side-navigation ul li.selected ul {
	border-top: 1px solid #68ace5;
	border-bottom: 1px solid #68ace5;
	margin-top: 10px;
}

#side-navigation ul li.selected ul li ul {
	border-top: 0;
	border-bottom: 0;
	margin-top: 0;
}






/* top bar */
div#side-navigation .top-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 211px;
}

div#side-navigation .top-bar .middle {
	width: 197px;
	/*width: 183px;*/
}

	
	
	
	
	
	
	#side-navigation ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#side-navigation ul li {
		margin-bottom: 10px;
	}
	
	#side-navigation ul ul {
		display: none;
		margin-left: 10px;
		padding-top: 10px;
	}
	
	/*
	  Show secondary nav when selected
	*/
	#side-navigation ul li.selected ul {
		display: block;
	}
	
	#side-navigation ul li.selected ul li ul {
		display: none;
	}
	
	#side-navigation ul li.selected ul li.selected ul {
		display: block;
	}
	
	#side-navigation ul li.selected ul li.selected ul li ul {
		display: none;
	}
	
	#side-navigation ul li.selected ul li.selected ul li.selected ul {
		display: block;
	}
	
	
	/* Three levels deep */
	#side-navigation ul li ul li ul {
		margin-top: 0;
		margin-left: 20px;
	}
	
	#side-navigation ul li ul li ul li {
		list-style-image: url(/images_theme/subnav-bullet.png);
	}
	
	
	
	







/* MISC =============================================== */

/*
  Home page button bar image container
*/
#button-bar {
	margin-top: 16px;
	margin-bottom: 23px;
	margin-left: 14px;
}

	/*
	  Home page button bar image
	*/
	#button-bar img {
		margin-right: 2px;
	}

/*
  Dropshadows on both sides of the site
*/
#sideshadow-left {
	width: 31px;
	height: 732px;
	background: url(/images_theme/sideshadow-left.jpg) no-repeat;
	position: absolute;
	top: 95px;
	left: -31px;
}
#sideshadow-right {
	width: 31px;
	height: 732px;
	background: url(/images_theme/sideshadow-right.jpg) no-repeat;
	position: absolute;
	top: 95px;
	right: -31px;
}

dt img {
	vertical-align: middle;
}











.text-question {
	margin-top: 20px;
}
.text-question input {
	width: 90px;
}








.selection-question {
	text-transform: uppercase;
	font-weight: bold;
	color: #004478;
}







.form-wrapper {
	width: 350px;
	border-bottom: 1px solid #005699;
	padding-bottom: 15px;
	
	position: relative;
	top: 0;
	left: 0;
}

.form-wrapper .submit {
	position: absolute;
	bottom: -30px;
	right: -25px;
}

.input {
	margin-bottom: 12px;
	position: relative;
	top: 0;
	left: 0;
}

.left {
	float: left;
}
.right {
	float: right;
}

.half {
	width: 167px;
}

.input label {
	display: block;
	margin-bottom: 2px;
}

.input input {
	width: 100%;
	background-color: #e2eef8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005699;
}

.input .help {
	position: absolute;
	top: 18px;
	right: -25px;
}


/* HealthNow Added Styles */
#securenav
{
	margin: 0;
	padding: 0;
	/*margin-left: -500px;*/
}



#pgLoginError
{
	margin-top: -10px;
	color: #ffc57f;
	font-weight: bold;
	position:absolute;
	z-index: 20;
	width: 205px;
	height: 205px;
	top: 25px;
	left: 10px;
	background: #1c6ca8;
	padding: 10px;
	border: 1px solid #0099FF;
}


body.home #pgLoginError {
	margin-top: -21px;
	height: 250px;
}

#login_error div.error {
	color: #ffc57f;
}	

body.home #buttons {
	margin-top: -13px;
}

div.error, .error {
	color: maroon;
	font-weight: bold;
}	


/* Styles added by Lauren Madar */
.thirdheader {
	width: 33%;
	display: inline-block;
	position: relative;
}
.halfheader {
	width: 49%;
	display: inline-block;
	position: relative;
}
.quarterheader {
	width: 25%;
	display: inline-block;
	position: relative;
}
.quarterheaderlast {
	width: 24%;
	display: inline-block;
	position: relative;
}

body.sub div#page-body.nosidenav {
	top: auto;
	left: auto;
}
body.sub div#page-body.nosidenav h1 {
	left: auto;
}
body.sub div#page-body.nosidenav .featured {
	position: relative;
	margin: 20px;
	top: auto;
	left: auto;
	display: block;
}
.portlet dt a img.rollover {
	display: block;
}
/* End Lauren Madar styles */
