/*This style sheet applies to all browsers.*/
html, body {
	min-width: 750px;
}

body {
	background: #cccccc url("../graphics/background-gradient-large.png") repeat-x;
	font-family: Tw Cen MT, verdana, arial, helvetica, sans-serif, impact;
	height: 100%;
	display: none;
	position: relative;
}

#printhead {
	display: none;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; 
	height: 100% !important;
	position: relative;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #778899;
	width: 920px;
	background: transparent;
}

#masthead {
	background-color: #a8a8fd;
	background-image: url("../graphics/gradient-square-2.png");
	background-position: top left;
	background-repeat: repeat-x;
	padding: 4px;
	/*border: 2px #CFD4E6 solid; */
	border: 1px #313157 solid; 
	color: #FFFFFF;
	margin-bottom: 10px;
}

#logo {
	background: url("../graphics/grs_banner.png") top left;
	width: 504px;
	height: 98px;
}

#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	background-color: #ffffff;
	min-height: 290px;
	font-size: 12pt;
	line-height: 1.5;
	margin-top: -4px;
	border: 1px #313157 solid;
}


#content p {
	margin: 10px 0px 10px 0px;
}


#content ul {
	list-style-type: disc;
	list-style-image: url(bullet.gif);
	list-style-position: inside;
	margin-right: 20px;
}

#content h1 {
	font-size: 14pt;
}

#content h2 {
	font-size: 12pt;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.clear_footer {
	height: 75px;
	clear: both;
	border: 1px solid #313157;
}

div.rule {
	height: 1px;
	background-color: #313157;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

#careportal_movie {
	margin: 0px;
	padding-top: 1px;
	border: 0px #313157 solid;
}

#careportal_flash {
	width: 770px;
}

#footer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 70px;
	position: relative;
	font-size: 11pt;
	margin-top: -40px;
	border: 1px #313157 solid; 
}

/*Link Settings*/
A 
{
    color: #313157;
	font-weight: bold;
	text-decoration: underline;
}

A:visited, A:link 
{
	/*color: #596380;*/
}

A:hover 
{
    color: #7C6C3C;
	/*color: #aa1111;*/
	text-decoration: underline;	
}

#footer #footer_print_url {
	display: none;
}

/*Nav Menu*/

#navMenu {
	min-height: 28px;
	border-top: 1px solid #313157;
	border-right: 1px solid #313157;
	border-left: 1px solid #313157;
	padding: 2px;
	text-align: center;
	background: #CFD4E6 url("../graphics/gradient-square-3.png") top left;
	white-space: nowrap;
}

#nav {
/*Be careful what you add to the nav bar.*/
/*Adding to much will cause elements to go off the page*/
/*Do not expand the width past the max width of the wrapper -10px on either side of the menu for the corner graphics.*/
  	margin-top: 0;
  	margin-bottom: 0;
  	height: 28px;
  	display: block;
	text-align: center;
	border: 0px solid white;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
	width: 100%;
	white-space: nowrap;
}

#nav, #nav ul {
	padding: 0;
	list-style: none;
	height: 28px;
  	left: auto;
	right: auto;
	border: 0px solid green;
	white-space: nowrap;
	width: 920px !important;
}

#nav ul {
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
	white-space: nowrap;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	right: auto
}

#nav li:hover, #nav li.sfhover 
{
    /* Hovered list elements */
    background: url("../graphics/gradient-square-3.png") top left;
}

#nav li 
{
    /* All list items */
	float: left;
	/* Width needed or else Opera goes nuts */
	width: auto;
	white-space: nowrap;
	height: 27px;
	padding: 5px 10px 0px 10px;
	white-space: nowrap;
}

#nav a 
{
	font-size: 10pt;
	display: block;
	width: 100%;
	text-decoration: none;
	/*font-weight: normal;*/
	/*width: 130px;*/
}
/*
#navMenu A:visited, #navMenu A:link
{
	color: #313157;
	text-decoration: none;
}

 */
 #nav A:hover
{
	text-decoration: underline;
}

#nav li ul {
	/* second-level lists */
	position: absolute;
	height: auto;
	width: 10em;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
	left: -999em;
	background: url("../graphics/background-gradient-large.png") repeat-x bottom left;
	border: 1px #596380 solid;
	margin: -5px 0 0 10em;
	white-space: nowrap;
}

#nav li ul li, #nav li ul li ul li {
	/* second and third level list items. */
	border: 1px solid #596380;
	width: 10em;
}

#nav li ul ul {
	/* third-and-above-level lists */
	margin: -15px 0 0 50px;
}
 
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li.sfhover ul {
	/* Secondary lists nested under hovered list items */
	left: auto;
	right: auto;
	width: 180px;
	background: url("../graphics/background-gradient-large.png") top left;
}

#nav li li:hover ul, #nav li li.sfhover ul {
	/* Tertiary lists nested under hovered list items */
	left: auto;
	right: auto;
	width: 180px;
	background: url("../graphics/background-gradient-large.png") bottom left;
}

#nav li a {
	width: 100%;
	height: 100%;
	display: block;
}

#nav div.divider {
	width: 2px;
	height: 20px;
	background: #ffffff;
	margin-left: -11px;
	margin-right: 5px;
	margin-top: -2px;
	float: left;
}

span.careportal {
	color: #aa1111;
	font-style: italic;
}

hr {
	/* Don't use <hr /> use <div class="rule">&nbsp;</div> instead.  Rendering is more consistent*/
	border: 0px;
	background-color: #8A1221;
	color: #aa1111;
	height: 2px;
	width: 100%;
}