@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	}
body {
	background: #004a80 url(../images/bg.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #014c82;
	}
a { 
	color: #014c82;
	text-decoration: none;
	}
h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	}
h1 {
	font-size: 30px;
	margin-bottom: 8px;
	}
h2 {
	font-size: 18px;
	margin-bottom: 4px;
	}
h2 span {
	font-size:12px;
	}
h3 {
	font-size: 15px;
	margin-top: 15px;
	}
h5 {
	font-size:12px;
	border-bottom: solid 1px #014c82;
	}
h5.rdh {
	margin-top:12px;
	}
ul {
	margin-bottom: 18px;
	}
ul li {
	background: url(../images/bullet.gif) no-repeat 3px 6px;
	padding-left: 8px;
	list-style-type: none;
}
ol li {
	list-style-position:inside;
	margin-bottom:4px;
	padding-left:18px;
	text-indent:-18px;
	
	padding-left:22px \9; /* IE8 Hack -> need to test on older IEs */
	text-indent:-22px \9; /* IE8 Hack -> need to test on older IEs */
	}
p {
	margin-bottom: 18px;
}
p.ulHeader {
	margin-bottom:4px;
	}

.noMargin p { margin: 0px; }

#mainWrapper {
	width: 790px;
	margin: 0 auto;
}

#marquee {
	color: #FFFFFF;
	background: url(../images/header.png) no-repeat center bottom;
	height: 190px;
}

#marquee h1 {
	font-size: 72px;
	text-indent: -99999px;
}

#contentWrapper {
	background: transparent url(../images/edging.png) repeat-y center top;
	padding: 0 0 0 0px;
}

#content { 
	margin: 0 22px 0 18px;
	padding: 0 35px;
	/*background: transparent url(images/contentBg.jpg) repeat-x left bottom;*/
}

#columnLeft {
	width: 430px;
	float: left;
	padding: 5px 25px 0 0;
}

#columnRight {
	width: 207px;
	float: right;
	padding: 5px 0 0 12px;
	margin-bottom: 25px;
	}
#columnRight #staffInfo {
	margin-bottom:12px;
	}
#columnRight #staffInfo span {
	font-style:italic;
	font-size: 9px;
	}
#columnRight #address {
	font-size: 9px;
}

#columnRight #contactInfo, #columnRight #contactInfo a {
	  color: #800000; 
}

#columnRight #contactInfo h2 {
	 margin-bottom: 0px; 
}

#columnRight h2#newPatients {
	height: 180px;
	text-indent: -99999px;
	background: transparent url(../images/new-patients-badge.png) no-repeat 50% 0;
}

#columnRight #contactInfo p { 
	margin-bottom:12px;
}

#columnRight #contactInfo strong { 
	text-transform: capitalize;
}

#columnRight #contentBucket ul li {
	margin: 0 0 8px 0;
	visibility: hidden; 
}

#bannerPlaceHolder
{
	height: 200px;
	background:#0066FF;
	color: #FFFFFF;
	font-size:18px;
	margin-bottom: 15px;
	text-align: center;
}

#imageContainer {
	position: relative;
	margin: 0 auto 15px auto;
	width:430px;
	height: 200px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

/*----    Contact Form   ----*/
.error { color:#FF0000; }
#columnRight #contactFormBucket label {
	display: block;
	margin-top: 10px;
}

#columnRight #contactFormBucket .first {
	 margin-top: 0px;
}

#columnRight #contactFormBucket .textBox {
	width:205px;
	height:20px;
	padding:5px 0 0 5px;
	background:transparent url(../images/textboxBg.jpg) no-repeat 0 0;
	border:none;
}

#columnRight #contactFormBucket .messageBox {
	height: 130px;
	padding:5px 0 0 5px;
	background:transparent url(../images/textareaBg.jpg) no-repeat 0 0;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#columnRight #contactFormBucket .buttonWrapper {
	padding-top: 15px;
}
#columnRight #contactFormBucket .btnsubmit {
	text-indent:-99999px;
	cursor:pointer;
	border:none;
	width:86px;
	height:25px;
	background:transparent url(../images/sendBtn.jpg) no-repeat 0 0;
}
#footer {
	height: 38px;
	background: transparent url(../images/footer.jpg) no-repeat 18px top;
	padding-left: 4px;
}

#footer p {
	margin: 25px 35px 0 0;
	float: right;
	font-size: 11px;
}

#footerCap {
	background: transparent url(../images/footerCap.jpg) no-repeat left top;
	height: 34px;
}

.clearizor {
	clear: both;
}

/* BasePage
------------------------------------------------------------------------ */
#mapWrapper {
	margin: 0 0 10px 0;
}
/* /BasePage
------------------------------------------------------------------------ */

/* Home
------------------------------------------------------------------------ */
#whatSetsUsApart {
	display:block;
	clear:both;	
	}
#whatSetsUsApart li {
	display: block;
	float: left;
	width: 200px;
}

#whatSetsUsApart img {
	margin-left: 5px;
}

.wheelChair {
	background: transparent url(../images/wheelchair-icon-med.gif) no-repeat right top;
}

#videoWrapper {
	margin-top:15px;
	text-align:center;
}


/* /Home
------------------------------------------------------------------------ */

/* Our Office
------------------------------------------------------------------------ */
#thumbs a, #thumbs img {
	border: none;
	}
/* /Our Office
------------------------------------------------------------------------ */

/* Our Team
------------------------------------------------------------------------ */
#ourTeam #staffshot {
	padding-bottom: 18px;
	}
#ourTeam h3 {
	margin-bottom: 4px;
	}
#ourTeam h3 span {
	font-size:10px;
	}
#ourTeam h3 span i {
	font-weight:normal;
	}
#ourTeam img {
	float:left;
	}
#ourTeam .bio {
	float:right;
	width:310px;
	}

/* /Our Team
------------------------------------------------------------------------ */

/* Patient Services
======================================================================== */
/* Teeth Whitening
------------------------------------------------------------------------ */
#teethWhitening #zoomLogo {
	margin: 15px 0 10px 0;
}

/* /Teeth Whitening
------------------------------------------------------------------------ */

/* Teeth and Dental Implant Cleanings
------------------------------------------------------------------------ */
#cleanings #quote {
	text-align:center;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	}
#cleanings .imageBlurb {
	font-size:9px;
	font-style:italic;
	}
/* /Teeth and Dental Implant Cleanings
------------------------------------------------------------------------ */

/* Patient Services
======================================================================== */

/* FAQs
------------------------------------------------------------------------ */
.question {
	background: transparent url(../images/q.gif) no-repeat left top;
	padding-left:32px;
	font-size:14px;
	font-weight:bold;
	height:31px;
	line-height:27px;
	margin-bottom:0px;
	}
#faqs p.twoline {
	line-height:18px;
	padding-top:5px;
	margin-bottom:6px;
	}
.answer {
	background: transparent url(../images/a.gif) no-repeat left 2px;
	padding-left:32px;
	}
#faqs p.no_A {
	background:none;
	}
#faqs h3 {
	font-size:18px;
	padding-left:32px;
	padding-top:8px;
	}
/* /FAQs
------------------------------------------------------------------------ */


/* I think below here is from the old layout - TEST BEFORE DELETE */
/* -------------------  About Implants ------------------- */
 #aboutImplants ul {
	margin-bottom: 18px;
}

/* -------------------  /About Implants ------------------- */

/* -------------------  Types of Implants ------------------- */
#typesOfImplants h3 {
	margin-top: 6px;
}

#typesOfImplants h2 small {
	font-size: 11px;
	font-weight: normal;
	margin-left: 8px;
}

#typesOfImplants ul li {
	text-indent: -13px;
	margin: 0 0 0 13px;
	background: none;
}

#typesOfImplants table {
	width: 430px;
}

#typesOfImplants td {
	vertical-align: top;
	width: 33%;
	padding-right: 20px;
}

#typesOfImplants #subNav li {
	width: 200px;
	float: left;
}

#typesOfImplants #upper .implantImg {
	height: 160px;
}

#typesOfImplants #lower .implantImg {
	height: 114px;
}

#typesOfImplants #posterior img {
	margin-bottom: 10px;
}

#typesOfImplants #posterior .leftCell {
	width: 120px;
}

#typesOfImplants #posterior .rightCell {
	width: 310px;
}

#typesOfImplants #single .leftCell {
	width: 50px;
}

#typesOfImplants #single .rightCell {
	width: 370px;
}

/* -------------------  /Types of Implants ------------------- */

/* Hours and Location
------------------------------------------------------------------------ */

#hoursLocation #map {
	margin: 15px 0 0 10px;
}

#hoursLocation iframe.map {
	border: solid 1px #CCCCCC;
}
/* /Hours and Location
------------------------------------------------------------------------ */