/* =RESET
===========================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

ul, dl {
	list-style-type: none;
}
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	color: #333;
	background: #99caee url(images/bg_site.jpg) repeat-x;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.break {
	clear:both;
	height: 1px;
	overflow: hidden;
}
i, .none {
	display: none;
}
a {
	color: #4b7b57;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
.centered {
	text-align:center;
}
sup {
	vertical-align: text-top;
	font-size: 9px;
	line-height: 10px;
}
.align_r {
	text-align: right;
}

/* =LAYOUT
===========================================*/
#wrapper {
	width: 980px;
	margin: 0 auto;
	background: url(images/bg_site.gif) repeat-y;
	text-align: left;
}
#wrapper.inverted {
	background: url(images/bg_site_inv.gif) repeat-y;
}
#shadow_left, #shadow_right {
	width: 10px;
	height: 403px;
}
#shadow_left {
	background:url(images/bg_left.gif) no-repeat;
	float: left;
}
#shadow_right {
	background: url(images/bg_right.gif) no-repeat;
	float: right;
}
#container {
	width: 960px;
	float: left;
}
.standalone {
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #ccc;
	background: #fff;
	text-align: left;
}
/* =HEADER
===========================================*/
#header {
	width: 960px;
	height: 128px;
	background: url(images/topheader.gif) no-repeat;
	float: left;
	position: relative;
}
#header h1 {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	display: inline;
}
#header h1 a {
	display: block;
	width: 265px;
	height: 105px;
	background: url(images/grx_logo.gif) no-repeat;
	text-indent: -9999px;
}
#header h2 {
	font: italic 22px "Times New Roman", Times, serif;
	color: #737373;
	width: 460px;
	float: right;
	margin-right: 40px;
	margin-top: 60px; 
	display: inline;
	text-align: right;
	line-height: 90% !important;
}
#header p.date {
	position: absolute;
	right: 40px;
	bottom: 5px;
}
#crossfade-container {
	float: left;
	height: 60px;
	position: relative;
	margin-top: 45px;
	margin-left: 30px;
	font-size: 16px;
	display: inline;
}
.fade-box {
	position: absolute;
}
/* =MENU
===========================================*/
#menu {
	background: url(images/menu_bg_off.gif) repeat-x top left;
	width: 880px;
	margin-left: 30px;
	float: left;
	display: inline;
	height: 36px;
	padding-left: 20px;
}
#nav, #nav ul {
	background: url(images/menu_sep.gif) no-repeat top left;	
	padding-left: 1px;
	float: left;
	text-align: left;
}
#nav a {
	display: block;
	height: 25px;
	text-align: center;
	padding: 11px 10px 0px 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
* html #nav a {
	padding: 11px 7px 0px 7px;
}		
#nav a.daddy {
	background: url(images/rightarrow2.gif) 125px center no-repeat;
}
#nav li {
	float: left;
	background: url(images/menu_sep.gif) no-repeat top right;
	padding-right: 1px;
}

/* second lev */

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px;
	background: #f98d38;
	margin-top: -2px;
	margin-left: -1px;
	padding: 0px;
	border-left: 1px solid #0078b2;
	z-index: 1000;
}
#nav li ul li {
	background: none;
	height: auto !important;
	width: auto !important;
	padding: 0;
}
#nav ul li a {
	display: block;
	color: fff;
	background: #f98d38;
	font-size: 11px;
	font-weight: bold;
	width: 125px;
	padding: 4px 5px 4px 10px;
	text-align: left;
	border-top: 1px dotted #fc630f;
	height: auto !important;
}
#nav ul li a:hover {
	color: #fff;
	background: #0073ae;
}

/*third lev*/
#nav ul li ul {
	margin: -22px 0px 0px 135px;
	display: inline;
}
#nav ul li ul li {
	height: auto !important;
	width: auto !important;
	padding: 0;	
}
#nav ul li ul li a {
	display: block;
	padding: 3px 5px 3px 15px;
	height: auto !important;
	font-size: 10px;
}
#nav ul li ul li a:hover {
	background: #0073ae;
}


#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, */ #nav li a:hover {

	background: url(images/menu_bg_hover.gif) repeat-x;
/*	text-decoration: none;
	background: #0073ae;
	border-top: 2px solid #f38412; */
}
 #nav li:hover, #nav li.sfhover  {
	background: transparent url(images/menu_bg_on.gif) repeat-x;
/*	text-decoration: none; */
/*	border-top: 2px solid #f38412; */
	padding-right: 0px;
	border-right: 1px solid #007eb6;
}

#nav li ul li:hover, #nav li ul li.sfhover{
	background: #0073ae;
	text-decoration: none;
	border-top: none !important;
	
}

* html #nav a {
	width: 50px;
	white-space: nowrap;
}

/* =CONTENT
===========================================*/
#left {
	float: left;
	width: 675px;
	margin-left: 30px;
	display: inline;
	padding-bottom: 20px;
	padding-right: 20px;
	line-height: 15px;
}
#wrapper.inverted #left {
	float: right;
	margin-right: 30px;
	width: 675px;
	padding-left: 20px;
	padding-right: 0px;
}
#wrapper.inverted #left.dod {
	background: #c2d4af;
	border-left: 3px solid #fff;
	width: 652px;
	overflow: hidden;
	padding-right: 20px;
}
.stars {
	width: 692px;
	height: 50px;
	background:#4f6f18 url(images/stars.gif) no-repeat top center;
	position: relative;
	float: left;
	margin-top: -13px;
	margin-left: -20px;
	margin-bottom: 10px;
	display: inline;
	clear: both;
}
.stars.bottomstars {
	margin-top: 0px !important;
	margin-bottom: -20px; !important
}
*:first-child+html .stars.bottomstars {
	margin-bottom: -35px; !important
}
* html .stars.bottomstars {
	margin-bottom: -35px; !important
	clear: both;
}
h1.dod_signup, h1.dod_contract, h1.dod_enhancements, h1.dod_news, h1.dod_contacts {
	width: 400px;
	height: 30px;
	text-indent: -9999px;
}

h1.dod_signup {
	background: url(images/title_dod_sign_up.gif) no-repeat;
}
h1.dod_contract {
	background: url(images/title_prdp_contract.gif) no-repeat;
}
h1.dod_enhancements {
	background: url(images/title_enhancements.gif) no-repeat;
}
h1.dod_news {
	background: url(images/title_news.gif) no-repeat;
}
h1.dod_contacts {
	background: url(images/title_dod_contacts.gif) no-repeat;
}




#left .imgheader {
	margin-bottom: 15px;
}
#wrapper.inverted #left .imgheader {
	margin-bottom: 15px;
	margin-left: -20px;
}

#content {
}
.noscroll {
	height: auto !important;
}
#left h1, .standalone h1 {
	font: normal 17pt Verdana, Arial, Helvetica, sans-serif;
	color: #00A94F;
	margin-bottom: 10px;
}
#left h2, .standalone h2 {
	font: bold 11pt Verdana, Arial, Helvetica, sans-serif;
	color: #0083A9;
	margin-bottom: 5px;
}
#left p, .standalone p {
	margin-bottom: 15px;
}
#left ul, .standalone ul {
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 15px;
}
h3.tree_title {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #333;
	padding-left: 5px;
	margin-bottom: 10px;
}

/* =NEWS ACCORDION
===========================================*/

#content .box_title {
	display: block;
	padding: 2px 10px 2px 15px;
	background: #cbe4f7;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #0075b0;
}
#content .box_title span {
	font-size: 9px;
	font-weight: bold;
	color: #f98d38;
	clear: right;
	display: block;
	margin-bottom: -2px;
}
#content .information {
}
/* =TREE
===========================================*/
ul.left_tree {
	width: 193px;
	margin-bottom: 15px;
}
ul.left_tree li {
}
ul.left_tree a {
	display: block;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 2px 2px 10px;
	color: #0079b3;
	text-decoration: none;
	width: 100%;
}
ul.left_tree a:hover {
	background: #cfcece;
}
ul.left_tree ul {
	margin-left: 10px !important;
	margin-bottom: 5px;
	
}
ul.left_tree ul li {
	margin-bottom: 0px;
}
ul.left_tree ul li a {
	display: block;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif !important;
	padding-left: 15px !important;
	background: url(images/treebullet.gif) no-repeat 3px 7px;
	width: 178px !important;
}
ul.left_tree ul li a:hover {
	background: #cfcece url(images/treebullet.gif) no-repeat 3px 7px;
}
ul.left_tree a.selected {
	background: #0079b3;
	color: #fff;
}
ul.left_tree ul li a.selected {
	background: #0079b3 url(images/treebullet.gif) no-repeat 3px 7px;
	color: #fff;
}

ul.left_tree ul li ul {
	list-style-type: none;
}
ul.left_tree ul li ul li a {
	background: url(images/bullet2.gif) no-repeat 10px 7px !important;
	font: 10px Verdana, Arial, Helvetica, sans-serif !important;
	padding-left: 20px !important;
	width: 163px !important;
}
ul.left_tree ul li ul li a:hover {
	background: #cfcece url(images/bullet2.gif) no-repeat 10px 7px !important;
}
ul.left_tree ul li ul li a.selected {
	background: #0079b3 url(images/bullet2.gif) no-repeat 10px 7px !important;
}

/* =CONTENT
===========================================*/
#right {
	float: left;
	width: 205px;
}
* html #right {
	margin-left: -20px;
}
* html #wrapper.inverted #right {
	position: relative;
	top: 0px;
	left: 50px;
}
#wrapper.inverted #right {
	position: relative;
	top: 0px;
	left: 30px;
}
#login {
	height: 115px;
	width: 185px;
	background: url(images/bg_login.gif) repeat-y;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	font-size: 11px !important;
}
#wrapper.inverted #login {
	background: url(images/bg_login_inv.gif) repeat-y;
	width: 195px;
	padding-left: 10px;
}
#login h3 {
	width: 205px;
	height: 29px;
	background: url(images/title_account_login.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: 5px;;
	margin-left: -20px;
}
#wrapper.inverted #login h3 {
	margin-left: -10px;
}
#login input {
	background: #fff;
	border: 1px solid #ccc;
	width: 100px;
	margin-bottom: 2px;
	font-size: 10px;
}
#login .submit {
	position: absolute;
	width: 61px;
	height: 35px;
	top: 36px;
	left: 135px;
	border: none;
}
#login a {
	color: #fff;
}
#login a.topline {
	border-top: 1px solid #bfc880;
	display: block;
	padding-top:1px;
	margin-bottom: -10px;
	margin-top: 2px;
}
a.signup, a.latest_news {
	display: block;
	width: 205px;
	height: 29px;
	text-indent: -9999px;
}
a.signup {
	background: url(images/bt_member_signup.gif) no-repeat;
}
a.latest_news {
	background: url(images/bt_latest_news.gif) no-repeat;
}
a.signup:hover, a.latest_news:hover {
	background-position: bottom left;
}
div.latestnews {
	margin-top: 10px;
	background: url(images/bg_news.gif) repeat-y;
	float: left;
}
#wrapper.inverted #right div.latestnews {
	background: url(images/bg_news_inv.gif) repeat-y;
	margin-bottom: 10px;
}
div.latestnews ul {
	margin-top: 10px;
	font-size: 11px;
	margin-left: 10px;
	width: 190px;
}
div.latestnews ul li {
	border-bottom: 1px dotted #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
div.latestnews ul li span.date {
	font-weight: bold;
	font-size: 10px;
	color: #4056a1;
}
div.latestnews ul li a {
	color: #333;
	text-decoration: none;
}
div.latestnews ul li a:hover {
	color: #0a5682;
	text-decoration: underline;
}
.f-right {
	float: right;
	margin: 0px 0px 10px 10px;
}
.serviceslogos img {
	margin-bottom: 15px;
}
/* =FOOTER
===========================================*/
#footer {
	width: 880px;
	background:url(images/bg_footer.jpg) repeat-y;
	clear: both;
	margin-left: 40px;
	color: #0a5682;
	padding: 6px 10px 0px 20px;
	font-size: 10px;
	height: 18px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
} 
#footer p {
	float: left;
	display: inline;
}
#footer p.top a {
	padding-left: 15px;
	background: url(images/arrow_top.gif) no-repeat center left;
}
#footer p.navi {
	margin-left: 25px;
}
#footer p.navi a {
	padding: 0px 5px;
}
#copy {
	width: 900px;
	margin-left: 40px;
	font-size: 10px;
	background: #fff;
	padding-top: 10px;
}
#bottom {
	width: 980px;
	height: 40px;
	background: url(images/footer.gif) no-repeat;
}

/* =FOOTER
===========================================*/

.employment input {
	background: #fff;
	border: 1px solid #ccc;
	margin-left: 3px;
	font-size: 10px;
}
.employment td {
	padding: 2px 5px;
}



/* ----- tool tip specific styles ----- */
#theToolTip {
	position: absolute;
	left: -300px;
	width: 200px;
	border: 2px solid #C0C09F;
	padding: 6px 0px 0px 10px;
	background-color: #FFFFCC;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135, strength=4);
}
#ToolTipPointer {
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
#theToolTip p {
	font-size: 11px;
	color: #333333;
	margin-right:10px;
	margin-top:0;
	margin-bottom: 10px !important;
}
#ToolTipTextWrap {
	font-weight:bold;
	font-size: 1.2em;
	color: #592C16;
	margin-right:10px;
}


ul.spaced li {
	margin-bottom: 10px;
}

.testimonials {
	background: #f6f6f6 url(images/quote.gif) no-repeat right bottom;
	padding: 10px 10px 0px 10px;
	border: 1px solid #dedede;
	border-top-color: #c0c0c0;
	border-left-color: #c0c0c0;
	
}

.testimonials p 
{
    font-style: italic;
}
.banner {
	width: 195px;
	text-align: center;
	padding: 15px 0px;
	background: #fff;
	margin: 10px 0px;
	clear: both;
	border-top: 5px solid #e4e4e4;
	border-bottom: 5px solid #e4e4e4;
	border-left: 5px solid #e4e4e4;
	border-right: 5px solid #e4e4e4;
	clear: both;
	float: left;
	display: inline;
}
#wrapper.inverted .banner {

}
.input {
	border: 1px solid #ccc;
	margin: 3px 0px 3px 2px;
}
.button {
	background: #0092c5;
	color: #fff;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 5px;
	margin-right: 5px;
	border: 1px solid #333;
}
.update {
	background: #fbddc0;
	padding: 5px;
	border: 1px solid #f89636;
}
.hiddendiv
{
    margin: 0px 0px 0px 0px;
	width: 0px;
	height: 0px;
    display: none;
}
