/* main selectors */
html {
	font-size: 75.4%;
}

body {
	margin: 0;
	padding: 32px 0 0 0;
	background: #0E3C60 url(../images/background-body.gif) repeat-x;
	font: 100%/140% 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #000;
	min-width: 987px;
}

/* 
	Trebuchet Metrics
	10px - 83.6%
	11px - 92%
	12px - 100%;
	13px - 108.6%
	14px - 117%;
	15px - 125.4%
*/

a {
	color: #25A9E0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
border: 0;
}

hr {
background:#AEDEE4;
border: 0;
margin: 0px 0px 10px 0px;
height: 1px;
}

h1 {
	margin: 0;
	padding: 0 0 12px 0;
	font-weight: bold;
	font-style: italic;
	font-size: 36px;
	line-height: 38px;
	color: #25A9E0;
}

h2 {
	margin: 0;
	padding: 0 0 8px 0;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	line-height: 20px;
	color: #25A9E0;
}

h3 {
	margin: 0;
	padding: 0 0 6px 0;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #8BC53F;
}

h4 {
	margin: 20px 0px 3px 0px;
	padding: 0 0 0px 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #0E3C60;
}

h1.title {
       margin: 0;
	padding: 0 0 3px 0;
       }

div.subtitle {
       font-weight: normal;
       font-size: 12px;
       border-bottom: 1px dotted #25A9E0;
line-height: auto;
	color: #0E3C60;
	font-weight: bold;
margin-bottom: 10px;
	padding: 0 0 3px 0;
       }

div.subtitle a {
font-weight: normal;
}

h1 span, h2 span, h3 span {
	display: block;
	height: 0px;
	text-indent: -9999px;
	overflow: hidden;
}

h1 img, h2 img, h3 img {
	display: block;
	border: none;
}

p {
	margin: 0;
	padding: 0 0 12px 0;
line-height: 150%;
}

ul, ol {
	margin: 0 0 0 20px;
	padding: 0 0 12px 0;
}

ol li {
padding: 4px 0px;
}


form {
	margin: 0;
	padding: 0;
}

input.text,
textarea.text {
	font: 11px 'Trebuchet Ms', Trebuchet, sans-serif;
	margin: 0;
	padding: 2px 4px;
	border: 1px dotted #29ABE1;
	background-color: #E6F5F7;
	color: #000000;
}

input.submit {
	margin: 0;
	padding: 0 3px;
	font: bold 11px 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #FFF;
	background-color: #8BC53F;
	border: 1px solid #25A9E0;
}

/* main backgrounds */
div.deco {
	position: absolute;
	top: 0;
	right: 50%;
	z-index: 1;
	height: 323px;
	width: 100%;
	background: url(../images/background-body-deco.gif) repeat-x;
}

#container {
	padding: 0 9px;
	width: 969px;
	background: url(../images/background-container.png) repeat-y;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

div.main-bg {
	background: #FFF url(../images/background-main.gif) repeat-y top right;
	width: 947px;
	border-left: 11px solid #AEDEE4;
	border-right: 11px solid #AEDEE4;
}

#main {
	background: url(../images/background-main.png) no-repeat;
	line-height: 140%;
}

/* header section */
#header {
	height: 234px;
	position: relative;
}

/* logo section */
strong.logo {
	position: absolute;
	top: 15px;
	left: 39px;
}

strong.logo img {
	display: none;
}

strong.logo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 290px;
	height: 100px;
	background: url(../images/logo.png) no-repeat;
}

/* header teasers list */
#header ul.teasers {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 180px;
	left: 255px;
}

#header ul.teasers li {
	float: left;
	padding-left: 35px;
}

#header ul.teasers li a {
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	width: 73px;
	height: 73px;
	background-repeat: no-repeat;
	background-color: #25A9E0;
}

#header ul.teasers li a:hover {
	background-position: 0 -73px;
	background-color: #085C9E;
}

#header ul.teasers li a.newsletter {background-image: url(../images/teaser-calendar.gif);}
#header ul.teasers li a.medicare {background-image: url(../images/teaser-medicare.gif);}
#header ul.teasers li a.ataps {background-image: url(../images/teaser-ataps.gif);background-color: #D5DE23;}
#header ul.teasers li a.ataps:hover {background-color: #8BC53F;}
/* footer section */
#footer {
	background: #156EB3 url(../images/background-footer.png) no-repeat;
	text-align: center;
	padding-top: 58px;
	padding-bottom: 8px;
	color: #AEDEE4;
	width: 100%;
}

#footer a {
	color: #AEDEE4;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 83.6%;
}

#footer ul.navigation {
	font-size: 100%;
	color: #FFF;
}

#footer ul.navigation a {
	color: #FFF;
}

#footer ul li {
	display: inline;
	padding: 0 4px 0 14px;
	background: url(../images/bullet-footer.gif) no-repeat 0 6px;
}

#footer ul.navigation li {
	background: url(../images/bullet-footer-navigation.gif) no-repeat 0 8px;
}

#footer ul li:first-child,
#footer ul.navigation li:first-child {
	padding-left: 0;
	background: none;
}

/* content section */
#content {
	width: 100%;
	overflow: hidden;
}

#content-primary {
	width: 600px;
	padding-left: 39px;
	float: left;
	padding-top: 60px;
	padding-bottom: 20px;
}

#content-secondary {
	width: 247px;
	padding-right: 37px;
	float: right;
}

/* inner boxes section */

/* navigation section */
#navigation {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	font-size: 117%;
	width: 100%;
	overflow: hidden;
}

#navigation li {
	padding-bottom: 12px;
	width: 100%;
	overflow: hidden;
	float: left;
	clear: left;
}

#navigation li a {
	color: #1B75BC;
	display: block;
	float: left;
	padding-left: 21px;
}

#navigation li a:hover,
#navigation li.active a {
	text-decoration: none;
	color: #D5DE23;
	font-weight: bold;
	background: url(../images/sidebar.gif) no-repeat left;
}

/* sidebar box section */
div.box {
	height: 1%;
	padding-bottom: 15px;
	padding-left: 21px;
}

div.box strong.head {
	display: block;
	margin-left: -21px;
	padding-left: 21px;
	background: url(../images/sidebar.gif) no-repeat top left;
	color: #8BC53F;
	font-weight: normal;
	font-size: 150%;
	margin-bottom: 5px;
}

div.box ul {
	margin: 0;
	padding: 0;
	list-style: none;
margin-bottom: 20px;
}

div.box ul li {
	padding: 0 0 10px 20px;
	background: url(../images/bullet.gif) no-repeat 0 2px;
}

div.box li.head {
	display: block;
	margin-left: -21px;
	padding-left: 21px;
	background: url(../images/sidebar.gif) no-repeat top left;
	color: #8BC53F;
	font-weight: normal;
	font-size: 150%;
	margin-bottom: 5px;
}

div.box ul p {
	padding: 0;
}

div.box a {
	color: #1B75BC;
}

div.box ul.tags li {
	padding: 0;
	line-height: normal;
	display: inline;
	background: none;
}

/* member box section */
div.ad-member {
	padding: 0 0 25px 21px;
}

div.ad-member a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 226px;
	height: 59px;
	background: #8BC53F url(../images/member.gif) no-repeat;
}

div.ad-member a:hover {
	background-position: 0 -59px;
	background-color: #D5DE23;
}

/* consume box section */
div.ad-consume {
	padding: 0 0 25px 21px;
}

div.ad-consume a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 226px;
	height: 59px;
	background: #8BC53F url(../images/consume.gif) no-repeat;
}

div.ad-consume a:hover {
	background-position: 0 -59px;
	background-color: #D5DE23;
}

/* Diabetes box section */
div.ad-diabetes {
	padding: 0 0 25px 21px;
}

div.ad-diabetes a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 226px;
	height: 59px;
	background: url(../images/diabetes_risk.png) no-repeat;
}

div.ad-diabetes a:hover {
	background-position: 0 -59px;
}


/* login form section */
div.login-form {
	margin: 0 0 10px 21px;
	width: 226px;
	background: #23AAE1 url(../images/login-bottom.gif) no-repeat bottom left;
}

div.login-form div.inner {
	background: url(../images/login-top.gif) no-repeat;
	padding: 4px 10px 9px 10px;
	width: 206px;
}

div.login-form em.head {
	display: block;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-size: 117%;
	padding-bottom: 8px;
}

div.login-form dl {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

div.login-form dt {
	margin: 0;
	padding: 0 0 5px 0;
	color: #0E3C60;
	font-size: 14px;
	width: 60px;
	padding-right: 5px;
	float: left;
	clear: left;
	text-align: right;
	letter-spacing: -1px;
}

div.login-form dd {
	float: left;
	margin: 0;
	padding: 0 0 5px 0;
	width: 140px;
}

div.login-form input.text {
	width: 130px;
	border-color: #FFF;
	background-color: #AEDEE4;
}

div.login-form input.submit {
	border-color: #FFF;
	float: right;
}

div.login-form dd.button {
	float: none;
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 0;
}

div.login-form dd.button a {
	float: left;
	color: #FFF;
	font-size: 10px;
	margin-top: 3px;
}

/* breadcrumb section */
ul.breadcrumb {
	margin: 0;
	padding: 0 0 20px 90px;
	list-style: none;
	color: #095C9E;
}

ul.breadcrumb a {
	color: #095C9E;
}

ul.breadcrumb li {
	display: inline;
	padding: 0 4px 0 15px;
	background: url(../images/bullet-breadcrumb.gif) no-repeat 0 4px;
}

/* article section */
div.article {
	background: url(../images/background-article.gif) no-repeat bottom;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

/* welcome box section */
div.welcome {
	width: 100%;
	overflow: hidden;
}

h1 img.feed {
margin: 0;
padding: 0;
float: left;
margin-right: 10px;
vertical-align: middle;
}



div.welcome div.icon {
	float: left;
	width: 240px;
	padding: 5px 5px 20px 5px;
	background: #E7F5F7 url(../images/background-icon.gif) no-repeat bottom left;
	overflow: hidden;
}

div.welcome div.icon img {
	border: none;
	display: block;
	width: 240px;
	margin-bottom: 16px;
}

div.welcome div.icon p {
	padding: 0 2px;
	color: #0E3C60;
	font-style: italic;
}

div.welcome div.text {
	width: 335px;
	float: right;
}

div.welcome ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.welcome ul li {
	padding: 0 0 10px 25px;
	background: url(../images/bullet.gif) no-repeat 0 3px;
}

div.welcome ul p {
	padding: 0;
}

div.welcome p.more {
	width: 100%;
	overflow: hidden;
}

div.welcome p.more a {
	width: 182px;
	height: 20px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	background: #8BC53F url(../images/more-welcome.gif) no-repeat;
}

p.more2 {
text-align: right;
font-size: 12px;
clear: both;
}

/* copy box section */
div.copy {
	width: 100%;
	overflow: hidden;
}

div.copy div.icon {
	float: left;
	width: 240px;
	padding: 5px 5px 20px 5px;
	background: #E7F5F7 url(../images/background-icon.gif) no-repeat bottom left;
	overflow: hidden;
}

div.copy div.icon img {
	border: none;
	display: block;
	width: 240px;
	margin-bottom: 16px;
}

div.copy div.icon p {
	padding: 0 2px;
	color: #0E3C60;
	font-style: italic;
}

div.copy div.text {
	width: 335px;
	float: right;
}

div.copy ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.copy ul li {
	padding: 0 0 10px 20px;
	background: url(../images/bullet.gif) no-repeat 0 3px;
}

div.copy li ul {
margin: 5px 10px;
}

div.copy li ul li {
	padding: 0 0 6px 15px;
	background: url(../images/bullet2.gif) no-repeat 0 3px;
}

div.copy li ul li ul li{
	padding: 0 0 6px 15px;
	background: url(../images/bullet3.gif) no-repeat 0 3px;
}


div.copy ul p {
	padding: 0;
}

div.copy p.more {
	width: 100%;
	overflow: hidden;
}

div.copy p.more a {
	width: 182px;
	height: 20px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	background: #8BC53F url(../images/more-welcome.gif) no-repeat;
}

div.copy h1 {
	margin: 20px 0px 3px 0px;
	padding: 0 0 0px 0;
	font-weight: bold;
	font-style: italic;
	font-size: 36px;
	line-height: 38px;
	color: #25A9E0;
}

div.copy h2 {
	margin: 20px 0px 3px 0px;
	padding: 0 0 0px 0;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	line-height: 20px;
	color: #25A9E0;
}

div.copy h3 {
	margin: 20px 0px 3px 0px;
	padding: 0 0 0px 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #8BC53F;
}

div.copy h4 {
	margin: 10px 0px 3px 0px;
	padding: 0 0 0px 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #0E3C60;
}

div.copy b {
font-size: 12px;
color: #00457C;
}

/* categories list section */

div.clist,
div.slist {
	width: 620px;
	margin: 0 -10px;
	overflow: hidden;
	padding-bottom: 10px;
	position: relative;
}

div.clist div.item,
div.slist div.item {
	width: 290px;
	float: left;
	padding: 0 10px 10px 10px;
}

div.slist div.item {
	width: 270px;
	padding-left: 30px;
}

div.dlist {
	background-color: #ECF7F9;
	padding-top: 15px;
}

div.clist span img {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	width: 94px;
	height: 94px;
	border: 2px solid #B7F663;
}

div.clist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	clear: both;
}

div.clist ul li {
	padding: 0 0 8px 21px;
	background: url(../images/bullet.gif) no-repeat 0 2px;
}

div.clist ul a {
	color: #0E3C60;
}

div.clist p.more {
	width: 100%;
	overflow: hidden;
	padding: 0;
}

div.clist p.more a {
	float: right;
	width: 80px;
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
	background: #25A9E0 url(../images/more-clist.gif) no-repeat;
}

div.dlist p.more a {
	background-position: 0 -23px;
}

div.slist {
	padding-top: 20px;
}

div.slist h3 {
	margin-left: -20px;
	padding-left: 20px;
	background: url(../images/bullet.gif) no-repeat 0 5px;
	position: relative;
}

div.slist p {
	padding-bottom: 4px;
}

/* toolbox section */
#toolbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 21px;
	padding: 3px 0 6px 0;
	background-color: #00457C;
	border-bottom: 2px solid #AEDEE4;
	z-index: 5;
}

#toolbox div.inner {
	width: 947px;
	margin: 0 auto;
	height: 21px;
	overflow: hidden;
}

#toolbox ul {
	margin: 0 0 0 -8px;
	padding: 0;
	list-style: none;
	float: left;
}

#toolbox ul li {
	float: left;
	padding-left: 8px;
}

#toolbox ul li a {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	height: 21px;
	background: url(../images/toolbox.gif) no-repeat;
}

#toolbox ul li.home a {
	width: 25px;
	background-color: #E4E4E3;
}
#toolbox ul li.increase a {
	width: 32px;
	background-color: #AEDEE4;
	background-position: 0 -21px;
}
#toolbox ul li.decrease a {
	width: 26px;
	background-color: #8BC53F;
	background-position: 0 -42px;
}
#toolbox ul li.print a {
	width: 22px;
	background-color: #E1E2E8;
	background-position: 0 -63px;
}
#toolbox ul li.email a {
	width: 22px;
	background-color: #F1D26B;
	background-position: 0 -84px;
}

#toolbox ul li.link a {
/*        color: #FFFFFF;*/
text-indent: 0;
background: transparent;
font-size: 11px;
}

#toolbox ul li.link {
padding-top: 5px;
color: #8BC53F;
}

#toolbox ul li.link a:hover {
color:#AEDEE4;
text-decoration: none;
}

/* quick search form section */
div.quick-search {
	float: right;
}

div.quick-search input.text {
	float: left;
	border: 1px solid #25A9E0;
	color: #FFF;
	padding: 1px 4px;
	width: 116px;
	margin-right: 5px;
	background: #085C9E;
	font-weight: bold;
}

div.quick-search input:focus,
div.quick-search textarea:focus {
	background-color: #25A9E0;
	color: #fff;
	border-style: none;
}

div.post {
clear: both;
margin-top: 0px;
padding-top: 3px;
border-top: 1px dotted #25A9E0;
font-size: 11px;
margin-bottom: 40px;
}

tr.table-heading {
background: #8BC53F;
color: #FFFFFF;
font-weight: bold;
}

td.left {
border-left: 0px;
border-top: 0px;
border-right: 1px dotted #25A9E0;
border-bottom: 1px dotted  #25A9E0;
}

td.cell-heading {
border-bottom: 1px dotted #25A9E0;
text-align: center;
}

td.right {
border-left: 0px;
border-top: 0px;
border-bottom: 1px dotted  #25A9E0;
}

td.bottom {
border-bottom: 0;
border-right: 1px dotted #25A9E0;
}

td.bottom-right {
border-right: 0;
}

.services-box {
background: #ECF7F9;
margin-top: 20px;
border-top: 2px solid #94CA4E;
padding: 10px;
}

span.author {
font-size: 11px;
font-style: italic;
}

td.col1 {
color: #0E3C60;
font-weight: bold;
text-align: right;
}

.comment {
margin-bottom: 15px;
padding: 0px 10px;
}

.comment img.avatar2 {
float: left;
margin-right: 10px;
border: 1px solid #25A9E0;
margin-bottom: 5px;
}

.comment span {
background: #E6F5F7;
padding: 4px 10px;
display: block;
}

img.feature-photo {
float: left; 
margin-right: 10px;
margin-bottom: 5px;
border: 4px solid #E6F5F7;
}

table th.row-head {
color:#8BC53F;
text-align: left;
font-style: italic;
font-size: 16px;
font-weight: bold;
}

table th.row-head span {
font-size: 10px;
color: #25A9E0;
font-style: normal;
}

table tr.row-sub td {
text-align: left;
font-weight: bold;
color: #0E3C60;
border-bottom: 1px dotted #25A9E0;
}

table tr.two td {
background: #E6F5F7;
border-bottom: 1px dotted #AEDEE4;
}

table tr.one td {
border-bottom: 1px dotted #AEDEE4;
}

#form{margin:27px 0;}
#form .score-note{border:1px solid #d5de23; padding:9px; background:#feffef; margin:18px 0;}
#form table{border:none; border-collapse:collapse; width:100%;}
#form table caption{background:#8BC53F; color:#fff; font-weight:bold; font-size:15px; padding:9px; text-align:center}
#form table tr{border-bottom: 1px dotted  #25A9E0;}
#form table th, #form table td{font-size:11px; padding:9px; text-align:left; vertical-align:top;}
#form table th{font-weight:bold;}
#form table tbody th{font-size:12px; width:200px;}
#form table tbody td.sub-heading{font-size:11px; width:150px;}
#form table tfoot th{text-align:right;}
#form table tfoot th, #form table tfoot td{font-size:14px;}
#form table fieldset{border:0; margin:0 0 9px 0; padding:0;}
#form table fieldset legend{color:#0E3C60; font-weight:bold; padding-bottom:9px;}
#form table fieldset label{display:block; margin:0 0 5px 0; line-height:14px; padding:2px 0 2px 20px; position:relative; zoom:1}
#form table fieldset label input{margin:0; padding:0; position:absolute; top:3px; left:0;}
*html #form table fieldset label input{left:-5px; top:0;}
#form table tfoot #score{ font-weight:bold;}
#form table .result-note{display:inline; margin-top:0;}
#form .low-risk{color:#00bf08}
#form .med-risk{color:#ffa200}
#form .high-risk{color:#bf0000}
#form .submit{cursor:pointer; margin:18px 0 0 0; padding:8px;}

.events {
	color: #00448c;
}
.events p {
	background-color: #e6fcff;
	margin-top: 5px;
	font-size: 11px;
	border-radius: 4px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border: 1px solid white;
}

#Practice-staff-event li p {
	background-color: #fdf7e3;
}

#GP-event li p {
	
}

#ALM-event li p {
	background-color: #fddfe6;
}

/* services box section */
div.ad-services {
	padding: 0 0 25px 21px;
}

div.ad-services a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 226px;
	height: 59px;
	background: #8BC53F url(../images/services.gif) no-repeat;
}

div.ad-services a:hover {
	background-position: 0 -59px;
	background-color: #D5DE23;
}
