@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

h1,h2,h3,h4,h5,h6 { font-size : 100%; }

ol,ul { list-style : none; }

address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

table { border-collapse : collapse; border-spacing : 0; }

fieldset,img { border : 0; }

caption,th { text-align : left; }

q:before, q:after { content :''; }

/*Layout*/

html {
	text-align:center;
	}

body {
	width:900px;
	position:relative;
	text-align:left;
	margin:0 auto;	
	background-image:url(images/navStripes.png);
	}
	
p {
	color:#333333;
	font-family:"Georgia", Courier, monospace;
	}
	
div#wrap {
	width:900px;
	margin-top:20px;
	padding-bottom:150px;/*This is for the sticky footer to keep it at the bottom*/	
	z-index:1;
	}
	
h1 {
	position:absolute;
	top:-10px;
	left:-30px;
	width:230px;
	height:275px;
	background:transparent url(images/tooth.png) no-repeat;
	text-indent:-9999px;
	z-index:4000;
	}
	
h2,div#welcome-doctors h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:2.5em;
	color:#fff;
	padding:0;
	margin:-10px 10px;
	padding-top:4px;
	}
	
div#welcome-index-page h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-shadow:#333 1px 2px;
	font-size:2.2em;
	line-height:1em;
	color: #fff;
	padding:0;
	}
	
div#welcome-index-page a.facebook{
	display:inline-block;
	text-indent:-9999px;
	width:140px;
	height:44px;
	background:url(images/facebook.png) center no-repeat;
	position:absolute;
	margin:-64px 720px;
}
	
div#welcome-index-page span.welcomepage{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-shadow:#333 1px 2px;
	font-size:2em;
	font-weight:bold;
	line-height:1em;
	color:#fff;
	padding:0;
	}
	
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666;
	padding:0 10px;
	margin-top:-10px;
	}
	
h4	{
	position:relative;
	font-family:Arial, Helvetica, sans-serif ;
	font-size:.8em;
	color:#666;
	padding-bottom:10px;
	top:10px;
	text-align:center;
	}	

h5	{
	position:relative;
	font-family:Arial, Helvetica, sans-serif ;
	font-size:90%;
	color:#333333;
	top:30px;
	right:43px;
	text-align:right;
	}	

h6	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	padding:5px 0 0 10px;
	border-bottom:#666666 dotted 1px;
	color:#333333;
	text-align:left;
	}	

p.services {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#000;
	padding:3px 10px;
	}

div#headerbrand {
	position:relative;
	height:200px;
	z-index:10;
	background:url(images/heading.png) no-repeat;
	}

div#content {
	position:relative;
	width:900px;
	height:450px;
	background:#fff url(images/texturebg-sub.jpg) no-repeat bottom;
	padding-bottom:40px;
	}
	
div#content-mainpage {
	position:relative;
	width:900px;
	height:450px;
	background:#fff url(images/texturebg.jpg) no-repeat bottom;
	padding-bottom:40px;
	}
	
div#content2 {
	position:relative;
	width:900px;
	height:450px;
	background:url(images/texturebg-sub2.jpg) no-repeat bottom;
	padding-bottom:200px;
	}
	
div#content-doctors{
	position:relative;
	width:900px;
	height:400px;
	background:url(images/texturebg-sub2.jpg) no-repeat bottom;
	padding-bottom:200px;
	}
	
div#content-doctors2 {
	position:relative;
	width:900px;
	height:1200px;
	background: #F0F0F0 url(images/texturebg-sub2.jpg) no-repeat bottom;
	padding-bottom:200px;
	}
	
div#content-doctors3 {
	position:relative;
	width:900px;
	height:900px;
	background: #F0F0F0 url(images/texturebg-sub2.jpg) no-repeat bottom;
	padding-bottom:200px;
	}
	
div#content-doctors2 img{
	margin-left:10px;
	-moz-box-shadow:0 0 4px #AAAAAA;
	-webkit-box-shadow:0 0 4px #AAAAAA;
	box-shadow:0 0 4px #AAAAAA;
}
	
div#welcome-doctors ul{
	display:inline;
}

div#welcome-doctors li{
float:left;
margin-left:145px;
font-family: Verdana, Geneva, sans-serif;
font-size:.8em;
}
	
div#welcome-doctors li.left{
margin-left:5px;
}
	
div#nav-sub {
	position:absolute;
	margin-left:0;
	width:30%;
	padding:1em 0;
	display:inline;
	}

div#nav-sub ul{
	display:inline;
	margin-left:0;
}

div#nav-sub li{
	width:175px;
}

div#welcome {
	position:absolute;
	left:30%;
	width:70%;
	padding:1em 0;
	margin:30px -20px;
	background:url(images/welcomeBG.png) repeat-x top;
	}

div#welcome ul{
	display:inline;
	width:620px;
}
div#welcome li{
	float:left;
	margin-left:10px;
	width:300px;
	
}



div#content-doctors3 img{
-moz-box-shadow:0 0 4px #AAAAAA;
	-webkit-box-shadow:0 0 4px #AAAAAA;
	box-shadow:0 0 4px #AAAAAA;
}

div#welcome li p {
	font-size:.8em;
	padding:0 0 17px 0;
}

div#welcome-doctors {
	position:absolute;
	left:30%;
	width:70%;
	padding:1em 0;
	margin:30px -20px;
	background:url(images/welcomeBG.png) repeat-x top;
	}
	
	
div#welcome-doctors img{
	margin-left:5px;
	-moz-box-shadow:0 0 4px #AAAAAA;
	-webkit-box-shadow:0 0 4px #AAAAAA;
	box-shadow:0 0 4px #AAAAAA;
}
	
	div#welcome-doctors a {
		color:#545454;
	}
	
	div#welcome-doctors a:hover {
		color:#65ACD1;
	}
	
div#welcome-doctors img.team-img{
	margin-left:15px;
	-moz-box-shadow:0 0 0 #AAAAAA;
	-webkit-box-shadow:0 0 0 #AAAAAA;
	box-shadow:0 0 0 #AAAAAA;
	}
	
div#welcome-index-page {
	position:relative;
	left:0;
	width:100%;
	padding:1em 0;
}

a.mailto{
	color: #333;
	text-decoration:none;
}

a.mailto:hover{
	text-decoration:underline;
}
	
div#services {
	position:absolute;
	left:30%;
	width:70%;
	padding:1em 0;
	margin:30px -20px;	
	background:url(images/welcomeBG.png) repeat-x top;
	}
	
div#welcome-index-page img{
	position:absolute;
	width:530px;
	margin-top:75px;
	margin-left:350px;
	z-index:0;
	}

div#welcome p, div#content-doctors p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	line-height:1.3em;
	padding:10px 0 0 20px;
	color:#003366;
	}	
	
div#welcome-index-page ul{
	position:relative;
	width:100%;
}
div#welcome-index-page li{
	position:relative;
	float:left;
	height:260px;
	list-style-type:none;
	width:28%;
	padding:14px 8px;
	margin-left:20px;
	}
	
div#welcome-index-page li.last{
	position:relative;
	float:left;
	height:260px;
	list-style-type:none;
	width:40%;
	padding:14px 6px;
	margin-left:20px;
	font-size:.9em;
	color:#666;
}

div#welcome-index-page p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	line-height:1.3em;
	color:#333;
	}	
	
div#welcome-index-page p.address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	line-height:1.3em;
	color:#333;
	margin-left:10px;
	margin-top:10px;
	}	
	
p.bottom-address{
	text-indent:-9999px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	line-height:1.3em;
	color:#333;
	}

div#welcome-index-page h3 {
	text-indent:-9999px;
	width:321px;
	height:59px;
	margin-top:10px;
	margin-left:20px;
	}
	
ul#nav-list {
	position:absolute;
	background:url(images/leftnav.png) 0 0 no-repeat;
	width:205px;
	height:308px;
	display:inline;
	padding-top:20px;
	top:70px;
	left:30px;
	}
	
ul#nav-list li{
	border-bottom:#A1B5CE 1px solid;
	padding:10px 0 10px 0;
	}

ul#nav-list a {
	font:1em Georgia, "Times New Roman", Times, serif;
	color:#666;
	text-decoration:none;
	padding-left:8px;
	}
	
ul#nav-list a:hover {
	color:#fff;
	}
	
	
/*----------------Sticky Footer-----------------------*/

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#content {padding-bottom: 150px;}

#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	padding-top:1px;
	background:url(images/footerbottom.png) no-repeat top;
	} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	

#footer-content{
	margin:0 auto;
	
}
	
#footer #footer-content p {
	color:#333333;
	font-size:2em;
	}

#footer-content a {
	text-decoration:none;
	color:#000;
	}
	
#footer-content a:hover {
	text-decoration: underline;
	color:#000;
	}
	
#footer-content ul {
	color:#CC0000;
	text-align:center;	
	}
	
#footer-content li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:.7em;
	display:inline;
	color:#000;
	}
	
/*--Mission Statement Page--*/

ul.mission {
	width:80%;
	list-style-type:disc;
	padding-left:25px;
		}

ul.mission li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#003366;
	padding-bottom:10px;
	}
	
ul#sitemap {
width:100%;	
}

ul#sitemap a {
	font-size:1em;
	color: #65ACD1;
	}
