html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0px;
}
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
a:active {
	outline: none;
}
.container {
	position: relative;
	margin: 0px auto;
	/*height: 100%;*/
}
body {
	background: #e6e6e6 url('/public/images/mainBacker.png') repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.container a {
	color: #5a96e8;
	text-decoration: none;
}
.container a:hover {
	color: #5a96e8;
	text-decoration: underline;
}
/*-------------------------------- BEGIN INTERNAL STYLES ----------------------------------------- */
h1 {
	color: #C05F00;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
#incolumn2 {
	min-height: 500px;
}
#incolumn2 a {
	color: #009a9a;
	text-decoration: none;
	padding: 2px 0;
}
#incolumn2 a:hover {
	color: #009a9a;
	text-decoration: none;
	background: #d8f0f0;
	padding: 2px 0;
}
#incolumn2 ul {
	padding: 15px 0px 15px 30px;
}
#incolumn2 li {
	list-style: disc;
	margin-bottom: 7px;
	padding-left: 5px;
}
#incolumn2 h3 {
	margin: 5px 0;
	font-size: 20px;
	font-weight: normal;
	color: #BD6100;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: capitalize;
}
hr {
	border: none;
	border-top: 1px solid #cdcdcd;
	height: 1px;
	width: 100%;
	margin: 20px 0px;
	background: #ffffff;
	border-collapse: collapse;
}
#incolumn2 img {
	border: 1px solid #cdcdcd;
	background: #ffffff;
	padding: 6px;
}
/*-------------------------------- BEGIN LAYOUT ----------------------------------------- */
#contentBacker {
	background: #e6e6e6 url('/public/images/contentBacker.png') no-repeat top center;
	min-height: 600px;
}
#footerContainer {
	border-top: 5px solid #e6e6e6;
	background: transparent url('/public/images/footerBacker.png') repeat-x top center;
}
#footerContent {
	width: 1004px;
	margin: 0px auto;
	text-align: left;
	background: transparent url('/public/images/logoFooter.png') no-repeat top right;
	padding: 30px 0 50px 0;
	text-align: center;
	font-size: 12px;
	color: #aa8b6c;
}
#footerContent a {
	color: #C96800;
	text-decoration: none;
}
#footerContent a:hover {
	color: #C96800;
	text-decoration: underline;
}
#logo h1 a {
	display: block;
	text-indent: -99999px;
	width: 390px;
	height: 69px;
	background: transparent url('/public/images/logoBig.png') no-repeat top left;
	margin: 20px 0 10px 0;
}
#searchForm {
	background: transparent url('/public/images/topSearchBacker.png') no-repeat top left;
	margin-top: 12px;
	text-align: center;
}
.searchForm {
	background: transparent url('/public/images/topSearchBacker.png') no-repeat top left;
	margin-top: 12px;
	text-align: center;
}
#searchForm ul {
	padding: 3px 0 6px 0;
}
#searchForm li {
	display: inline;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0 6px 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 3px;
}
#searchForm a {
	color: #003366;
	text-decoration: none;
}
#searchForm a:hover {
	color: #003366;
	text-decoration: none;
	border-bottom: 2px solid #009a9a;
	margin-bottom: -1px;
}
.smallGo {
	vertical-align: middle;
	margin-left: 3px;
	width: 28px;
	height: 13px;
}
.searchHdr {
	vertical-align: middle;
	width: 85px;
	height: 11px;
	margin: 0 5px 0 8px;
}
.searchInput {
	vertical-align: middle;
	width: 125px;
	border: 2px solid #90bbbb;
	margin: 6px 0 7px 0;
	padding: 2px;
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
}
#nav_list {
	border: 2px solid #ffffff;
	border-left: none;
	border-right: none;
	background: #3f3f3f;
	margin-top: 4px;
}
#topNav, #topNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#topNav a {
	display: block;
	color: white;
	text-decoration: none;
}
#topNav li {
	display: block;
	float: left;
	border-right: 2px solid #ffffff;
	background: #003e7e;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 2px 10px 3px 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#topNav li ul {
	border-top: 2px solid #ffffff;
	position: absolute;
	width: 10em;
	left: -999em;
	top: 129px;
	margin: -2px 0 0 -12px;
}
#topNav li ul li {
	width: 10em;
	border: 2px solid #ffffff;
	border-top: none;
	background-color: #989898;
	font-weight: normal;
}
#topNav li ul li:hover {
	background: #CC9900;
}
#topNav li:hover {
	background: #c05f00;
	cursor: pointer;
}
#topNav li:hover ul {
	left: auto;
}
#topNav li:hover ul, #topNav li.sfhover ul {
	left: auto;
}
#secondaryNav ul {
	margin-left: 16px;
}
#secondaryNav li {
	display: inline;
	float: left;
	font-size: 19px;
	font-weight: bold;
	padding: 2px 0 6px 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0 15px;
}
#secondaryNav li:hover {
	cursor: pointer;
	background: transparent url('/public/images/secondaryBacker.png') repeat-x bottom left;
}
#secondaryNav a {
	color: #004487;
	text-decoration: none;
	font-variant: small-caps;
}
#mainContent {
	margin: 25px 0 20px 0;
}
#textArea {
	line-height: 150%;
	color: #585858;
	font-size: 16px;
}
#textArea h2 {
	line-height: 140%;
	font-size: 24px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 100%;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #000000;
}
#enews {
	margin-bottom: 20px;
	width: 269px;
	height: 106px;
	background: transparent url('/public/images/enewsBacker.png') no-repeat top left;
	font-size: 12px;
}
#appointment {
	margin-bottom: 20px;
	width: 269px;
	height: 147px;
	background: transparent url('/public/images/appointmentBacker.png') no-repeat top left;
	cursor: pointer;
	font-size: 12px;
}
#appointment li {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 3px;
	line-height: 110%;
}
#carecredit {
	margin-bottom: 20px;
	width: 269px;
	height: 72px;
	background: transparent url('/public/images/carecreditBacker.png') no-repeat top left;
	cursor: pointer;
	font-size: 12px;
}
#carecredit_apply {
	margin-bottom: 20px;
	width: 208px;
	height: 67px;
	background: transparent url('/public/images/care_credit.gif') no-repeat top left;
	cursor: pointer;
	font-size: 12px;
}
#enews h3 {
	text-indent: -99999px;
	background: transparent url('/public/images/hdrEnews.png') no-repeat top left;
	width: 189px;
	height: 14px;
	margin: 17px 0 16px 10px;
}
#appointment h3 a {
	display: block;
	text-indent: -99999px;
	background: transparent url('/public/images/hdrAppointment5555.png') no-repeat top left;
	width: 194px;
	height: 14px;
	margin: 0 0 15px 63px;
}
#carecredit h3 a {
	display: block;
	text-indent: -99999px;
	background: transparent url('/public/images/hdrCareCredit.png') no-repeat top left;
	width: 269px;
	height: 14px;
	margin: 0 0 15px 10px;
}
.enewsInput {
	vertical-align: middle;
	width: 190px;
	border: 2px solid #e7cf87;
	margin: 6px 0 7px 0;
	padding: 4px 2px;
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
}
#goBig {
	vertical-align: middle;
	margin-left: 3px;
}
#address {
	font-size: 13px;
	line-height: 150%;
	padding: 0 3px;
}
#address strong {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
}
#column3 li {
	font-size: 12px;
	line-height: 135%;
	margin-bottom: 10px;
}
#column2 a {
	color: #009a9a;
	text-decoration: none;
	padding: 2px 0;
}
#column2 a:hover {
	color: #009a9a;
	text-decoration: none;
	background: #d8f0f0;
	padding: 2px 0;
}
#column3 a {
	color: #585858;
	text-decoration: none;
	padding: 2px 0;
}
#column3 a:hover {
	color: #009a9a;
	text-decoration: none;
	background: #d8f0f0;
	padding: 2px 0;
}
#inNav strong {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 19px;
	color: #3f3f3f;
}
#inNav ul {
	margin: 8px 0 30px 0;
}
#inNav li {
	margin: 0 0 10px 10px;
	font-size: 17px;
}
#inNav a {
	color: #009a9a;
	text-decoration: none;
	padding: 2px 0;
}
#inNav a:hover {
	color: #009a9a;
	text-decoration: none;
	background: #d8f0f0;
	padding: 2px 4px;
}
#homeVideo {
	margin-bottom: 30px;
}
#homeVideo a:hover {
	background-color: #FFFFFF;
}
#newsPress {
	margin-bottom: 30px;
}
#news_heading a {
	color: #009A9A;
	font-weight: bold;
}
.news_heading a {
	color: #009A9A;
	font-weight: bold;
}
#appearances {
	margin-bottom: 30px;
}
#appearances strong {
	font-weight: normal;
	font-size: 10px;
	color: gray;
	font-style: italic;
}
#appearances h3 a {
	display: block;
	text-indent: -99999px;
	background: transparent url('/public/images/hdrAppearances.png') no-repeat top left;
	width: 244px;
	height: 36px;
	margin-bottom: 5px;
}
.appearances {
	margin-bottom: 30px;
}
.appearances strong {
	font-weight: normal;
	font-size: 10px;
	color: gray;
	font-style: italic;
}
.appearances h3 a {
	display: block;
	text-indent: -99999px;
	background: transparent url('/public/images/hdrAppearances.png') no-repeat top left;
	width: 244px;
	height: 36px;
	margin-bottom: 5px;
}
#newsPress h3 a {
	display: block;
	text-indent: -99999px;
	background: transparent url('/public/images/hdrPress.png') no-repeat top left;
	width: 217px;
	height: 38px;
	margin-bottom: 5px;
}
.allLink a {
	font-size: 10px !important;
	color: #009a9a !important;
	text-decoration: none !important;
}
.allLink a:hover {
	font-size: 10px !important;
	color: #009a9a !important;
	text-decoration: underline !important;
	background: none !important;
}
#flex {
	font-size: 10px;
	margin-top: 50px;
}
#flex a {
	color: #A78A6B;
}
.small_text {
	color: #585858;
	font-size: 12px;
}
.dark {
	background-color: #003E7E;
	color: white;
	font-weight: bold;
}
.blue_heading {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 19px;
	font-weight: bold;
	color: #009A9A;
}
/*-- INLINE IMAGE STYLES ---------------------------------------------------------------------------*/
.imageBorderLeft {
	padding: 6px;
	border: #dedede 1px solid;
	margin: 3px 20px 10px 0px;
}
.imageBorderRight {
	padding: 6px;
	border: #dedede 1px solid;
	margin: 3px 0px 10px 20px;
	float: right;
}
/*#callMain{

text-align: right;

margin-top: 5px;

margin-right: 20px;

color: #009A9A;

font-weight: bold;

font-size: 12px;

font-family: georgia, serif;

}*/
#callMain {
	display: block;
	position: absolute;
	width: 231px;
	height: 39px;
	background: transparent url('../images/phoneNumbers.png') no-repeat top left;
	text-align: left;
	text-indent: 99999px;
	margin: 57px 0 0 754px;
}
#contentBacker #header #headerPhone {
	height: 39px;
	margin: 9px 0 0px 0;
	padding: 0;
}
#contentBacker #header #headerPhone h2 {
	width: 231px;
	height: 39px;
	margin: 0 0 0 59px;
	padding: 0;
}
#contentBacker #header #headerPhone h2 a {
	background: transparent url('../images/phoneNumbers.png') no-repeat top left;
	width: 231px;
	height: 39px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -99999px;
	cursor: pointer;
}

#contentBacker #header #headerPhoneIn {
	height: 39px;
	margin: 9px 0 0px 0;
	padding: 0;
}
#contentBacker #header #headerPhoneIn h2 {
	width: 231px;
	height: 39px;
	margin: 0 0 0 350px;
	padding: 0;
}
#contentBacker #header #headerPhoneIn h2 a {
	background: transparent url('../images/phoneNumbers.png') no-repeat top left;
	width: 231px;
	height: 39px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -99999px;
	cursor: pointer;
}

#facebook h3 a{
	display: block;
	text-indent: -99999px;
	width: 269px;
	height: 32px;
	background: transparent url('../images/iconFacebook.png') no-repeat top left;
	margin-bottom: 15px;
}


#calculator_small {
	height: 116px;
	width: 250px;
	margin: -50px 0 0 375px;
	padding: 0 0 0 0;
	background: url(http://carecredit.com/payment_calculator/images_small/calc_body-bgrd.gif) repeat-y top left;
}
#searchArea {
	width: 230px;
	margin: 0 0 0 12px;
	padding: 0 0 0 0;
}
#calculator_small form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#calculator_small img {
	border: 0;
	padding: 0 0 0 0;
}
