/*-------------------------------------
CareCheckers

version: 	2.1
copyright:	(C) 2010 CareCheckers	
---------------------------------------*/

/* Reset */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	margin: 0px;
	height: 100%;
	background-color: #3b1d1a;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	background-image: url(../images/bg_main.jpg);
}

#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
}

/* @group Header */

#headerContainer {
	width: 100%;
}

#header {
	width: 960px;
	padding: 8px 0px 0;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 281px;
	height: 63px;
	float: left;
	margin-top: 20px;
	background: url(../images/cclogo.png) no-repeat;
}

/* @group Nav */

ul#nav {
	list-style-type: none;
	float: right;
	margin: 66px 0 0;
}

ul#nav li {
	display: inline;
}

ul#nav a {
	text-decoration: none;
	color: #f3e9d6;
	float: left;
	font: 16px Georgia, "Times New Roman", Times, serif;
	padding: 10px 20px;
}

ul#nav a:hover {
	color: #f3e9d6;
	background-color: #ff7361;
}

ul#nav a:visited {
	color: #f3e9d6;
}

ul#nav a.current {
	color: #6D777C;
	background-color: #aac6d0;
}

/* @end */

/* @end */

/* @group Top Content */

#topContentContainer {
	width: 100%;
	background-color: #F2E3CA;
	background-image: url(../images/bg_alt.jpg);
	border-top: 16px solid #aac6d0;
}

#topContent {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#topContentInside {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#topLeft {
	width: 386px;
	float: left;
	clear: left;
	margin-top: 30px;
	background: url(../images/hd_home.jpg) no-repeat;
	height: 300px;
	padding-left: 40px;
}

.topRight {
	float: right;
	clear: right;
	margin-top: 10px;
}

/* @end */

/* @group Main Content */

#dividerTop {
	width: 100%;
	background: #fff url(../images/page_divider.jpg) repeat-x;
	height: 30px;
}

#mainContentContainer {
	width: 100%;
	background: #fff;
}

#mainContent {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #3b1d1a;
}

#dividerBottom {
	width: 100%;
	background: #fff url(../images/page_divider.jpg) repeat-x 0 -37px;
	height: 30px;
}

/* @group Main Content Left */

#mainLeft {
	width: 540px;
	float: left;
	clear: left;
}

#mainForm {
	width: 640px;
	float: left;
	clear: left;
	margin-top: 10px;
}

/* @group CareFinder */

#homeCare {
	background: #f2e3ca url(../images/icn_house.png) no-repeat;
	min-height: 100px;
	padding: 10px 10px 10px 114px;
	margin-bottom: 20px;
}

#find {
	background: #f2e3ca;
	min-height: 100px;
	padding: 20px 20px 20px 20px;
	margin-top: 20px;
}

.notice {
	background: #f2e3ca;
	min-height: 100px;
	padding: 10px 10px 10px 10px;
	margin-top: 40px;
}

.expandCareForm {
	margin-bottom: 20px;
	background-color: #f2e3ca;
	margin-top: -20px;
	padding: 10px 20px 20px;
}

.expand {
	padding: 20px;
	margin-bottom: 40px;
}

/* @group 3 Steps */

#step1 {
	background: #f2e3ca url(../images/icn_phone.png) no-repeat;
	min-height: 100px;
	padding: 10px 10px 10px 114px;
	margin-bottom: 20px;
}

#step2 {
	background: #f2e3ca url(../images/icn_check.png) no-repeat;
	min-height: 100px;
	padding: 10px 10px 10px 114px;
	margin-bottom: 20px;
}

#step3 {
	background: #f2e3ca url(../images/icn_update.png) no-repeat;
	min-height: 100px;
	padding: 10px 10px 10px 114px;
	margin-bottom: 20px;
}

/* @end */

/* @end */

/* @end */

/* @group Main Content Right */

#mainRight {
	width: 320px;
	float: right;
	clear: right;
}

#mainRightWide {
	width: 360px;
	float: right;
	clear: right;
}

#brownBox {
	background: #f2e3ca;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 280px;
	float: right;
	clear: right;
}

#blueBox {
	color: #212426;
	width: 320px;
	float: right;
	clear: right;
	background: #aac6d0 url(../images/box_320px_bottom.png) no-repeat 0 bottom;
	margin-bottom: 20px;
}

#blueBoxInside {
	width: 300px;
	padding: 10px 10px 20px;
}

/* @end */

/* @end */

/* @group Footer */

#footerContainer {
	width: 100%;
}

#footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px;
	color: #fff;
}

#footerLeft {
	width: 400px;
	float: left;
	clear: left;
}

#footerRight {
	width: 400px;
	float: right;
	clear: right;
}

/* @group TweetBox */

#tweetBoxTop {
	margin-top: 20px;
	background-image: url(../images/tweet_box_top.jpg);
	width: 292px;
	height: 18px;
}

#tweetBox {
	width: 272px;
	background-image: url(../images/tweet_box_mid.jpg);
	min-height: 75px;
	padding-right: 10px;
	padding-left: 10px;
}

#tweetBoxBottom {
	background-image: url(../images/tweet_box_bottom.jpg);
	width: 292px;
	height: 106px;
	margin-bottom: 10px;
}

/* @end */

/* @end */

/* @group Formatting */

a {
	color: #ff3e26;
	text-decoration: none;
}

a:hover {
	color: #ff3e26;
	text-decoration: underline;
}

a:active {
	color: #ff3e26;
}

a:visited {
	color: #ff3e26;
}

a.blueBoxLink {
	color: #fff;
	background-color: #708189;
	padding: 5px;
}

div#footer a {
	color: #fff;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

ul	{
	font: 14px/1.5em Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
	list-style-type: square;
	display: inline-block;
	list-style-position: outside;
	margin-left: 2em;
}

ul.dblSpaced {
	margin-bottom: 0px;
	margin-left: 2.5em;
}

ul.dblSpaced li {
	margin-bottom: 20px;
}

ul.nb {
	list-style-type: none;
	margin-left: 0;
}

ul.states1 {
	list-style-type: none;
	margin-left: 0;
	margin-right: 50px;
	width: 135px;
	float: left;
}

ul.states2 {
	list-style-type: none;
	margin-left: 0;
	width: 135px;
	float: left;
}

ul.states1 li, ul.states2 li {
	border-bottom: 1px dashed #bababa;
	padding-bottom: 5px;
	padding-top: 5px;
}

ul.counties1 {
	list-style-type: none;
	margin-left: 0;
	margin-right: 50px;
	width: 115px;
	float: left;
}

ul.counties2 {
	list-style-type: none;
	margin-left: 0;
	width: 115px;
	float: left;
}

ul.counties1 li, ul.counties2 li {
	border-bottom: 1px dashed #735149;
	padding-bottom: 5px;
	padding-top: 5px;
}

li.highlight {
	font-weight: bold;
	background-color: #bddde7;
	margin-bottom: 10px;
	padding: 10px;
}

ul.footerLinks {
	list-style-type: none;
	margin-left: 0;
}

ul.footerLinks li {
	display: inline;
	margin-right: 30px;
}

ul#twitter_update_list {
	list-style-type: none;
	margin-left: 0;
}

.AuthorizeNetSeal {
	float: left;
}

.creditcards {
	float: left;
	margin-top: 14px;
	margin-left: 6px;
}

ol {
	font: 14px/1.5em Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
	list-style-position: outside;
	display: inline-block;
	margin-left: 40px;
}

p {
	line-height: 1.5em;
	margin-bottom: 20px;
}

p.dir {
	line-height: 1.5em;
	margin-bottom: 20px;
	border-bottom: 1px dashed #bababa;
	padding-bottom: 20px;
}

p.rating {
	font-size: 12px;
}

.nmb {
	margin-bottom: 0;
}

p.small {
	margin-bottom: 0;
	font-size: 12px;
}

.indent {
	margin-left: 2em;
}

.fit {
	font-size: 13px;
}

.subtext {
	vertical-align: super;
	font-size: x-small;
}

.quote {
	font-style: italic;
	margin-left: 2em;
}

h1 {
	margin-bottom: 10px;
	font: bold 21px/1.5em Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin-bottom: 10px;
	font: bold 16px/1.5em Georgia, "Times New Roman", Times, serif;
}

h3 {
	font: bold 14px/1.5em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

h3.ratingHeader {
	font: bold 14px/1.5em Georgia, "Times New Roman", Times, serif;
	margin-top: 40px;
	border-top: 1px dashed #bababa;
	padding-top: 20px;
	margin-bottom: 0;
}

.light {
	color: #735149;
}

.copyright {
	color: #cfb9a5;
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

.em {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

img.topButtons {
	margin-right: 20px;
	margin-top: 200px;
}

img.providerLogo {
	margin-bottom: 20px;
}

img.icnMap {
	float: left;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.mt40 {
	margin-top: 40px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb40 {
	margin-bottom: 40px;
}


.clear {
	clear: both;
}

.fl {
	float: left;
	padding-right: 10px;
}

.fr {
	float: right;
	padding: 10px;
}

.imgfl {
	float: left;
	padding-right: 40px;
}

.imgfr {
	float: right;
	padding-left: 40px;
	padding-bottom: 40px;
}

.alignRight {
	text-align: right;
}

.testimonialName {
	text-align: right;
	font-style: italic;
}

.ratingImg{
	margin-top: 20px;
	margin-right: 20px;
}

.star {
	color: #ff3e26;
}

/* @end */
