/* 
 ----------------------------------------------------------------------------
  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 */
body,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,img,hr { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }

/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background: #6A93B6 url(../images/allpages/back.jpg) top left repeat-x;
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#000; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:16px; color:#000; }
h2	{ font-size:14px; color:#000; }
h3	{ font-size:12px; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#8B6D07; text-decoration:underline; }
a:hover,a:active	{ color: #68A6CA; text-decoration:none; }


/* ----- classes ----- */

div.clear	{ 
	clear:both; 
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:right;
	display:block;
	} 
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 0px 10px 10px 10px; 
	}

	
/* ----- global form elements ----- */ 

form { 
	width:155px; 
	padding:10px 0 15px 0; 
	}

form label	{ font-size:10px; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff; 
	border:1px solid #000;
	color:#000;
	width:150px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:2px; /* 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:"Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	font-size:12px;
	margin-left: 22px;
	}
	
select { 
	width:150px; /* same width as form !important */
	padding:0;
	height: 25px;
	}

textarea { 
	height:70px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	height: 20px;
	}

input.submit-contact-main { margin:85px 0 0 242px; }

input.submit-image { 
	background: url("../images/btn-submit.jpg"); 
	width:63px; 
	height:15px; 
	border:none; 
	cursor:pointer; 
	}


/* ----- main contact form ----- */ 
 
#contact-main { 
	padding:20px 0 10px 0; 
	}
	
#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:12px;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:180px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:185px;
	}
	
#contact-main label textarea { height:100px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap { 
	background: url(../images/allpages/wrap.jpg); 
	width:750px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#masthead {
	position:relative;
	background: url(../images/allpages/mast.jpg);
	height:100px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		width:205px;
		height:61px;
		margin: 17px 0 0 30px;
		}
	#masthead span {
		display:none;
		}
		
#header-graphic {
	background: url(../images/allpages/head.jpg);
	height:213px;
	}
	#header-graphic div, #header-graphic span {
		display: none;
	}
	#header-graphic p{
		color: #fff;
		padding-top: 97px;
		margin: 0 0 0 100px;
		width: 350px;
	}
	#header-graphic a{
		margin: 0 0 0 100px;
		color: #fff;
	}

#topbox {
	width: 690px;
	background: url(../images/allpages/top-box.jpg);
	margin: 0 0 0 30px;
}
	#topbox-top{
		width: 690px;
		background: url(../images/allpages/top-box-top.jpg) no-repeat top;
		padding-top: 70px;
	}
		#topbox-leftcol{
			background: transparent;
			display: inline;
			width: 315px;
			margin: 0 0 0 20px;
			float: left;
		}
		#topbox-rightcol{
			background: transparent;
			width: 315px;
			margin: 0 0 0 20px;
			float: left;
		}
		#topbox-leftcol-bottons{
			display: inline;
			width: 335px;
			margin: 0 0 0 20px;
			float: left;
		}
		#topbox-rightcol-bottons{
			width: 315px;
			margin: 0 0 0 20px;
			float: left;
		}
		#topbox-bottom{
			background: url(../images/allpages/top-box-bottom.jpg);
			height: 5px;
			overflow: hidden;
			margin: 10px 0 0 0;
		}
			#topbox-top .topbox-buttons{
				margin-right: 20px;
			}
#column-left { 
	width:468px; 
	float:left; 
	display: inline;
	margin: 0 0 0 5px;
	}

#main{
	background: url(../images/allpages/main.jpg);
	width: 699px;
	margin: 26px 0 0 25px;
}
body#inside #main{
	margin: 10px 0 0 25px;
}
		#main-top{
			background: url(../images/allpages/main-top.jpg) no-repeat top;
		}
		#main-bottom{
			background: url(../images/allpages/main-bottom.jpg) no-repeat bottom;
		}
			.title-back{
				background: url(../images/allpages/titlebars.jpg);
				height: 32px;
				width: 449px;
				margin: 14px 0 10px 9px;
			}
				.main-titles{
					height: 32px;
					width: 430px;
					margin: 0 0 0 11px;
				}

					.main-titles strong{
						display: none;
					}
		#main-bottom h1{
			margin-left: 20px;
			margin-right: 20px;
		}
		#main-bottom p{
			margin-left: 20px;
			margin-right: 20px;
		}
				.learnmore span{
					color: #68A6CA;
					font-size: 13px;
					font-weight: bold;
				}
				.topofpage{
					text-align: right;
				}
				.topofpage span{
					color: #68A6CA;
					font-size: 13px;
					font-weight: bold;
				}
		#linkbox{
			border: 1px solid #015293;
			float: right;
			padding: 5px 5px 0 5px;
			margin: 0 15px 0 10px
		}
				
		#inset-box{
			background: url(../images/allpages/inset-box.jpg);
			width: 449px;
			margin: 0 0 0 10px;
		}
			#inset-box-top{
				background: url(../images/allpages/insetbox-top.jpg);
				height: 157px;
			}
				#inset-box-top strong{
					display: none;
				}
				#inset-box-bottom{
					background: url(../images/allpages/insetbox-bottom.jpg);
					height: 3px;
					overflow: hidden;
				}
					.inset-box-list{
						float: left;
						margin: 10px 0 0 10px;
						display: inline;
						width: 210px;
					}
						.inset-box-list li{
							background: url(../images/allpages/bullet.jpg) no-repeat left;
							padding: 0 0 0 10px;
						}

#column-right { 
	width:202px; 
	margin: 0 0 0 20px;
	float:left; 
	}
	#sbTtlContact{
		background: url(../images/titles/sidebar/contact.jpg);
		width: 100px;
		height: 18px;
		margin: 19px 0 0 22px;
	}
	#sbTtlLocation{
		background: url(../images/titles/sidebar/location.jpg);
		width: 78px;
		height: 18px;
		margin: 19px 0 0 22px;
	}
	
		#sbTtlContact strong, #sbTtlLocation strong{
			display: none;
		}
		#column-right p{
			color: #fff;
		}

#main-bottom-wrap{
	background: url(../images/allpages/bottom-wrap.jpg);
	height: 27px;
}
		
/* titles */
#ttlHome{
	background: url(../images/titles/home.jpg) no-repeat left;
}
#ttlAboutDentist{
	background: url(../images/titles/aboutDentist.jpg) no-repeat left;
}
#ttlAbout{
	background: url(../images/titles/about.jpg) no-repeat left;
}
#ttlContact{
	background: url(../images/titles/contact.jpg) no-repeat left;
}
#ttlCosmetic{
	background: url(../images/titles/cosmetic.jpg) no-repeat left;
}
#ttlGeneral{
	background: url(../images/titles/general.jpg) no-repeat left;
}
#ttlReconstructive{
	background: url(../images/titles/reconstructive.jpg) no-repeat left;
}
	
/* background image list items */
#column-specific ul { 
	margin-left:3px; 
	} 

#column-specific ul li { 
	background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
	padding-left:8px; 
	}
 
#bottom-wrap { 
	background:url("../images/bottom-wrap.jpg"); 
	height:20px; 
	clear:both; 
	overflow:hidden; 
	}


/* inside framework
 * ------------------------------------------------------------------------- */

#subhead {
	height:20px; /* sets height for all subheads */
	}

body#face #subhead {
	background:url("../images/subhead-face.jpg"); 
	}

body#breast #subhead {
	background:url("../images/subhead-breast.jpg"); 
	}

/* -- or -- */
	
body.breast #subhead {
	background:url("../images/subhead-breast.jpg"); 
	}


/* footer / text nav
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:760px; 
	margin:10px auto; 
	text-align:center; 
	}

#footer p {
	color:#000;
	}

#footer a:link, #footer a:visited {
	color:#000;
	}

#footer a:hover, #footer a:active {
	color:#fff;
	}

#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 #000;
	}

	#footer li.first { border: none; }
	

/* delete items not used below
 * ------------------------------------------------------------------------- */

 
/* Horizontal SpriteNav */

#h-spritenav1, #h-spritenav1 li, #h-spritenav1 a{
	/* Change height of nav */
	height: 50px;
	}

#h-spritenav1{
	/* Change image of nav */
	background: url(../images/h-spritenav.gif) no-repeat left top;
	position: relative;
	/* Change width of nav */
	width: 220px;
	}

#h-spritenav1 li a span{
	display: none
	}

#h-spritenav1 li{
	list-style-type: none;
	position: absolute;
	top: 0px;
	display: block;
	}

#h-spritenav1 a{
	display: block;
	}

/* Change left coordinate and width of link */
#h-spritenav1-1{left:   0px; width: 63px}
#h-spritenav1-2{left:  63px; width: 84px}
#h-spritenav1-3{left: 146px; width: 74px}

/* Change image of nav and negative left coordinate and negative height */
#h-spritenav1-1 a:hover{background: url(../images/h-spritenav.gif) no-repeat    0px -50px}
#h-spritenav1-2 a:hover{background: url(../images/h-spritenav.gif) no-repeat  -63px -50px}
#h-spritenav1-3 a:hover{background: url(../images/h-spritenav.gif) no-repeat -146px -50px}


/* Vertical SpriteNav */
		
#v-spritenav1 li, #v-spritenav1 a {
	height: 73px;
	display: block;
	}

#v-spritenav1 li a span{
	display: none
	}

#v-spritenav1{
	width: 100px;
	height: 219px;
	background: url(../images/v-spritenav.gif);
	position: relative;
	}

#v-spritenav1 li{
	list-style: none;
	position: absolute;
	}

#v-spritenav1-1, #v-spritenav1-2, #v-spritenav1-3{left: 0; width: 100px;} 

#v-spritenav1-1{top:   0px;}
#v-spritenav1-2{top:  73px;}
#v-spritenav1-3{top: 146px;}

#v-spritenav1-1 a:hover{background: transparent url(../images/v-spritenav.gif) -100px    0px no-repeat;}
#v-spritenav1-2 a:hover{background: transparent url(../images/v-spritenav.gif) -100px  -73px no-repeat;}
#v-spritenav1-3 a:hover{background: transparent url(../images/v-spritenav.gif) -100px -146px no-repeat;}


/* Horizontal SuckerSpriteNav */

#h-suckersprite1 {
	background: url(../images/allpages/topnav.jpg) top left no-repeat;					
	width: 750px;		/* Width whole navigation */
	height: 43px;		/* Height of Nav Bar */
	text-align: left;	/* Clear out align center styles */
	}
#h-suckersprite1 span { display: none; }
#h-suckersprite1 li { 
	position: relative;
	float: left;
	list-style: none;
	}
#h-suckersprite1 li, #h-suckersprite1 a { 
	height: 43px;			/* Height of Nav Bar */
	display: block;
	}

/* left - Offset from left edge, for the first button. */
/* width - Width of each button */
#h-suckersprite1-01 {left: 29px; width:  71px;}
#h-suckersprite1-02 {left: 29px; width: 132px;}
#h-suckersprite1-03 {left: 29px; width: 150px;}
#h-suckersprite1-04 {left: 29px; width: 124px;}
#h-suckersprite1-05 {left: 29px; width: 134px;}
#h-suckersprite1-06 {left: 29px; width:  81px;}

/* Position of each button, then negative of height */
#h-suckersprite1-01 a:hover {background: transparent url(../images/allpages/topnav.jpg)  -29px -43px no-repeat;}
#h-suckersprite1-02 a:hover {background: transparent url(../images/allpages/topnav.jpg) -100px -43px no-repeat;}
#h-suckersprite1-03 a:hover {background: transparent url(../images/allpages/topnav.jpg) -232px -43px no-repeat;}
#h-suckersprite1-04 a:hover {background: transparent url(../images/allpages/topnav.jpg) -382px -43px no-repeat;}
#h-suckersprite1-05 a:hover {background: transparent url(../images/allpages/topnav.jpg) -506px -43px no-repeat;}
#h-suckersprite1-06 a:hover {background: transparent url(../images/allpages/topnav.jpg) -640px -43px no-repeat;}

/* Son of Suckerfish */
#h-suckersprite1 li ul {
	position: absolute;
	left: -9999px;
	background-color: #720000;	/* Background color of drop down h-suckersprite1 - add more styles (i.e. background image) if you want */
	}

#h-suckersprite1 li ul li {
	height: 20px;				/* Height of each drop down h-suckersprite1 item */
	}

#h-suckersprite1 li ul li a {
	width: 100%;
	height: 20px;				/* Height of each drop down h-suckersprite1 item, should match above */
	line-height: 20px;			/* Height of each drop down h-suckersprite1 item again, should match above */
	}

#h-suckersprite1 li ul li a span {
	display: block;
	padding-left: 5px;
	}

/* Drop down link styles */
#h-suckersprite1 a:link, #h-suckersprite1 a:visited, #h-suckersprite1 a:hover, #h-suckersprite1 a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	}

#h-suckersprite1 li:hover ul, #h-suckersprite1 li.hsfhover ul	{ left: auto; } 

/* Hover styles for drop down items */
#h-suckersprite1-03 ul a:hover, #h-suckersprite1-04 ul a:hover { 
	background-image: none;
	background-color: #AA0000; 
	}

/* width of drop down h-suckersprite1 - choose width that allows items to display on one line */
#h-suckersprite1-03 ul, #h-suckersprite1-03 li { width: 260px; }		
#h-suckersprite1-04 ul, #h-suckersprite1-04 li { width: 90px; }


/* Vertical SuckerSpriteNav */
#v-suckersprite {
	position: relative;
	background: url(../images/v-suckerspritenav.jpg) top left no-repeat;					
	width: 100px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 150px;		/* Height of entire image */
	}

#v-suckersprite li span { display: none; }

#v-suckersprite li {
	float: left;
	list-style: none;
	}

#v-suckersprite li, #v-suckersprite a { 
	height: 30px;			/* Each button must have the same height, define it here */
	display: block;
	}

/* Fix IE5.01Win jumping bug - Hide from IE Mac \*/
* html #v-suckersprite li { height:1% }
/* End */

/* Increments of each button height defined above */
#v-suckersprite-01 { top:   0px }
#v-suckersprite-02 { top:  30px }
#v-suckersprite-03 { top:  60px }
#v-suckersprite-04 { top:  90px }
#v-suckersprite-05 { top: 120px }

/* width set here should be same width set in #v-suckersprite */
#v-suckersprite-01, #v-suckersprite-02, #v-suckersprite-03, #v-suckersprite-04, #v-suckersprite-05 { left: 0px; width: 100px; }

/* Changed values should match "top" numbers specified above */
#v-suckersprite-01 a:hover { background: transparent url(../images/v-suckerspritenav.jpg) -100px   -0px no-repeat; }
#v-suckersprite-02 a:hover { background: transparent url(../images/v-suckerspritenav.jpg) -100px  -30px no-repeat; }
#v-suckersprite-03 a:hover { background: transparent url(../images/v-suckerspritenav.jpg) -100px  -60px no-repeat; }
#v-suckersprite-04 a:hover { background: transparent url(../images/v-suckerspritenav.jpg) -100px  -90px no-repeat; }
#v-suckersprite-05 a:hover { background: transparent url(../images/v-suckerspritenav.jpg) -100px -120px no-repeat; }

/* Son of Suckerfish */
#v-suckersprite li ul {
	position: absolute;
	left: -9999px;
	background-color: #720000;	/* Background color of drop down menu - add more styles (i.e. background image) if you want */
	margin-left: 100px;			/* Set to same width as in #v-suckersprite */
	margin-top: -30px;			/* Set to each button height, same as used above */
	}

#v-suckersprite li ul li {
	height: 20px;				/* Height of each drop down menu item */
	}

#v-suckersprite li ul li a {
	width: 100%;
	height: 20px;				/* Height of each drop down menu item, should match above */
	line-height: 20px;			/* Height of each drop down menu item again, should match above */
	}

#v-suckersprite li ul li a span {
	display: block;
	padding-left: 5px;
	}

/* Drop down link styles */
#v-suckersprite a:link, #v-suckersprite a:visited, #v-suckersprite a:hover, #v-suckersprite a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	}

#v-suckersprite li:hover ul, #v-suckersprite li.vsfhover ul	{ left: auto; }

/* Hover styles for drop down items */
#v-suckersprite-03 ul a:hover, #v-suckersprite-04 ul a:hover { 
	background-image: none;
	background-color: #AA0000;
	}

/* width of drop down menu - choose width that allows items to display on one line */
#v-suckersprite-03 ul, #v-suckersprite-03 li { width: 260px; }		
#v-suckersprite-04 ul, #v-suckersprite-04 li { width: 90px; }


/* Tooltip */

a.tooltip-1{
	position:relative;
	z-index:1;
	color:#333333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 2px;
	text-decoration: none;
	}

a.tooltip-1:hover{
	z-index:99;
	padding: 2px;
    background-color:#CCC; color:#333;
	border: 1px solid #000;
	text-decoration: none;
	}

a.tooltip-1 span{display: none}

a.tooltip-1:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:12px; left:22px; width:120px;
    border:1px solid #000;
	padding:5px;
	background-color: #999; color:#FFF;
	}
/* ----- testimonials ----- */ 

#testimonial{
	width:150px;
	color:#FFFFFF;
	padding: 20px;
	font-size:10px;
	}
.testimonial_heading{
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	}
.testimonial_link:link,heading:visited	{ color: #CCCCCC; text-decoration:underline; font-size:12px;}
.testimonial_link:hover,heading:active	{ color: #FFFFFF; text-decoration:none; font-size:12px;}
.testimonial,em {padding-left:60px;}	

#lead {
	width: 95%;
	margin-top: -40px;
}
#lead select {
	height: 25px;
}
#lead input[type="submit"] { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	height: 20px;
}