@charset "utf-8";

body {
	background-color: #4f413d;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	width: 952px;
	margin: 6px auto 0px auto;
	background-color:#FFFFFF;
	height: 790px;
	position: relative;
	border-top: 1px solid #cfd2d6;
	border-left: 1px solid #cfd2d6;
	border-right: 1px solid #cfd2d6;
}

#container_ {
	width: 952px;
	margin: 6px auto 0px auto;
	background-color:#FFFFFF;
	position: relative;
	border-top: 1px solid #cfd2d6;
	border-left: 1px solid #cfd2d6;
	border-right: 1px solid #cfd2d6;
}

/*BEGIN HEADER*/
#header {
	background-image:url(../images/bg_headerfooter.gif);
	background-repeat:repeat-x;
	height: 79px;
}

#header .logo {
	width: 275px;
	margin-left: 10px;
	padding-top: 6px;
	float:left;
}

#header .nav {
	width: 660px;
	padding-top: 6px;
	float:left;

	font-size: 11px;
	color: #454545;
}

#header .nav a{

	font-size: 11px;
	color: #454545;
	text-decoration:none;
	padding: 0px 4px 0px 4px;
}

#header .nav a:hover{
	color: #FFFFFF;
	background-color: #4f413d;
	text-decoration:none;
	padding: 0px 4px 0px 4px;
}

#contcenter {
	padding: 5px 5px 5px 5px;
}

#contcenter .searchbox {
	border: 1px solid #e0e0e0;
	float:left;
	width: 620px;
	height: 236px;
	background-color: #fafafa;
	background-image: url(../images/bg_searchbox.jpg);
	background-position:right;
	background-repeat: no-repeat;
}

#contcenter .searchboxtitcontainer {
	height: 45px;
	background-image: url(../images/icon_search.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;

}

#contcenter .searchboxtit {
	border-bottom: 1px solid #bbbbbb;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 440px;
	letter-spacing: 1px;
	font-size: 14px;
	color: #db6800;
	padding-top: 8px;
	padding-bottom: 2px;
}

#contcenter .locations {
	border: 1px solid #e0e0e0;
	height: 236px;
	width: 308px;
	float: left;
	margin-left: 10px;
	background-color: #fafafa;
	background-image: url(../images/icon_locations.gif);
	background-repeat: no-repeat;
	background-position: -1px 8px;
}

#contcenter .locationstit {
	border-bottom: 1px solid #bbbbbb;
	margin-left: 43px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 256px;
	letter-spacing: 1px;
	font-size: 14px;
	color: #db6800;
	padding-top: 8px;
	padding-bottom: 2px;
}
#contcenter .locationslist {
	margin-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	font-size: 11px;
	color: #393939;
	margin-top: 10px;
	padding-bottom: 0px;
	float:left;
}

#contcenter .locationslist ul{
	list-style:none;
	list-style-type: circle;
	margin: 0px;
	padding-left: 0px;
	}	

#contcenter .locationslist li {

	font-size: 12px;
	color: #3a3a3a;
	list-style-type: none;
	margin-left: 14px;
	background-repeat: no-repeat;
	background-image: url(../images/bullet.gif);
	background-position: -2px 2px;
	padding-left: 10px;
	}
	
	#contcenter .locationslist li a{
	color: #3a3a3a;
	text-decoration: none;
	}
	
    #contcenter .locationslist li a:hover{
	color: #db6800;
	text-decoration: none;
	background-color: #efefef;
	}


#contcenter2 {
	padding: 3px 5px 5px 5px;
	margin-top: 240px;
}

#contcenter2 .profiles {
	border: 1px solid #e0e0e0;
	float:left;
	width: 620px;
	height: 448px;
	background-color: #fafafa;
	background-image: url(../images/icon_profile.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#contcenter2 .profilestit {
	border-bottom: 1px solid #bbbbbb;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 445px;
	letter-spacing: 1px;
	font-size: 14px;
	color: #db6800;
	padding-top: 20px;
	padding-bottom: 2px;
}

#contcenter2 .profileslist {
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	width: 192px;
	font-size: 11px;
	color: #393939;
	margin-top: 15px;
	padding-bottom: 2px;
	float:left;
}

#contcenter2 .profileslist ul{
	list-style:none;
	list-style-type: circle;
	margin: 0px;
	padding-left: 0px;
	}	

#contcenter2 .profileslist li {

	font-size: 12px;
	color: #3a3a3a;
	list-style-type: none;
	margin-left: 14px;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/bullet.gif);
	background-position: -2px 4px;
	padding-left: 10px;
	}
	
#contcenter2 .profileslist li div{
	overflow:hidden;
	width:168px;
	white-space:nowrap;
	height:16px;
	}
	
	#contcenter2 .profileslist li a{
	color: #3a3a3a;
	text-decoration: none;
	}
	
    #contcenter2 .profileslist li a:hover{
	color: #db6800;
	text-decoration: none;
	background-color: #efefef;
	}

#contcenter2 .specialties {
	border: 1px solid #e0e0e0;
	width: 308px;
	float: left;
	margin-left: 10px;
	background-color: #fafafa;
	background-image: url(../images/icon_specialties.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

#contcenter2 .specialtiestit {
	border-bottom: 1px solid #bbbbbb;
	margin-left: 43px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 255px;
	letter-spacing: 1px;
	font-size: 14px;
	color: #db6800;
	padding-top: 8px;
	padding-bottom: 2px;
}

#contcenter2 .specialtieslist {
	margin-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	font-size: 11px;
	color: #393939;
	margin-top: 10px;
	padding-bottom: 0px;
}

#contcenter2 .specialtieslist ul{
	list-style:none;
	list-style-type: circle;
	margin: 0px;
	padding-left: 0px;
	}	

#contcenter2 .specialtieslist li {

	font-size: 12px;
	color: #3a3a3a;
	list-style-type: none;
	margin-left: 14px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/bullet.gif);
	background-position: -2px 2px;
	padding-left: 10px;
	}

	#contcenter2 .specialtieslist li a{
	color: #3a3a3a;
	text-decoration: none;
	}
	
    #contcenter2 .specialtieslist li a:hover{
	color: #db6800;
	text-decoration: none;
	background-color: #efefef;
	}


#footer {
	width: 952px;
	margin: 0px auto 0px auto;
	border-bottom: 1px solid #cfd2d6;
	border-left: 1px solid #cfd2d6;
	border-right: 1px solid #cfd2d6;
	border-collapse:collapse;
	background-color:white;
	height: 65px;
	background-image: url(../images/bg_headerfooter.gif);
	background-repeat: repeat-x;
	background-position: 0px -82px;
}

#footer .copy{ 
padding-top: 25px;
padding-left: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #4f413d;
	
}

.bTn {
	height: 20px;
	width: 100px;

	margin-right:0px;
	border: 0px;
	padding-bottom: 2px;
	color: #FFFFFF;
	background-color: #4f413d;
	margin-top: 6px;
}

.providerNew {
	background-position: center bottom;
	font-size: 12px;
	padding-top:3px;
	color: #4f413d;

}

.hc_tabOn{
	font-size:12px;
	color:#ffffff;
	background-repeat: no-repeat;
	height: 18px;
	text-align: center;
	background-position: 105px -2px;
	padding-top: 2px;
	background-color: #d97623;
	margin-left: 5px;
	background-image: url(../images/icons_findachiro.gif);
}

.hc_tabOff{
	font-size:11px;
	background-color: #4f413d;
	color: #000000;
	height: 18px;
	background-repeat: no-repeat;
	background-position: 2px 1px;
	text-align: center;
}
.hc_tabOff a{
	color:#FFFFFF;
	text-decoration:none;
	height: 12px;
}

/*CONTENT FOR POPULAR PROFILES*/
#content {

	font-size: 12px;
	margin: 0px auto 0px auto;
	border: 1px solid #cfd2d6;
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-image: url(../images/bottomdoctors.jpg)  ;
	background-repeat:no-repeat;
	background-position:bottom;
	border-bottom:0px;
	}

#content  a{
	font-size: 12px;
	color: #4F413D;
	text-decoration:none;
	}

#content  a:hover{
	font-size: 12px;
	color: #656f79;
	text-decoration: underline;
	}

#content .profilestit	{
	font-size: 20px;
	color: #656f79;
	border-bottom: 1px dotted #c8c8c8;
	width: 296px;
	}
#content .selectedletter 	{
	background-color:#FFFFFF;
	border:1px solid #DDE6EF;
	font-weight:bold;
	padding:2px;
}

.titlePrin h3 {
	color:#DB6800;
	font-size:15px;
	margin:0;
	padding:0;
	text-decoration:none;
}
.lMod {
	font-size: 11px;
}
.lMod .head {
	font-size: 1px;
	background-repeat: no-repeat;
	height: 5px;
}

.lMod .content {
	padding:10px;
}

.lMod .content p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}

.lMod .foot {
	background-repeat: no-repeat;
	font-size: 1px;
	height: 5px;
}

.coMent {
	font-size: 12px;
	text-decoration: none;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.coMent .head {
	font-size: 1px;
	background-repeat: no-repeat;
}

.coMent .foot {
	font-size: 1px;
	background-repeat: no-repeat;
}

.coMent .content {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #eeeeee;
	border-left-color: #EEEEEE;
	line-height: 16px;
	text-align: justify;
	background-color: #FAFAFA;
}

.coMent .content h3 {
	font-size: 15px;
	color: #DB6800;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.dotedLine {
	font-size: 1px;
	border-bottom:dotted 1px #999999;
	background-repeat: repeat-x;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.terms {
	font-size: 11px;
	text-decoration: none;
}

.terms .txt {
	text-decoration: none;
	text-align: justify;
	font-size: 12px;
	padding-left: 20px;
	line-height: 16px;
	padding-bottom: 6px;
}

.terms .txt ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}

.terms .txt h3 {
	font-size: 15px;
	font-weight: bold;
	color: #DB6800;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.terms .txt a {
	color: #3665A3;
	text-decoration: none;
}

.terms .txt a:active {
	text-decoration: none;
}

.terms .txt a:hover {
	color: #DB6800;
	text-decoration: underline;
}

.terms .date {
	text-align: right;
	font-size: 11px;
	color: #6086b6;
	margin-bottom: 10px;
}
.terms .date p {
	text-align: right;
}
.policy {
	font-size: 11px;
	text-decoration: none;
}
.policy .txt {
	text-decoration: none;
	text-align: justify;
	font-size: 12px;
	padding-left: 20px;
	line-height: 16px;
	padding-bottom: 6px;
}
.policy .txt ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}
.policy .txt h3 {
	font-size: 15px;
	font-weight: bold;
	color: #DB6800;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.label {
	font-size: 12px;
	font-weight: bold;
	color: #DB6800;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.policy .txt a {
	color: #3665A3;
	text-decoration: none;
}
.policy .txt a:active {
	text-decoration: none;
}
.policy .txt a:hover {
	color: #DB6800;
	text-decoration: underline;
}
.policy .date {
	text-align: right;
	font-size: 11px;
	color: #6086b6;
	margin-bottom: 10px;
}
.policy .date p {
	text-align: right;
}


.cotactUs {
	font-size: 12px;
	text-decoration: none;
}
.cotactUs .head {
	font-size: 1px;
}
.cotactUs .foot {
	font-size: 1px;
}
.cotactUs .content {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #eeeeee;
	border-left-color: #EEEEEE;
	line-height: 16px;
	text-align: justify;
	background-color: #FAFAFA;
}

.cotactUs .content h3 {
	font-size: 15px;
	color: #DB6800;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.cotactUs .content input,select {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #DBDBDB;
	width: 300px;
}

.cotactUs .content textarea {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #DBDBDB;
	width: 300px;
	height: 60px;
	font-family: Tahoma;
}

.blueTxtLnk {
	color: #DB6800;
	text-decoration: none;
	font-size: 11px;
	padding-top:10px;
	padding-bottom:10px;
}