/*======================
	HOME
========================*/
.home-background
{
	background:#edf1fa url(../images/backgrounds/home_background.jpg) no-repeat 0 100%; 
	
}
.home-background p
{
	width:290px; 
	margin: 20px 0 0 45px; 
}
/*======================
	HOW TO FIND US
========================*/
.how-to-find-us-background
{
	background:#5c99f2 url(../images/backgrounds/background_how_to_find_us.jpg) no-repeat 0 100%; 
}
/*======================
	MEDICAL SPECIALTIES
========================*/
.medical-specialties-background
{
	background:#fcfcfe url(../images/backgrounds/background_medical_specialties.jpg) no-repeat 0 100%; 
}
.what-we-do-background
{
	background:#f1f1f1 url(../images/backgrounds/background_medical_specialties_2.jpg) no-repeat 0 100%; 

}
/*======================
	SPLEEP DISORDERS CENTER
========================*/
.sleep-disorders-center-background
{
	background:#277ed1 url(../images/backgrounds/background_sleep_disorders_center.jpg) no-repeat 0 100%; 
}
.sleep-medicine-background
{
	background: url(../images/backgrounds/background_sleep_medicine.jpg) no-repeat 0 100%; 
}
.sleep-center-background
{
	background: url(../images/backgrounds/background_sleep_center.jpg) no-repeat 0 100%; 
}
.feature
{
	border:solid 1px  #8e441f; 
	padding:8px; 
	background:#ffeed5;
	
}
.feature li
{
	color:#000; 	
}
.feature h2
{
	border-bottom:0; 
	font-size:12px; 
	font-weight:700;
}
/*======================
	ABOUT NAEM
========================*/
.about-naem-background
{
	background:#fdfdfd url(../images/backgrounds/background_about_naem.jpg) no-repeat 0 100%; 
}
/*======================
	PATIENT RESOURCES
========================*/
.patient-resources-background
{
	background:#fdfdfd url(../images/backgrounds/background_patient_resources.jpg) no-repeat 0 100%; 
}
/*======================
	OUR PHYSICIANS
========================*/
.our-physicians-background
{
	background:#edeef3 url(../images/backgrounds/background_our_physicians.jpg) no-repeat 0 100%; 
}
table.list
{
	width:100%;	
	border-spacing:0;

}
table.list td
{
	padding:8px 5px 8px 5px; 	
	border-bottom:solid 1px #aaadb0;
}
table.physicians
{
	width:100%; 	
	border-spacing:0; 
	border-collapse:collapse;
}
table.physicians th.border-top
{
	border-top:solid 1px #aaadb0;
}
table.physicians th.border-bottom
{
	border-bottom:solid 1px #aaadb0;
}
table.physicians td.no-border
{
	border:0; 	
}
table.physicians th
{
	background:#ffeed5; 
	padding:8px;
	width:100px; 
	border-left:solid 1px #aaadb0;
	border-right:solid 1px #aaadb0;
}
table.physicians td
{
	vertical-align:top;
	padding:8px;
	border-bottom:solid 1px #aaadb0;
}
/*======================
	PHYSICIAN OPPORTUNITIES
========================*/
.naem-community-background
{
	background:#adb8ca url(../images/backgrounds/background_naem_community.jpg) no-repeat 0 100%; 	
}
.current-openings-background
{
	background:url(../images/backgrounds/background_current_openings.jpg) no-repeat 0 100%; 
}
#slideshow
{
	width:260px; 
	margin:5px; 
	text-align:center; 	
}
ul#images
{
	list-style:none; 
}
#images li
{
	margin:0; 
	padding:0; 
}
#images img
{
	
	border:solid 1px #565656; 
	border-left:solid 1px #b1b1b1; 
	border-top:solid 1px #b1b1b1; 
	background:#fff; 
	padding:4px;
	padding-bottom:8px; 
}
/*======================
	SITE MAP
========================*/
#site-map li, #site-map a
{
	font-size:14px;
	line-height:1.7;
}
/*======================
	ERROR
========================*/
#error
{
	width:400px;
	height:225px;
	margin:30px auto;
	padding-top:75px;
	background:url(../images/alert.png) no-repeat 50% 0%;
	text-align:center; 
}
/*======================
	BREAD CRUMB
========================*/
#breadcrumb
{
	font-size:12px; 
	margin-bottom:15px; 
}
#breadcrumb a
{
	font-size:12px; 
}	