/*** RESET STYLES ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.2;
	color: #000000;
	background: url('/images/body-bg.jpg') repeat-x #9fe2ff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
	margin: 0px 0px 10px 30px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
blockquote {
	margin: 0px 0px 10px 30px;
}
p {
	font-size: 13px;
	margin-bottom: 15px;
}
h1 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	margin-bottom: 15px;
	font-weight: bold;
}
li {
	font-size:13px;
	margin-bottom: 15px;
}
a, a:visited {
	text-decoration: none;
	color: #003e77;	
}
a:hover {
	text-decoration: none;
	color: #003e77;
}
strong {
	font-weight: bold;
}
textarea, input {
	border: solid 1px #000000;
}

/*** Container Styles (in order of appearance in code) ***/

#main {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 100%;
	background: url('/images/wrap-bg.jpg') repeat-y;
	margin: 0px;
}
#header {
	position: relative;
	width: 801px;
	height: 237px;
	padding: 0px 85px 0px 84px;
	background: url('/images/header-bg.jpg') no-repeat;
}
#logo {
	position: absolute;
	top: 41px;
	left: 145px;
	border: none;
}
#header_services {
	position: absolute;
	top: 40px;
	right: 123px;
	border: none;	
}
#tabs_box {
	position: absolute;
	left: 120px;
	bottom: 0px;
	height: 35px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#tabs_box ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.tab {
	float: left;
	height: 21px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font-size: 14px;
}
.tab_selected {
	float: left;
	height: 21px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font-size: 14px;
}

.tab a {
	color: #FFFFFF !important;
}
.tab_selected a {
	color: #99ca3c !important;
	text-decoration: underline;
}
.nav_spacer {
	float: left;
	width: 22px;
	height: 35px;
	background: url('/images/nav-spacer.jpg') no-repeat;
}
#sidebarleft {
	float: left;
	margin: 0px 0px 0px 84px;
	width: 161px;
	min-height: 390px;
	_height: 390px;
	padding: 10px;
	background: url('/images/sidebar-bg.jpg') repeat-x;
}
#sidebar_phone {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
}
#sidebar_phonenumbers {
	text-align: center;
	font-size: 20px;
	line-height: 35px;
	color: #000000;
	margin: 10px 0px 20px 0px;
}
.sidebar_pic {
	clear: both;
	margin: 0px 0px 23px 23px;
}
.testimonial {
	font-size: 12px;
}
#content {
	float: left;
	width: 580px;
	min-height: 300px;
	_height: 300px;
	padding: 20px;
	margin: 0px;
}
#homepage_specials {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 18px;
	padding: 6px 19px 0px 66px;
	width: 282px;
	height: 53px;
	font-weight: bold;
	font-size: 16px;
	background: url('/images/homepage-specials-bg.jpg') no-repeat;
}
#gallery_thumbs {

}
#gallery_thumbs td img {
	margin: 3px !important;
}
#gallery_thumbs_beforeafter {

}
#gallery_thumbs_beforeafter td img {
	margin: 3px 3px 3px 65px !important;
}

#footer {
	clear: both;
	width: 970px;
	height: 53px;
	background-image: url('/images/footer-bg.jpg');
	background-repeat: no-repeat;
}
#footer p, #footer a {
	color: #FFFFFF;
}
#spacer {
	position: relative;
	top: 0px;
	left: 0px;
	height: 20px;
}

/*** Universal Classes ***/

.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatleft_pic {
	float: left;
	margin: 0px 15px 15px 0px;
}
.floatright_pic {
	float: right;
	margin: 0px 0px 15px 15px;
}
.clearboth {
	clear: both;
}
.border {
	border: solid 1px #000000;
}
.real_list li {
	list-style: circle;
	margin-bottom: 3px;
}

