﻿/* General Formatting */
body 
{
	color: #185966;
	font-size: 10pt;
	background-color: #69A47B;
	font-family: Arial;
	background-image: url(images/gradient-topbar.gif);
	background-repeat: repeat-x;
	background-position: top;
}


/* List Navigation

<div id="navcontainer">
<ul id="navlist">
	<li><a href="default.aspx" title="Home">Home</a></li>
	<li><a href="about.aspx" title="About Us">About Us</a></li>
	<li><a href="comfort.aspx" title="Patient Comfort">Patient Comfort</a></li>
	<li><a href="services.aspx" title="Services">Services</a></li>
	<li><a href="articles.aspx" title="Articles">Articles</a></li>
	<li><a href="faq.aspx" title="F.A.Q">F.A.Q</a></li>
	<li><a href="contact.aspx" title="Contact Us">Contact Us</a></li>
</ul>
</div> */



#navlist
{
margin:0px;
padding:0px;
z-index:5;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
z-index:5;
}

#navlist a:link, #navlist a:visited
{
display:block;
float: left;
color: gray;
padding-top:13px;
padding-bottom:13px;
padding-left:11px;
padding-right:11px;
text-decoration:none;
color:#457A81;
font-weight:bold;
z-index:5;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
background: white;
color: #006;
background:#CDDED2;
text-decoration: none;
color:#457A81;
font-weight:bold;
z-index:5;
}

#navlist a:hover { color:#457A81;z-index:5; }

a:link, a:active, a:visited
{
	text-decoration: underline;
	font-weight: normal;
	color: #185966;
}

a:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #185966;
}

img
{
	border: none;
	margin: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	
}

table
{
	margin: 0px;
	padding: 0px;
}

td
{
/*	vertical-align: text-top;*/
	vertical-align:top;
	margin: 0px;
	padding: 0px;
}


div
{
	margin: 0px;
	padding: 0px;
}

h4
{
	margin-bottom: 0px;
}
/* End of General Formatting */


/* Begin Header Formatting */
#masterdiv
{
	width: 950px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}

#header
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#title1
{
	height: 50px;
	width: 100%;
	background-image: url(images/toptitlebar1.jpg);
	background-repeat: no-repeat;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

#title2
{
	height: 85px;
	width: 100%;
	background-image: url(images/toptitlebar2.jpg);
	background-repeat: no-repeat;
	border-width: 0px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

#eblast
{
	color: #ffffff;
	background-color: #185966;
	height: 85px;
	width: 306px;
	text-align: left;
	padding: 0px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: 0px;
}

#navcell
{
	background-image: url(images/plant-bottom.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-color: #eaf2ed;
	height: 40px;
	border-bottom-color: #185966;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding: 0px;
	margin: 0px;
}

#navmenu
{
	height: 40px;
	width: auto;
	margin-right: auto; 
	margin-left: 130px; 
	margin-top: 0px; 
	margin-bottom: 0px;
	z-index: 5;
	clear:both;
}	

.navbutton
{
	position: relative;
	z-index: 5;
	padding: 0px;
	margin: 0px;
}
/* End of Header Formatting */


/* Begin Content Cell Formatting */
#content
{
	width: 950px;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	clear:both;
	padding-bottom:60px;
}
/* End of Content Cell Formatting */


/* Begin Footer Formatting */
#footer
{
	width: 100%;
	color: #185966;
	background-color: #69A47B;
	background-image: url(images/bottombg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 15px;
	vertical-align: top;
}

#copyright
{
	text-align: center;
}
/* End of Footer Formatting */

/* CSS for "Home" */
#home1
{
	background-image: url(images/home-background.gif); 
	background-repeat: repeat-x;	
	background-color: #185966;
	vertical-align: top;
	height: 295px;
	z-index:1;
}

#home2
{
	background-image: url(images/home-background-bottom.gif);
	background-repeat: no-repeat;
}

#home3
{
	width: 300px;
	padding: 10px;
}

#home4
{
	width: 300px;
	padding: 10px;
}

#home5
{	
	width: 300px;
	padding: 0px;
}


#homeimage1
{
	float: left;
}
/* End of CSS for "Home" */

/* CSS for "Articles" */
#articletable
{
	width: 950px;
}

#artbantitle
{
	margin-top: auto;
	margin-bottom: 5px;
	margin-left: 75px;
	margin-right: auto;
	font-size: 24pt;
}

#artbanner
{
	height: 109px;
	background-image: url(images/artbanner.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #eaf2ed;
	vertical-align: bottom;
	text-align: left;
	border-bottom-color: #185966;
	border-bottom-width: thick;
	border-bottom-style: solid;
}

#artimage
{
	width: 262px;
	height: 380px;
	background-image: url(images/smile.gif);
	background-repeat: no-repeat;
}

#articles
{
	width: 400px;
}

/* End of CSS for "Articles" */

/* CSS for "Contact" */
#contacttable
{
	width: 950px;
}

#contactbantitle
{
	margin-top: auto;
	margin-bottom: 5px;
	margin-left: 50px;
	margin-right: auto;
	font-size: 24pt;
}

#contactbanner
{
	height: 109px;
	background-image: url(images/contactbanner.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #eaf2ed;
	vertical-align: bottom;
	text-align: left;
	border-bottom-color: #185966;
	border-bottom-width: thick;
	border-bottom-style: solid;
}

#contactimage
{
	width: 267px;
	height: 380px;
	background-image: url(images/map.gif);
	background-repeat: no-repeat;
}

#contact
{
	width: 683px;
}

#contact2
{
	margin-left: 50px;
	margin-right: 20px;
}
/* End of CSS for "Contact" */

/* CSS for "Comfort" */
#comforttable
{
	width: 100%;
}

#comfortbantitle
{
	margin-top: auto;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: auto;
	font-size: 24pt;
}

#comfortbanner
{
	height: 109px;
	vertical-align: bottom;
	text-align: left;
	border-bottom-color: #185966;
	border-bottom-width: thick;
	border-bottom-style: solid;
	background-color: #eaf2ed;
}

#comfortimage
{
	width: 250px;
	height: 350px;
}

#comfortimage2
{
	margin-right: 22px;
	margin-left: 22px;
}

#comfort
{
	width: 462px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}

#comfort2
{
	margin-top: 0px;
	margin-bottom: auto;
}

#comfort3
{
	width: 218px;
	height: 230px;
	background-image: url(images/bwtree.gif);
	background-repeat: no-repeat;
}

#comfort4
{
	margin-left: 25px;
	margin-right: auto;
}

#comfort5
{
	vertical-align: top;
}
/* End of CSS for "Comfort" */

/* CSS for "FAQ" */
#faqtable
{
	width: 950px;
}

#faqbantitle
{
	margin-top: auto;
	margin-bottom: 5px;
	margin-left: 75px;
	margin-right: auto;
	font-size: 24pt;
}

#faqbanner
{
	height: 109px;
	background-image: url(images/faqbanner.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #eaf2ed;
	vertical-align: bottom;
	text-align: left;
	border-bottom-color: #185966;
	border-bottom-width: thick;
	border-bottom-style: solid;
}

#faqimage
{
	width: 267px;
	height: 382px;
	background-image: url(images/laughing.gif);
	background-repeat: no-repeat;
}

#faq
{
	width: 633px;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 10px;
}

#faqhr
{
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	color: #185966;
	width: 500px;
	border-color: #185966;
	border-width: thin;
	border-style: solid;
}

.faqlist
{
	list-style-image: url(images/green-bullet.gif);
	margin-bottom: 5px;
}

a.faqlink:link, a.faqlink:active, a.faqlink:visited
{
	text-decoration: none;
	font-weight: normal;
	color: #185966;
}

a.faqlink:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #185966;
}
/* End of CSS for "FAQ" */

/* Begin CSS for "Services" */
#servicestable
{
	width: 950px;
}

#servicesnavbar
{
	width: 225px;
	border-right-color: #185966;
	border-right-style: solid;
	border-right-width: 1px;
	vertical-align: top;
	padding-top: 10px;
	background-image: url(images/bigsmile.gif);
	background-repeat: no-repeat;	
}

#servicesbanner
{
	height: 109px;
	background-image: url(images/servicesbanner.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #eaf2ed;
	vertical-align: bottom;
	text-align: left;
}

#servicesname
{
	background-color: #185966;
}

#servicesbantitle
{
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 20px;
	margin-right: auto;
	font-size: 20pt;
}

#servicesbantitle2
{
	color: #ffffff;
	margin-top: auto;
	margin-bottom: 2px;
	margin-left: 20px;
	margin-right: auto;
	font-size: 20pt;
}

#services
{
	width: 570;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: auto;
}

#services2
{
	width: 1px;
	vertical-align: top;
}

#services3
{
	width: 155px;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: auto;
}
/* End of CSS for "Services" */

/* Begin CSS for "About" */
#abouttable
{
	width: 950px;
}

#aboutnavbar
{
	width: 225px;
	border-right-color: #185966;
	border-right-style: solid;
	border-right-width: 1px;
	vertical-align: top;
	padding-top: 10px;
	background-image: url(images/momgirl.gif);
	background-repeat: no-repeat;	
}

#aboutbanner
{
	height: 109px;
	background-image: url(images/aboutbanner.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #eaf2ed;
	vertical-align: bottom;
	text-align: left;
}

#aboutname
{
	background-color: #185966;
}

#aboutbantitle
{
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 20px;
	margin-right: auto;
	font-size: 20pt;
}

#aboutbantitle2
{
	color: #ffffff;
	margin-top: auto;
	margin-bottom: 2px;
	margin-left: 20px;
	margin-right: auto;
	font-size: 20pt;
}

#about
{
	width: 570;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: auto;
}

#about2
{
	width: 1px;
	vertical-align: top;
}

#about3
{
	width: 155px;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: auto;
}

.staffimage
{
	width: 150px;
	height: 150px;
}

#quote {
 	margin:10px; 
	padding:12px 12px; 
	background:url("images/img_quote_top.gif") top left no-repeat; 
	color:#185966;
	font-family:Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	font-size:13px; 
	line-height:1.5em;
	}
	
span.quote {
	position:relative;
	}
	
#img_bottom_quote {
	position:absolute; 
	left:-5px; 
	top: 15px;
	}
	
/* End of CSS for "About" */

