/* COLOR & BACKGROUNDS */ /*** GENERAL ***/
div.newline {
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	clear: both;
	float: none;
	line-height: 10px;
}

div.para {
	line-height: 22px; /* change to taste */
}

div.short {
	line-height: 0px;
}


div.mid {
	line-height: 5px;
}

div.cell {
	float: left;
	margin-top: 10px;
	padding-bottom: 2px;
	padding-right: 5px;
	vertical-align: middle;
}


a,a:visited {
	color: #50AA33;
}

a:hover {
	color: #003984;
/*	color: #003984 !important;*/
}

.srLabel {
	color: #000;
	font-weight: bold;
}

body {
	background-color: #B4C5D4;
}

#pg {
	border-color: #FFF;
	border-style: none solid none solid;
}

#bd {
	border-top-color: #FFF;
	border-top-style: solid;
	background: #FFF url('../images/bgt-bd.gif') repeat-y scroll top left;
}

#bd div.row {
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}

#container {
	background:url("../images/bgt-content.jpg") repeat-x scroll left top transparent;
}

/*** HEADER ***/
#hd {
	background: #FFF url('../images/bgt-hd.jpg') repeat-y scroll top left;
}

#hd-tagline {
	color: #B3DAA6;
}

#hd-tagline span {
	color: #B3DAA6;
}

#hd-logo {
	background: url('../images/valueoptions.gif') no-repeat;
	cursor: pointer;
}

#hd-menu {
	background: #003C84 url('../images/bgt-hd-menu.gif') repeat-x scroll top
		left;
	border-top-style: solid;
	border-top-color: #FFF;
}

/*** SIDEBAR ***/
#sb #nav-menu {
	border-bottom: #F2CC59 solid 1px;
}

#sb #nav-menu li {
	border-bottom: #F2CC59 solid 1px;
}

#sb a.nav-topic {
	color: #302202;
	background: transparent url('../images/icon-nav-topclosed.gif') no-repeat
		scroll 5px 6px;
}

#sb a.nav-topic:hover {
	color: #5A480E;
	background-position: -219px 6px;
}

/*** FOOTER ***/
#ft {
	background: #022B72 url('../images/bgt-ft.jpg') repeat-x scroll top left;
}

#ft-lfcol {
}

#ft-bh-logo {
	background: transparent url('../images/ft-vo-bhlogo.gif') no-repeat scroll
		bottom left;
}

#ft li a {
	color: #FFF;
	background: transparent url('../images/bgt-ft-nav-btn.gif') repeat-x scroll
		top left;
}

#ft li span.displayonly {
	color: #95B6D6;
}

#ft li a:hover,#ft li a.current,#ft li a.current:hover {
	background-position: 0 -54px;
}

#ft li a.current,#ft li a.current:hover {
	color: #FFDF7B;
}

#ft li.top {
	padding: 11px 10px;
}

#ft li.top a {
	background: transparent url('../images/bg-top.gif') no-repeat scroll top
		left;
}

#ft li.top a:hover {
	background-position: -54px 0;
}

#ft-disclaimer {
	color: #FFF;
}

#ft-disclaimer span.copyright {
	color: #95B6D6;
}

/*** CORE CONTENT ***/
#content h5 {
	color: #003984;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

#intro h1 {
	color: #24336E;
}
#intro h2 {
	color: #24336E;
}
.region1 h2 {
	color: #50AA33;
	padding-bottom: 5px;
	border-bottom: #50AA33 dotted 1px;
}

.data {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #003984;
	FONT-FAMILY: Trebuchet MS, arial, helvetica, sans-serif;
	line-height: 20px;
}

.hideElement {
	display: none;
}

.ui-dialog {
	background-color: #fff;
	border: 1px solid #50AA33;
}

.ui-dialog .ui-dialog-titlebar {
	background: #022B72;
	/*	border: 1px solid #50AA33;*/
}

.ui-dialog .ui-dialog-content {
	color: #45526f;
}

input,textarea,select {
	/*	background: url('images/form_background.gif') no-repeat top left;*/
	border: 1px solid #999;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	margin: 4px;
}

#content h6 {
	font-weight: bold;
	font-size: 13px;
}

div.para.center {
	line-height: 22px; /* change to taste */
	text-align: center;
}

.helper {
	color: #FF6600;
	display:block;
	padding:0.35em 0;
}

#col1 {
	background: url("../images/bgt-col1.gif") repeat-x scroll left top transparent;
}

label {
	color:#555555;
	display:block;
	margin:0.25em 0;
	padding-top: 2px;
/*	line-height: 23px;*/
}
.helper {
	padding-top: 6px;
}

legend {
	width:0px;
	padding:0;
	margin:0;
}

#hd-menu-title:hover{
	background-color:#50AA33;
}
#banner {
    background: #ECECEC url('../images/bgt-banner.gif') repeat-x scroll top left;
    border-color: #D5D5D5;
    border-bottom-style: solid;
}

#banner span.msg {
	color: #555;
	background: transparent url('../images/bg-banner-msg-out.gif') no-repeat scroll center left;
}
#banner span.msg.in {
	background-image: url('../images/bg-banner-msg-in.gif');
}
#banner div.breadcrumb {
	color: #555;
}
#breadcrumb .crumb {
	color: #003984;
}

/*  section theme specific selector */
#breadcrumb a.crumb {
	color: #24336E;
	background-image: url('../images/bg-breadcrumb.gif');
	text-decoration:underline;
}
#breadcrumb a.crumb:hover {
	text-decoration:none;
}
#ft-nav li a {
	color: #FFF;
	background: transparent url('../images/bgt-ft-nav-btn.gif') repeat-x scroll top left;
}
#ft-nav li span.displayonly {
	color: #95B6D6;
}

#ft-nav li a:hover, #ft-nav li a.current, #ft-nav li a.current:hover {
	background-position: 0 -54px;
}
#ft-nav li a.current, #ft-nav li a.current:hover {
    color: #FFDF7B;
}

#ft-nav li.top {
	padding: 11px 10px;
}

#ft-nav li.top a {
	background: transparent url('../images/bg-top.gif') no-repeat scroll top left;
}
#ft-nav li.top a:hover {
	background-position: -54px 0;
}
#ft-urac-logo {
    background: transparent url('../images/urac4.gif') no-repeat top left;
}

#ft-ncqa-logo {
    background: transparent url('../images/ncqa4.gif') no-repeat top left;
}
#content h2.spotlight {
    background: transparent url('../images/bg-spotlight-lg.gif') no-repeat scroll center left;
    color: #ffffff;
}
#content h2.spotlight a {
	color:#FFF;
}
#content h2.spotlight a:hover {
	color:#6C3;
}
#jobsMenu {
	border-bottom:dotted 1px #B8B8B8;
}
#jobsMenu li a {
	background:url('../images/btn-apply.gif') no-repeat 0 2px scroll transparent;
}
#jobsMenu li a:hover {
	background-position:0 -28px;
}
#jobsMenu li a {
	color:#003984;
}
#jobsMenu li a:hover {
	color:#135BB1;
}
.HOT {
	color:#990101;
}
#intro a {
	color:#003984;
}
#intro a:hover {
	color:#003984;
	color:#135BB1;
}

ul.list2 li {
    background: transparent url('../images/li-con2b.gif') no-repeat scroll 0 5px;
}
ul.list2 li.sub2-1 {
    border-top-style: none;
}
ul.list2 li a,#content ul.list2 li a, ul.list0 li a {
    color: #24336E;
}

ul.list2 li a:hover,#content ul.list2 li a:hover, ul.list2 li.sub2-1 a:hover {
    background-position: 0 -298px;
    color: #135bb1;
}

/*  section theme specific selector */
ul.list2 li span,#content ul.list2 li span {
    background: transparent url('../images/li-con2b.gif') no-repeat scroll 0 2px;
    color: #990101;
}

ul.list2 .description {
	color: #000000;/*#B8B8B8*/
	}

ul.list2 .detailed {
	color: #000000;
	}
