body      { 
	color:#666;
	font:12px/1.3333 "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0; padding: 0; 
	text-align: left; 
}
/*Background pattern for sides avoids box model problems with width */
/*Includes the map and doctor results / Driving map and driving directions content */
#content_area
{
	background: none transparent;
	display: block;
	margin: 1px 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	width: 435px;
	_width: 630px;
	float: left;
	clear: both;
}
/*Map holding the markers*/
#left_map {
	display: none; 
	margin: 0; 
	padding: 0px 0px 5px 0px; 
	position: relative; 
	top: 0; 
	width:435px; 
	_width:440px;
	float: left; 
	clear: none;
	height:400px;
}
/*Map holding the driving directions*/
#driving_directions_map {
	display: none; 
	margin: 0; 
	padding: 0px 0px 5px 0px; 
	position: relative; 
	top: 0; 
	width:640px; 
	_width:630px;
	float: left; 
	clear: none;
	height:400px;
}
/*Right side div holding the driving directions and 'Return to Map' text. */
#full-directions
{
	overflow-y: auto;
	height: 400px;
	width: 255px;
	display: none;
}
/*Right side div holding doctors' results */
#doctor_results {
	overflow-y: auto;
	word-break:break-all; 
	height: 400px; 
	width: 255px;
	_width: 235px;
	display:block; 
	float: left; 
	position: relative;
	
}
*+html #doctor_results {
	width:218px;
	margin-left:-10px;
}
/* The information window which opens on click of a marker */
#infoWindowTbl {
	width:20em; 
	color: #00529B; 
	font-size: 68%; 
	FONT-FAMILY: "sans-serif", Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}
/* The style for name of the customer displayed in doctor's results */
#custName {
	font-size: 12px;
	font-weight: bold;
	display: inline;
}
#driving-directions {
	width: 225px;
}

/* Each individual doctor's content displayed in the right side results */
#right_results
{
	display: block;
	position: relative;
	top: 0;
	width: 235px;
	float: left;
	clear: none;
	font-size: 12px;
	FONT-FAMILY: "sans-serif", Arial, Helvetica, sans-serif;
	padding: 3px 0;
	/*border-top: 1px #00529B dotted;*/
	/*border-right: 1px #00529B dotted;*/
	border-bottom: 1px #ccc solid;
	/*border-left: 1px #00529B dotted;*/
}
#right_results a {color: #00529b; text-decoration:none;}
#right_results a:hover { text-decoration:underline;}

/*Style to display doctor information if the doctor is a preferred provider */
#right_results_pref
{
	background-color: #FFFFCE;
	display: block;
	position: relative;
	top: 0;
	width: 235px;
	float: left;
	clear: none;
	font-size: 12px;
	FONT-FAMILY: "sans-serif", Arial, Helvetica, sans-serif;
	padding: 3px 0;
	/*border-top: 1px #00529B dotted;*/
	/*border-right: 1px #00529B dotted;*/
	/*border-bottom: 1px #ccc solid;;*/
	/*border-left: 1px #00529B dotted;*/
}
/* Full content of doctor results with Preferred Provider legend */
#right_results_main{
	display: block;
	position: relative;
	top: 0;
	width: 235px;
	float: left;
	clear: none;
	font-size: 12px;
	FONT-FAMILY: "sans-serif", Arial, Helvetica, sans-serif;
}

/* Styles for driving directions results text */
ol { color: #00529B; }

#driving-directions table {
	color: #00529B; 
	width: 205px;
	font-size: 12px;
	FONT-FAMILY: "sans-serif", Arial, Helvetica, sans-serif;
}
/*Return to Map label - displayed when driving directions are shown */
#returnToMapLbl {
	color: #00529B; 
	font-size: 76%; 
	FONT-FAMILY: "sans-serif", Arial, Helvetica, sans-serif;
	text-align: center 
}
/* The box for preferred Provider legend. */
#pref
{
	background-image: url('http://demo.nrmadv.com/images/preferred_legend.GIF');
	display: block;
	position: relative;
	top: 0;
	width: 10px;
	height: 10px;
	float: left;
	clear: none;
	border: 1px #CCC solid;
}
/* Preferred Provider content text */
#prefcontent {
	display: block;
	margin: 0;
	position: relative;
	top: 0;
	float: left;
	clear: none;
	color: #00529B; 
	font-size: 12px; 
	font-weight: bold;
	FONT-FAMILY: "Helvetica Neue", Arial, Helvetica, sans-serif; 
	text-align: center 
}
/*This decides the top block of Print icon and link */
#top_menubar
{
	color: #9FF;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: left;
	white-space: nowrap;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	width: 57px;
	height: 25px;
	clear: both;
}


/*The Print text color is decided from this style */
#top_menubar a     {
	color: #00529B;
	font-weight: bold;
	text-decoration: none;
}

/*The Print text location is decided from this style */
#print, #print a  { 
	text-align: right; 
	padding: 0; 
	position: relative; 
	top: 0; right: 0; width: 70px; 
	float: right; 
	clear: none; 
	margin-left:0; 
	margin-right:3px; 
	margin-top:2px; 
	margin-bottom:0 
}


/* This applies styles to the link in info window and Return to Map */
#wide_content a {
	color: #00529B;
	text-decoration:underline;
}
#wide_content a:hover {
	color: #00CCFF;
	text-decoration:none;
}

/*PRINT PAGE STYLES START */
/*This is similar to the content_area of the main page*/
#content_area_print     {
	background:none transparent;
	display: block;
	margin: 1px 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	width: 600px;
	height: 500px;
	float: left;
	clear: both;
}

/*This applies the border to the full print page.*/
#printPage {
	width: 570px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/*The address displayed at the top of the print page - which is the address searched.*/
#topAddress {
	FONT-FAMILY: "sans-serif", Arial, Helvetica, sans-serif;
	color: #7b7b7b; 
	font-size: 12px;
	text-align: left;
	float: left;
}

/*This style element should NOT change.  The map showing the markers in the print page.  Similar to left_map in main page.*/
#print_left_map {
	 height:400px;
	 width:560px;
	 display:none;
}

/*This style element should NOT change.  The map showing the driving directions in the print page.  Similar to driving_directions_map on the main page.*/
#print_driving_directions_map {
	height:400px;
	width:560px;
	display:none;
}

/*The div holding the Doctor's results.  Similar to doctor_results on the main page.*/
#print_doctor_results {
	width:250px;
	position:relative;
	float:left;
}

/*Copyright information in print page*/
#print_copyright {
	color: #fff;
	letter-spacing: .5px; 
	word-spacing: 1px; 
	background-position: 0 0;
	display: block;
	margin: 0;
	position: relative;
	bottom: 0;
	left: 0;
	width: 570px;
	height: 36px;
	clear: both;
	white-space: nowrap;
	vertical-align: middle; 
	padding-left:0; 
	padding-right:0; 
	padding-top:4px; 
	padding-bottom:0
}
#print_copyright table {
	width:570px; 
	height:36px;
}
#print_copyright table tr td{
	width:570px;
}
#print_span_copyright {
	font-size:11px; 
	FONT-FAMILY: "sans-serif", Arial, Helvetica, sans-serif;
	font-weight: normal; 
	color: #666; 
}
/*Container for close button on print page*/
#print_button_container {
	 margin:10px 1px 10px 0px;
     width:68px;
}
#print_button_container a{
	font-size:11px; 
	FONT-FAMILY: "sans-serif", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration:none;
}
#print_button_container a:hover { 
	text-decoration:underline;
}
/*Close button on print page */
.button_left_1{
	float: left;
	height:19px;
	width: 7px;
	clear: both;
}
.button_middle_3{
	float: left;
	height:19px;
	width: 44px;
	cursor: pointer;
	vertical-align:bottom;
}

.button_right_3{
	float: right;
	height:19px;
	width: 17px;
}

.buttonText{font-size:10px; font-weight:bold; color:#fff; padding-left: 4px;padding-top: 2px;}

.button_container{
	display: block;
	position: absolute;
	top:80px;
	left:359px;
	margin-right: 10px;
	width: 96px;
	height:19px;
	float: right;
	clear: none;
	cursor: pointer;
}
.button_container a, .button_container a:hover, .button_container a:active   { text-decoration: none }

/*PRINT PAGE STYLES END HERE */
#airoptix {
	color: #00A0D1;
}
#nighandday {
	color: #F68132;
}

#dailies {
	color: #003E87;
}

#freshlook {
	color: #425A1C;
}


/*BIC styles*/
/*Style to display doctor information if the doctor is a BIC */
#right_results_bic
{
	background-color: #D2FF66;
	display: block;
	position: relative;
	top: 0;
	width: 235px;
	float: left;
	clear: none;
	font-size: 12px;
	FONT-FAMILY: "sans-serif", Arial, Helvetica, sans-serif;
	padding: 3px 0;
	border-top: none;
	/*border-right: 1px #00529B dotted;*/
	border-bottom: none;
	/*border-left: 1px #00529B dotted;*/
}
#bic
{
	display: block;
	position: relative;
	top: 0;
	width: 10px;
	height: 10px;
	float: left;
	clear: none;
	border: 1px #CCC solid;
}
/* Preferred Provider content text */
#bicContent {
	display: block;
	margin: 0;
	position: relative;
	top: 0;
	float: left;
	clear: none;
	color: #00529B; 
	font-size: 12px; 
	font-weight: bold;
	FONT-FAMILY: "sans-serif", Arial, Helvetica, sans-serif;
	text-align: center 
}
#bicMarkerLegendContent {
	position: relative;
	font-size: 12px; 
	font-weight: bold;
	FONT-FAMILY: "sans-serif", Arial, Helvetica, sans-serif;
}
#prefMarkerLegendContent {
	position: relative;
	font-size: 12px; 
	font-weight: bold;
	FONT-FAMILY: "sans-serif", Arial, Helvetica, sans-serif;
}

