/*
Theme Name: AHI
Theme URI: http://www.ahisoftware.com/
Description: Custom Wordpress theme for AHI Software, Inc. by BrickStreet Creative in Alton, IL
Author: Adam Houston
Author URI: http://www.brickst.com/
*/

.printonly {
	display: none;
}


/******************************* Main Layout *******************************/

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(images/bodybknd.jpg) repeat-x 0 0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the .container selector */
	color: rgb(80,80,80);
}



h1, h2, h3, h4, p, ul, li, dl, dd, dt {
	margin: 0;
	padding: 0;
}


.container { 
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent url(images/bodybkndtop.jpg) no-repeat 0 0;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	min-height: 650px;
} 

body.home .container { 
	background: transparent url(images/bodybkndtop-home.jpg) no-repeat 0 0;
} 

#header { 
	background: transparent; 
	margin: 0;
	padding: 0;
	width: 920px;
	height: 125px;
	display: block;
	position: relative;
	overflow: visible;
	z-index: 30;
} 

#promobox {
	background: #FFF;
	margin: 9px 9px 15px 9px;
	padding: 6px 0;
	width: 582px;
	display: block;
	z-index: 1;
position: relative;
}



#centerArea {
	margin: 0;
	padding: 0;
	width: 920px;
	overflow: visible;
}


#breadcrumb {
	display: block;
	height: 20px;
	margin-top: 30px;
	margin-left: 15px;
	font-size: 80%;
	color: #666;
}

#sidebar {
	display: block;
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 35px 0 0 30px;
	padding: 0;
	overflow: hidden;
}

body.home #sidebar {
	display: block;
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 210px 0 0 30px;
	padding: 0;
	overflow: hidden;
}

#main {
	display:block;
	float: left; /* since this element is floated, a width must be given */
	position: relative;
	width: 600px;
	margin: 15px 10px 0 30px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #main div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0;
	min-height: 500px;
}

body.home #main {
	display:block;
	float: right; /* since this element is floated, a width must be given */
	position: relative;
	width: 600px;
	margin: 15px 10px 0 30px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #main div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0;
}

#main.onecolumn {
	float: left; /* since this element is floated, a width must be given */
	width: 745px;
	min-height: 350px;
	margin: 35px 0 0 35px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #main div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0 35px 35px 0;
	border: none;
}

#footer { 
	margin: 50px 0 0 30px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 880px;
	height: 60px;
	border-top: 10px solid #000;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





/******************************* Styles for Main Area *******************************/

#main img {
	border: none;
}

#main a {
	color: rgb(70,165,220);
	text-decoration: none;
	border-bottom: 0px;
}

#main a:visited {
	color: rgb(70,165,220);
	text-decoration: none;
	border-bottom: 0px;
}

#main a:hover, #main a:visited:hover {
	color: rgb(70,165,220);
	text-decoration: none;
	border-bottom: 1px solid rgb(70,165,220);
	cursor:pointer;
}


#main h1 {
	display: block;
	background: transparent url(images/h1bknd.png) no-repeat 0 0;
	font: 185% Verdana, "Times New Roman", Times, serif;
	font-weight: normal;
	color: rgb(70,165,220);
	line-height: 1.2em;
	margin: .5em 25px .5em 25px;
	padding-top: 12px;
}

#main h2 {
	font: 130% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: rgb(70,165,220);
	line-height: 1.35em;
	margin: 1.25em 25px 0 25px;
	text-transform: uppercase;
}

#main h3 {
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.25em;
	margin: 1.5em 25px 0 25px;
}

#main p {
	margin: .75em 25px;
	line-height: 1.5em;
}

#main ul {
	margin-left: 50px;
	line-height: 1.5em;
	color: rgb(70,165,220);
}

#main li {
	margin-top: .25em;
	list-style-type: square;
}

#main li span {
	color: #666;
}

#main dl {
	line-height: 1.35em;
	display: block;
	margin: 2em 25px 20px 25px;
}

#main dd {
	display: block;
	width: 500px;
	margin: 25px 0 25px 50px;
	text-align: left;
}

#main dt {
	display: block;
	width: 75px;
	float: left;
	clear: left;
	margin: 0;
}

#main .divider {
	width: 100%;
	height: 1px;
	display: block;
	clear: both;
}

.alignright, .floatright {
	float: right;
	margin: 5px 0 10px 15px;
}

.alignleft, .floatleft {
	float: left;
	margin: 5px 15px 10px 30px;
}

.alignright img, .alignleft img, .floatright img, .floatleft img, .caption img {
	margin: 0;
	padding: 0;
	border: 0;
}



#main .backto {
	margin-top: 15px;
}

#main .backto p {
	line-height: 1em;
	padding-top: 15px;
}

#main .backto a {
	color: rgb(70,165,220);
	text-decoration: none;
	border-bottom: 0;
}

#main .backto a:hover {
	color: rgb(70,165,220);
	text-decoration: none;
	border-bottom: 1px solid rgb(70,165,220);
	cursor:pointer;
}

#main .backto a span{
	display: block;
	float: left;
	vertical-align:baseline;
	margin-top: 4px;
	margin-right: 2px;
	width: 9px;
	height: 9px;
	background-image: url(images/backarrow-gray.gif);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	padding-right: 5px;
}

#main .backto a:hover span{
	display: block;
	float: left;
	vertical-align:baseline;
	width: 9px;
	height: 9px;
	background-image: url(images/backarrow-gray.gif);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	padding-right: 5px;
}



#main .divline {
	display: block;
	overflow:hidden;
	height: 1px;
	background-color: rgb(205,205,205);
	margin: 20px 25px;
	clear: both;
}



#main dl.eventlist {
	display: block;
	width: 550px;
	margin: 0 0 0 25px;
}

#main dl.eventlist dt {
	display: block;
	width: 60px;
	height: 59px;
	float: left;
	clear: left;
	margin: 0;
	background: transparent url(images/dateboxbknd-main.gif) no-repeat 0 0;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	padding-top: 9px;
	text-align: center;
}

#main dl.eventlist dt span {
	font-size: 16px;
	text-transform: uppercase;
}

#main dl.eventlist dd {
	display: block;
	width: 500px;
	margin: 25px 0 25px 50px;
	text-align: left;
}

/*
#main dl.eventlist dd p {
	font-size: 10px;
	line-height: 14px;
	color: #666;
	margin: 0;
	padding: 0;
}
*/

#main .eventlist {
	display: block;
	width: 550px;
	margin: 0 0 0 25px;
}


#main p.prtopper {
	display: block;
	text-indent: -9009px;
	margin: 25px 0 12px 25px;
	padding: 0;
	height: 27px;
	width: 550px;
	background: transparent url(images/text-for-immediate-release.gif) no-repeat 0 0;
}

#main .quotes ul, #main .quotes li {
    list-style: none;
    color: rgb(80,80,80);
    margin: 0;
    padding: 0;
}

#main .quote {
	display: block;
	position: relative;
	width: 550px;
	margin: 25px 0 10px 25px;
	text-indent: 12px;
	font-style: italic;
}

#main .quoted {
	text-align: right;
	font-size: 70%;
	text-transform: uppercase;
    padding-bottom: 30px;
    border-bottom: 1px dotted #CCC;
}

#main .quotemarkleft {
	display: block;
	width: 17px;
	height: 13px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9px;
	top: 0;
	text-indent: -9009px;
	background: transparent url(images/quotemark-left.gif) no-repeat 0 0;
}

#main .quotemarkright {
	display: block;
	width: 17px;
	height: 13px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -9px;
	bottom: 0;
	text-indent: -9009px;
	background: transparent url(images/quotemark-right.gif) no-repeat 0 0;
}

#main h3.using {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
	line-height: 1.25em;
	margin: 10px 25px 0 25px;
}

/******************************* Styles for Sidebar *******************************/

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar p, #sidebar ul {
 margin-left: 15px;
}

#sidebar .indent h1, #sidebar .indent h2, #sidebar .indent h3, #sidebar .indent h4, #sidebar .indent p, #sidebar .indent ul {
 margin-left: 8px;
}


#sidebar .divline {
	display: block;
	overflow:hidden;
	height: 1px;
	background-color: rgb(205,205,205);
	margin: 20px 0 20px 0;
	clear: both;
}


#sidebar img {
	border: none;
}

#sidebar h1, #sidebar h2, #sidebar h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar a {
	color: rgb(70,165,220);
	text-decoration: none;
	border-bottom: 0px;
}

#sidebar a:visited {
	color: rgb(70,165,220);
	text-decoration: none;
	border-bottom: 0px;
}

#sidebar a:hover, #sidebar a:visited:hover {
	color: rgb(70,165,220);
	text-decoration: none;
	border-bottom: 1px solid rgb(70,165,220);
	cursor:pointer;
}


#sidebar h1 {
	font: 140% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: rgb(37,170,225);
	line-height: 1.35em;
	margin: .75em 0 .5em 10px;
}

#sidebar h2 {
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: rgb(70,165,220);
	line-height: 1.35em;
	margin: 2em 0 .5em 10px;
}


#sidebar h3 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: rgb(50,50,50);
	line-height: 1.25em;
	margin: 1.5em 0 0 10px;
}

#sidebar p {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	margin: .5em 10px;
	line-height: 1.5em;
}

#sidebar ul {
	margin-left: 2.5em;
	line-height: 1em;
}

#sidebar li {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	margin: .5em 10px .5em 1em;
}

#sidebar .divider {
	width: 100%;
	height: 1px;
	display: block;
	clear: both;
}

#sidebar .indent {
	margin-left: 17px;
	border-left: 1px solid rgb(37,170,225);
}


#sidebar .sidebox p.caption {
	margin: 0;
	line-height: 1.25em;
	font-size: 85%;
	font-style: italic;
	text-align: center;
	color: rgb(50,50,50);
}

body.home #sidebar ul.latestnews {
	display: block;
	width: 250px; 
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul.latestnews {
	display: block;
	width: 230px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul {
	width: 230px;
	margin: 0 0 0 12px;
	padding: 0;
}

ul.latestnews img {
	display: none;
}

body.home #sidebar ul.latestnews li {
	width: 230px;
	margin: 0 10px 12px 10px;
	line-height: 1.35em;
}

#sidebar ul.latestnews li .date {
	margin: 0;
	padding: 0;
	font-size: 90%;
	text-transform: uppercase;
	font-weight: normal;
}

#sidebar ul.latestnews li .eventdate {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(70,165,220);
}

#sidebar ul.latestnews li p {
	font-size: 100%;
	margin: 0 0 0 10px;
	padding: 0;
}

#sidebar ul.latestnews li {
	width: 210px;
	margin: 0 10px 12px 10px;
	line-height: 1.35em;
}

#sidebar ul.latestnews a {
	font-weight: bold;
}


#sidebar ul.latestnews .readmore {
	font-size: 90%;
	text-transform: uppercase;
	font-weight: normal;
}

#sidebar ul.latestnews .ec3_multi_iconlet, #sidebar ul.latestnews .ec3_iconlet {
	display: block;
	border: none;
	background: none;
	float: none;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 90%;
	text-transform: uppercase;
	font-weight: normal;
}

#sidebar ul.latestnews .ec3_month, #sidebar ul.latestnews .ec3_multi_month_end {
	margin: 0 5px 0 0;
}

#sidebar ul.latestnews .ec3_time, #sidebar ul.latestnews .ec3_multi_time {
	display: none;
}

#sidebar ul.latestnews img {
	display: none;
}



#sidebar h2.resources {
	display: block;
	text-indent: -9009px;
	margin: 2em 0 12px 0;
	padding: 0;
	height: 27px;
	width: 250px;
	background: transparent url(images/text-resources.gif) no-repeat 0 0;
}


#sidebar h2.press {
	display: block;
	text-indent: -9009px;
	margin: 2em 0 12px 0;
	padding: 0;
	height: 27px;
	width: 250px;
	background: transparent url(images/text-press.gif) no-repeat 0 0;
}

#sidebar h2.moreinfo {
	display: block;
	text-indent: -9009px;
	margin: 2em 0 12px 0;
	padding: 0;
	height: 27px;
	width: 250px;
	background: transparent url(images/text-moreinformation.gif) no-repeat 0 0;
}


#sidebar h2.latestnews {
	display: block;
	border: none;
	text-decoration: none;
	margin: 2em 0 12px 0;
	padding: 0;
	height: 27px;
	width: 250px;
	background: transparent url(images/text-latestnews.gif) no-repeat 0 0;
}

#sidebar h2.comingevents {
	display: block;
	border: none;
	text-decoration: none;
	margin: 2em 0 12px 0;
	padding: 0;
	height: 27px;
	width: 250px;
	background: transparent url(images/text-comingevents.gif) no-repeat 0 0;
}


#sidebar h2.nextevent {
	display: block;
	border: none;
	text-decoration: none;
	margin: 2em 0 12px 0;
	padding: 0;
	height: 27px;
	width: 250px;
	background: transparent url(images/text-nextevent.gif) no-repeat 0 0;
}

#sidebar h2.ahiqacust {
	display: block;
	text-indent: -9009px;
	margin: 2em 0 12px 0;
	padding: 0;
	height: 27px;
	width: 250px;
	background: transparent url(images/text-ahiqacustomers.gif) no-repeat 0 0;
}


#sidebar h2.lobbycust {
	display: block;
	text-indent: -9009px;
	margin: 2em 0 12px 0;
	padding: 0;
	height: 27px;
	width: 250px;
	background: transparent url(images/text-ahilobbycustomers.gif) no-repeat 0 0;
}


#sidebar h2.eligibilitycust {
	display: block;
	text-indent: -9009px;
	margin: 2em 0 12px 0;
	padding: 0;
	height: 27px;
	width: 250px;
	background: transparent url(images/text-ahieligibilitycustomers.gif) no-repeat 0 0;
}


#sidebar h2.patientidcust {
	display: block;
	text-indent: -9009px;
	margin: 2em 0 12px 0;
	padding: 0;
	height: 27px;
	width: 250px;
	background: transparent url(images/text-ahipatientidcustomers.gif) no-repeat 0 0;
}


#sidebar h2.latestnews a, #sidebar h2.latestnews a:hover,
#sidebar h2.latestnews a:visited, #sidebar h2.latestnews a:visited:hover,
#sidebar h2.comingevents a, #sidebar h2.comingevents a:hover,
#sidebar h2.comingevents a:visited, #sidebar h2.comingevents a:visited:hover,
#sidebar h2.nextevent a, #sidebar h2.nextevent a:hover,
#sidebar h2.nextevent a:visited, #sidebar h2.nextevent a:visited:hover {
	display: block;
	border: none;
	text-decoration: none;
	text-indent: -9009px;
	margin: 0;
	padding: 0;
	height: 27px;
	width: 250px;
	background: none;
}



#sidebar h2.first {
	margin-top: 5px;
}

#sidebar .quote {
	display: block;
	position: relative;
	width: 210px;
	margin: 10px 0 10px 10px;
	text-indent: 12px;
	font-style: italic;
}

#sidebar .quoted {
	text-align: right;
	font-size: 70%;
	text-transform: uppercase;
}

#sidebar .quotemarkleft {
	display: block;
	width: 17px;
	height: 13px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9px;
	top: 0;
	text-indent: -9009px;
	background: transparent url(images/quotemark-left.gif) no-repeat 0 0;
}

#sidebar .quotemarkright {
	display: block;
	width: 17px;
	height: 13px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -9px;
	bottom: 0;
	text-indent: -9009px;
	background: transparent url(images/quotemark-right.gif) no-repeat 0 0;
}

#sidebar .screens {
	display: block;
	width: 250px;
	margin: 35px 0 0 0;
}











/******************************* Styles for Footer *******************************/

#footer p {
	width: 880px;
	display: block;
	text-align: left;
	font-size:90%;
	margin: 0;
}

#footer .copyright {
	width: 180px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
	color: rgb(80,80,80);
}

#footer .footernav { 
	display: block;
	color: rgb(80,80,80);
	padding-top: 12px;
}

#footer .footernav a {
	color: rgb(80,80,80);
	text-decoration: none;
	border: none;
}

#footer .footernav a:hover {
	text-decoration: none;
	color: rgb(80,80,80);
	border-bottom: 1px solid #000;
}

#footer .sitecredit {
	width: 900px;
	display: block;
	text-align: center;
	position: relative;
	top: 50px;
}

#footer .siteby {
	text-align: center;
	border: none;
}

/******************************* Styles for Promo Box *******************************/


 #promobox ul.kwicks {
 	 width: 570px;
	 height: 200px;
	 display: block;
     list-style-type: none;
     position: relative;
     margin: 0 0 0 6px;
     padding: 0;
	 overflow: hidden;
 }
 
 #promobox  ul.kwicks li {
    display: block;
    overflow: hidden;
    padding: 0;
    float: left;
    width: 138px;
    height: 200px;
	margin: 0;
}

#promobox ul.kwicks a, #promobox ul.kwicks a:visited, #promobox ul.kwicks a:hover, #promobox ul.kwicks a:visited:hover {
	display:block;
	height: 200px;
	text-indent:-9999px;
	outline:none;
	border: 0;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#promobox ul.kwicks a#kwick1 { background: #FFF url(images/promo-ahiqa2.jpg) no-repeat top left; }
#promobox ul.kwicks a#kwick2 { background: #FFF url(images/promo-lobby2.jpg) no-repeat top left; }
#promobox ul.kwicks a#kwick3 { background: #FFF url(images/promo-eligibility2.jpg) no-repeat top left; }
#promobox ul.kwicks a#kwick4 { background: #FFF url(images/promo-patient-id2.jpg) no-repeat top left; }

#promobox ul.kwicks a#kwick1:hover,
#promobox ul.kwicks a#kwick2:hover,
#promobox ul.kwicks a#kwick3:hover,
#promobox ul.kwicks a#kwick4:hover { background-position: bottom left; }

#promobox h1 {
	display:block;
	height: 180px;
	width: 570px;
	text-indent:-9999px;
	outline:none;
	border: 0;
	text-decoration: none;
	margin: 0 6px;
	padding: 0;
}

#promobox h1.ahiqa, #promobox h1.faq, #promobox h1.uncategorized, #promobox h1.Uncategorized { background: transparent url(images/header-ahiqa.jpg) no-repeat 0 0; }
#promobox h1.lobby { background: transparent url(images/header-lobby.jpg) no-repeat 0 0; }
#promobox h1.eligibility { background: transparent url(images/header-eligibility2.jpg) no-repeat 0 0; }
#promobox h1.patientid { background: transparent url(images/header-patient-id-pro.jpg) no-repeat 0 0; }
#promobox h1.contact { background: transparent url(images/header-contactus.jpg) no-repeat 0 0; }
#promobox h1.demorequest { background: transparent url(images/header-demorequest.jpg) no-repeat 0 0; }
#promobox h1.comingevents { background: transparent url(images/header-events.jpg) no-repeat 0 0; }
#promobox h1.about { background: transparent url(images/header-about.jpg) no-repeat 0 0; }
#promobox h1.partners { background: transparent url(images/header-partners.jpg) no-repeat 0 0; }
#promobox h1.success { background: transparent url(images/header-customers.jpg) no-repeat 0 0; }
#promobox h1.latestnews { background: transparent url(images/header-latestnews.jpg) no-repeat 0 0; }
#promobox h1.testimonials { background: transparent url(images/header-testimonials.jpg) no-repeat 0 0; }
#promobox h1.careers { background: transparent url(images/header-careers.jpg) no-repeat 0 0; }

#promobox span.newbanner-alt,
#promobox span.klasbanner-alt {
	position: absolute;
	display: inline-block;
	height: 90px;
	width: 90px;
	top: 0px; /* make 6px if you don't want it overlapping white border */
	left: 0px; /* make 6px if you don't want it overlapping white border */
	z-index: 1;
	text-indent: -999em;
	background: transparent url(images/newbanner-alt.gif) 0 0 no-repeat;
}

#promobox span.klasbanner-alt {
	background: transparent url(images/1-klas-rated-alt.gif) 0 0 no-repeat;
}


/******************************* Styles for Site Map *******************************/


#main #sitemap ul {
	list-style: none;
	margin: 0;
}

#main #sitemap ul li.category {
	margin: 25px 0;
}

#main #sitemap ul li.category ul {
	margin: 0;
}

#main #sitemap ul li.category ul li {
	list-style: none;
	margin-left: 15px;
	padding-left: 15px;
	font-size: 85%;
	background: transparent url(images/nav/navarrow.gif) no-repeat 0 5px;
	z-index: 500;
}

#main #sitemap ul li.category a.category, #main #sitemap ul li.category a.category:visited {
	color: rgb(37,170,225);
}

#main #sitemap ul li.category a.category:hover, #main #sitemap ul li.category a.category:visited:hover {
	background-color: rgb(37,170,225);
	color: #FFF;
}



/******************************* Styles for Navigation *******************************/



	#mainnav {
	  position: absolute;
	  top:90px;
	  left:30px;
      width:880px;
	  height:35px;
	  display:block;
	  padding: 0;
	  overflow: hidden;
	  z-index: 100;
	  background-color: #000;
      }

	body.home #mainnav {
	  position: absolute;
	  top:90px;
	  left:310px;
      width:600px;
	  height:35px;
	  display:block;
	  padding: 0;
	  overflow: hidden;
	  z-index: 500;
	  background-color: #000;
      }


	#mainnav ul, #mainnav li {
		list-style: none;
		margin: 0;
		padding: 0;
		display:block;
		float:left;
	}
	
	#mainnav li a {
		display: block;
		position: relative;
		top: 0;
		outline: none;
		border: none;
		text-decoration: none;
		text-indent: -9009px;
		margin: 0;
		padding: 0;
		height: 35px;
		background: transparent url(images/nav.gif) no-repeat;
	}

	#mainnav li#nav-home a {
		width:85px;
		background-position: 0 0;
	}		

	#mainnav li#nav-home a:hover, #mainnav li#nav-home.selected a, #mainnav li#nav-home.default a {
		background-position: 0 -35px;
	}
	
	#mainnav li#nav-about a {
		width:115px;
		background-position: -85px 0;
	}		

	#mainnav li#nav-about a:hover, #mainnav li#nav-about.selected a, #mainnav li#nav-about.default a {
		background-position: -85px -35px;
	}
	
	#mainnav li#nav-products a {
		width:119px;
		background-position: -200px 0;
	}		

	#mainnav li#nav-products a:hover, #mainnav li#nav-products.selected a, #mainnav li#nav-products.default a {
		background-position: -200px -35px;
	}
	
	#mainnav li#nav-news a {
		width:152px;
		background-position: -319px 0;
	}		

	#mainnav li#nav-news a:hover, #mainnav li#nav-news.selected a, #mainnav li#nav-news.default a {
		background-position: -319px -35px;
	}
	
	#mainnav li#nav-contact a {
		width:129px;
		background-position: -471px 0;
	}		

	#mainnav li#nav-contact a:hover, #mainnav li#nav-contact.selected a, #mainnav li#nav-contact.default a {
		background-position: -471px -35px;
	}
	
	


  /* ######### Style for Drop Down Menu ######### */
	
	.dropmenu{
	position:absolute;
	border: 1px solid #000; /*THEME CHANGE HERE*/
	border-width: 1px 1px 0 1px;
	font-weight: normal;
	font-size: 85%;
	line-height: 1em;
	z-index:1000;
	width: 190px;
	display: none;
	background-color: #FFF;
	text-align: left;
	}
	
	
	.dropmenu a{
	width: auto;
	display: block;
/*	text-indent: 9px; */
	border: 0 solid #000; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 6px 0 6px 20px;
	text-decoration: none;
    color: #000;
	}
	
	* html .dropmenu a{ /*IE only hack*/
	width: 100%; 
	}
	
	.dropmenu a:hover { /*THEME CHANGE HERE*/
    color: #000;
	border-color: #000; /*THEME CHANGE HERE*/
	background: #FFF url(images/dropdownbknd.png) no-repeat 0 0;
	cursor:pointer;
	}
	
	.dropmenu a.current, .dropmenu a.current:hover { /*THEME CHANGE HERE*/
    color: #000;
	border-color: #000; /*THEME CHANGE HERE*/
	background: #FFF url(images/dropdowncurrent.png) no-repeat 0 0;
	cursor:default;
	font-weight: bold;
	}







 /************************** Style for Contact Forms **************************/


#contact-area {
	width: 490px;
	margin: 25px 0 0 25px;
	color: #666;
	display: block;
	overflow: hidden;
}

#contact-area input, #contact-area textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	padding: 5px;
	width: 378px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #666;
	/* I added the following */
	display: block;
	background: transparent;
	float: left;
}

#contact-area select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	padding: 5px;
	width: 430px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #666;
	/* I added the following */
	display: block;
	float: left;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid rgb(70,165,220);
	background: #FFF;
}

#contact-area input#submit-button {
	text-indent: -9009px;
	background: transparent url(images/btn-submit.gif) no-repeat 0 0;
	display: block;
	overflow: hidden;
	width: 71px;
	height: 27px;
	float: right;
	margin: 0;
	padding:0;
	border: 0;
}

#contact-area input#submit-button:focus, #contact-area input#submit-button:hover {
	border: 0;
	background-color: #FFF;
	background-position: bottom;
	cursor: pointer;
}

#contact-area label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 90px;
	padding-top: 5px;
	/* I added the following */
	font-size: 12px;
	display: block;
}
#contact-area label.state {
	width: 55px;
}

#contact-area label.zip {
	width: 30px;
}

#contact-area input#name, #contact-area input#email, #contact-area input#company, #contact-area input#city {
	width: 151px;
}

#contact-area input#phone, #contact-area input#fax, #contact-area input#password {
	width: 115px;
}

#contact-area input#state {
	width: 25px;
}

#contact-area input#zip {
	width: 73px;
}

#contact-area input#checkbox {
	width: 15px;
	height: 15px;
}

#contact-area input#required, #contact-area input#event {
	display:none;
}

#contact-area .divider {
	width: 490px;
	height: 1px;
	display: block;
	clear: both;
}

#contact-area #footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 2.5em;
	display: block;
	float: left;
	margin-left: 110px;
}

#contact-area .indented {
	margin-left: 100px;
}

#contact-area input.error, textarea.error {
	background-color: rgb(255,240,215); /* was rgb(255,240,215) rgb(251,247,192) */
}

#contact-area #errormsg  {
	margin-left: 100px;
}

#contact-area #errormsg li {
	text-align: left;
	list-style-type: none;
}









 /************************** Style for Pop-Up Facebook Style Big Pics **************************/


#facebox .b {
  background:url(images/b.png);
}

#facebox .tl {
  background:url(images/tl.png);
}

#facebox .tr {
  background:url(images/tr.png);
}

#facebox .bl {
  background:url(images/bl.png);
}

#facebox .br {
  background:url(images/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 500;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
/*  border-top: 1px solid #DDDDDD; */
/*  padding-top: 5px; */
  border-top: none;
  padding: 0;
  margin-top: 5px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}



.bigpic {
	display: block;
	width: 650px;
}

.bigpic p {
	display: block;
	margin: 1.5em 50px 0 0;
	color: #888;
}


     /****************** Style for events page *****************/

#main .ec3_iconlet {
	border: 0;
	display: block;
	float: left;
	clear: left;
	margin: 0 12px 0 0;
	padding: 0 0 7px 0;
	background: transparent url(images/dateboxbknd-main.gif) no-repeat 0 0;
	color: #FFF;
	text-align: center;
	width: 60px;
	height: 59px;
}

#main .ec3_multi_iconlet {
	border: 0;
	display: block;
	float: left;
	clear: left;
	margin: 0 12px 0 0;
	padding: 0 0 7px 0;
	background: transparent url(images/dateboxbknd-main.gif) no-repeat 0 0;
	color: #FFF;
	text-align: center;
	width: 60px;
	height: 59px;
	word-wrap: break-word;
}

#main .ec3_month {
	display: block;
	width: 60px;
	font-size: 13px;
	line-height: 1em;
	margin-top: 12px;
	text-transform: uppercase;
}

#main .ec3_day {
	display: block;
	width: 60px;
	line-height: 1em;
	font-weight: bold;
	font-size: 18px;
	margin-top: 6px;
}

#main .ec3_time {
	display: block;
	width: 60px;
	line-height: 1em;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 3px;
	display: none;
}

#main .ec3_multi_month {
	display: block;
	width: 60px;
	font-size: 11px;
	line-height: 1em;
	margin-top: 12px;
	text-transform: uppercase;
}

#main .ec3_multi_month_start {
	margin-right: 0px;
}

#main .ec3_multi_day {
	display: block;
	width: 60px;
	line-height: 1em;
	font-weight: bold;
	font-size: 16px;
	margin-top: 6px;
}

#main .ec3_multi_time {
	display: block;
	width: 60px;
	line-height: 1em;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 3px;
	display: none;
}

#main .event {
	display: block;
	margin: 25px 0;
}





     /****************** Style for misc *****************/

.companyinfo {
	font-size: 130%;
	margin: 0 15px;
	color: rgb(80,80,80);
}

.larger h1, .larger h2, .larger h3, .larger h4, .larger p {
	font-size: 120%;
}


.homelink {
	display: block;
	background: transparent url(images/mainlogo.gif) no-repeat;
	position: absolute;
	width: 270px;
	height: 60px;
	top: 13px;
	left: 22px;
	z-index: 500;
	cursor: pointer;
}



a.homelink,
a.homelink:visited
{ 
	border: 0;
	text-decoration: none;
	cursor: pointer;
}


sup {
	font-size: 65%;
	line-height: 0;
}


.siteby a, .siteby a:visited {
	display: block;
	text-indent: -9009px;
	width: 900px;
	height: 25px;
	border: none;
	text-decoration: none;
	overflow: hidden;
	margin: -10px auto 10px auto;
	padding: 0;
	background: transparent url(images/siteby.gif) no-repeat center top;
	z-index: 50;
}

.siteby a:hover, .siteby a:visited:hover {
	border: none;
	text-decoration: none;
	background: transparent url(images/siteby.gif) no-repeat center bottom;
}


#breadcrumb a {
	color: rgb(70,165,220);
	text-decoration: none;
	border: 0;
}

#breadcrumb a:hover {
	color: rgb(70,165,220);
	text-decoration: none;
	border-bottom: 1px solid rgb(70,165,220);
}

#crumbsepimage {
	border: 0;
	padding: 0 8px;
	margin-bottom: -3px;
}

.crumbseptext {
	padding: 0 4px;
}


/* **** BEGIN THUMBNAIL POPUP CODE **** */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#sidebar a.thumbnail, #sidebar a.thumbnail:visited{
position: relative;
display: block;
z-index: 0;
border: 0;
width: 250px;
margin: 20px 0 0 15px;
color: rgb(50,50,50);

}

#sidebar a.thumbnail img {
border: 0;
width: 250px;
display: block;
}

#sidebar a.thumbnail:hover, #sidebar a.thumbnail:visited:hover{
background-color: transparent;
z-index: 400;
border: 0;
color: rgb(70,165,220);
}

#sidebar a.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #666;
padding: 5px;
left: -1000px;
visibility: hidden;
color: #FFF;
text-decoration: none;
}

#sidebar a.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
border: 0;
padding: 2px;
width:600px;
margin: 0;
}

#sidebar a.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
position: absolute;
top: 35px;
left: -460px; /*position where enlarged image should offset horizontally */
}

/* **** END THUMBNAIL POPUP CODE **** */














/* .eligibility #main h1, .eligibility #main h2, .eligibility #main h3 { color: rgb(118,90,167); } */
.eligibility #sidebar a, .eligibility #sidebar a:visited, .eligibility #sidebar a:hover, .eligibility #sidebar a:visited:hover { color: rgb(118,90,167); border-color: rgb(118,90,167); }
.eligibility #sidebar h2.resources, .eligibility #sidebar h2.press, .eligibility #sidebar h2.moreinfo { background-position: 0 -27px; }
.eligibility #sidebar .quotemarkleft { background: transparent url(images/quotemark-left-eligibility.gif) no-repeat 0 0; }
.eligibility #sidebar .quotemarkright { background: transparent url(images/quotemark-right-eligibility.gif) no-repeat 0 0; }


/* .lobby #main h1, .lobby #main h2, .lobby #main h3 { color: rgb(51,155,75); } */
.lobby #sidebar a, .lobby #sidebar a:visited, .lobby #sidebar a:hover, .lobby #sidebar a:visited:hover { color: rgb(51,155,75); border-color: rgb(51,155,75); }
.lobby #sidebar h2.resources, .lobby #sidebar h2.press, .lobby #sidebar h2.moreinfo { background-position: 0 -54px; }
.lobby #sidebar .quotemarkleft { background: transparent url(images/quotemark-left-lobby.gif) no-repeat 0 0; }
.lobby #sidebar .quotemarkright { background: transparent url(images/quotemark-right-lobby.gif) no-repeat 0 0; }


/* .patientid #main h1, .patientid #main h2, .patientid #main h3 { color: rgb(230,130,0); } */
.patientid #sidebar a, .patientid #sidebar a:visited, .patientid #sidebar a:hover, .patientid #sidebar a:visited:hover { color: rgb(230,130,0); border-color: rgb(230,130,0); }
.patientid #sidebar h2.resources, .patientid #sidebar h2.press, .patientid #sidebar h2.moreinfo { background-position: 0 -81px; }
.patientid #sidebar .quotemarkleft { background: transparent url(images/quotemark-left-patientid.gif) no-repeat 0 0; }
.patientid #sidebar .quotemarkright { background: transparent url(images/quotemark-right-patientid.gif) no-repeat 0 0; }


#promobox ul.kwicks a span.newbanner,
#promobox ul.kwicks a span.klasbanner {
	position: absolute;
	display: inline-block;
	height: 90px;
	width: 90px;
	top: 0px;
	right: 0px;
	z-index: 1;
	text-indent: -999em;
	background: transparent url(images/newbanner.gif) 0 0 no-repeat;
}
#promobox ul.kwicks a span.klasbanner {
	background: transparent url(images/1-klas-rated.gif) 0 0 no-repeat;
}

