@charset "utf-8";
/* CSS Document */

/* page-specific style sheet for Healthcare.ephorgroup.com */
	/* #005e20 - Dark Green */
	/* #e8e9eb - Background Grey */
	/* #005e20 - Links Color */
	/* #555555 - Text Color */
	/* background:transparent url(images/ephorHealthcare_headerBackground_994x135.png) 0 0 no-repeat; */
	
/* global styles */
html, body {
	font-family:"Myriad Pro", Myriad, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#E8E9EB;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	height:100%;
	padding:0;
	margin:0;
	line-height:16px;
}

.Graphic {
	margin:12px 0 12px 0;
	border: 1px solid #000;
}
.rightImage {
	float:right;
	margin:10px 0 10px 10px;
	border: 1px solid #000;
}
.leftImage {
	float:left;
	margin:5px 5px 0 5px;
}
/* links */
a:link {
	color: #005e20;
	text-decoration:none;
}
a:visited {
	color: #005e20;
	text-decoration:none;
}
a:hover {
	color: #666666;
	text-decoration:none;
}
a:active {
	color: #005e20;
	text-decoration:none;
}


/* headlines */
h1 {
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
}
h2 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	display:inline;
}
h3 {
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	display:inline;
}


/* the colored bar at the top of the header area */
#headerTopBar{
	background-color:#005e20;	
}
/* the background image of the main header area */
#headerMain{
	background:transparent url(images/ephorHealthcare_headerBackground_994x135.png) 0 0 no-repeat;
}
/* the background color of the main navigation area */
#mainNav{
	background-color:#005e20;		
}
/* the color of the main navigation links */
.navItem a{
	color:#FFF;	
}
/* the color of visited links, usually you just set this the same as above */
.navItem a:visited{
	color:#FFF;	
}
/* the color when you over over a navigation link */
.navItem a:hover{
	color:#CCCCCC;
}
/* the background color of the nav link for the current page */
#navCurrent{
	background-color:#FFF;
}
/* the text color of the nav link for the current page */
#navCurrent a{
	color:#005e20;
}
/* the background image for the search form submit button at top */
#searchFormSubmitButton{
	background:transparent url(images/ephorHealthcare_searchButton_14x16.png) 0 0 no-repeat;
}
/* the color of the bar at the bottom of the main content area */
#middleBottomBar{
	background-color:#005e20;
}
/* the middle content area background color */
#middleContent{
	background-color:#FFF;
}

/* use these if you want to apply any styles on a complete column */
#leftColumn{
	
}
#centerColumn{
	
}
#rightColumn{
	
}
/* the div that holds the logo in the header.  tweak the padding to position the logo image */
#headerLogoHolder{
	padding-top:20px;
	padding-left:20px;
	width:300px;	
}
/* the copy off to the right in the header area.  Tweak the width and the top and bottom margin to position it */
#headerCopy{
	color:#FFF;	
	width:375px;
	text-align:right;
}
/* set the initial text color of the search box here */
#searchTerms{
	color:#005e20;
}


/* center column stuff */

/* the box that goes around a chunk of content in the center area */
#centerColumn .centerColumnContentHolder{
	width:auto;
	padding:16px;
	border:1px solid black;
	margin-bottom: 15px;
}



/* this styles all of the headlines in all of the sidebar widgets */
.headline{
	background:#FFF  url(images/headlineBackground_1x27.png) 0 0 repeat-x;
	width:190px;
	margin:4px auto 0 auto;
	/* line-height should equal height to keep text vertically centered */
	height:27px;
	line-height:27px;
	text-align:center;
	font-size:16px;
	color:#FFF;
}

/* this styles all of the copy in all of hte sidebar widgets */
.sidebarCopy{	
}

/* use this if you want to set parameters for ALL of the side bar content holders
	background-color is a good one */
.sideBarItem{
	border-color:#000;
	background-color:#E8E9EB;
}




/* Quick Links area */

/* use this to set styles on the quick links area(s) */
.ephorGroup .quickLinks{
}
/* the quick links headline */
.ephorGroup .quickLinksHeadline{
	font-size:18px;
	/* headline text alignment */
	text-align:center;
}
/* each of the quick links link areas */
.ephorGroup .quickLinksLinkHolder{
	width:auto;
	/* height of each link area */
	height:43px;
	/* set the line-height equal to the height to vertically center the link text */
	line-height:43px;
	/* link text alignment */
	text-align:left;
	/* link font-size */
	font-size:16px;
	/* padding */
	padding-left:14px;
	/* use this bottom border to create a divider between link areas */
	border-bottom:1px solid #FFF;
}
/* the quick links themselves */
.quickLinksLinkHolder a:link{
	color:#666;
}
.quickLinksLinkHolder a:visited{
	color:#666;
}
.quickLinksLinkHolder a:hover{
	color:#000;
}
.quickLinksLinkHolder a:active{
	color:#666;
}




/* Testimonials */

/* use this to set styles for the testimonials section*/
.ephorGroup .testimonials{
}
/* the testimonial copy itself */
.ephorGroup .testimonialsCopy{
}
/* the testimonial attribution */
.ephorGroup .testimonialsAttribution{
}



/* Offers */
.offers{
	background:#000 url(images/ephorGroup_offersBackground_200x227.png) 0 0 no-repeat;
	min-height:227px;
}
/* the offers copy */
.offersCopy{
	text-align:center;
	line-height:18px;
	color:#FFF;
	font-size:14px;
	padding-top:30px;
}
/* Google Search API results */

div .gs-webResult .gs-title {color: #005e20;}
div .gs-webResult .gs-title b {color: #000000;}
div .gs-webResult .gs-visibleUrl-short {color: #000000;}
