/* Plastic Surgical CSS Document */

body {
	background: #c8d9cb url(../images/ais_background.jpg) top repeat-x;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
}
a:link {
	color: #3f5542;
}
a:visited {
	color: #65896a;
}
a:hover, a:focus {
	color: #98012e;
}

#wrapper {
	margin: 15px auto 0;
	width: 1050px;
}

#whiteBackground {
	margin: 0;
	padding: 0;
	width: 1050px;
	background: #f5f9f8 url(../images/content-background.gif) no-repeat top left;
}

#header {
	margin: 0;
	padding: 0;
	width: 1050px;
	height: 161px;
	background: #678a6a url(../images/header.gif) no-repeat top left;
}

#navbar {
	margin: 0;
	padding: 0;
	background: #fff;
}

/* Content */

#content {
	margin: 0;
	padding: 20px 10px 5px 10px;
	background: #f5f9f8 url(../images/content-background.gif) no-repeat top left;
	font-size: small;
	clear: none;
}
/* IE5 for Mac Fix */
* html #content {
	clear: both;
}
/* End IE5 for Mac Fix */

#contentFlash {
	margin: 0;
	padding: 0;
	background: #f5f9f8;
	font-size: small;
	width: 1040px;
	height: 750px;
	clear: none;
}
/* IE5 for Mac Fix */
* html #contentFlash {
	clear: both;
}
/* End IE5 for Mac Fix */

#flashcontain {
	margin: 17px;
	width: 1000px;
	height: 600px;
	position: inherit;
	z-index: 2; 
}

#content h1 {
	margin: .5em 0 .25em 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 190%;
	color: #3f5542;
	font-weight: normal;
	font-style: italic;
}
#content h3 {
	margin: 0;
	padding: 0;
	font-size: 125%;
	color: #3f5542;
	font-weight: bold;
}
#content h4 {
	margin: .5em 0 .25em 0;
	padding: 0;
	font-size: 115%;
	color: #3f5542;
	font-weight: bold;
}
#content p {
	margin: 4px 0;
	padding: 0;
	text-align: justify;
	line-height: 1.5;
	color: #333;
}
#content ul {
	margin: 0;
	padding: 2px 2px 2px 10px;
	}
#content ul li {
	margin: 0 0 0 8px;
	padding: 0 0 0 4px;
	color: #3f5542;
	}

/* Contact Form Table/Plain Tables  */

table {
	margin: 5px auto;
	border: none;
	border-collapse: collapse;
}
th, td {
	background: #b6cbb9;
	vertical-align: top;
	margin: 0;
	padding: 2px;
	border-bottom: 1px solid #3f5542;
}
th {
	text-align: right;
	color: #3f5542;
	background: #b6cbb9;
}
th.submit {
	text-align: center;
}
tr.alt *, td.alt {
	background: #65896a;
}
/* Form Elements */

input, textarea {
	margin: 0;
	padding: 1px;
	border: #3f5542 solid 1px;
	color: #666;
	font-size: 90%;
	vertical-align: bottom;
}
select {
	margin: 0;
	padding: 0;
	border: #3f5542 solid 1px;
	color: #666;
	font-size: 90%;
	vertical-align: bottom;
}
input.radioButton {
	border: none;
}
input.sminp {
	margin: 3px auto;
	padding: 0 8px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #3f5542;
	background: #3f5542 url(/images/sminp_background.gif) repeat-x;
}

.photoRight {
	margin: 0 0 4px 4px;
	padding: 5px;
	border: #65896a solid 1px;
	float: right;
	clear: right;
}
.photoLeft {
	margin: 0 4px 4px 0;
	padding: 5px;
	border: #65896a solid 1px;
	float: left;
	clear: left;
}

/* Gallery Thumbnail Layout */

div.galleryThumb {
	float: left;
	width: 220px;
	padding: 0;
	margin: 16px;
	border: #65896a solid 1px;
}
div.galleryThumb img {
	border:	none;
	height: 75px;
	width: 100px;
	margin: 5px;
	padding: 0;
}
div.galleryThumb ul {
	margin: 0; 
	padding: 0;
	font: bold small Arial, Verdana, sans-serif;
}
#content div.galleryThumb ul, #content ul li.title {
	display: block;
	text-align: center;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}
.clear {
	clear: both;
}
.centered {
	margin: 0 13px;
}

/* Gallery Fullsize Layout */

div.galleryFull, div.galleryFull3 {
	width: 820px;
	padding: 0;
	margin: 16px auto;
	border: #3f5542 solid 1px;
}
div.galleryFull {
	width: 820px;
}
div.galleryFull3 {
	width: 930px;
}
div.galleryFull img, div.galleryFull3 img {
	border:	none;
	margin: 5px;
	padding: 0;
}
div.galleryFull img {
	height: 300px;
	width: 400px;
}
div.galleryFull3 img {
	height: 225px;
	width: 300px;
}
div.galleryFull ul {
	margin: 0; 
	padding: 0;
	font: bold small Arial, Verdana, sans-serif;
}
#content div.galleryFull ul, #content ul li.fulltitle {
	display: block;
	text-align: left;
	list-style: none;
	font-weight: normal;
	color: #333;
	margin: 0 0 5px 0;
	padding: 0;
}

/* Testimonial Text */

div.testimonial {
	float: left;
	width: 465px;
	height: 300px;
	padding: 5px;
	margin: 16px;
	border: #3f5542 dotted 1px;
}
div.testimonial img {
	border:	none;
	float: right;
	margin: 5px;
	padding: 5px;
	border: #65896a solid 1px;
}
div.ls img {
	height: 100px;
	width: 150px;
}
div.pt img {
	height: 150px;
	width: 100px;
}
div.testimonial p {
	margin: 4px; 
	padding: 0;
}
.signature {
	padding-left: inherit;
	margin: inherit;
	font-style:	italic;
}

/* Feature Text */

dl.feature {
	margin: 5px 0 5px 15px;
	padding: 5px;
	width: auto;
	float: right;
	border-top: 1px dotted #3f5542;
	border-bottom: 1px dotted #3f5542;
}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #693;
}
dl.feature dd {
	margin: 4px 0;
	padding: 0;
	font-size: 120%;
	line-height: 1.2em;
	color: #3f5542;
	font-style: italic;
}

/* Quote Text */

#quote dl {
	float: right;
	width: 376px;
	margin: 5px;
	padding: 4px 0;
	border-top: 1px dotted #3f5542;
	border-bottom: 1px dotted #3f5542;
	display: inline; /* fixes IE/Win double margin bug */
}
#quote dt {
	float: right;
	width: 120px;
	margin: 0;
	padding: 0;
	font-size: 130%;
	font-style: italic;
	letter-spacing: 1px;
	color: #3f5542;
}
#quote dd {
	margin: 0 0 0 98px;
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
}
#quote dl dd.img {
	margin: 0;
}
#quote dd.img img {
	float: right;
	margin: 0 8px 0 0;
	padding: 4px;
	border: 1px solid #65896a;
	background: #fff;
}

table#facilityBox {
    margin-left: 40px;
	border: 1px solid #3f5542;
	border-collapse: collapse;
}

/* Content Footer */

#contentFooter {
	margin: 0;
	padding: 0;
	width: 1050px;
	height: 10px;
	background: #c8d9cb url(../images/footer.gif) no-repeat top left;
	clear: both;
}

/* Footer */

#footer {
	margin: 0;
	padding: 10px 0 0 0;
	width: 1050px;
	text-align: center;
	font-size: small;
	clear: both;
	color: #65896a;
}
#footer p {
	padding: 0;
	margin: 0;
	font-size: 90%;
	line-height: 1.2;
}
#footer h4 {
	padding: 3px 0 0 0;
	margin: 0;
	font-size: 100%;
	line-height: 1.2;
}
#footer ul {
	margin: 0;
	padding: 4px;
	font-size: 90%;
}
#footer li {
	display: inline;
}
#footer a {
	padding: 0;
	color: #3f5542;
	text-decoration: underline;
}
#footer a:hover, #footer a:focus {
	text-decoration: none;
	color: #98012e;
}
#footer p a {
	color: #3f5542;
	text-decoration: underline;
}
#footer p a:hover, #footer p a:focus {
	color: #98012e;
	text-decoration: underline;
}

/* Misc Classes */

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.indent {
	padding-left: 30px;
	margin-left: 30px;
}
a.contact, a.bookmark {
	padding: 0 0 0 18px;
}
a.contact {
	background: url(/images/comment.png) no-repeat 0 50%;
}
a.bookmark {
	background: url(/images/book_link.png) no-repeat 0 50%;
}

/* William Easton Design Logo Version 2.0 */

#eastonLogoV2 {
	margin: 0 auto;
	padding: 0;
	width: 110px;
	height: 45px;
}
#eastonLogoV2 ul {
	list-style: none;
	width: 110px;
	margin: 0;
	padding: 0;
}
#eastonLogoV2 li {
	margin: 0;
	padding: 0;
}
#eastonLogoV2 a {
	display: block;
	padding: 0;
	width: 110px;
	height: 45px;
}
li.eastonTextV2, a.eastonTextV2:link, a.eastonTextV2:visited {
	background: url("/images/eastonLogo.gif") no-repeat left top;
}
a.eastonTextV2:hover {
	background-position: 0 -45px!important;
}
#eastonLogoV2 ul li a span {
	display: none;
}