/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
                          
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, a img, :link img, :visited img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
.specials {
	display:none;
}
/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
	background:#c1d3e2 url(../images/repeat-x.jpg) top repeat-x;
	text-align:center;
	font:11px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
blockquote {
	margin-left:10px;
	margin-right:10px;
}
h1 {
	font-size:1.6em;
	color:#FC0;
	font-weight: lighter;
}
h2 {
	font-size:1.2em;
	color:#FFC;

}
h3 {
	font-size:1.0em;
	color:#000;
}
h1 span, h2 span, h3 span, a span {
	display:none;
}
a:link, a:visited {
	color:#E0E9F2;
	text-decoration:underline;
	outline:none;
}
a:hover, a:active {
	color:#FFF;
	text-decoration:underline;
	outline:none;
}
h1, h2, h3, p {
	margin-bottom:10px;
}
h2#location {
	background:url(../images/title-location.jpg);
	height:70px;
}
h2#doc {
	background:url(../images/title-doctor.jpg);
	height:70px;
}
a#map {
	background:url(../images/thumb-location.jpg);
	display:block;
	height:175px;
	margin: 0 0 10px 0;
}
a#before-after {
	background:url(../images/gallery-thumb.jpg);
	width:620px;
	height:246px;
	display:block;
	margin: 0 0 20px 0;
}
/* ------------------------ classes ------------------------ */
.clear {
	clear:both;
	width:100%;
}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url(../images/bullet-back-to-top.jpg) right no-repeat;
}
img.img-left {
	float:left;
	margin:2px 10px 10px 0px;
}
img.img-right {
	float:right;
	margin:5px 0px 10px 10px;
}
/* ------------------------ form elements ------------------------ */
form {
	width:100%;
	margin:10px 0 15px 0; /* set margin left and right below */
}
form label {
	font-size:.95em;
}
form br {
	line-height:0;
	height:0;
} /* defaults vertical spacing between fields */
input, textarea, select {
	background:#fff url(../images/bg-input.jpg) bottom repeat-x; /* to prevent highlighting by Google Toolbar */
	border:1px solid #fff;
	color:#000;
	width:288px; /* 5 pixles smaller than form width !important */
	height:25px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
select {
	width:150px;
	padding:0;
} /* same width as form - !important */
textarea {
	height:90px;
	overflow:auto;
}
input#encrypt-form, input#reply-from {
	display:none;
}
input#check-form {
	display:none;
} /* test before you change !! will be display:none;*/
.copyright {
	display:none;
	z-index:-99;
}
/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main {
	margin:20px 0 10px 0;
}
#contact-main label {
	width:220px;
	position:relative;
	display:block;
	text-align:right;
	margin-bottom:20px;
	font-size:1em;
}
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:250px;
	position:absolute;
	left:110%;
	top:-2px;
}
#contact-main label select {
	width:175px;
} /* fixes display issue - 5px larger than input field */
#contact-main label textarea {
	height:100px;
	overflow:auto;
}
/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main {
	width:93px;
	height:30px;
	cursor:pointer;
	padding:0;
	background:url(../images/button-submit.png);
	border: 0;
}
input.submit-contact-main {
	margin:95px 0 0 243px;
} /* defines placement of contact-main submit button */

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#top-wrap {
	background: url(../images/top-wrap.jpg) top center no-repeat;
	width:100%;
}
#wrap {
	background: url(../images/repeat-y.jpg) top repeat-y;
	width:1010px;
	margin:0 auto;
	text-align:left;
	color: #fff;
}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	background: url(../images/masterhead.jpg);
	height:87px;
}
#masthead h2 {
	display:none;
}
/* index page link within #masthead */		
#masthead .pods {
	width:200px;
	display:block;
	float:left;
	margin:20px 0 0 0;
	font-weight:bold;
}
#masthead .pods#first {
	margin:20px 0 0 139px;
}
#masthead .pods li {
	background:url(../images/masterhead-li-icon.png) 0 5px no-repeat;
	padding-left:20px;
}
#masthead .pods a:link, #masthead .pods a:visited {
	color:#727272;
	text-decoration:none;
	outline:none;
}
#masthead .pods a:hover, #masthead .pods a:active {
	color:#727272;
	text-decoration:underline;
	outline:none;
}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:675px;
	float:left;
	background:url(../images/col-left-top.jpg) top no-repeat;
	padding-top: 105px;
}
.col-left {
	width:635px;
	float:left;
	padding:20px 20px 0 20px;
}
#column-left .content {
	width:620px;
	margin:0 0 0 30px;
}
#column-left .content ul{ margin:0 0 10px 0;}
#column-left .content ul li { list-style:disc; margin:0 0 0 12px;}
/* ------------------------ column-right framework ------------------------ */

#contact-button {
	background:transparent url("../images/contact-button.jpg") no-repeat;
	margin:0 20px 10px 18px;
	height:56px;
	width:204px;
	display: block;
}

#column-right {
	width:335px;
	float:left;
	background:url(../images/col-right-top.jpg) top no-repeat;
	padding-top: 105px;
}
.col-right {
	width:295px;
	float:left;
	padding:20px 20px 0 20px;
}
#column-right .content {
	width:290px;
	margin:0 0 0 20px;
}
/*--	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}

	#column-right form { margin-left:0px; }


	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat; 
			padding-left:10px;  
			}


	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat;
			padding-left:10px; 
			float:left;
			width:150px;
			line-height:20px; 
			}


	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat; 
			padding-left:10px; 
			margin-left:5px;
			} --*/

/* ------------------------ header framework ------------------------ */

#header-image {
	height:341px;
	background:url(../images/header-image.jpg)
} /* sets height for all non-flash headers */
#header-image h2, #header-image h3 {
	display:none;
}
/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background: url(../images/bottom-wrap.jpg);
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
}
/* ------------------------footer framework ------------------------ */
#footer {
	width:1010px;
	margin:0 auto;
	text-align:left;
}
#footer span {
	display:inline;
}
#footer p {
	color:#748fa5;
	margin-bottom:10px;
}
#footer a:link, #footer a:visited {
	color:#748fa5;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color:#748fa5;
	text-decoration: underline;
}
#footer ul {
	margin:0 0 10px 0;
}
#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
	display: inline;
	border-left: 1px solid #748fa5;
}
#footer li.first {
	border: none;
	margin: 0 5px 0 0;
}
#footer li.first h2{ display:inline; color:#748fa5;}
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav {
	background:url(../images/nav.jpg) no-repeat;
	width:1010px;
	height:53px;
	margin:0;
	padding:0;
}
#nav span {
	display: none;
}
#nav li, #nav a {
	height:53px;
	display:block;
} /* change height here also */
#nav li {
	float:left;
	list-style:none;
	_display:inline;
	position:relative;
}
#nav-01 {
	width: 94px;
	margin-left:0;
}
#nav-02 {
	width: 103px;
}
#nav-03 {
	width: 187px;
}
#nav-04 {
	width: 203px;
}
#nav-05 {
	width: 138px;
}
#nav-06 {
	width: 144px;
}
#nav-07 {
	width: 141px;
}
/*-------------- (-79px) X position of button / (-53px) height of image from above ------------- */
#nav-01 a:hover {
	background:url(../images/nav.jpg) -0px -53px no-repeat;
}
#nav-02 a:hover {
	background:url(../images/nav.jpg) -94px -53px no-repeat;
}
#nav-03 a:hover {
	background:url(../images/nav.jpg) -197px -53px no-repeat;
}
#nav-04 a:hover {
	background:url(../images/nav.jpg) -384px -53px no-repeat;
}
#nav-05 a:hover {
	background:url(../images/nav.jpg) -587px -53px no-repeat;
}
#nav-06 a:hover {
	background:url(../images/nav.jpg) -725px -53px no-repeat;
}
#nav-07 a:hover {
	background:url(../images/nav.jpg) -869px -53px no-repeat;
}
