/*************************************************************************/	
/*************************** BODY CONTENT/STRUCTURE **********************/
/*************************************************************************/

body {background-color:#FFF; margin:0;}

DIV#container {
	width:960px;
	/* cross-browser hack to center div */
	margin-left:auto; 
	margin-right:auto;
	/**/
	text-align:left;
	font-family: "Times New Roman", Times, serif; 
	font-size:18px;
	letter-spacing:0.2px;
	font-style: normal;	
	line-height:130%;
	font-weight: normal; 
	font-variant: normal; 
	color:#000000;
	overflow:hidden;
	background-image: url(/images/container_bg.jpg);
	background-repeat: repeat-y;
}
DIV#header {		
	height:109px;
	background-image: url(/images/header_bg.jpg);
	background-repeat: no-repeat;
}
DIV#header A.logo_link {	
	position:absolute;
	display:block;
	width:195px;
	height:104px;
	margin-left:27px;
}
DIV#header A:hover.logo_link {
	background:#E2E5D2;
	opacity:0.35;  
	filter:alpha(opacity=35);
}
DIV#header A.logo_link span.hidden {
	display:none;
} 
DIV#header A.login_link {		
	position:absolute;
	display:block;
	width:150px;
	margin:8px 0 0 752px;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
	background-image: url(/images/member_login_bg.jpg);
	background-position:left;
	background-repeat: no-repeat;
}
DIV#header A:hover.login_link {		
	background-image: url(/images/member_login_bg_hover.jpg);
}
DIV#header A.member_menu_link {
	position:absolute;
	display:block;
	width:160px;
	margin:0 0 0 685px;
	padding:0 45px 2px 70px;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	background-image: url(/images/member_menu_link_bg.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
	background-color:#49ACA9;
	color:#FFF;
}
DIV#header A:hover.member_menu_link {		
	color:#DCFD56;
}
SPAN#left_nav {
	display:inline-block;
	width:265px;
	min-height:360px;
	height:auto !important;
	height:360px;
	vertical-align:top;
	margin:4px 0 40px 0;
	background-image: url(/images/menu_bg.jpg);
	background-repeat: no-repeat;
}
SPAN#content {
	display:inline-block;
	width:640px;
	margin:4px 0 15px 15px;
	vertical-align:top;
}
DIV#bottom_blocks {
	min-height:115px;
	height:auto !important;
	height:115px;
	background-image: url(/images/bottom_blocks_bg.jpg);
	background-repeat: repeat-y;
	padding:0 27px 0 27px;
	
}
DIV#bottom_blocks A {
	display:inline-block;
	width:204px;
	height:88px;
	margin-right:-5px;
	vertical-align:top;
	background-image: url(/images/four_blocks_bg.jpg);
	background-repeat: repeat-y;
	padding:20px 11px 16px 11px;
	color:#FFF;
	font-weight:normal;
	font-size:18px;
	line-height:normal;
	text-decoration:none;
	overflow:hidden;
}

DIV#bottom_blocks A:hover {
	background:#000;
	opacity:0.20;  
	filter:alpha(opacity=20);
	color:#CCC;
}
DIV#bottom_blocks A h4 {
	color:#FFF;
	margin:0 0 2px 0;
	padding:0;
	font-size:18px;
	
}
/* hide the 4 bottom blocks for dentists logged in - links not relevant for them */
DIV#container.sec_27 DIV#bottom_blocks {
	display:none;
}
DIV#footer {
	height:125px;
	background-image: url(/images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-color:#FFF;
	overflow:hidden;
	padding-bottom:20px;
}
DIV#copyright {
	position:absolute;
	width:960px;
	margin-top:60px;
	text-align:center;
	color:#939598;
	font-size:10px;
	letter-spacing:0;
}

/*************************************************************************/	
/************************** BASIC HTML ELEMENTS **************************/
/*************************************************************************/

	

/* ---------- don't edit collapse defaults*/
div, span 		{margin:0; padding:0; }
a, a img, img 	{border:0; outline-style:none; outline-width:0px;}
table, th, td 	{border-collapse:collapse; border:solid 1px #666;}

/* ----- headlines -----------------------*/
h1, h1 a, a h1 {font-size:30px; color:#8B9C3E; line-height:normal; letter-spacing:0; margin-top:0;}
h2, h2 a, a h2 {font-size:18px; color:#000000; line-height:normal; letter-spacing:0;}
h3, h3 a, a h3 {font-size:18px; color:#4892AF; line-height:normal; letter-spacing:0;}
h4, h4 a, a h4 {font-size:18px; color:#8B9C3E; line-height:normal; letter-spacing:0;}
h5, h5 a, a h5 {font-size:14px; color:#666666;}
h6, h6 a, a h6 {font-size:14px; color:#000000;}
h7, h7 a, a h7 {font-size:18px; color:#FFFFFF; line-height:normal; letter-spacing:0;}
/* note: declare link attributes for headlines - since  */
/* tools arbitrarily put links inside or outside h tags */

/* ----- default text links in content -------*/
a {
	color:#5191AD;
	text-decoration:underline;
}
a:hover {
	color:#8B9C3E;
}

/* ----- default horizontal rule -------*/
hr {
	margin:5px 0px 20px 0;
	padding:0px;
	border-bottom:2px solid #999;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:0;
	display:block;
}

/* tables with class of "table_style" applied to table or span wrapper - */
span.table_style table, 
span.table_style table th, 
span.table_style table td,
table.table_style, 
table.table_style th, 
table.table_style td {
	border-color:#F00;
}
span.table_style table, 
table.table_style {
	width:100%;
}

table.table_style th,
span.table_style table th {
	background: #99CCCC;
	vertical-align:bottom;
}
table.table_style td,
span.table_style table td {
	vertical-align:top;
}		


/* "table_style" can be different if end user builds - those inside a content area span */
span.content_area span.table_style table, 
span.content_area span.table_style table th, 
span.content_area span.table_style table td,
span.content_area table.table_style, 
span.content_area table.table_style th, 
span.content_area table.table_style td {
	border-color:#00F;

}
span.content_area span.table_style table, 
span.content_area table.table_style {
	width:auto;

}
span.content_area table.table_style th,
span.content_area span.table_style table th {
	background:#CCC;
	vertical-align:bottom;
}
span.content_area table.table_style td,
span.content_area span.table_style table td {
	vertical-align:top;
}		

/*************************************************************************/	
/***************************** COMMON STYLES *****************************/
/*************************************************************************/	

.no_display {
	display:none;
}
.hidden {
	visiblity:hidden;
}
.blue {
	color:#4892AF;
}
.green {
	color:#8B9C3E;
}


/*************************************************************************/	
/*********** FORMS  - DON'T EDIT THIS BLOCK !!! (normally) ***************/
/*************************************************************************/

/* ALL FORM STYLING BELOW ASSUMES YOU WILL WRAP THE FORM IN A THIS SPAN "<span class="form_style"></span>" OTHERWISE SITE USES BROWSER DEFAULTS */

/* labels - assumes label is on left of input, or specify on the container span - e.g. <span class="form_style labels_left"></span> */
span.form_style {	
	display:inline-block;
	line-height:normal;
}
span.form_style label { 
	display:inline-block;
	vertical-align:top;
	margin:0; /* use right margin for space between label and input, use bottom margin to vertically space out lines of form */
	padding:1px 0 0 0;
	text-align:right;
	color:#292929; /* have label text a hair lighter than black helps guide the eye */
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
span.form_style input, 
span.form_style select, 
span.form_style textarea,
span.form_style span.input_look  {
	display:inline-block;
	border:solid 1px #AAA;
	margin:0 0 12px 3px;
	padding:2px 2px 2px 2px;
	width:200px;
	font-size:12px;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif; /* good to declare since some buttons and Safari inputs use Tahoma, etc. by default */
}
span.form_style input.checkbox, 
span.form_style input.radio,
span.form_style checkbox,
span.form_style radio  {
	width:auto !important;
	border:none !important;
	margin-right:2px;
	margin-bottom:10px;
	vertical-align:top;
	display:inline-block !important;
}
span.form_style input.file  {
	background:#EEE;
}
span.form_style textarea, span.form_style textarea.medium {
	overflow-x:hidden; /* turn off bottom scrollbar by default, some browsers put it in if narrow textarea */
	overflow-y:auto; /* let it scroll vertically if necessary */
}
span.form_style input.hidden  {
	display:none !important;
}

/* --------------- Buttons ------------------ */
span.form_style input.button,
span.form_style button.button,
span.form_style a.button {		vertical-align:top;
	width:auto !important;
	padding-right:4px;
	overflow:hidden;
	display:inline-block;
	padding:1px 0 1px 0;
	border:solid 1px #AAA;
	background-color:#DDD;
	margin-right:5px;
	color:#222;
	font-weight:bold;
	line-height:14px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif; /* good to declare since some buttons and Safari inputs use Tahoma, etc. by default */
}
/*span.form_style button.button { 
	padding:0 1px 1px 1px;
}
span.form_style a.button { 
	padding:2px 4px 2px 4px;
}*/

span.form_style input:hover.button,
span.form_style button:hover.button,
span.form_style a:hover.button {
	border:solid 1px #777;
	background-color:#BBB;
	text-decoration:none;
}

span.form_style a.button {
	padding:2px 3px 2px 3px;	
	line-height:normal;
	vertical-align:top;

}

/* --------------- Dividers ------------------ */
span.form_style h4 {
	background:#999;
	font-size:14px;
	padding:2px 2px 2px 5px;
	margin:0 0 15px 0;
	color:#FFF;
	line-height:normal;
}
span.form_style h5 {
	background:#EEE;
	font-size:14px;
	padding:2px 2px 2px 5px;
	margin:0 0 15px 0;
	color:#555;
	line-height:normal;
}
span.form_style h4.no_margin,
span.form_style h5.no_margin {
	margin:0;
}

/* ----- default horizontal rule -------*/
hr {
	margin:5px 20px 20px 0;
	padding:0px;
	border-bottom:2px solid #D6D6D6;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:0;
	display:block;
}


/****** LABELS TOP (class="form_style labels_top") ********/
span.form_style.labels_top input, 
span.form_style.labels_top select, 
span.form_style.labels_top textarea,
span.form_style.labels_top span.input_look  {
	display:block;
	margin:0 0 8px 0;
}
span.form_style.labels_top input.button {
	display:inline-block;
	margin:0 0 8px 0;
}
span.form_style.labels_top label { 
	display:block;
	margin:0 0 1px 0; 
	text-align:left;
}

span.form_style.labels_top.labels_top .left_label_margin { 
	margin-left:0 !important;
}
span.form_style.labels_top.labels_top span.file.error { 
	display:block !important;
	width:200px;
	padding:0;
	overflow:hidden;
	height:24px;
}

/*************************************************************************/	
/************************ FORM ERRORS ************************************/
/*************************************************************************/	

/*** UL List of Errors At Form Top***/
span.form_style span.error_list {
	display:none;
}
span.form_style span.error_list.error {
	display:inline-block;
	margin:0 0 20px 0;
	vertical-align:top;
	border:solid 1px #F00;
	padding:12px;
	background:#FFFFCC;
	height:auto;
}
span.form_style span.error_list.error h3 {
	color:#F00;
	font-size:14px;
	text-transform:uppercase;
	margin:0 0 0 0;
}
span.form_style span.error_list.error ul {
	margin:5px 0 0 5px;
	color:#F00;

}

/*** Error Message In Form ***/

span.form_style span.error.error_message {
	width:205px;
	display:inline-block;
	margin:-3px 0 2px 0;
	background:none;
	color:#F00;
	font-weight:bold;
	border:none;
	height:auto;
}
span.form_style h4.error, span.form_style h5.error {
	color:#F00;
	background:#EEE;
	border:solid 1px #F00;
}

/*** Field Errors ***/
span.form_style span.checkbox.error 
span.form_style span.radio.error {
	color:#F00;
	border:solid 1px #F00;
	padding:2px 2px 0 0;
	height:auto;
	display:inline-block;
}
span.form_style span.group.error {
	color:#F00;
	border:solid 1px #F00;
	padding:2px 2px 0 2px;
	height:auto;
	display:inline-block;

}
span.form_style span.file.error {
	color:#F00;
	border:solid 1px #F00;
	padding:4px 0 2px 0;
}
span.form_style label.error {
	color:#F00;
}

span.form_style span.error,
span.form_style input.error, 
span.form_style select.error, 
span.form_style textarea.error,
span.form_style span.input_look.error  {
	border:solid 1px #F00;
	background: #FFFFCC;
	display:inline-block;
}

span.form_style button.button.error,
span.form_style a.button.error {
	border:solid 1px #F00;
	background: #FFFFCC;
}

/*************************************************************************/	
/******************** FORMS  - END "DON'T EDIT" **************************/
/*************************************************************************/



/*************************************************************************/	
/** FORMS DO EDIT HERE - SET WIDTHS & MARGINS, ETC. FOR FORMS ************/
/*************************************************************************/



/* --------------- default widths - no "length" class ------------------ */
span.form_style {	
	width:313px;
	margin-right:20px;
}
span.form_style label {				
	width:100px;
}
span.form_style input, 
span.form_style select, 
span.form_style textarea,
span.form_style span.input_look  {
	width:200px;
}
/* selects are about 5px wider than input to line up */
span.form_style select {
	width:205px;
}
span.form_style hr.left_label_margin { /* set make left of hr line up with inputs, rather than left of form */
	margin-left:106px;
	width:205px;
}
span.form_style span.error_list.error.left_label_margin {
	margin-left:106px;
}
span.form_style span.error_message.error.left_label_margin {
	margin-left:106px;
}

/* --------------- "short_length" class ------------------ */
/* if you apply a class of "short" to an label, assumes it the second one over for half a column width */
span.form_style label.short_length {
	width:75px;
}

span.form_style input.short_length {
	width:55px;
}
/* selects are 5px wider than input to line up */
span.form_style select.short_length {
	width:45px;
}

/* --------------- "long_length" class ------------------ */
/* if you apply a class of "long" to an input, assumes a double column width (or a span), select and textarea adjusted a few pix */
span.form_style label.short_length {
	width:75px;
}
span.form_style input.short_length,
span.form_style textarea.short_length {
	width:55px;
}
/* selects are 5px wider than input to line up */
span.form_style select.short_length {
	width:45px;
}

/*************************************************************************/	
/** DO EDIT HERE - SET WIDTHS & MARGINS FOR "labels_top" FORMS **/
/*************************************************************************/
span.form_style {	
	width:313px;
	margin-right:20px;
}
span.form_style.labels_top h4, span.form_style.labels_top h5  {	
	width:198px;
}
span.form_style.labels_top {	
	width:313px;
	margin-right:20px;
}
span.form_style.labels_top label {				
	width:100px;
}
span.form_style.labels_top input, 
span.form_style.labels_top select, 
span.form_style.labels_top textarea,
span.form_style.labels_top span.input_look  {
	width:200px;
}
/* selects are about 5px wider than input to line up */
span.form_style.labels_top select {
	width:205px;
}
span.form_style.labels_top hr.left_label_margin { /* set make left of hr line up with inputs, rather than left of form */
	margin-left:0;
}
span.form_style.labels_top span.error_list.error.left_label_margin {
	width:180px;
	margin-left:0;
}


/* --------------- "short_length" class ------------------ */
/* if you apply a class of "short" to an label, assumes it the second one over for half a column width */
span.form_style.labels_top label.short_length {
	width:75px;
}

span.form_style.labels_top input.short_length {
	width:55px;
}
/* selects are 5px wider than input to line up */
span.form_style.labels_top select.short_length {
	width:45px;
}

/* --------------- "long_length" class ------------------ */
/* if you apply a class of "long" to an input, assumes a double column width (or a span), select and textarea adjusted a few pix */
span.form_style.labels_top label.short_length {
	width:75px;
}
span.form_style.labels_top input.short_length,
span.form_style.labels_top textarea.short_length {
	width:55px;
}
/* selects are 5px wider than input to line up */
span.form_style.labels_top select.short_length {
	width:45px;
}

/*************************************************************************/	
/*************************** SPECIFIC PAGES ******************************/
/*************************************************************************/






/* Home Page */
DIV#container.page_1 DIV#header {		
	background-image: url(/images/header_bg_home.jpg);
}
DIV#container.page_1 SPAN#left_nav {
	width:960px;
	min-height:307px;
	height:auto !important;
	height:307px;
	margin:0;
	background-image: url(/images/menu_bg_home.jpg);
	background-repeat: no-repeat;
}
DIV#container.page_1 DIV#menu {
	width:200px;
	margin-top:15px;
}
DIV#container.page_1 SPAN#content {
	display:inline-block;
	width:880px;
	margin:40px 0 40px 38px;
	vertical-align:top;
}
DIV#container.page_1 SPAN#content H1 {
	margin-bottom:10px;
}
DIV#home_4_photos_bar { /* hide div for all pages but "home" */
	display:none;
}
DIV#container.page_1 DIV#home_4_photos_bar {
	display:block; /* show it on "home" only */
	height:116px;
	background-image: url(/images/home_4_photos_bar.jpg);
	background-repeat: no-repeat;
}
DIV#container.page_1 DIV#home_bottom {
	height:232px;
	background-image: url(/images/home_bottom_bg.jpg);
	background-repeat: no-repeat;
}
DIV#container.page_1 DIV#home_bottom SPAN.bottom {
	display:inline-block;
	width:202px;
	vertical-align:top;
	margin:12px 0 0 37px;
	color:#000;
	font-weight:normal;
	font-size:18px;
	line-height:normal;
}
DIV#container.page_1 DIV#home_bottom SPAN.bottom H4 {
	color:#000;
	margin:0 0 2px 0;
	padding:0;
	font-size:18px;
}
DIV#container.page_1 DIV#home_bottom SPAN.bottom A {
	position:absolute;
	display:block;
	width:112px;
	height:36px;
	margin:85px 0 0 1px;
}
DIV#container.page_1 DIV#home_bottom SPAN.bottom A:hover { 
	background:#D2E3EA;
	opacity:0.40;  
	filter:alpha(opacity=40); 
}
DIV#container.page_1 DIV#home_bottom SPAN.bottom A SPAN.hidden { 
	display:none;
}
DIV#container.page_1 DIV#home_bottom SPAN.bottom.right {
	width:640px;
	margin:64px 0 0 20px;
}
DIV#container.page_1 DIV#home_bottom SPAN.bottom.right A { 
	margin:119px 0 0 544px;
}
DIV#container.page_1 DIV#home_bottom SPAN.bottom.right A:hover { 
	background:#8B9C3E;
}


/* eNewsletter Page (/Members/Online-Newsletter) */
DIV#container.sec_27.page_21 SPAN#left_nav, DIV#container.page_50 SPAN#left_nav {
	display:none !important;
}
DIV#container.sec_27.page_21 SPAN#content, DIV#container.page_50 SPAN#content {
	margin:0 0 0 27px;
	width:905px;
}
DIV#container.sec_27.page_21 SPAN#content DIV.enewsletter_header, DIV#container.page_50 SPAN#content DIV.enewsletter_header {
	padding:20px;
}
DIV#container.sec_27.page_21 SPAN#content DIV.enewsletter_flash, DIV#container.page_50 SPAN#content DIV.enewsletter_flash {
	width:905px;
	height:1250px;
	background-color:#ECEEE1;
}

/* Low Income Clinics Page */
DIV#container.sec_2.page_3 TABLE {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:125%;
	width:610px;
}
DIV#container.sec_2.page_3 TD, TH {
	padding:4px 4px 4px 5px;
	border:solid 1px #999;
	vertical-align:top;
}
DIV#container.sec_2.page_3 TH {
	background:#ECEEE1;
}

DIV#container.sec_2.page_3 TH.phone { 
	width:100px ;
}
DIV#container.sec_2.page_3 TD UL {
	margin:0 0 0 15px;
	padding:0;
}
DIV#container.sec_2.page_3 TD LI {
	margin:0;
	padding:0;
}
DIV#container.sec_2.page_3 TD STRONG {
	color:#3882AF;
}
/* Online Newsletter Page */
DIV#container A.enews_right_link {
	position:absolute;
	display:block;
	vertical-align:top;
	width:300px;
	text-align:right;
	margin:6px 0 0 300px;
	font-size:14px;
}
DIV#container A.enews_right_link.online {
	margin:15px 0 0 570px;
}

/*************************************************************************/	
/*************************** LOGIN PAGE **********************************/
/*************************************************************************/

/* login form */
span.form_style.login_page {
	line-height:normal;
	width:250px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 30px 30px;
	margin:0;
	border-left:solid 2px #D9D9D9;
}
span.form_style.login_page button.button 
span.form_style.login_page input.button {	
	width:60px;
}
span.form_style.login_page input.checkbox {
	width:auto;
}
span.form_style.login_page label {				
	display:block;
	width:180px;
	text-align:left;
	margin:0 0 2px 0;
	color:#292929;
}
span.form_style.login_page input {				
	width:219px;
	margin:0 0 6px 0;
}
span.form_style.login_page input.password {
	margin-bottom:-2px;
}
span.login_logos {
	display:block;
	margin-left:70px;
}
span.login_logos img {
	margin-right:5px;
}
span.login_logos a {
	margin-right:25px;
}
span.login_logos a h4 {
	margin-bottom:5px;
	line-height:normal;
}
span.form_style.forgot label { 
	width:auto;
}
.loginBtn {
	background-image: url(/images/icons/login.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#F9F9F9;
	border:none;
	height:23px;
	width:65px !important;
	margin:0 0 6px 0;
	padding:0;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
.loginBtn:hover {
	background-color:#ECEFF2;
}
.forgotBtn {
	background-image: url(/images/icons/forgot.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#F9F9F9;
	border:none;
	height:23px;
	width:155px !important;
	margin:0 0 6px 0;
	padding:0;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
.forgotBtn:hover {
	background-color:#ECEFF2;
}
.findPasswordBtn {
	background-image: url(/images/icons/forgot.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#F9F9F9;
	border:none;
	height:23px;
	width:152px !important;
	margin:0 0 6px 0;
	padding:0 24px 0 0;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
.findPasswordBtn:hover {
	background-color:#ECEFF2;
}

.returnLoginBtn {
	background-image: url(/images/icons/login.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#F9F9F9;
	border:none;
	height:23px;
	width:150px !important;
	margin:0 10px 0 0;
	padding:0 24px 0 0;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
.returnLoginBtn:hover {
	background-color:#ECEFF2;
}
SPAN.clear_login {
	margin:9px 0 10px 0;
	display:block;
	font-size:11px;
	color:#666;
	letter-spacing:normal;
}

SPAN.login_content {
	display:inline-block;
	width:520px;
	vertical-align:top;
	margin:0 30px 20px 30px;
}
SPAN.login_logos {
	margin:0 0 0 30px;
	border-top:solid 2px #D9D9D9;
	width:810px;
	padding-top:15px;
}
SPAN.formstyle.forgot { background:yellow;
	margin:0 0 0 30px;
	display:inline-block;
	width:400px;
}



/****** Special Pages ******/

DIV#container.about SPAN#content {
	width:647px;	
	margin-bottom:0px;
}
DIV#about_page {
	height:auto;
	padding-right:190px;
	background-image:url('/images/People-Border.jpg');
	background-repeat:no-repeat;
	background-position:right bottom;
}
DIV#classifieds_page .classifieds_box {
	display:inline-block;
	width:274px;
	height:180px;
	padding-left:13px;
	padding-right:13px;
	text-align:center;
}
DIV#classifieds_page .classifieds_box H2 {
	color:#FFF;
	font-size:27px;
	margin-top:7px;
}
DIV#classifieds_page SPAN#members_box {
	background-color:#48ABA8;
}
DIV#classifieds_page SPAN#non-members_box {
	background-color:#4A92AB;
}

DIV#no_listing_bar {
	color:#FFF;
	font-weight:bold;
	background-color:#9A3F3E;
	font-size:13px;
	line-height:20px;
	padding-left:3px;
}	

SPAN.leftContact {
	display:inline-block;
	vertical-align:top;
	width:350px;
}	
SPAN.rightContact {
	display:inline-block;
	vertical-align:top;
	width:280px;
	padding-top:10px;
}	


A.dental_img {
	display:inline-block;
	vertical-align:top;
	width:290px;
	margin-bottom:30px;
	text-align:center;
	color:#000;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

A.member_img {
	display:inline-block;
	vertical-align:top;
	width:210px;
	margin-bottom:30px;
	text-align:center;
	color:#000;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}


