body {
	margin: 0;
	background: url(../images/bg_body.jpg) repeat-x #bdd6e6;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

h1 {
	font-size: 14px;
	color: #1e83c7;
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
}

h2 {
	font-size: 12px;
	color: #1e83c7;
	margin: 0;
	padding: 0;
	margin-bottom: 7px;
}

img {
	border: 0;
}

div.more {
	font-size: 10px;
	width: 100%;
	float: right;
	color: #8d1438;
	text-align: right;
	margin-top: -12px;
	margin-bottom: 7px;
}

ol {
	margin: 0;
	padding: 0;
	margin-left: 26px;
}

ol li {
	margin-bottom: 12px;
}

ul {
	list-style-image: url(../images/li_square.gif);
}

p {
	line-height: 16px;
	padding: 0;
	margin: 0;
	margin-bottom: 16px;
}

#footer p {
	padding: 0;
	margin: 0;
	margin-bottom: 16px;
}

#anchors {
	clear: both;
	color: #99aab6;
	background: url(../images/footer_topborder.gif) bottom left repeat-x;
	padding-bottom: 12px;
	margin-bottom: 8px;
	text-align: center;
}

#container {
	/*background: url(../images/bg_container.jpg) no-repeat bottom right transparent;*/
	background-color: transparent;
	width: 853px;
	position: relative;
	margin: 0px auto;
}

#footer {
	color: #2d2d2d;
	background: url(../images/footer_topborder.gif) top left repeat-x #bdd6e6;
	font-size: 10px;
	clear: both;
	width: 853px;
	padding-top: 22px;
	text-align: center;
	position: relative;
}

#left {
	width: 285px;
	float: left;
	padding-top: 10px;
	clear: right;
}

#right {
	width: 535px;
	float: left;
	padding-top: 10px;
}

#header {
	width: 853px;
	height: 80px;
	font-size: 9px;
}

#lnav {
	width: 251px;
	background-color: #1972a9;
	font-weight: bold;
}

#lnavTan {
	width: 251px;
	background-color: #e4ca98;
	font-weight: bold;
}

#lnavWhite {
	width: 251px;
	background-color: #fff;
	font-weight: bold;
}

#print {
	display: none;
}

#topnav1 {
	float: right;
	color: #abb2b7;
	padding-top: 4px;
}

#topnav2 {
	float: right;
	background: url(../images/bg_navlogin.gif);
	height: 20px;
	padding-top: 4px;
	width: 219px;
	text-align: center;
	margin-left: 17px;
}


/*LINK STYLES*/
a, a:visited, a:active {
	text-decoration: none;
	color: #86042a;
}

a:hover {
	text-decoration: underline;
	color: #c7870c;
}

#footer a, #footer a:visited, #footer a:active {
	font-size: 10px;
	color: #626262;
	text-decoration: none;
}

#footer a:hover {
	color: #c7870c;
	text-decoration: underline;
}

#anchors a, #anchors a:visited, #anchors a:active {
	color: #c7870c;
	text-decoration: none;
	font-weight: bold;
}

#anchors a:hover {
	color: #1972a9;
	text-decoration: underline;
	font-weight: bold;
}

a.blue, a.blue:visited, a.blue:active {
	color: #1e5880;
	text-decoration: underline;
}

a.blue:hover {
	color: #1e5880;
	text-decoration: none;
}

a.print, a.print:visited, a.print:active {
	color: #1972a9;
	text-decoration: none;
}

a.print:hover {
	text-decoration: underline;
	color: #c7870c;
}

#lnav a, #lnav a:visited, #lnav a:active {
	display: block;
	margin: 0px auto;
	width: 217px;
	color: white;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 4px;
	border-bottom: 1px solid #4f90b8;
}

#lnav a:hover {
	display: block;
	color: #e5a324;
}

#lnavTan a, #lnavTan a:visited, #lnavTan a:active {
	display: block;
	margin: 0px auto;
	width: 217px;
	color: #1972a9;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 4px;
	border-bottom: 1px solid #f5e7cb;
}

#lnavTan a:hover {
	display: block;
	color: white;
}

#lnavWhite a, #lnavWhite a:visited, #lnavWhite a:active {
	display: block;
	margin: 0px auto;
	width: 217px;
	color: #1972a9;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 4px;
	border-bottom: 1px solid #ccc;
}

#lnavWhite a:hover {
	display: block;
	color: #e5a324;
}

.more a, .more a:visited, .more:active {
	color: #8d1438;
	text-decoration: none;
}

.more a:hover {
	text-decoration: underline;
	color: #c7870c;
}

#topnav1 a, #topnav1 a:visited, #topnav1 a:active {
	color: #c7870c;
	text-decoration: none;
}

#topnav1 a:hover {
	text-decoration: underline;
	color: #1972a9;
}

#topnav2 a, #topnav2 a:visited, #topnav2 a:active {
	color: #86042a;
	text-decoration: none;
}

#topnav2 a:hover {
	text-decoration: underline;
	color: #c7870c;
}

/*SPRITES*/
a.lnav_dict {
	display: block;
	height: 35px;
	width: 252px;
	background: url('../images/lnav_dictionary_sprite.gif') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -500px;
	margin-bottom: 7px;
}
a.lnav_dict:hover {
	background-position: -252px 0px;
}

a.lnav_news {
	display: block;
	height: 45px;
	width: 252px;
	background: url('../images/lnav_news_sprite.gif') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -500px;
	margin-bottom: 7px;
}
a.lnav_news:hover {
	background-position: -252px 0px;
}

a.lnav_patient {
	display: block;
	height: 35px;
	width: 252px;
	background: url('../images/lnav_patientBrochure_sprite.gif') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -500px;
	margin-bottom: 7px;
}
a.lnav_patient:hover {
	background-position: -252px 0px;
}

a.lnav_physician {
	display: block;
	height: 35px;
	width: 252px;
	background: url('../images/lnav_physiciansBrochure_sprite.gif') no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -500px;
	margin-bottom: 7px;
}
a.lnav_physician:hover {
	background-position: -252px 0px;
}


/*FORM STYLES*/
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

input, select {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #333;
	background-color: #fff;
}

select {
	padding: 2px;
}

.row {
	display: block;
	margin-bottom: 14px;
	clear: both;
}
label {
	display: block;
	float: left;
	width: 180px;
	text-align: right;
	padding-right: 15px;
	margin-top: 9px;
}


/*ROLLOVERS*/
a.rollover:hover img, a.rollover:active img, a.rollover:visited:hover img {
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

a.rollover:visited img, a.rollover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}


/*MISC TEXT STYLES*/
.red {
	color: red;
}

.small {
	font-size: 10px;
}



#pad {height:138px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {float: right;clear:both; background:url(../images/bg_nav.gif) no-repeat #fff; padding:0; margin:0; list-style:none; height:38px; width:621px; position:relative; z-index:500; font-family:arial, verdana, sans-serif;margin-top:10px}
#menu img {border-width:0px;}
#menu li {float:left;}
#menu li a {display:block; float:left; height:38px; line-height:38px; background: transparent; color:#ccc; text-decoration:none; font-size:11px; font-weight:bold; padding:0;}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200; position:relative;color:#fff; background-color:transparent;} /*needs padding to stay *lit* for rollover effect*/
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#fff; background:transparent;}
#menu li:hover > a.sub {color:#fff; background-color:transparent;}

#menu li.current a {color:#fff; background:transparent;}

#menu li a.sub {background: transparent url(down-arrow.gif) no-repeat right center;}
#menu li.current a.sub {color:#fff; background:transparent url(down-arrow.gif) no-repeat right center;;}

#menu :hover ul {left:5px; top:35px; width:120px; background:#444;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul {left:120px; top:-1px; background:#222; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu :hover ul li {margin:0;}
#menu :hover ul li a {width:200px; padding:0; text-indent:10px; background:#fff; color:#d6ac63; height:30px; line-height:30px; font-size:10px; border-width:0px; text-transform:uppercase; border-bottom:1px solid #e9e9e9;} /*subnav*/
#menu :hover ul li a.fly {background:#333 url(right-arrow.gif) no-repeat right center;}

#menu :hover ul :hover {background-color:#fff; color:#1972a9;}
#menu :hover ul :hover a.fly {background-color:#fff; color:#d6ac63;}

#menu :hover ul li.currentsub a {background:transparent; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:transparent url(right-arrow.gif) no-repeat right center; color:#fff;}

#menu :hover ul :hover ul li a {width:100px; padding:0; text-indent:10px; background:#3e3e3e; color:#ccc;}
#menu :hover ul :hover ul :hover {background-color:#d70; color:#fff;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:transparent; color:#fff;}