/* 
		Site: 	MedicareFind
	   Title:	screen.css
	  Author: 	Michael Mottau (mmottau@hcpro.com)
Last Updated:  February 12, 2009


*/

/* @group GLOBAL */

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, 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;
	font-size: 100%;
}


blockquote, q {
	quotes: none;
}
hr {
	border:0;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background-color:#380000;
	padding-top:30px;
	padding-bottom:30px;
	color:#2c2322;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:75%;
	text-align:left;
	line-height:1.5em;
	text-align:center;

}

#page{
	background-color:#fffdf9;
	margin:0 auto;
	min-width:960px;
	max-width:80em;
	text-align:left;
}

h1,h2,h3,h4,h5,h6{
	color:#940504;
	font-weight:normal;
}

h1 {
	color: #940504;
	font-size: 2em;									/* 24px	*/
	line-height: 1em;								/* 24px */
	padding:0 0 0.375em 5px;						/* 9px */
	margin-bottom:1em;								/* 24px */
	border-bottom:1px solid #ebe7df;
	
}


h2 {
	font-size: 1.5em;								/* 18px */
	line-height: 1em;								/* 18px */
	/*font-weight: bold;*/
}
h3 {
	font-size: 1.1667em;							/* 14px */
	line-height: 1.2857em;							/* 18px */
}
h4 {
	color:#76614b;
	font-size: 1em;									/* 12px */
	line-height: 1.5em;								/* 18px */
}
	
p,ul,blockquote,table {
	margin: 1.2em 0;
}

ul, ol{
	margin-left:1em;
}
li{
	margin:0.833em 0;
	list-style-type:disc;
}
ol li{
	list-style:decimal;
	}
ol.lower_alpha li{
	list-style:lower-alpha;
	margin-left:1.5em;
	}
fieldset,img,a,abbr,fieldset {
	border: none;
}
select, input, texarea {
	font-family: inherit;
	font-size: 1em;
}
a {
	color: #0071b3;
	text-decoration:none;
	padding-bottom:.083em;
	border-bottom-width:1px;
	border-bottom-style:solid; 
	border-bottom-color:#5baad8;

}
a:hover,
a:focus {
	color: #d26200;
	border-bottom-color:#d26200;
}
a.active{
	color:#715E5C;
	border-bottom:none;
}

a.img{
	border: none;
	display:block;
	}
input:focus,
input.ie-focus,
textarea:focus,
textarea.ie-focus {
	border:2px #00baff solid;

}

option {
	margin-right: 1em;
}
label {
	cursor: pointer;
}


.amp {
	font-family: "Goudy Old Style",Baskerville, Palatino, Georgia, serif;
	font-style: italic;
}
.clear {
	clear:  both;
}

.clearfix:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

input {
	vertical-align:middle;
}

input, textarea, select, button {
font-family:inherit;

}

.twenty,
.thirty,
.forty,
.sixty,
.seventy,
.eighty,
.split {
	float: left;
	overflow: hidden;
}
.twenty {
	width: 20%;
}
.thirty {
	width: 30%;
}
.forty {
	width: 40%;
}
.split {
	width: 50%;
}
.sixty {
	width: 60%;
}
.seventy {
	width: 70%;
}
.eighty {
	width: 80%;
}
.full {
	width: 100%;
}
.content {
	position: relative;
	padding: 0 1.8em;									/* 21px */
	overflow: visible;
}

.hide{
 	display:none;
}
ul.split{
	width:46%;
}

ul.nav, ul.nav li{
	list-style:none;
	margin:0;
}
ul.nav li{
	display:block;
	float:left;
}
p.archive{	
	margin-top:1.4em;
}
p.archive a{
	color:#d26200;
	border-bottom-color:#d36200;
	background:url(../images/icon-archive.png) right center no-repeat;
	padding-right:1em;
}	
ul.no-bullets li{
	list-style:none;
}


.callout{
	background: #fff;
	margin: 2em  0;
	padding: .8em 1em;
	border: 2px solid #f6e5cd;
}

.left {
	float: left;
	margin-right: 1.426em;		/* 20px */
	display: inline;
}

.right {
	float: right;
	margin-left: 1.426em;		/* 20px */
	display: inline;
}

.checklist li{
	background: url(../images/icon-checkmark.gif) no-repeat center left;
	padding-left: 2.5em;
	list-style: none;
}

/*@end*/ 

/* @group .secondary */
.secondary .seventy .content{
	border-left:6px #f6ecde solid;
	margin-left:1.8em;
	padding-bottom:1.8em;
}
.secondary ul, 
.secondary ol{
	margin-left:1.5em;
	}
h3.synopsis{
	color:#76614b;
}
/* @end */

/* @group #masthead */

#masthead{
	position:relative;
	background:#fffbf5 url(../images/bg-masthead.png) repeat-x top left;
	width:100%;
	overflow:hidden;
	clear:both;
}

#masthead h1,
#masthead h2 {
	float:left;
	display:inline;
	margin-left:12px;
	padding:0.5em 0;
	margin-bottom:0.5em;
	border-bottom:none;
	}
#masthead h1 a,
#masthead h2 a{
	border-bottom:none;
	}
#login{
	float:right;
	display:inline;
	width:512px/*50em*/;
	background:#715e5C  url(../images/bg-login_bl.png) bottom left no-repeat;	
	margin-left:5px;
	padding-bottom:11px;
	padding-right:4px;
	top: 0px;
}
#login .content{
	background-color:#0033FF;
/* 	display:inline; */
	background:url(../images/bg-login_ul.png) top left no-repeat;
	padding:4px 0 0 30px;
	margin:0;

}
#login label{
	color:#fff;
	margin-right:3px;
	padding:0;
	font-size:11px;
}

.login-user, 
.login-pass{
	width:8em;

}
.login-user{
	margin-right:5px;
}
.login-pass,
#login .button{
	margin-right:5px;
}

#login a{
	color:#fff;
	font-size:0.92em;
	border-bottom:none;
}
#login a.btn-renew{
	display:block;
	float:left;
	background: url(../images/btn-renew.png) 0 0 no-repeat;
	text-indent:-99999px;
	height:22px;
	width:61px;
}
#login a.btn-renew:hover{
	background: url(../images/btn-renew.png) 0 -23px no-repeat;
}
#ctl00_usrLogin1_lblSubscriptionInfo{
	float:left;
	display:block;
	padding-right:10px;
}
#login .account-btns{
	clear:left;

	}
#ctl00_usrLogin1_btnLogout,
#ctl00_usrLogin1_btnAccount{
	width:auto;
	overflow:visible;
	padding:0 6px;
	float:left;
	display:block;

	
	
}
#login .content p{
	font-size: 1.17em;										/* 14px */
	color:#fff;
	margin-top: 0;
	margin-bottom: 0;
}
#account-actions{
	float:right;
	padding-left:10px;
	width:192px;
}

#navigation{
	clear:both;
	overflow:hidden;
	width:100%;
	background:#DAC19B url(../images/bg-navigation.png) bottom left repeat-x;
	margin:0;
	padding-top:4px;
	padding-bottom:1px;
}	

#navigation li{
	margin:0 5px;
}	
#navigation a{
	display:block;
	padding:5px 11px;
	color:#3b2607;
	font-size:1.25em;										/* 15px */
	letter-spacing:.04em;
	text-decoration:none;
	border:none;									
}	
#navigation a:hover{
	text-decoration:underline;
}

#navigation ul.nav{
	width:100%;
	margin-bottom:-1px;
	}
#navigation li.home{
	margin-left:0;
}

#navigation li.purchase{
	float:right;
	}
	
#navigation li.purchase a{
	background:url(../images/btn-purchase.png) no-repeat 0 3px;
	width:103px;
	margin-top:-2px;
	text-indent:-9999px;
}
#navigation li.purchase a:hover{
	background:url(../images/btn-purchase-hover.png) no-repeat 0 3px;
	}

#home #navigation li.home,
#blog #navigation li.blog,
#newsletter-archive #navigation li.newsletter-archive,
#calendar #navigation li.calendar,
#forum #navigation li.forum,
#help #navigation li.help,
#search #navigation li.search{
color:#3b2607;
	background:#f9f0e1;
	margin-bottom:-1px;
	border:1px solid #bea785;
	border-bottom:none;
}	
/*	#home #navigation li.home a,
	#blog #navigation li.blog a,
#calendar #navigation li.calendar a,
#forum #navigation li.forum a,
#help #navigation li.help a,
#weekly-update #navigation li.weekly-update a,
#search #navigation li.search a{
	color:#3b2607;
	}*/
#home #navigation li.home a:hover,
#blog #navigation li.blog a:hover,
#newsletter-archive #navigation li.newsletter-archive a:hover,
#calendar #navigation li.calendar a:hover,
#forum #navigation li.forum a:hover,
#help #navigation li.help a:hover,
#search #navigation li.search a:hover{
	border-bottom:none;
	text-decoration:none;
}

/* @end */

/* @group #main */
#main{
	width:100%;
	position:relative;
	clear:both;
	overflow:hidden;
	padding-bottom:36px;
	border-bottom:1px solid #d8ccb7;
}

.secondary #main{
	background: url(../images/bg-main-secondary.png) top left repeat-x;
	padding-top:36px;
}


/* @end */

/* @group #intro */

#intro{
	background:#fff7e8 url(../images/bg-intro_bottom.png) bottom left repeat-x;
	padding-bottom:45px;
	margin-bottom:36px;
	border-bottom:1px #d8ccb7 solid;
	width:100%;
}
#intro .content{
	background: url(../images/bg-intro_top.png) top left repeat-x;

	padding-top:24px;	
}
#intro h2,
#intro h2 strong{
	
}
#intro h2{
	
	font-weight: 400;
	color:#35281b;
	font-size: 2em;												/* 24px	*/											
	line-height: 1.25em;										/* 30px */
	padding:0.5em 0;											/* 12px */	
}
#intro h2 strong{
	
	color:#a50604;
	font-weight:bold;
	}	
#search{
	margin-top:1.5em;											/* 18px */
	}
#search .query{
	width:75%;
	color:#3b3b3b;
	font-size:1.5em;											/* 18px */
	line-height:1em;											/* 18px */
	margin-right:32px;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:18px;
	padding-right:18px;
}
#search input.initval{
	color:#7f7f7f;
	}
#intro .easyfind{
	margin-top:1em;												/* 12px */
}
#intro .easyfind h3{
	float:left;
	margin-right:20px;
	color:#35281b;
	font-size:1.5em;											/* 18px */
	line-height:1em;											/* 18px */

}
#intro .easyfind li{
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #ba9876;
}
#intro .easyfind li.last{
	margin-right:0;
	padding-right:0;
	border:none;
}

/* @end */	

/* @group #footer */
#footer{ 
	clear:both;
	overflow:hidden;
	width:100%;
	background-color:#f6ecde;
	padding-bottom:18px;
	padding-top:18px;
	border-top:1px #fff solid;
}

#footer .thirty{
	width:32%;
	}
#footer h3{
	margin-top:2px;
	} 
#footer h3 a{
	border-bottom:none;
}

#footer p{
	color:#634009;
	font-weight:bold;
	margin-top:0;
	margin-bottom:4px;
}


#footer .nav{
	overflow:hidden;
	width:100%;
}
#footer .nav li{
	margin-right:15px;
	margin-bottom:0;
}
#footer .nav a{
	font-size:0.92em;
	display:inline-block;
	margin-bottom:0;
	border-bottom:none;
	text-decoration:underline;
}

/* @end */	

/* @group #secondary-search */
#secondary-search{
	background: url(../images/bg-secondary-search.png) top left no-repeat;
	width:100%;
	margin-bottom:2em;
	}
#secondary-search fieldset{
	padding:17px 0 0 17px;
}
#secondary-search p{
	margin:0;
	margin-bottom:5px;
	color:#940504;
	font-size:1.33em;								/* 16px */
	} 
#secondary-search #query {
	float:left;
	padding-right:.5em;
	}
#secondary-search #query input{
	width:140px;
	padding:2px;
}


/* @end */	


/* @group #tutorial */
#tutorial{
	width:100%;
	overflow:hidden;
	}
#tutorial .content{
	display:inline-block;
}

#tutorial .right{
	margin-left:0;
}
#tutorial a{
	font-weight:bold;
	}
#tutorial #gs-video{
	display:block;
	background:url(../images/video-getting_started.jpg) 0 0 no-repeat;
	width:218px;
	height:177px;
	overflow:hidden;
	text-indent:-9999px;
	border:none;
	
	
	}
#tutorial #gs-video:hover{
		background:url(../images/video-getting_started.jpg) 0 -178px no-repeat;
		}
/* @end */	

/* @group .news */
.news h2{
	color:#940504;
	font-size: 2em;									/* 24px	*/
	line-height: 1em;								/* 24px */
	font-weight:normal;
	padding:0 0 .05em 0;							/* 12px */
}

.news h4{
	font-size:1em;
	margin-top:1.929em;
	margin-bottom:0.643em;
	text-transform:uppercase;
	letter-spacing:.05em;
}
.news p{
	margin-bottom:1.64em;
}
.news .banner{
	position:relative;
}
.news .banner .rss{
	float:right;
	border-bottom:none;
	}
.news .description{
	color:#554442;
	font-size:1.17em;								/* 14px */
	margin-bottom:1.29em;							/* 18px */
	margin-top:1.29em;								/* 18px */
	}
.news .hfeed{
	margin-left:0;
	}
.news .hfeed li{
	list-style:none;
}
.news .entry-title{
	font-weight:bold;
	}
.news .posted-date{
	margin-top:0.4em;
	margin-bottom:0;
	color:#554442;
	font-weight:bold;
}	
/* @end */	
/* @group .sitewide */
div.sitewide{
	margin-top:18px;
	margin-bottom:9px;
	width:100%;
	}
.sitewide label{
	color:#483C3B;
	font-weight:bold;
	margin-right:10px;
	line-height:normal;
	margin-bottom:0;
	padding:5px 0;
	width:5em;		
}
.sitewide input{
	width:13em;	
	font-size:1.17em;
	padding:3px;
}
input.submit{
	background:#D36600;
	padding:.2em 1em;
	margin-top:.8em;	
	color:#fff;
	font-weight:normal;
	font-size:1.5em;
	text-align:center;
	cursor:pointer;
	overflow:visible;
	border:none;	
}

/* @end */
/* @group .notification */

.notification {
	font-size: 0.9em;									/* 12px */
	padding: 1em 3em;
	margin-bottom: 1em;
	background-color: #ffc;
	background-position: 1em .8em;
	background-repeat: no-repeat;
	border: 1px solid #f5f5b8;
        width: 400px;
}
.js .notification {
	display: none;
}
.negative {
	background-image: url('../images/icon-warning.png');
	background-repeat: no-repeat;
}
.positive {
	background-image: url("/images/icons/tick.gif");
	background-repeat: no-repeat;
}

/* @group .utilities */
.utilities{
	background:url(../images/bg-dotted-h.gif) bottom left repeat-x;
	margin-bottom:2em;
	padding-top:1em;	
	width:100%;

}
.utilities ul{
	background:url(../images/bg-dotted-h.gif) top left repeat-x;
	margin:0;
	padding:12px 0 9px 0;
	overflow:hidden;
	width:100%;
}
.utilities li{
	list-style:none;
	float:left;
	background:url(../images/bg-dotted-v.gif) right center repeat-y;
	margin:0;
	padding:0 8px;
}

.utilities li a{
	border-bottom:none;
}
.utilities li a img{
	margin-right:5px;
	float:left;
}
.utilities li a img.arrow{
	margin-right:8px;
	margin-top:4px;
}
/* @end */
/* @end */

/* @group .contact_form */
.contact_form{
	padding-top:9px;
}
.contact_form h4{
	float:right;
	width:70px;
	padding-left:30px;
	color:#A69D7B;	
	font-size:1.17em;					/* 14px */
	line-height:1.3em;					/* 18px */
}

.contact_form label{
	font-size:1em;
	line-height:1.64em;
	font-weight:bold;
}

.contact_form fieldset{
	border-bottom:1px solid #f2f0eb;
	margin-bottom:5px;
	padding:4px 0 10px 0;
	}
.contact_form label, 
.contact_form input{
	display:block;
	float:left;
}

.contact_form label{
	width:125px;
	padding-left:10px;
}
.contact_form label.hide{
	display:none;
}
.contact_form #phonenumber label{
	width:120px;		
}
.contact_form input{
	width:229px;
	padding:3px 5px;
}

.contact_form #name input{
	width:100px;
}
.contact_form input.lname{
	margin-left:15px;
}
.contact_form input.submit {
	width:auto;
	margin:14px 0 0 130px;
	}

.contact_form input.phone{
	width:30px;
	}
.contact_form input.phone_multi{
	width:40px;
	} 
.contact_form #phonenumber span.phone{
	float:left;
	padding:0 5px;
	color:#bababa;
	font-size: 1.64em; 						/* 16px */
	text-transform: uppercase; 
	line-height: 1em;
	}
.contact_form #phonenumber span.smaller{
	font-size: 1.18em; 						/* 13px */ 
	line-height: 1.4em;
}
input.initval {
	color:#BFBFBF;
}
/* @end */


/* @group .vcard */
.vcard{
		margin-top:1em;
}

/* @end */

/* @group .event */

.event{
	margin-bottom: 2em;
	overflow:hidden;
	clear:left;
}

.date{
	float: left;
	width: 43px;
	text-align: center;
	margin:0;
	
}

.vevent{
	float:left;
	width:90%;
	margin:0;
	padding-left:1em;
	}
.vevent p{
	margin:2px 0;
}
.vevent p span{
	color:#554442;
}
.vevent .description{
	margin-top:1em;
	font-style:italic;
	
}
.vevent .summary{
	color:#554442;
	font-size:1.17em;					/* 14px */
	line-height:1.3em;					/* 18px */
	font-weight:bold;
}
.vevent .dtstart,
.vevent .dtend{
	color:#76614B;
	font-weight:bold;
	margin-bottom:0;
	margin-top:0.4em;
}
.date .month{
	display: block;	
	width: 100%;
	background-color: #e6d4af;
	color: #3e3230;
	text-transform:uppercase;
	line-height: normal;
}

.date .day{
	display: block;
	background-color:#fffdf9;
	font-size: 2em;
	color: #2C2322;
	padding: 5px 2px;
	border: 1px solid #e6d4af;
}


/* @end */


/* @group .features */


.features #intro{
	overflow:hidden;
	
}
.features #intro .forty{
	background:transparent url(../images/bg-intro_top.png) repeat-x scroll left top;
	text-align:center;
}
.features .forty a{
	display:block;
	/*margin-top: 2em;*/
	text-decoration:underline;
	border:none;
	
}

.features .section{	
	position: relative;
	width:100%; 
	padding-top: 2em;
}

.features .section:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.features .section h2{
	color:#423533;
	font-size:1.67em;						/* 20px */
	line-height:1em;						/* 20px */
}
.features .section p,
.features .section li{
	color:#554442;
	font-size:1.17em;						/* 14px */
	line-height:1.43em;						/* 20px */
/*	padding-right:3em;*/
}
.features .section h2 strong{
	font-weight:bold;
	color:#940504;
	text-transform:uppercase;
}
.features .pull-up{
	margin-top:-15px;
	padding-top: 0;
}

.feature-image{	
	margin-bottom: 10px;
	}

.features h1{
	padding:0;
	border-bottom:none;
	margin-bottom:.8em;
	}
.features .synopsis{
	font-size:1.33em;
	}
	



/* @end */




/* @group PAGES */


/* @group  .minimal */
.minimal #masthead{
	margin-bottom:2em;
	border-bottom:4px solid #DAC19B;
}
/* @end */
/* @group #home */
#home #tutorial h3{
	font-size: 1.5em;								/* 18px */
	line-height: 1em;								/* 18px */
	margin-bottom: 1em;
}
#home #tutorial p.archive{
	margin-top:0;
}

#home #masthead p.notification,
#help #masthead p.notification,
#weekly-update #masthead p.notification,
#masthead p.notification{
	float:right;
	margin-top:.75em;
	margin-bottom:.75em;
	margin-right:1em;
	padding-right: 50px;
	padding-left: 50px;
	
}

/* @end */




/* @group #newsletter-archive */

#newsletter-archive .utilities li a img{
	margin-top:7px;
	margin-right:7px;
	float:left;
}

.archive-features{
	margin-bottom: 2.5em;
}
.archive-features h4{
	font-weight: bold;
	margin-bottom: 3px;	
}

/* @end */

/* @group #newsletter */
#newsletter h1{
	border-bottom:none;
	padding-left:0;
	margin-bottom:.5em;
	}

/* @end */
/* @group #calendar */
	
#calendar h2{
	clear:left;
	margin-bottom:1.5em;
	}

/* @end */
/* @group #search */

	/* @group #document-detail */
	#search .full{
		/*zoom:1;*/
		}
	#search .archive{
		text-align:left;
		background:url(../images/icon-archive-l.png) left center no-repeat;
		padding-right:0;
		padding-left:1em;
		margin:0 0 2em 0;
		}
	#document-details{
		/*zoom:1;*/
		}
	#search p.archive a{
		background:none;
		padding-right:0;
	}
	#document-details td{
		width:83%;
	}
	#document-details td,
	#document-details th{
		padding:3px 10px;
		/*zoom:1;*/
	}
	
	#document-details th{
		font-size:1.17em;							/* 14px */
		text-align:right;
		vertical-align:top;
		}
	#document-details ul{
		margin:0;
		padding:0;
		position:static;
		}	
	#document-details ul li{
		margin:3px 0;
		}
	
	
	/* @end */

	/* @group #login */
	#login-page .sixty{
		border-left:1px solid #dac19b;
	}
	#login-page .sixty a.img{
		margin-top:2em;
	}
	#login-page .sixty ul{
		margin-left:2em;
		}	
	#login-page .sixty li, 
	#login-page .sixty p{
		margin:0.33em 0;
		font-size:1.17em;							/* 14px */
	}
	#login-page .sixty p{
	    margin-top:1.5em;
	}
	#login-page .thirty fieldset{
		margin-top:1em;
	}

	#login-page .thirty legend{
		color:#634009;
		padding:0 18px;
		font-size:16px;
		font-weight:bold;
	}
	
	#login-page .thirty label{
		display:block;
		color:#483C3B;
		font-weight:bold;
		margin-right:10px;
		line-height:normal;
		margin-bottom:0;
		padding:5px 0;
		width:5em;		
	}
	
	#login-page .thirty p{
		text-align:left;
	}
		
	#login-page .thirty a{
		color:#0071B3;
		border-bottom:1px solid #5BAAD8;
	}

	#login-page .login-user,
	#login-page .login-pass{
		margin-bottom:9px;
		width:100%;
	}
	
	#login-page .login-pass{
		margin-bottom:12px;
	}
	#login-page .notification{
		width:50%;
		margin-top:0;
		margin-left:1.8em;
		padding-left:4em;
		}
	#login-page .login-user input,
	#login-page .login-pass input{
		width:13em;	
		font-size:1.17em;
		padding:3px;
		vertical-align:middle;
	}
	
	#login-page .button{
		clear:left;
		margin-left:5.8em;
		display:block;
	}
	#login-page fieldset p{
		margin:0;
		padding:5px 0;
	}
	
	/* @end */

	/* @group #newsletter-archive */
	#archive-dates{
		background: #fff;
		margin: 2em  0;
		padding: .8em 1em;
		border: 1px solid #DAC19B;
	}
	#archive-dates li{
		display: inline;
		margin-right: 10px;
		padding-right: 10px;
		border-right: 1px solid #ecd4b4;
	}
	#archive-dates li a{
		font-weight: bold;
		display: inline;
	}
	#archive-dates li.active{
		background: url("../images/bullet-arrow-active.gif") no-repeat center left;
		padding-left: 1em;
	}
	#archive-dates li.active a{
		color:#3B2607;
		border-bottom: none;
	}
	#archive-dates li.last{
		border: none;
	}
	.archive-features{
		margin-bottom: 2.5em;
	}
	.archive-features h4{
		font-weight: bold;
		margin-bottom: 3px;	
	}
	
	/* @end */

	
/* @end */

/* @group #contact */

#contact .thirty h3{
	font-weight:bold;		
}
#contact .thirty h3.first{
	margin-top:3em;
}

/* @end */

/* @group #purchase */

#purchase .banner {	
	overflow: hidden;
	width: 100%;
	margin: 2em 0;
	padding:0 0 0.375em 5px;						/* 9px */
	border-bottom:1px solid #ebe7df;
}
#purchase .banner p{	
	float: left;
	color:#76614b;
	font-size: 1.33em;
	margin: 0;
	}
	
#purchase .featurelist{
	margin: 0;
}	

#purchase .featurelist li{
	margin: 0;
	float:left;
	list-style: none;
	display: inline;
	margin:0 1em 0 0;
	width:30%;
}
#purchase .featurelist img{
	float:left;
	display: inline;
	margin-right: 10px;
}	

#purchase .featurelist h3{
	color:#423533;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: .6em;
}

#purchase .contact_form label{
	padding-left:0;
	
}



#purchase .contact_form label, 
#purchase .contact_form input {
	float:none;
}
#purchase .contact_form label{
	width:auto;
}

#purchase .featurelist p{
	margin:0 0 0 60px;
	font-size: 1em;	
}
#purchase .contact_form div{
	float:left;
	margin-left:10px;
}
#purchase .contact_form #lname,
#purchase .contact_form #fname,
#purchase .contact_form #city{
	width:150px;
}
#purchase .contact_form #org{
	width:325px
}
#purchase .contact_form #zip{
	width:50px;
}


#brochure{
	position: relative;
	background: #ffffe;
	margin: 4em 0;
	padding: 3px;
	border: 1px solid #f5e2bf;
	width:100%;
	
}

#brochure .thirty{
	text-align:right;
}
#brochure .content{
	background: #fff7e5;
	margin: 0;
	padding:0;
	width:100%;
}
#brochure p{
	color:#554442;
	font-size:1.33em;					/* 16px */
	line-height:1.5em;					/* 24px */
	margin:.5em 0 3px 6em;
	}
#brochure a{
	font-size: 1.13em;					/* 18px */
	margin:0;
}
#brochure span{
	font-size: .67em;					/* 12px */
}

#brochure .seventy img{
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 5;	
}


/* @end */

/* @group #help */
#help .banner{
	margin-top:3em;
	overflow:hidden;
	}
#help h2{
color:#554442;
/*	margin-bottom:1em;*/
	}
#help h3{
	clear:left;
	margin-top:1.929em;
	margin-bottom:0.643em
	}
#help  .banner h2{
	float:left;
	}
#help .banner a{
	float:right;
}
#help .toc{
	overflow:hidden;
	margin-top:2em;
	margin-bottom:2em;
	padding:1em 2em;
	background:#FDF8F0;
}
#help .toc ul.split{
	width:50%;
	}
#help .faq-list{
	margin:0;
	}	
#help .faq-list li{
	list-style:none;
	font-size:1.17em;
	background:url(../images/icon-archive.png) left center no-repeat;
	padding-left:1em;

}

/* @end */
/* @group #search-ncci */
#search-ncci {
	background:#F9F1E3;
	margin-bottom:2em;
	}
#search-ncci div{
	float:none; 
 
	padding:1em; 
	margin:0 auto;
	
	}
#search-ncci fieldset{
	margin-bottom:1em;
}	
#search-ncci input{
	margin:0;
}
#search-ncci label.first{
	margin-right:1em;
}
#search-ncci .submit{
	margin-top:52px;
	margin-left:1em;
	}
#search-ncci textarea{
	float:left;
	width:200px;
	height:80px;
	overflow:auto;
	}
	
#ncci-results{
	padding-top:1.5em;
	border-top:1px solid #E6D0AB;
	}
#ncci-results li{
	list-style:none;
	}
#ncci-results ul ul li{
	margin-top:0;
	margin-bottom:.5em;
}
#physician {
	margin-right:1em;
}
#ctl00_MainContent_ncciRadio input{
	margin-right:5px;
	}
/* @end */

/* @group #lcd */
.rowcolor2 li{
	margin: 0 0 0 20px;
}
.rowcolor2 th{
	color:#940504;
	font-size:1.5em;
	font-weight:normal;
	padding-bottom:9px;
	}

.rowcolor2 table th{
background:none;
color:#000;
font-size:1em;
padding:5px 10px;
font-weight:bold;
	}
	.rowcolor2 table td{
		padding:3px 15px;
	}
/* @end */
/* @end */




/* @end */
/* @end */
/* ------------------------------------ */
/* ------------------------------------ */	
/* --- Make sure feedback.png location is correct, make sure the notification above includes all tabs --- */
/* Additional css for Asp .Net controls */
.login-user
{
    vertical-align:middle;
    width:8em;
    margin-right:20px;
    font-family: inherit;
	font-size: 1em;
}
.login-pass
{
	vertical-align:middle;
    width:8em;
    margin-right:10px;
    font-family: inherit;
	font-size: 1em;
}
.login-button
{
    margin-right:10px;  
}
.login-link
{
	color:#fff;
	font-size:0.92em;
	border-bottom:none;
}
#search .searchQuery{
	width:38.825em;
	color:#3b3b3b;
	font-size:1.5em;											/* 18px */
	line-height:1em;											/* 18px */
	margin-right:32px;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:18px;
	padding-right:18px;
}
.queryInitval{
	color:#7f7f7f;
	}
.search-button
{
    margin-right:10px;  
}
.subscription-status
{
	font-size: 1.17em;										/* 14px */
	color:#fff;
	margin-top: 0;
	margin-bottom: 0;
}

/* we don't want underlines on the home page blog and newsletter heading links */
.news .banner .bannerlinks
{
	border-bottom:none;
}

/* confirmation message for contact form */
.confirmationMessageFailed{
    font-size:1em;
	color:Red;
	line-height:1.64em;
	font-weight:bold;
}

/* confirmation message for contact form */
.confirmationMessageSuccess{
    font-size:1em;
	color:Green;
	line-height:1.64em;
	font-weight:bold;
}

/* error messages for the contact form.. */
.contact_form span{
	font-size:1em;
	color:Red;
	line-height:1.64em;
	font-weight:bold;
}

/* error messages for password reset.. */
.sitewide span{
	font-size:1em;
	color:Red;
	line-height:1.64em;
	font-weight:bold;
}

/* Submit button for password reset */
.submit{
	background:#D36600;
	padding:.2em 1em;
	margin-top:.8em;	
	color:#fff;
	font-weight:normal;
	font-size:1.5em;
	cursor:pointer;
	overflow:visible;
	border:none;	
}
	
/**/


/* @group Jonathan */
#weekly-update #navigation li.weekly-update
{
	background:#f9f0e1;
	margin-bottom:-1px;
	border:1px solid #bea785;
	border-bottom:none;
}	
	
#weekly-update #navigation li.weekly-update a:hover
{
	border-bottom:none;
	text-decoration:none;
}

.noBottomBorder
{
	border-bottom:none;
	text-decoration:none;
}

/* 




/* @end */
/* @end */
/* ------------------------------------ */
/* ------------------------------------ */	
/* --- Make sure feedback.png location is correct, make sure the notification above includes all tabs --- */
/* Additional css for Asp .Net controls */

/*Login user control*/
.login-user
{
    vertical-align:middle;
    width:8em;
    margin-right:5px;
    font-family: inherit;
	font-size: 1em;
}
.login-pass
{
	vertical-align:middle;
    width:8em;
    margin-right:5px;
    font-family: inherit;
	font-size: 1em;
}
.login-button
{
    margin-right:3px;  
}
.login-link
{
	color:#fff;
	font-size:0.92em;
	border-bottom:none;
}
.subscription-status
{
	font-size: 1.17em;										/* 14px */
	color:#fff;
	margin-top: 0;
	margin-bottom: 0;
}
/**/

/*Home page*/
#search .searchQuery{
	width:38.825em;
	color:#3b3b3b;
	font-size:1.5em;											/* 18px */
	line-height:1em;											/* 18px */
	margin-right:32px;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:18px;
	padding-right:18px;
}
.queryInitval{
	color:#7f7f7f;
	}
.search-button
{
    margin-right:10px;  
}
/* we don't want underlines on the home page blog and newsletter heading links */
.news .banner .bannerlinks
{
	border-bottom:none;
}
/**/


/*Contact Us page*/
/* confirmation message for contact form */
.confirmationMessageFailed{
    font-size:1em;
	color:Red;
	line-height:1.64em;
	font-weight:bold;
}
/* confirmation message for contact form */
.confirmationMessageSuccess{
    font-size:1em;
	color:Green;
	line-height:1.64em;
	font-weight:bold;
}
/* error messages for the contact form.. */
.contact_form span{
	font-size:1em;
	color:Red;
	line-height:1.64em;
	font-weight:bold;
}
.contactDropDown{
    width:243px;
}

/**/	
	


/* error messages for password reset.. */
.sitewide span{
	font-size:1em;
	color:Red;
	line-height:1.64em;
	font-weight:bold;
}

/* Submit button for password reset */
.submit{
	background:#D36600;
	padding:.2em 1em;
	margin-top:.8em;	
	color:#fff;
	font-weight:normal;
	font-size:1.5em;
	cursor:pointer;
	overflow:visible;
	border:none;	
}
	
/**/

#weekly-update #navigation li.weekly-update
{
	background:#f9f0e1;
	margin-bottom:-1px;
	border:1px solid #bea785;
	border-bottom:none;
}	
	
#weekly-update #navigation li.weekly-update a:hover
{
	border-bottom:none;
	text-decoration:none;
}

.noBottomBorder
{
	border-bottom:none;
	text-decoration:none;
}
/*fix spacing for radio button on ncci edits page*/
.RadioButtonWidth label 
{  
    margin-right:10px; 
} 

/*new styles added 2/3/2011 by RKF */
   
.secthead-ncd{
	
color:#900;
	
line-height: 2em;
}



.portlet{
	
padding-bottom:10px;
	
overflow:hidden;
}



.portletbody{
	
padding-bottom:10px;
	
overflow:hidden;
}

.strong{
 /*new style to bold section headers*/
   font-weight:bold;
} 

table tr, td{ 
/*add padding and alignment to tables */
  padding:5px;
  text-align:left;
} 

table{
    width:100%;
}

.alternatingGridviewRow{ 
  /*custom style to add alternating row color to tables */
    background-color:#CCC;
}


