* {
	font-family:Verdana,Helvetica,sans-serif;
}
/* Global Resetting */
body {
	background-image: url(../images/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #2A2424;
}
img
{
display:block;
}
a img{
	border:none;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/leftBgWrapper.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/* The rest of this file is for the second tutorial */
#NewsList,
#StaffList {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#NewsList li,
#StaffList li {
	margin: 0;
	list-style-type: none;
}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2em;
	}
	#NewsList li.newsDateTitle a {
		font-size:1.3em;
		font-weight:bold;
		color:#0083C8;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:1px dotted #0083C8;
		}
		
	#NewsList li.newsSummary {
		margin-bottom:20px;
	}
		#NewsList li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#NewsList li.newsSummary a.readMoreLink {
			color:#0083C8;
			text-decoration:none;
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #0083C8;
			}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#StaffList .staffname { 
	clear: both;
	padding-left: 60px;
	height: 1.2em;
}

#StaffList .staffphoto {
	float: left;
	margin-left: 3px;
	margin-top: -1.2em;
}     
#StaffList .staffphoto img {
	border:1px solid #AAA;
}

#StaffList .staffdescription {
	margin-left: 60px;
	margin-bottom:30px;
}

#StaffPhoto {
	float: left;
	margin-right: 10px;
}

#StaffPhoto img {
	border:1px solid #AAA;
}

#PageComments {
	list-style:none;
	background:#e9e9e9;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
}
	#PageComments li {
		list-style:none;
		padding:5px;
		margin:0;
		font-size:1em;
		border-bottom:1px dotted #bbb;
	}
		#PageComments li p span {
			font-style:italic;
		}
		#PageComments a.deletelink {
			font-weight:bold;
		}

			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}
	#PageNumbers a:hover {
		text-decoration:underline;
	}
/* top navigation */

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	list-style-type: none;
	cursor: default;
	padding: 0;
	width: 762px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	position: relative;
	float: left;
	padding:0;
	margin:0;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	width: 7.2em;
	position: absolute;
	left: -1000em;
	margin:4px 0 0 20px;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left:auto;
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 7.2em;
	}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0px;
}
ul.MenuBarHorizontal /* Menu items are a light gray block with padding and no text decoration */
 li a
{
	cursor: pointer;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #f6f2ef;
	letter-spacing: 2px;
	display: block;
	padding: 0 0 0 15px;
	}
ul.MenuBarHorizontal li a:hover
{
color:#D0C2AF;
}



ul.MenuBarHorizontal ul li a {
	cursor: pointer;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color:#FFFFFF;
	letter-spacing: 2px;
	padding: 0.5em 0.75em;
	background-color:#66584f;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
		f\loat: left;
	}
}
ul.MenuBarHorizontal ul li a:hover {
	
	color:#D2C6B5;
	background-color:#231F20;
}
.bottomBorder
{
border-bottom:1px solid #231F20;
}
.bullet
{
background:url(../images/navigation/navBullet.jpg) no-repeat 17px 50%;
background-position:left;
margin-left:10px;
}
/* original page properties */
#address {
	position: absolute;
	padding-bottom: 15px;
	left: 5px;
	bottom: 40px;
}
html>/**/body #address
{
bottom:25px;
}
#address a {
	color:#FFFFFF;
	text-decoration: none;
}
#address a:hover {
	text-decoration: underline;
}


#address p    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color:#FFFFFF;
}
a.emailLink {
	color:#FFFFFF;
	text-decoration: none;
}
a.emailLink:hover {
	text-decoration: underline;
}
#RightContent span.award{
font-size:9px;
display:block;
margin-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
}
.benefitsUL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	list-style-type: square;
	line-height: 18px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 5px;
	padding-left: 20px;
	color: #584A41;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#content
{
	background-image: url(../images/contentBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom:15px;
	padding-right: 15px;
	padding-left: 25px;
}	

	#securityContent
{
background-image: url(../images/contentBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width:772px;
	padding-left:25px;
	height:550px;
	padding-top:20px;
	}
	#securityContent p
	{
	font-size:75%;
	}
		#securityContent form label
		{
		font-size:12px;
		}


#LeftContent {
	float: left;
	width: 490px;
	margin-top: 15px;
}
#footerContent p, #footerContent ul, #footerContent ol
{
font-size:75%;
}
#LeftContent p
{
font-size:75%;
}
#LeftContentContact p
{
font-size:75%;
}
#RightContentContact p
{
font-size:75%;
}
#RightContent p
{
font-size:75%;
}
#LeftContentContact
{
float: left;
	width: 420px;
	margin-top: 15px;
	}


#RightContent {
	float: right;
	width: 248px;
	margin-top:20px;
}
#RightContentContact
{
float: right;
	width: 300px;
	padding-right: 10px;
	margin-top:20px;
	}
#footerContent {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	background-image:url(../images/contentBg.gif);
	background-repeat:repeat-y;
	background-position:left top;
}
.disBlock {
	display: block;
}
.disInline {
	display: inline;
}

.emailForFTW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
}
.fieldWidths {
	width: 180px;
}
.fieldWidthsSelect {
	width: 182px;
}


#footer {
	width: 942px;
	background-color: #988F89;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	height:20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
html>/**/body #footer
{
padding-bottom:5px;
}

#footerL {
	float: left;
	width: 572px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #433A3D;
}
#footerL a {
	text-decoration: none;
	color: #433A3D;
	font-family:Arial, Helvetica, sans-serif;
}
#footerL a:hover {
	text-decoration: underline;
}


#footerR {
	float: right;
	width: 300px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
		color: #433A3D;

}
#footerR a {
	text-decoration: none;
	color: #433A3D;
		font-family:Arial, Helvetica, sans-serif;

}
#footerR a:hover {
	text-decoration: underline;
}



.formTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
}

#header {
overflow:hidden;
height:307px;
	
}
.largeMap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #584A41;
	font-size: 70%;
	text-decoration: none;
}


#left {
	float: left;
	width: 165px;
	background-color: #000000;
	text-align: center;
}

#logo {
	margin-top: 30px;
	padding-bottom: 16em;
}

#navigationOuter {
	background-image: url(../images/navigationBg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 40px;
	padding-bottom: 5px;
}




.noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* CSS Document */

#right {
	float: right;
	width: 797px;
}
.titleFieldWidth {
	width: 80px;
}
.tableBorder {
	border: 1px solid #988F89;
}


.toothWhitening {
	background-image: url(../images/emailBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-top: 10px;
}
#emailForm legend
{
display:none;
}
#emailForm 
{
background-image:url(../images/emailBg.gif);
background-repeat:no-repeat;
background-position:left top;
padding:10px 0 0 8px;
display:block;
}
html>/**/body #emailForm
{
padding:0;
}
#emailForm form
{
display:inline;
}
#emailForm form fieldset {
border:none;
}
#emailForm label
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
}
#emailForm .message {
			color:red;
			font-size:60%;
			padding:4px 0 0 0;
			margin:0;
			
		}
#emailForm form input.text
{
width:200px;
margin:5px 0 0 0;
}
html>/**/body #emailForm form input.text
{
margin-bottom:-5px;
}
.leftImgMargin
{
	margin:14px 5px 0 0;
}

#LeftContent ul, #LeftContent ol
{
font-size:75%;
}	
	
/* Treatment Types */
#treatmentTypes
{
margin-left:30px;
margin-top:15px;
width:190px;
}
#treatmentTypes  a
{
display:block;
}
#treatmentTypes  a:hover
{
text-decoration:none;
background-color:#66584f;
color:#FFFFFF;
}

#treatmentTypes h1
{
color:#FFFFFF;
padding:5px 5px 5px 8px;
margin:0px;
font-size:100%;
font-family:Tahoma;
font-weight:normal;
letter-spacing:0.4px;
background-color:#231F20;
border-bottom:1px solid #FFFFFF;

}
#treatmentTypesIn
{
}
#Menu2
{
list-style:none;
padding:0 0 80px 0;
margin:0;
font-size:80%;
width:190px;
}
#treatmentTypesIn ul li
{
margin-top:-7px;
list-style:none;
padding:0;
margin:0;
border-bottom:1px solid #FFFFFF;

}

#treatmentTypesIn a
{
color:#FFFFFF;
font-family:Tahoma;
text-decoration:none;
background-color:#66584f;
padding:5px 5px 5px 8px;
display:block;
width:177px;
}
#treatmentTypesIn a:hover
{
color:#D2C6B5;
background-color:#231F20;
}
#secMenu
{
margin-left:30px;
margin-top:15px;
width:190px;
}
#secMenu a
{
display:block;
}
#secMenu a:hover
{
text-decoration:none;
background-color:#66584f;
color:#FFFFFF;
}
#secMenu h1
{
color:#FFFFFF;
padding:5px 5px 5px 8px;
margin:0px;
font-size:100%;
font-family:Tahoma;
font-weight:normal;
letter-spacing:0.4px;
background-color:#231F20;
border-bottom:1px solid #FFFFFF;
}
#secMenuIn ul li

{
margin-top:-7px;
list-style:none;
padding:0;
margin:0;
border-bottom:1px solid #FFFFFF;

}

#secMenuIn a
{
color:#FFFFFF;
font-family:Tahoma;
text-decoration:none;
background-color:#66584f;
padding:5px 5px 5px 8px;
display:block;
width:177px;
}
#secMenuIn a:hover
{
color:#D2C6B5;
background-color:#231F20;
}
html>/**/body #Form_ContactForm_Address1
{
margin-top:11px;
}
#SEOFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #857A74;
	margin-top: 10px;
	line-height: 14px;
	width:962px;
	margin-left:auto;
	margin-right:auto;
}
#SEOFooter p {
	margin: 0px;
	padding: 0px;
}

		

