/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#fff url("../images/bg-body-inside.jpg") top center no-repeat;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#1c2931;
	}
body#index { 
	background:#fff url("../images/bg-body-inside.jpg") top center no-repeat;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#1c2931;
	}
blockquote { margin-left:10px; margin-right:10px; }

h1, body#index h2	{ font-size:1.2em; color:#7c3996; }
h2	{ font-size:1.1em; color:#7c3996; }
h3	{ font-size:1.0em; color:#7c3996; }

p.h2	{ font-size:1.3em; color:#FFFFFF; font-weight:bold;}

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#3b9d6e; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
em {margin-right: 2px;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 5px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 5px; 
	}
img.border {border: 2px solid #828282;}
/* ------------------------ form elements ------------------------ */
form {
	width:400px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}
form#contact-testimonials {width: 570px;}
form dt {font-weight: bold;}
form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #3b9d6e;
	color:#7c3a96;
	width:210px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:66px; overflow:auto; }

#contact_business, #contact_business_testimonials{ display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main, #contact-testimonials { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
#contact-testimonials label { 
	width:300px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-testimonials label input, #contact-testimonials label textarea, #contact-testimonials label select { 
	width:230px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select,
#contact-testimonials label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }
#contact-testimonials label textarea { height:100px; overflow:auto; }

#contact-main label input.checkbox, #contact-testimonials label input.checkbox {width: 12px; border: none; background: transparent !important; margin-top: 20px;}
#contact-main label.checkbox, #contact-testimonials label.checkbox {width: 300px; margin-top: 90px; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:15px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:80px;
	height:29px;
	border:none; 
	cursor:pointer;
	}
input.button { /* REMOVE IF NOT USED */
	background:url("../images/btn-search.jpg");
	width:80px;
	height:29px;
	border:none; 
	cursor:pointer;
	}
input.field-state {width: 40px;}
input.field-zip {width: 100px;}

	
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	width:900px;
	margin:0 auto;
	text-align:left;
	}


/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:187px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:12px;
	width:300px;
	top:33px;
	height:104px;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:290px;
	float:left;
	background: url("../images/left-wrap.jpg") repeat-y;
	}
body#index #column-left-top {
	padding-top: 45px;
	background: url("../images/col-left-bg.jpg") top no-repeat;
	}
#column-left-top {
	padding-top: 45px;
	background: url("../images/col-left-bg-inside.jpg") top no-repeat;
	}
#column-left-bottom {
	background: url("../images/col-left-bottom.jpg") bottom no-repeat;
	padding-bottom: 300px;
	}
body#index #column-left-bottom {
	padding-bottom: 110px;
	}
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 34px 10px 43px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:25px; }
		#column-left ul li { 
			list-style: disc;
			padding-left:0px; /* pushes text to the right to display bg img */
			}
 #column-left p.btn-testimonials {margin: 0px 0px 0px 0px; text-align: center;}
 #column-left p.btn-video {margin: 30px 0px 30px 0px; text-align: center;}
 
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:610px;
	float:left;
	}
#column-right .content {
	background:url("../images/col-right-bg.jpg") no-repeat;
	padding-top: 20px;
	}
	
	body#index #column-right div.content {
		background:url("../images/col-right-index.jpg") no-repeat;
		padding-top: 0px;
		}
		body#index #column-right div.content div.two-col-text {
			float: left;
			width: 260px;
			margin: 20px 20px 0px 20px;
			display:inline;
			}
			body#index #column-right .content div.two-col-text p,
			body#index #column-right .content div.two-col-text h1,
			body#index #column-right .content div.two-col-text h2 { margin: 0px 0px 10px 0px;}
	
	body#thankyou #column-right div.content {
		height: 200px;
		}
	
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 35px 10px 20px;
		}
		
	#column-right ol {margin:0px 35px 10px 40px;}
	#column-right ol li {list-style:decimal;}
	
	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:25px; }
		#column-right ul li { 
			list-style: disc;
			padding-left:0px; 
			}
		#column-right ul.pdf {padding-left: 0px;}
		#column-right ul.pdf li { 
			list-style: none;
			background: url("../images/pdf.gif") 0px 0px left no-repeat;
			padding-left:21px; 
			line-height: 24px;
			}
/* ------------------------ header framework ------------------------ */
/* {Ravi.so} #header-graphic { height:280px; background:url("../images/header-graphic.jpg"); } /* sets height for all non-flash headers */ */

	/* {Ravi.so} body#index #header-graphic { background:url("../images/header-orange.jpg"); } */

/* ------------------------ subhead framework ------------------------ */
#subhead { height:48px; } /* sets height for all subheads */
	body#index h1#subhead { background:url("../images/subhead-index.jpg"); margin: 0px;}
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#why #subhead { background:url("../images/subhead-why.jpg"); }
	body#lens #subhead { background:url("../images/subhead-lens.jpg"); }
	body#ready #subhead { background:url("../images/subhead-ready.jpg"); }
	body#search-results #subhead { background:url("../images/subhead-search-results.jpg"); }
	body#news-events #subhead { background:url("../images/subhead-news.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }

/* ------------------------ LOCATOR STYLES ------------------------ */
#result_detail, #results_info, #results_sorter, #results_pages, div.result_item {
	margin:0px 20px 0px 20px;
	}
div.name {
	font-weight: bold;
	color: #7c3a96;
	font-size: 1.2em;
	 }
	 #column-right a.fn {
	 	color: #7c3a96;
		font-weight: bold;
		}
	 #column-right a.fn:hover, #column-right a.fn:active { text-decoration: none;}
	 
div.result_number {float: left; width: 18px; font-size: 1.5em; color: #000;}
div.result_item {clear: both; margin: 20px 20px 10px 20px;}
/* ------------------------ title framework with varying heights ------------------------- */
h2#locate-a-doc {
	height:37px;
	background:url("../images/locate-a-doc.gif") left no-repeat ;
	}
h2#testimonials {
	height: 50px;
	background:url("../images/vision-story.jpg") left no-repeat ;
}
#video-player {text-align: center; font-size: .9em;}

#column-right #table-clear {
	width:610px;
	margin:20px 0;
	padding:0;
	float:left;
	background-color:#FFFFFF;
	}

#column-right ul#fb-table {
	width: 500px;
	float: left;
	margin:0 0 0 20px;
	text-align:center;
	}
#column-right ul#fb-table li {
  	padding: 2px 2px 2px 2px;
	border: 1px solid #703494;
	background-color: #76b884;
	width: 224px;
	float: left;
	list-style-type: none;
	height: 50px;
  }
#column-right ul#fb-table li.titles {height: 20px; background-color: #76b884; font-weight:bold; color: #fff;}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:16px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:900px;
	margin:0 auto;
	text-align:center;
	font-size: .95em;
	padding: 25px 0px 10px 0px;
	}

#footer p {
	color:#000;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#000; text-decoration: none;}
#footer a:hover, #footer a:active { color:#76b884; }

#footer ul {margin-bottom:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #000;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:900px; 
	height:32px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:32px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 67px; margin-left: 10px;}
#nav-02 { width: 141px;}
#nav-03 { width: 172px;}
#nav-04 { width: 125px;}
#nav-05 { width: 237px;}
#nav-06 { width: 145px;}


/*-------------- (-79px) X position of button / (-32px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -10px -32px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -77px -32px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -218px -32px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -390px -32px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -515px -32px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -752px -32px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -10px -32px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -77px -32px no-repeat; }
body#why #nav-03 { background:url("../images/nav.jpg") -218px -32px no-repeat; }
body#lens #nav-04 { background:url("../images/nav.jpg") -390px -32px no-repeat; }
body#ready #nav-05 { background:url("../images/nav.jpg") -515px -32px no-repeat; }
body#news-events #nav-06 { background:url("../images/nav.jpg") -752px -32px no-repeat; }

/*--------------- Added by Ravi Tiruvaipati --------------------------------------------------*/
.result_item {
	width: 500px;
	border-top: 1px solid #999;
	padding: 10px 20px 5px 20px;
	clear: both;
	float: left;
}

.result_item .result_user1 {
	
}

.result_item .distance {
	float: right;
}

.result_item .result_number {
	font-weight: bold;
	font-size: 16px;
	padding-top: 2px;
	padding-right: 5px;
	width: 25px;
	text-align: right;
	float: left;
}

.result_item .result_item_content {
	width: 300px;
	float: left;
}

#result_detail {
	padding-left: 60px;
}

#result_detail .result_item {
	width: 500px;
	margin: 0;
	border-top: 0;
	padding-left: 0;
}

#result_detail .result_item .result_item_content {
	width: 100%;
}

#result_detail .result_item .fn {
	font-weight: bold;
	font-size: 16px;
}

#result_detail .view_map {
	clear: both;
	padding: 20px;
}

/* -------------------- End of styles for Result Set ----------------------------------*/