@charset "utf-8";
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #444;
	font-size:12px;
	line-height:150%
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding:5px 15px;
}

h3 {
	font-size:15px;
}

h2 {
	font-size:16px;
	line-height:34px;
	padding-bottom:0;
	padding-top:0;
}

h1 {
	font-size:24px;
}

a img {
	border: none;
}

a {
	color: #444444;
	text-decoration: underline;
}

a:hover {
	color:#00448B;
	text-decoration: none;
}

.supercontainer {
	background-color:#c3effc;
	width:100%;
	overflow:hidden;
	background-image:url(../images/pageshadowbg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}

.container {
	width: 100%;
	margin: 0 auto;
	background-image:url(../images/menubar-bottom.png);
	background-position:left 340px;
	background-repeat:repeat-x;
}

.secpage .container {
	width: 100%;
	margin: 0 auto;
	background-image:url(../images/menubar-bottom.png);
	background-position:left 340px; /*was left 260px*/
	background-repeat:repeat-x;
}

.mainbanner {
	background-image:url(../images/mainbanner-group.jpg);
	background-position:center -70px;
	background-repeat:no-repeat;
	padding-top:340px;
}

.secpage .mainbanner {
	background-image:url(../images/mainbanner-group.jpg);
	background-position:center -60px;
	background-repeat:no-repeat;
	padding-top:340px; /*was 260px*/
}

.secpage .about .mainbanner {
	background-image:url(../images/about-banner.jpg);
	background-position:center -30px;
	background-repeat:no-repeat;
	padding-top:340px; /*was 260px*/
}

.header {
	width:100%;
	height:132px;
}

.headerinner {
	width:100%;
	height:117px;
	padding-top:15px;
	background-image:url(../images/menubar-bg-16.png);
	background-position:center top;
	background-repeat:no-repeat;
}

.headercenter {
	width:965px;
	padding-left:15px;
	margin:0 auto;
}

.logo {
	float:left;
}

.topmenu {
	padding-left:80px;
}

.topmenu ul {
	list-style:none;
	padding:0;
	margin:0;
}

.topmenu ul li {
	list-style:none;
	padding:0;
	margin:0;
	float:right;
}

.topmenu ul li a {
	display:block;
	height:82px;
	width:158px;
	text-align:center;
	line-height:82px;
	padding:0;
	text-transform:uppercase;
	color:#00448B;
	font-weight:bold;
	text-decoration:none;
}
.topmenu ul li a:hover {
	background-image:url(../images/patientportallink.png);
	background-position:0 -82px;
	background-repeat:no-repeat;
	color:#fff;
}

.topmenu ul li a.current {
	background-image:url(../images/patientportallink.png);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#fff;
}

.contentsectioncenter {
	width:950px;
	margin:0 auto;
}

.sidebar1 {
	float: left;
	width: 263px;
	padding-bottom: 10px;
	background-image:url(../images/sidebar1bg.png);
	background-position:right 0;
	background-repeat:no-repeat;
	height:255px;
	padding-right:2px;
}

.secpage .sidebar1 {
	float: left;
	width: 265px;
	padding-bottom: 10px;
	background-image:url(../images/sidebar1bg.png);
	background-position:1px 0;
	background-repeat:no-repeat;
	height:255px;
	padding-right:0;
}

.sidebar1 ul.nav {
	list-style:none;
	padding:0;
	margin:0;
}

.sidebar1 ul.nav li {
	list-style:none;
	margin:0;
	padding:0 3px;
	padding-right:1px;
	margin-left:2px;
}

.secpage .sidebar1 ul.nav li {
	list-style:none;
	margin:0;
	padding:0 3px;
	padding-left:5px;
}

.sidebar1 ul.nav li a {
	display:block;
	height:24px;
	line-height:24px;
	padding:0 15px;
	color:#fff;
	text-decoration:none;
	font-size:14px;
}

.sidebar1 ul.nav li a:hover, .sidebar1 ul.nav li a.current {
	background-image:url(../images/sidebar1menubg.png);
	background-position:0 0;
	background-repeat:repeat;
	color:#000;
}

.homebox {
	float: left;
	width: 667px;
	padding-top:15px;
	height:270px;
	margin-left:18px;
	background-image:url(../images/homebox-15.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

.homebox p {
	color:#000;
}

.sidebar2 {
	float: left;
	width: 325px;
	height:193px;
	margin-left:18px;
	background-image:url(../images/sidebar2bg.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

.sidebar3 {
	float: left;
	width: 325px;
	height:193px;
	margin-left:17px;
	background-image:url(../images/sidebar3bg.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

.sidebar3 h2 {
	color:#fff;
}

.sidebar3 ul {
	list-style:none;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
}

.sidebar3 ul li {
	list-style:none;
	padding:5px 15px 5px 45px;
	margin:0;
	background-image:url(../images/bullet-small.png);
	background-position:25px 8px;
	background-repeat:no-repeat;
	font-size:14px;
	line-height:19px;
}

.content {
	width:669px;
	margin-left:16px;
	float:left;
	background-image:url(../images/contentbotbg.png);
	background-position:0 bottom;
	background-repeat:no-repeat;
	padding-bottom:15px;
	margin-bottom:15px;
}

.content ul {
	list-style:none;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
}

.content ul li {
	list-style:none;
	padding:5px 15px 0px 45px;
	margin:0;
	background-image:url(../images/bullet-small.png);
	background-position:25px 8px;
	background-repeat:no-repeat;
	font-size:12px;
	line-height:18px;
}

.contentinner1 {
	background-image:url(../images/contenttopbg.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:45px;
	padding-bottom:2px;
}

.contentinner1 h1 {
	font-size:24px;
	line-height:45px;
	padding:0 15px;
	color:#fff;
}

.contentinner2 {
	background-image:url(../images/contentbg.png);
	background-position:0 0;
	background-repeat:repeat-y;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

.footer {
	background-color:#c3effc;
	clear: both;
	width:100%;
	background-image:url(../images/footershadow.png);
	background-position:center -1px;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-bottom:20px;
	border-bottom:1px solid #cecece;
}

.footer p {
	font-size:11px;
	color:#666;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}