/*===========================================================================*

	This is what we start with...

*===========================================================================*/

/* A little resetting */
* { vertical-align: baseline; font-weight: inherit; font-family: inherit; font-style: inherit; font-size: 100%;  outline: 0; padding: 0; margin: 0; }
/* Now lets begin */

body { background-color: #D6D6D6; font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif; font-size: 12px; font-weight: normal; color: #333333; }

p { margin: 0 0 12px 0; line-height: 17px;}

h1, h2, h3, h4, h5, h6 {  }
h1 { font-size: 35px; margin: 0 0 4px 0; color: #2D6D6D; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold;}
h2 { font-size: 12px; margin: 0 0 10px 0; text-indent: 4px;}
h3 { font-size: 20px; margin: 0 0 5px 0; }
h4 { font-size: 18px; margin: 0 0 5px 0; }
h5 { font-size: 16px; margin: 0 0 5px 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; }

ol, ul, dir, menu, dd { margin: 0px 0px 20px 30px; }
ol { list-style-type: decimal }
ol ul, ul ol,ul ul, ol ol { margin-top: 0; margin-bottom: 0px; }
ul li, ol li { margin: 0px 0px 8px 0px; }

strong { font-weight: bold; }
.mission { list-display-type: none;}

a { color: #FF9600; text-decoration: none; font-weight: bold; outline: none; }
a:hover { text-decoration: underline; outline: none; }

img { display: block; border: 0; }
img a { display: block; border: 0; }
.imgleft { float: left; margin: 0px 10px 0px 0px; }
.imgright { float: right; margin: 0px 0px 0px 10px; }

.floatleft { float: left; }
.floatright { float: right; }

.clear { clear:both; line-height: 0px; height: 0px; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac */
* html .family {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#logo { margin: 0 0; padding: 0 0; }
#logo a { background: url(graphics/logo.jpg) no-repeat; width: 200px; height: 200px; margin: 0 0; padding: 0 0; border: 0; text-indent:-9999px; display:block; }
#logo a:hodver { border: 0;}

/*===========================================================================*

	...the structure built on top of that...

*===========================================================================*/

#topline {
	background-color: #FF9D11;
	border-bottom: 1px solid #B7B5FA;
	height: 8px;
}

#upperhome_outer {
	background-color: #FFFFFF;
	padding-bottom: 16px;
}

#upperhome_inner {
	width: 977px;
	margin: 0px auto;
}

#default {
	width: 960px;
	margin: 16px auto 0px auto;
	padding-bottom: 20px;
}

#sidebar {
	float: left;
	margin-right: 26px;
	width: 310px;
}

#sidebar h2 {
	color: #373781;
	font-size: 18px;
}

div.quote {
	clear: both;
	background: url(graphics/v3_graphics/quote02.jpg) no-repeat;
	padding: 2px 0px 0px 32px;
	margin: 16px 0px 74px 0px;
}

#content {
	border-left: 1px solid #CCCCCC;
	float: left;
	padding-left: 23px;
	width: 600px;
}

.description {
	margin-top: 30px;
	float: left;
	width: 280px;
}

.image_container {
	float: right;
	height: 400px;
	width: 280px;
}
.healthcareexpress {
	display: block;
	text-indent: -9999px;
	background: url(graphics/v3_graphics/buyonline.jpg) no-repeat;
	height: 28px;
	width: 173px;
	float: right;
	padding-right: 55px;

}

.directoryListHeadline {
	background: url(graphics/v3_graphics/moreinfo_lister.jpg) no-repeat;
	height: 20px;
	width: 119px;
	padding: 5px 0 20px 0;
	text-indent: -9999px;
	display: block;

}

.lister {
	font-size: 16px;
}


#footerbar {
	clear: both;
	border-top: 1px solid #B6B5FC;
	background-color: #EEEEEE;
	height: 29px;
}

/* ---------- Header ---------- */

#header {
	height: 62px;
	position: relative;
	margin: 0px auto;
	width: 960px;
}

#header h1 {
	background: url(graphics/v3_graphics/logo.jpg) no-repeat;
	top: 20px;
	height: 44px;
	position: absolute;
	text-indent: -9999px;
	width: 350px;
}

#tagline {
	top: 28px;
	color: #FF9600;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	right: 0px;
}

#tagline span {
	color: #3855A0;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

/* ---------- Navigation ---------- */

#navigation {
	height: 25px;
	width: 960px;
	position: relative;
	margin: 12px auto 0px auto;
	padding-top: 5px;
	color: #2D6D6D;
	font-size: 13px;
}

#navigation ul {
	list-style: none;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

#navigation ul li {
	display: inline;
}

#navigation a {
	color: #2D6D6D;
	font-weight: normal;
}

#navigation form {
	position: absolute;
	right: 0px;
	top: 0px;  
}

#navigation form {
	position: absolute;
	right: 0px;
	top: 0px;  
}

#navigation form #search_box {
	float: left;
	border: 1px solid #FF9600;
	color: #C6C6C6;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	width: 150px;
}

#navigation form #search_submit {
	padding: 0px 4px;
	float: left;
}

/* ---------- Splash ---------- */

#splash {
	background: url(graphics/v3_graphics/splash_bg.jpg) no-repeat;
	height: 302px;
	margin-top: 10px;
	width: 960px;
	padding: 8px;
}

#splashbox {
	margin-top: 1px;
	background-color: #FF9600;
	width: 960px;
	padding-top: 10px;
	height: 290px;
}

/* ---------- Lower Home ---------- */

#lowerhome_outer {
	background-color: #EEEEEE;
	border-top: 1px solid #B6B5FC;
}

#lowerhome_inner {
	padding-bottom: 20px;
	width: 960px;
	margin: 18px auto 0px auto;
}

#lowerhome_inner h2 {
	color: #373781;
	font-size: 18px;
	text-indent: 0px;
}

#homebox01 {
	float: left;
	padding-right: 20px;
	width: 295px;
}

#homebox02 {
	float: left;
	font-size: 14px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 288px;
	padding: 0px 20px;
	
}

#homebox02 h2 {
	color: #CB7700;
	font-size: 14px;
}

#homebox02 ul {
	color: #373781;
	list-style-image:
}

#homebox02 ul li a {
	color: #2D6D6D;
	font-weight: normal;
}

#homebox03 {
	float: left;
	padding-left: 20px;
	width: 295px;
}

p.quote {
	background: url(graphics/v3_graphics/quote.jpg) no-repeat;
	padding-left: 28px;
}

.quote_home {
	clear: both;
	background: url(graphics/v3_graphics/quote.jpg) no-repeat;
	padding: 2px 0px 0px 32px;
	margin: 16px 0px 74px 0px;	
}

span.quote {
	text-align: right;
	font-weight: bold;
	float: right;
	margin-right: 8px;
}

/* ---------- Footer ---------- */

#footer_outer {
	clear: both;
	background-color: #D6D6D6;
}

#footer_inner {
	margin: 0px auto;
	width: 960px;
	font-size: 10px;
	padding: 18px;
}

#footer_inner a {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

#address {
	float: left;
	margin-left: 10px;
}

#copyright {
	float: right;
	margin-right: 10px;
	text-align: right;
}

.healthcare_express {
	width: 250px;
	float: left;
	margin-left: 125px;
	text-align: center;

}

.healthcare_express img {
	padding-left: 50px;
}


/* ---------- Slider ---------- */

#slider {
  width: 940px;
  height: 280px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  width: 770px;
  height: 280px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  float: left;
  background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
  padding: 20px;
  height: 240px;
  width: 730px; /* change to 560px if not using JS to remove rh.scroll */
}

#slider ul {
	width: 170px;
	list-display-type: none;
	float: left;
	margin: 0px;
}

#slider ul li {
	display: block;
	margin: 0px;
	padding: 0px;
}

#slider ul li a {
	color: #FFFFFF;
	display: block;
	height: 22px;
	padding: 5px 0px 0px 6px;
}

#etc ul li a{
	color: #FF9600;
	display: block;
	height: 22px;
	padding: 5px 0px 0px 6px;
}

#slider ul li a:hover {
	background-color: #FFFFFF;
	color: #3D3D90;
        text-decoration: none;
}

#slider ul li a.selected {
	background-color: #FFFFFF;
	color: #3D3D90;
        text-decoration: none;
}

#slider h2 {
	margin: -6px 0px 8px -2px;
	color: #2D6D6D;
	font-size: 35px;
	font-family: Georgia;
	font-weight: bold;
}
#slider h4 {
	margin: -6px 0px 8px -2px;
	color: #2D6D6D;
	font-size: 22px;
	font-family: Georgia;
	font-weight: bold;
}

#slider h3 {
	margin-bottom: 18px;
	padding-left: 4px;
	color: #333333;
	font-size: 12px;
	font-family: Helvetica;
}

#slider p {
	color: #333333;
	font-size: 16px;
	margin-bottom: 24px;
}

#slider a img {
	margin: 10px 0px;
}

.product_shot {
	float: right;
	margin: -20px -20px 0px 0px;
}	

/*===========================================================================*

	...and oh yeah, this stuff helps as well.

*===========================================================================*/

/* General Module Styles */
.itemCount { }
.itemList { clear: both; } 
.itemList:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.itemList h2 a { text-decoration: none; }
.itemList h2 a:hover { text-decoration: underline; }
.itemList span { display: block; }
.itemLabel { font-weight: bold; }
.itemList span.itemLabel { display: inline; }
.bottomNavigation { clear: both; }
.goBack { }
.errorMessage{ font-weight:bold; color:#f00; }
/* End General Module Styles */

/* Pagination */
.pagination { clear: both; display: block; }
.pagination a, .pagination a:link, .pagination a:visited { text-decoration:none; }
.pagination .prevnextCurrent, .pagination .prevnextWindow, .pagination .prevnextWindowArrow { border:solid 1px #ccc; margin:0; padding:4px 6px; font-size:11px; margin-right:2px; display:inline; display:inline-block; }
.pagination a.prevnextWindow:hover, .pagination a.prevnextLink:hover, .pagination .prevnextWindowArrow:hover { border:solid 1px #000; color:#000; }
.pagination .prevnextCurrent {background:#ccc; color:#000; font-weight:bold; padding:4px 6px; }
.pagination a.prevnextLink { border:1px solid #ccc; padding:4px 6px 4px; margin-right:2px; font-size:11px; display:block; }
/* End Pagination */

/* Send Page Styles */
.sendpage { clear:both; }
.sendpageBody div, .sendpageBody td { padding: 2px 0px; }
/* End Send Page Styles */

/* ModuleBegin::gendocs */
.webpageWrapper { }
/* ModuleEnd::gendocs */

/* ModuleBegin::news */
.newsListWrapper { clear: both; }
.newsListWrapper h2 { margin-top: 0px; }
.newsListWrapper .newsThumbnail { float: left; }
.newsListWrapper .newsThumbnail img { margin: 0px 15px 5px 0px; padding: 5px; border: 1px solid #ccc; }
.newsListWrapper .newsPublish { }
.newsListWrapper .newsBlurb { }

.newsDetailWrapper { }
.newsDetailWrapper .newsPublish, .newsDetailWrapper .newsAuthor, .newsDetailWrapper .newsSource { display: block; }
.newsDetailWrapper .pagination { height: 50px; }
.newsPublish { }
.newsAuthor { }
.newsAuthorLink { }
.newsSource { }
.newsBody { clear: both; }
.newsCopyright { clear: both; }
.newsMore { }
/* ModuleEnd::news */

/* ModuleBegin::events */
/* Events Lister */
.eventsListerWrapper { }
.eventDateHeading { font-weight: bold; border-top: 1px solid #ccc; margin-top: 20px; }
.eventsListerWrapper h2 { margin-bottom: 0; }
.eventDate { }
.eventTime { }
.eventBlurb { }

/* Events Detail */
.eventsDetailWrapper { }
.eventDate, .eventsDetailWrapper .eventTime, .eventsDetailWrapper .eventLocationMap, .eventsDetailWrapper .eventLocationAddress,
 .eventsDetailWrapper .eventLocationDriving, .eventsDetailWrapper .eventContact, .eventsDetailWrapper .eventPhone,
 .eventsDetailWrapper .eventEmail, .eventsDetailWrapper .eventRSVP, .eventsDetailWrapper .eventTicket,
 .eventsDetailWrapper .eventTicket1, .eventsDetailWrapper .eventTicket2 ,.eventsDetailWrapper .eventTicket3,
 .eventsDetailWrapper .eventTicket4, .eventsDetailWrapper .eventTicket5, .eventsDetailWrapper .eventTicket6 { display: block; }
.eventLocation, .eventRSVP, .eventTicketWrapper{ padding: 5px 0px; }
.eventDate {  }
.eventTime {  }
.eventLocation { }
.eventLocationMap {  }
.eventLocationAddress {  }
.eventLocationDriving {  } 
.eventContact {  }
.eventPhone {  }
.eventEmail {  }
.eventRSVP {  }
.eventTicketWrapper { }
.eventTicket {  }
.eventBody { }

/* Events Small Calendar */
.calendarSmallWrapper { font-size: 12px; background: transparent; }
.cal { padding: 5px; text-align: center; margin-left: auto; margin-right: auto; background: transparent; }
.calPrev { position: absolute; top: 4px; left: 15px; }
.calNext { position: absolute; top: 4px; right: 15px; }
.calMonth { position: relative; top: 0; left: 0; text-align: center; font-weight: bold; margin-left: 20px; margin-right: 20px; }
.calPrev a, .calNext a, .calMonth a { text-decoration: none; }
.calPrev a:hover, .calNext a:hover, .calMonth a:hover { text-decoration: underline; }
.calGrid { margin-top: 10px; clear: both; width: 75%; text-align: center; margin-left: auto; margin-right: auto; }
.calGrid td { font-size: 8pt; padding-bottom: 2px; text-align: center; }
.calGrid tr.calWeek { font-weight: bold; text-align: center; }
.calDayOn a { font-weight: bold; text-decoration: underline; }
.calDayOn a:hover { text-decoration: none; }
.calGrid td.calTodayOff, .calGrid td.calTodayOn { background-color: #000; color: white; font-weight: bold; }
.calGrid td.calTodayOn a { text-decoration: underline; color: white; font-weight: bold; }
.calBottom { text-align: left; padding-left: 20px; }
.calMonthGlance { padding: 5px 0px 3px 0px; }
.calBottom a {  }

/* Events Month at a Glance */
.calendarWrapper table { width: 100%; table-layout: fixed; }
.calendarWrapper .calendarMonths { background-color: #000; text-align: center;  vertical-align: middle; }
.calendarWrapper .calendarMonths a { display: block; color: #fff; font-weight: bold; font-size: 12px; text-decoration: none; padding: 5px 0px; }
.calendarWrapper .calendarMonths a:hover { background-color: #ccc; color: #000; }
.calendarWrapper .calendarDays { border-collapse: collapse; table-layout: fixed; }
.calendarWrapper .calendarDays .title { font-size: 14px; font-weight: bold; color: #000; padding: 10px 0px; }
.calendarWrapper .calendarDays .normal { display: none; }
.calendarWrapper .calendarDays td { text-align: center; border: 1px solid #000; font-weight: bold; }
.calendarWrapper .calendarDays .weekdays { height: 30px; background-color: #000; color: #fff; }
.calendarWrapper .calendarDays .emptyDay { height: 60px; text-align: left; vertical-align: top; background-color: #efefef; }
.calendarWrapper .calendarDays .eventToday { height: 60px; text-align: left; vertical-align: top; background-color: #ccc; padding-left: 5px; color: #000; }
.calendarWrapper .calendarDays .eventOff { height: 60px; text-align: left; vertical-align: top; padding-left: 5px; }
.calendarWrapper .calendarDays .eventOn { height: 60px; text-align: left; vertical-align: top; background-color: #000; padding: 0px 5px 5px 5px; color: #fff; }
.calendarWrapper .calendarDays .eventOn a { color: #ffffff; }
.eventsGlanceWrapper {  }
/* ModuleEnd::events */

/* ModuleBegin::broadcastemail */
.enewsWrapper div { }
.enewsWrapper span { display: block; }
.enewsText { }
.enewsEmail { }
/* ModuleEnd::broadcastemail */

/* ModuleBegin::faq */
.faqWrapper { }
.faqWrapper dd { margin: 0;}
.faqQ,.faqA { font-family:Georgia,serif; font-size:300%; line-height: 35px; }
.faqWrapper dd a.top {float:right;}
/* ModuleEnd::faq */

/* ModuleBegin::jobs */
.jobsListWrapper { }
.jobsDetailWrapper { }
.jobsDetailWrapper span { display: block; }
.jobsDetailWrapper span.itemLabel { display: inline; }
.jobsJobCode { }
.jobsCategory { }
.jobsLocation { }
.jobsKeywords { }
.jobsDescription { }
/* ModuleEnd::jobs */