/*  
Name: Atsanicelayout
Date: 2008-11-25
Description: Nice template
Author: Amy Verhelst
URL: http://amylynpace.com

*/

/* ----------------------------------------
 Main Stuff
------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background-image: url(images/birches2.jpg);
	background-repeat: repeat-x;
	background-color: #A6BECA;
	margin:0 auto;
	width:700px;

}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #66BAFF;
}

a:hover {
	color: #FFFFCC;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

p {
	padding: 0.1em 0 .8em 0;
}

.largelink a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #609BA5;
	text-decoration: underline;
	font-weight: bold;
}

small,.small {
	font-size: 0.8em;
	font-weight: bold;
}

img {border: none;}

/* ----------------------------------------
   Layout
------------------------------------------- */

#layout_wrappershadow {
margin: 20px auto;
	text-align: center;
	background-image: url(images/wrapper_bg.png);
	background-repeat: repeat-x;
	padding: 10px 10px 10px 10px;
	width: 680px;
	min-height:750px;
	display: block;

}

#layout_wrapper {
	margin: 20px auto;
	width: 678px;
	float: left;
	height: 100%;
	display: block;
	clear: right;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	margin-bottom: 10px;
	background-color:#027385;
	border: 10px #82A6C4 solid;

}

#layout_container {
	padding: 0 0px;
	width: 678px;
	overflow: hidden;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
}



/*#layout_edgetop, #layout_edgebottom {
	background: url('img/layout_edges.gif') no-repeat left top;
	display: block;
	height: 10px;	
	font-size: 0;
	line-height: 0;
}



/* Navigation */
/* #headertop {
	background: #F0E7D8 url('images/home_04.jpg') no-repeat center bottom;
	display:block;
	height:78px;
	width: 678px;
}*/

#headertop {
	background: #F0E7D8;
	display:block;
	height:74px;
	width: 678px;
}

#headerbottom {
	background: #F0E7D8;
	display:block;
	height:100%;
	float: left;
	width: 678px;
}



/* Main Layout */

#main {
	background-color: #027385;
	width:100%;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	float: left;
	text-align: left;
/* 	overflow: hidden; */
	display: inline;
}

#main_left {
	width: 51%;
	padding-left: 0%;
	padding-right: 0px;
	margin-right: 10px;
	float: left;
}

#main_left_lg {
	width: 100%;
	padding-left: 0%;
	padding-right: 0px;
	margin-right: 10px;
	float: left;
	line-height:normal;
}

#main_center {
	margin: 0px;
	padding-left: 0.7em;
	float: left;
	width: 10px;
	clear: none;
}

#main_right {
	margin: 0px;
	padding-left: 1em;
	float: left;
	width: 43%;
	clear: none;
	text-align: left;
	padding-top: 5px;
}

#main_right_img {
	margin: 0px;
	padding-left: 0.7em;
	float: right;
	width: 40%;
	clear: none;
	text-align: left;
}

#main_right_img img {
	border:1px white solid;
}

#inset {
	width:200px;
	float:right;
	clear:right;
	margin-left:25px;
	height: 260px;
	margin-right: 5px;
}

#inset img {
border:1px solid white;
}

#content {
	width:640px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	float: left;
	text-align: left;
	padding-left:18px;
	padding-right:15px;
	padding-top: 20px;
	display: block;
/*	overflow: hidden;*/
}

/* Footers */
#dentistfooter {
	padding: 0;
	background: url(images/home_24.gif) no-repeat;
	width: 678px;
	height: 55px;
	float: left;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#footer {
	font-size: 11px;
	color: #FAFCFF;
	background: url(images/home_25.jpg) no-repeat;
	height: 73px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 10px 0px 20px;
	float: left;
	width: 648px;
	border-bottom: 1px #FFFFFF solid;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
}

#footer .center {
	float: left;
	text-align: center;
	width: 380px;
	clear: right;
}

#footer .right {color: #C8DBE8;}
#footer .right a {
	color: #D3E5F1;
	text-decoration: none;
}
#footer .right a:hover {
	color: #FFE;
	text-decoration: underline;
}





/* ----------------------------------------
   Miscellaneous
------------------------------------------- */

/* Images */
img.bordered {
	border: 1px solid #DDD;
	background: #FFF;
	padding: 5px;
}

/* Floats */
.left {
	float: left;
	text-align: left;
	clear: left;
}
.right {
	float: right;
}

.realright {
	float: right;
	font-size: 8px;
	color: #33FF00;
	padding-top: 8px;
	padding-right: 10px;
	text-align: center;
	width: 140px;
}

.realright a {
	font-size: 8px;
	color: silver;
	text-decoration: none;
}


/* ----------------------------------------
   Lists
------------------------------------------- */
ul,ol {margin: 0 0 0em 1.6em;}

#layout_container #main #content ul li{
	line-height: 110%;
	margin-top: 5px;
}

ul ul, ol ol {margin: 0.3em 0 0.3em 1em;}

.nicelist {
	padding: 1px 0 0;
	list-style-image: url(square_bullet.gif);
	list-style-position: outside;
}
.nicelist ol {margin: 0;}
.nicelist ol li {
	list-style: none;
	padding: 8px 10px 1px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}
.nicelist li.alt {background: #EEE;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #888;
	padding-top: 4px;
	font-size: 0.85em;
}
.nicelist .date a {
	color: #567;
	text-decoration: none;
}
.nicelist .date a:hover {
	color: #002;
	text-decoration: underline;
}

#bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	float:left;
	clear:both;
	width:700px;
	margin:0 auto;
	text-align:center;
	padding-bottom: 20px;
	color: #00667D;
}
.largerfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.blue {
	color:#66CCFF
}

#bottomnav a {
	color: #00667D;
}
#bottomnav a:link,active,visited{
	color: #00667D;
}

#bottomnav a:hover{
	color: #FFFFFF;
}
#staff_photo img {
	float: left;
	border: 1px solid white;
	clear: right;
	margin: auto;
	margin-right: 10px;
	margin-left: 0px;
}

#staff_photo2 {
	width:630px;
	padding:10px;
	float:left;
	clear: both;
	text-align: center;
}

#staff_photo2 img {

	border: 1px solid white;
	clear: both;
}

#staff_photo_words {
	float: left;
	clear: left;
	width: 300px;
	text-align: center;
	height: 75px;
	font-weight: bold;
	font-size: 14px;
	margin-top: 12px;
}

#staff_photo_words_title {
	float: left;
	clear: right;
	width: 650px;
	text-align: center;
	height: 30px;
	font-weight: bold;
	font-size: 16px;
	margin-top: 25px;
}

#staff_photo_words2 {
	float: left;
	clear: left;
	width: 605px;
	text-align: justify;
	font-weight: normal;
	font-size: 12px;
	margin-top: 12px;
	line-height: 125%;
	margin-left: 22px;
}

/* Clear */
.clear,.clearer {clear: both;}
.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}

.spacer {
	background-color:#F0E7D8;
}

#photonavs {
	clear: both;
	float: left;
	height: 125px;
	width: 635px;
	margin-left: 10px;
}

#ajaxcontent {
	font-size: 0px;
	margin:0;
	padding:0;
	border-bottom:1px solid #FFFFFF;
}
#subPage {
	font-size: 0px;
	margin:0;
	padding:0;
	border-bottom:1px solid #FFFFFF;
}
