/* CSS Document */

/*==================================*/
/*    Author: Chris Johnson         */
/*    Company: Corporate 3 Design   */
/*    Date: July 8, 2008           */
/*==================================*/

/*==================================*/
/*---------- PAGE/GENERAL ----------*/
/*==================================*/
* {
	margin: 0;
	padding: 0;
}


html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 100%;	
	line-height: 100%;
	background: url(../images/main/bg_gradient.jpg) repeat-x #f1f8fe;
}

.clear {
	clear:both;
}

a:link {color: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:hover {text-decoration: none; color: #b3c7d8;}
a:active {text-decoration: none;}

img {
	border: 0;
}

#wrapperpad {
	padding: 0 0 40px 0;
}

#wrapper {
	width: 984px;
	margin: 0 auto;
	background-color: #fff;
	font-size: .95em;
	border: 1px solid #fff;
	border-width: 1px 1px 1px 1px;
}


/*==================================*/
/*------------ HEADER --------------*/
/*==================================*/

a.logo {
	float: left;
}

.rightcolumnheader {
	float: right;
	width: 400px;
	padding: 25px 30px 0 0;
	text-align: right;
}

.rightcolumnheader ul {
	float: right;
}

.rightcolumnheader ul li {
	display: inline;
}

.rightcolumnheader a, .rightcolumnheader a:visited, .rightcolumnheader a:active {
	color: #00a4e4;
	font-size: .9em;
}

li.contact a {
	padding: 0 11px 0 0;
	background: url(../images/main/divider.gif) right center no-repeat;
}

li.work a {
	padding: 0 11px 0 7px;
	background: url(../images/main/divider.gif) right center no-repeat;
}

li.find a{
	padding: 0 0 0 7px;
}

.rightcolumnheader a:hover {
	text-decoration: underline;
	color: #0e749b;
}

.rightcolumnheader form{
	clear: both;
	padding: 15px 0 0 0;
	width: 400px;
}

/*---- HEADER SEARCH BOX ------*/

.header_searchbox input {
	border: 1px solid #c8cfd5;
	background-color: #fff;
	float: right;
	height: 17px;
	padding: 3px 9px 2px 9px;
	width: 189px;
	vertical-align: middle;
	font-size: .8em;
	color:#aeb3b8;
	font-weight: normal;
}

.header_searchbox input:focus {
	background-color: #f5f9fa;
	color:#aeb3b8;
}

.header_searchbox input:hover {
	background-color: #f5f9fa;
	color:#aeb3b8;
}

.header_searchbox button {
	margin: 0 0 0 4px;
	padding: 0 2px 2px 2px;
	height: 24px;
	width: 70px;
	border: none;
	background: url(../images/main/searchbutton_bg.jpg) #09aae5 repeat-x 0 0;
	cursor: pointer;
	overflow: visible;
	color: #fff;
	display: block;
	float: right;
	font-size: .75em;
	text-transform: uppercase;
}

.header_searchbox button:hover{
	background: url(../images/main/searchbutton_bg.jpg) #078fc2 repeat-x 0 -45px;
}

.header_searchbox button:focus {
	border: none;
}

.header_searchbox button.search {
	border: 1px solid #c8cfd5;
}

/*==================================*/
/*----------- ACCORDION ------------*/
/*==================================*/

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.drawers {
	margin: 0;
	width: 984px;
	clear: both;
}

li.drawer{
	margin: 0;
}

.drawer ul li {
	width: 218px;
	background: url(../images/home/dottedline.gif) repeat-x top left;
}

.drawer ul li a, .drawer ul li a:visited, .drawer ul li a:hover{
	display: block;
	padding: 7px 0 7px 16px;
	color: #fff;
	font-size: .8em;
	font-weight:normal;
}

.drawer h2 {
	border: 1px solid #fff;
	border-width: 0 0 1px 0;
	padding: 10px 58px 10px 30px;
	font-weight: normal;
	color: #fff;
	font-size: 1.1em;
	margin: 0;
	clear:both;
}

.arrow {
	background: url(../images/home/accordion_bullet.gif) 0% 50% no-repeat;
	padding: 0 0 0 30px;
}

/*----------- ABOUT US ------------*/

h2.aboutus {
	background: url(../images/home/aboutus_accordion_bg.jpg) repeat-x top left #04a8e5;
}

.about_image {
	background: url(../images/home/aboutus_image.jpg) no-repeat top left;
	height: 252px;
	width: 984px;
}

.about_image ul {
	padding: 5px 0 0 32px;
	height: 247px;
	width: 927px;
}

.about_image ul li.captiontext {
	float: right;
	padding: 65px 75px 0 0;
	width: 317px;
	color: #fff;
	font-size: 1.2em;
	font-style:italic;
	line-height: 150%;
	background: none;
}

.providers_image ul li {
	width: 218px;
	background: url(../images/home/dottedline.gif) repeat-x top left;
}

.about_image a:hover{
	background: url(../images/home/dottedline.gif) repeat-x top left #206782;
}

.about_image .last {
	height: 1px;
	width: 218px;
	background: url(../images/home/dottedline.gif) repeat-x top left;
}

/*----------- PROVIDERS ------------*/

h2.providers {
	background: url(../images/home/providers_accordion_bg.jpg) repeat-x top left #bc821f;
}

.providers_image {
	background: url(../images/home/healthcare_image.jpg) no-repeat top left;
	height: 252px;
	width: 984px;
}

.providers_image ul {
	padding: 5px 0 0 32px;
	height: 247px;
	width: 927px;
}

.providers_image ul li.captiontext {
	float: right;
	padding: 77px 116px 0 0;
	width: 390px;
	color: #fff;
	font-size: 1.2em;
	font-style:italic;
	line-height: 150%;
	background: none;
}

.providers_image ul li {
	width: 218px;
	background: url(../images/home/dottedline_providers.gif) repeat-x top left;
}

.providers_image a:hover{
	background: url(../images/home/dottedline_providers.gif) repeat-x top left #956717;
}

.providers_image .last {
	height: 1px;
	width: 218px;
	background: url(../images/home/dottedline_providers.gif) repeat-x top left;
}


/*----------- EMPLOYERS ------------*/

h2.employers {
	background: url(../images/home/employers_accordion_bg.jpg) repeat-x top left #058f86;
}

.employers_image {
	background: url(../images/home/payers_accordion_bg.jpg) no-repeat top left;
	height: 252px;
	width: 984px;
}

.employers_image ul {
	padding: 5px 0 0 32px;
	height: 247px;
	width: 927px;
}

.employers_image ul li.captiontext {
	float: right;
	padding: 55px 70px 0 0;
	width: 510px;
	color: #fff;
	font-size: 1.2em;
	font-style:italic;
	line-height: 150%;
	background: none;
}

.employers_image ul li {
	width: 218px;
	background: url(../images/home/dottedline_employers.gif) repeat-x top left;
}

.employers_image a:hover{
	background: url(../images/home/dottedline_employers.gif) repeat-x top left #014e49;
}

.employers_image .last {
	height: 1px;
	width: 218px;
	background: url(../images/home/dottedline_employers.gif) repeat-x top left;
}

/*----------- MEMBERS ------------*/

h2.members {
	background: url(../images/home/members_accordion_bg.jpg) repeat-x top left #0a729a;
}

.members_image {
	background: url(../images/home/patients_image.jpg) no-repeat top left;
	height: 252px;
	width: 984px;
}

.members_image ul {
	padding: 5px 0 0 32px;
	height: 247px;
	width: 927px;
}

.members_image ul li.captiontext {
	float: right;
	padding: 67px 80px 0 0;
	width: 500px;
	color: #fff;
	font-size: 1.2em;
	font-style:italic;
	line-height: 150%;
	background: none;
}

.members_image a:hover{
	background: url(../images/home/dottedline.gif) repeat-x top left #015172;
}

.members_image .last {
	height: 1px;
	width: 218px;
	background: url(../images/home/dottedline.gif) repeat-x top left;
}

/*==================================*/
/*----------- FOOTER ---------------*/
/*==================================*/

#footer {
	background: url(../images/main/footerbottomline.gif) bottom left repeat-x;
	padding: 15px 30px 28px 30px;
}

#footer img {
	float: left;
}

#footer ul {
	float: right;
	width: 700px;
	list-style: none;
	margin: 0;
	text-align: right;
	color: #94999d;
	font-size: .8em;
}

#footer ul a{
	color: #94999d;
	padding: 0 6px 0 6px;
}

#footer ul a.lastitem{
	color: #94999d;
	padding: 0 0 0 6px;
}

#footer ul a:hover {
	color: #00a4e4;
	text-decoration: underline;
}

#footer ul li {
	display: inline;
}

#footer ul li.copyright {
	display: block;
	padding: 7px 0 0 0;
}

#footer ul li.copyright img{
	float: none;
}