/* GENERAL */
body {
	margin: 0px;
	padding: 0px;
	background-color: #97a6c9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #CC0000; 
	text-align: right; 
	padding: 15px 0 0 0;
}
h4 {
	color: #4965a5;
}
h4 a {
	color: #4965a5;
	text-decoration: none;
}
h4 a:hover {
	color: #4965a5;
	text-decoration: underline;
}
h4.mStatement {
	color: #FFFFFF;
}
p {
	font-size: 12px;
}

/* MISSION STATEMENT CONTAINER */
.missionStatementContainer {
	font-size: 16px; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-align: center; 
	padding: 6px 0 14px 0;
}

/* TOP NAVIGATION CONTAINER */
.topNavContainer {
	background-image: url(images/curve02.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	position: relative; 
	width: 545px; 
	height: 84px;
}
.topNavLink {
	font-size: 12px; 
	font-weight: bold;
	color: #FFFFFF; 
	text-align: right;
}
.topNavLink a {
	color: #FFFFFF;
	text-decoration: underline; 
}
.topNavLink a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.topNav1Position {
	padding: 13px 55px;
}
.topNav2Position {
	position: absolute; 
	left: 354px; 
	top: 21px;
}
.topNav3Position {
	position: absolute; 
	left: 272px; 
	top: 38px;
}

/* MAIN CONTAINER */
.mainContainer {
	background-image: url(images/curve03.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	background-color: #f5f7fb;
}
.mainContent {
	padding: 0 10px 10px 10px;
}
.breadcrumb {
	text-align: right; 
	font-size: 10px; 
	color: #666666;
}
.breadcrumb a {
	color: #666666;
	text-decoration: underline;
}
.breadcrumb a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/* SIDE NAVIGATION CONTAINER */
.sideNavContainer {
	width: 175px; 
	float: left; 
	padding: 50px 0 0 10px;
}
.arrowContainer {
	width: 15px; 
	float: left; 
	padding: 9px 0 0 0;
}
.sideNavLink {
	font-size: 12px; 
	font-weight: bold; 
	color: #2e477f; 
	padding: 5px 0; 
	margin-left: 15px; 
	background-image: url(images/greydoth_1px.gif); 
	background-position: bottom; 
	background-repeat: repeat-x;
}
.sideNavLink a {
	color: #2e477f;
	text-decoration: none;
}
.sideNavLink a:hover {
	color: #2e477f;
	text-decoration: underline;
}
.secondaryLink a {
	color: #CC0000;
	text-decoration: none;
}
.secondaryLink a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/**** MENU TAGS ****/
.markermenu {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	background: transparent;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
}
.markermenu li a{
	background-image: url(images/blue_arrow.gif); 
	background-position: 0 50%; 
	background-repeat: no-repeat;
	font-size: 12px; 
	font-weight: bold;
	color: #2e477f;
	display: block;
	width: auto;
	padding: 5px 0 3px 15px;
	text-decoration: none;
}
#scienceLink {
	color: #CC0000;
}
* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 175px;
}
.markermenu li a:visited, .markermenu li a:active{
	color: #2e477f;
	text-decoration:none;
}
.markermenu li a:hover{
	color: #2e477f;
	text-decoration: underline;
}

.menuLinkContainer {
	background-image: url(images/greydoth_1px.gif); 
	background-position: bottom left; 
	background-repeat: repeat-x;  
	display: block; 
	width: 160px; 
	cursor: hand; 
	padding: 0 0 7px 0;
}	

/* HOME PAGE CONTAINER */
.homeContainer {
	width: 355px; 
	padding: 50px 10px 0 10px; 
	background-image: url(images/bluedotv_1px.gif); 
	background-position: right; 
	background-repeat: repeat-y;
}
.homeTitle {
	font-size: 16px; 
	font-weight: bold; 
	color: #CC0000; 
	padding: 50px 0 0 0;
}

/* LATEST NEWS CONTAINER */
.lnContainer {
	padding: 0 10px 0 7px;
}
.lnHeader {
	background-image: url(images/red_gradient.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
	font-size: 16px; 
	font-weight: bold; 
	color: #FFFFFF; 
	padding: 5px 0 4px 5px;
}
.newsItemContainer {
	font-size: 11px; 
	color: #333399; 
	padding: 8px 0 5px 0; 
	background-image: url(images/greydoth_1px.gif); 
	background-position: bottom; 
	background-repeat: repeat-x;
}
.newsItemContainer a {
	color: #333399;
	text-decoration: underline;
}
.newsItemContainer a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.lnDate {
	font-size: 12px; 
	color: #333333;
}

/* CLINICIAN CONTAINER */
.clinicianContainer {
	background-image: url(images/clinicians.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 547px; 
	height: 108px;
	margin-top: 15px;
}
.clinicianLink {
	font-size: 14px; 
	font-weight: bold; 
	color: #FFFFFF; 
	width: 117px; 
	padding: 23px 0 0 15px;
}
.clinicianLink a {
	color: #FFFFFF;
	text-decoration: underline;
}
.clinicianLink a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/* MANAGEMENT TEAM*/
.teamContainer {
	padding: 0 0 5px 0; 
	background-image: url(images/greydoth_4px.gif); 
	background-position: bottom left; 
	background-repeat: repeat-x;
}
.teamContainerNoBorder {
	padding: 0 0 5px 0;
}
.imageContainer {
	float: left; 
	margin: 20px 10px 10px 0;
}
.nameContainer {
	padding: 20px 0 0 0;
	color: #999999;
	font-size: 14px;
}

/* NEWS */
.newsContainer {
	padding: 7px 5px;
}
.newsShaded {
	background-color: #e5eaf8;
}
.newsTitle {
	float: left; 
	font-weight: bold;
}
.newsTitle a {
	color: #4965a5;
	text-decoration: underline;
}
.newsTitle a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.newsDate {
	float: right; 
	text-align: right; 
	font-size: 12px; 
	width: 125px; 
	color: #666666;
}
.newsBlurb {
	font-size: 12px; 
	padding: 5px 0;
}
.newsBlurb a {
	color: #333399;
	text-decoration: underline;
}
.newsBlurb a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.showPageTop {
	font-size: 11px; 
	margin: 10px 0; 
	padding: 3px 0 0 0; 
	text-align: right; 
	background-color: #eeeeee; 
	background-image: url(images/greydoth_1px.gif); 
	background-position: top left; 
	background-repeat: 
	repeat-x; 
	color: #666666;
}
.showPageTop a {
	color: #333399;
	text-decoration: underline;
}
.showPageTop a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.showPageBottom {
	background-image: url(images/greydoth_1px.gif); 
	background-position: bottom left; 
	background-repeat: repeat-x; 
	padding: 0 0 3px 0;
}
.backButton {
	background-image: url(images/redarrow_left.gif); 
	background-position: 0 50%; 
	background-repeat: no-repeat; 
	padding: 0 0 0 10px;
}
.nextButton {
	background-image: url(images/redarrow_right.gif); 
	background-position: 100% 50%; 
	background-repeat: no-repeat; 
	padding: 0 10px 0 0; 
	margin-right: 5px;
}
.viewDocument {
	background-image: url(images/article_header.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	padding: 3px 5px 1px 5px; 
	margin-left: 30px;
	clear: both;
}
.viewDocumentContainer {
	border: 1px solid #97a6c9; 
	width: 498px; 
	margin-left: 30px; 
	margin-bottom: 10px;
}
.viewDocumentItem {
	background-color: #f2f2f2; 
	border-bottom: 1px solid #FFFFFF; 
	padding: 3px; 
	font-size: 12px;
}
.viewLink {
	background-image: url(images/pointer.gif); 
	background-position: 0% 50%; 
	background-repeat: no-repeat; 
	padding-left: 13px;
}
.pdfContainer {
	font-size: 11px; 
	color: #4965a5;
}

/* CLINICAL ARTICLES */
.clinicalContainer {
	padding: 10px 5px;
	font-size: 12px;
}
.clinicalDotted {
	background-image: url(images/greydoth_4px.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
.viewPDFButton {
	background-image: url(images/vbutton.gif); 
	background-position: 0% 50%; 
	background-repeat: no-repeat; 
	width: 65px; 
	height: 15px; 
	font-size: 11px; 
	padding: 2px 0 2px 12px;
}
.viewPDFButton a {
	color: #FFFFFF;
	text-decoration: none;
}
.viewPDFButton a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.articleContainer {
	margin-left: 15px;
}

/* LINKS */
.linksContainer {
	padding: 5px; 
	font-size: 12px; 
	font-weight: bold;
}
.linksContainer a {
	color: #4965a5;
	text-decoration: underline;
}
.linksContainer a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.linksDotted {
	background-image: url(images/greydoth_4px.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
.shortLinksDescription {
	margin-left: 30px; 
	font-weight: normal;
}

/* TESTIMINIALS */
.testimonialContainer {
	padding: 5px 5px 10px 5px; 
}
.testimonialDotted {
	background-image: url(images/greydoth_4px.gif); 
	background-position: bottom left; 
	background-repeat: repeat-x;
}
.testimonialName {
	font-style: italic; 
	font-size: 11px; 
	color: #4965a5;
	text-align: right; 
}

/* CONTACT FORM */
.contactInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.contactContainerLeft {
	float: left;
	margin-left: 10px;
	margin-right: 0px;
	top: 0px;
	width: 310px;
}
.contactContainerRight {
	float: right;
	width: 350px;
}
.contactContainerColor {
	background-color: #e4e8f1;
}
.contactCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 0;
}
.copyPadding {
	padding-left: 15px;
}
.copyHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
}
.contactStatement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00309C;
	padding-bottom: 5px;
}
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.requiredFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
	color: #666666;
}


/* REVENUE CALCULATOR */
.calcLabel {
	font-weight: bold;
	text-align: right;
	padding: 5px;
	background-color: #FFFFFF;

}
.calcTotals {
	font-weight: bold;
	text-align: right;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.calcLabelDotted {
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
}
.calcLabelSolid {
	background-color: #dee5f4;
	border: 1px solid #2e477f;
}


/* FOOTER */
.footerContainer {
	font-size: 11px; 
	color: #333333;
}
.footerLeft {
	float: left; 
	padding: 0 0 0 10px;
}
.footerRight {
	text-align: right; 
	padding: 0 10px 0 0;
}
.footerContainer a {
	color: #333333;
	text-decoration: underline;
}
.footerContainer a:hover {
	color: #CC0000;
	text-decoration: underline;
}



.event {
	margin: 10px 0;
}
.eventTitle {
	background-color: #97a6c9;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}
.eventTitleDate {
	float: right;
}
.eventDescription {
	margin: 5px 5px 5px 25px;
	padding: 0;
}
.eventsNowShowing {
	font-size: 12px;
	margin: 5px 0;
}
.eventsNowShowingHighlight {
	font-weight: bold;
	color: #CC0000;
}
.eventsNoEvents {
	margin: 10px 0;
	padding: 10px;
	background-color: #999999;
	color: #ffffff;
	font-style: italic;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
}
