/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#211F20 ;
	text-align:center; 
	font:12px/18px Verdana, Arial, Helvetica, sans-serif; 
	color:#fff;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#A1AC7D; }
h2	{ font-size:1.1em; color:#CCCCCC; }
h3	{ font-size:1.0em; color:#fff; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#fff; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#A1AC7D; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-green2.jpg") right no-repeat;
	}
	
.img-left { 
	float:left;
	clear:both; 
	margin:2px 10px 10px 0; 
	}
	
.img-right { 
	float:right;
	clear:both; 
	margin:2px 25px 5px 10px; 
	}
	
#column-left .img-right p, #column-left .img-left p {
	margin: 0;
}	
	
.overlay {
	display:none;
}	

	
/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#A1AC7D !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #fff;
	color:#fff;
	width:145px; /* 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: Verdana, Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { 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-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:175px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:50px;
	height:14px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg") top no-repeat;
	width:50px;
	height:15px;
	border:none;
	cursor:pointer;
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:780px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:39px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:780px;
		top:0px;
		height:39px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:532px;
	float:left;
	}
	
	#video {padding-left:65px;}
	.officephoto { border:1px solid #A3AD7B;}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left dl {
		margin:0 25px 10px 65px;
		}
	 #column-left ul { margin:0 25px 10px 80px;}
	#column-left form { margin-left:50px; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet-green2.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
	#column-left ul.bullet { padding-left:5px; }
		#column-left ul.bullet li { 
			background:transparent url("../images/bullet-green2.jpg") 0px 7px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
	/* multi column list */
	#column-left ul#bna {padding-left: 0px; margin-left: 55px;}
		#column-left ul#bna li { 
			background:transparent;
			float:left;
			width:200px;
			margin: 0 5px 10px 0;
			}
	#column-left ul#bna li span {text-align:right;}
	#column-left ul#bna li img {border:solid 1px #fff;}
	
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#FFFFFF;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet-green2.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	#subhead-sedation {
		background: url("../images/subhead-sedation.jpg");
		height: 80px;
		clear: both;
		width: 532px;
		float: left
		}
	#subhead-sedation-financing {
		background: url("../images/subhead-sedation-financing.jpg");
		height: 80px;
		clear: both;
		position:relative;
		width: 532px;
		}
		
		#subhead-sedation-financing a.more-1 {
			position: absolute;
			top: 3px;
			height: 7px;
			left: 177px;
			width: 49px;
			}
		#subhead-sedation-financing a.more-2 {
			position: absolute;
			top: 3px;
			height: 7px;
			left: 409px;
			width: 49px;
			}
	#subhead-dr {
		clear:both;
		background: url("../images/subhead-dr-index.jpg");
		height: 92px;
		float:left;
		width: 532px;
		position:relative;
		}
		#subhead-dr a.more-3 {
			position: absolute;
			top: 6px;
			height: 7px;
			left: 177px;
			width: 49px;
			}
		#subhead-dr a.more-4 {
			position: absolute;
			top: 6px;
			height: 7px;
			left: 409px;
			width: 49px;
			}
	#subhead-what-smile {
		background: url("../images/subhead-what-smile.jpg") top no-repeat;
		width: 532px;
		float: left;
		height: 70px;
		}
	div.index-sub-wrap {
		background: url("../images/index-subhead-wrap.jpg") repeat-y;
		float: left;
		}
	#column-left div.index-sub-wrap p {margin: 0;}
	#column-left div.index-sub-wrap ul.sedation-index {
		float: left;
		width: 240px;
		margin: 0 25px 0 66px;
		padding: 10px 0 10px 0;
		display: inline;
		}
	#column-left #sedation-index {
		background: url("../images/index-sedation-wrap.jpg") repeat-y;
		width: 532px;
		float: left;
		}
	#column-left #sedation-index p {
		width: 430px;
		margin: 0 25px 0 66px;
		padding: 10px 0 10px 0;
		display: inline;
		float:left;
		}
		#column-left div.index-sub-wrap ul.sedation-index {margin-top: 10px; margin-left: 65px;}
		#column-left div.index-sub-wrap ul.sedation-index li {
			width: 110px;
			float: left;
			background:transparent url("../images/bullet-green2.jpg") 0px 7px no-repeat;
			font-size: .95em;
			}
	#sedation-bottom {
		background: url("../images/sedation-bottom.jpg") top no-repeat;
		height: 20px;
		clear: both;
		}
	#column-left div.index-sub-wrap p.financing-index {
		float: left;
		width: 135px;
		margin: 0 18px 0 16px;
		padding: 10px 0 5px 0;
		text-align:center;
		}
	#column-left div.index-sub-wrap p.bna-index-align { 
		float: left;
		width: 160px;
		margin-left: 12px;
		padding-top: 12px;
		text-align:center;
		}
		
p.caption{
	font-size:11px;
	
}
/* ----- column-right ----- */

#column-right {
	width:248px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 50px 10px 23px;
		}
		#column-right p.right-center {margin: 0 0 10px 50px;}
		
	#column-right form { margin-left:30px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet-green2.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("../images/bullet-green2.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	
	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet-green2.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	#contact-us {
		background: url("../images/right-contact-us.jpg");
		height: 125px;
		}
	body#contact #contact-us, body#thankyou #contact-us {
		background: url("../images/right-locate-us.jpg");
		height: 125px;
		}
	#address  {
		background: url("../images/right-address.jpg");
		height: 95px;
		}
	body#index #address, body#index-dos #address, body#contact #address  {
		background: url("../images/right-address-index.jpg");
		height: 325px;
		position:relative;
		}
	body#contact #address, body#thankyou #address  {
		background: url("../images/right-hours-contact.jpg");
		height: 325px;
		position:relative;
		}

		body#index #address a, body#index-dos #address a, body#contact #address a  {
			position:absolute;
			top: 47px;
			height: 200px;
			left: 28px;
			width:165px;
			}

	#hours {
		background: url("../images/right-office-hours.jpg");
		height: 58px;
		margin-top: 20px;
		}
		
	#testimonials {
		background: url("../images/right-testimonials.jpg");
		height: 58px;
		margin-top: 20px;
		}
		
	#financing {
		background: url("../images/financing.jpg") top no-repeat;
		height: 75px;
		margin-top: 10px;
		}
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:122px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:293px; background:url("../images/header.jpg");} /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:296px;}
#header-graphic { height:296px; } /* sets height for all non-flash headers */

	body#smile #header-graphic { background:url("../images/header-smile.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#cosmetic #header-graphic { background:url("../images/header-cosmetic.jpg"); }
	body#general #header-graphic { background:url("../images/header-general.jpg"); }
	body#sedation #header-graphic { background:url("../images/header-sedation.jpg"); }
	body#krause #header-graphic { background:url("../images/header-krause.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:125px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); height:127px;}
	body#index-dos #subhead { background:url("../images/subhead-index-dos.jpg"); height:127px;}
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#general #subhead { background:url("../images/subhead-general.jpg"); }
	body#sedation #subhead { background:url("../images/subhead-sedation-dentistry.jpg"); }
	body#smile #subhead { background:url("../images/subhead-smile.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#krause #subhead { background:url("../images/subhead-krause.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }



/* footer
 * ------------------------------------------------------------------------- */
 #footer-wrap {
	margin:0 auto;
	text-align:center;
 	background: url("../images/footer-wrap.jpg") repeat;
	border: 1px solid #fff;
	border-top:none;
	width: 778px;
	padding-bottom: 10px;
	}
#footer {
	width:780px;
	margin:0 auto;
	text-align:center;
	padding-top: 10px;
	}

#footer p {
	color:#fff;
	margin-bottom:10px;
	width: 750px;
	}

#footer a:link, #footer a:visited { color:#fff; }

#footer a:hover, #footer a:active { color:#fff; text-decoration: none;}

#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;
	display: inline;
	border-left: 1px solid #fff;
	}

	#footer li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav-bg.jpg") no-repeat; 
	height:31px; 
	margin:0;
	padding:0; 
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:30px;
	}

#nav a {
	display:block;
	padding:7px 12px 6px 12px;
	color:black;
	text-decoration:none;
	} 
#nav a:hover {
	color:white;
	}

#nav li { 
	background:url("../images/nav-li-bg.gif") no-repeat 0 14px;
	float:left; 
	list-style:none; 
	_display:inline; 
	}

/*--------------------------Son of a SuckerFish---------------------------*/
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#A1AC7D;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left: 7px;
	}

#nav li ul li { 
	background:none;
	border:1px solid #fff;
	border-top:none;
	float:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;				/* Height of each drop down nav item, should match above */
	line-height:20px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}




#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav li ul li a:hover { 
	background-image:none;
	color:#fff;
	}



 #pop-up {
	margin:20px auto;
	text-align:center;
 	background: url("../images/footer-wrap.jpg") repeat;
	border: 1px solid #fff;
	width: 450px;
	padding-bottom: 10px;
	}

/* ================== */
/* = lightbox style = */
/* ================== */
	.tourEmbed .overlay a { position:relative; float:left; left:-15px; top:30px; display:block; background:url(http://www.protours360.com/hosted/overlay-sprite.png) bottom no-repeat; width: 195px; height:46px; -webkit-transform: scale(.8); -webkit-transition-timing-function: ease-out; -webkit-transition-duration: 250ms; -webkit-transition-property:all; -moz-transition-property:all; -moz-transition-duration:250ms; -moz-transition-timing-function:ease-out; margin:0; padding:0; overflow:hidden; }
	.tourEmbed .overlay a:hover { background:url(http://www.protours360.com/hosted/overlay-sprite.png) top no-repeat; -webkit-transform: scale(1.0); -webkit-transition-timing-function: ease-out; -webkit-transition-duration: 250ms; -moz-transform:scale(1); -moz-transition-timing-function:ease-out; -moz-transition-duration:250ms; }
	.tourEmbed .overlay img { border: none; margin:0 auto; padding:0; }
	.overlay .clear {clear:both; height:1px; width:195px;}
	.overlay .cboxElement {display:none;}
	#cboxContent {width: 670px; height: 470px;}
