/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License for CSS reset: none (public domain)
   edited by Sarah Soward
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	color: #000000;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset. Following code by sarah@sarahsoward.com */
/*========== BASE STYLES ================================*/
h1, h2, h3, h4, h5, h6, p, pre {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
.leftColumn2 p, .rightColumn2 p{
	padding: 0 20px;
}
a, blockquote {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
}
h2 {
	margin-bottom: 0;
	font-weight: normal;
	text-transform: uppercase;
	color: #cc9966;
}
h3 {
}
h4 {
}
p {
}
a:link {
	text-decoration: none;
	color: #cc9966;
}

a:visited {
	text-decoration: none;
	color: #cc9966;
}

a:active {
	text-decoration: none;
	color: #6666cc;
}

a:hover {
	text-decoration: none;
	color: #6666cc;
}
/*============== STRUCTURE =============================*/
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	text-align: center;
}
.container {
	width: 738px; 
	margin: 0 auto; 
	text-align: left;
}
header {
	padding: 35px 0 0 0;
}
nav { 
	padding-bottom: 30px;
	font-size: 0;
	text-align: left;
}
#content {
	padding: 10px 10px 10px 0;
	background-color: rgba(255, 255, 255, .6);
}
/* === OTHER STRUCTURE === */
.leftColumn2 {
	width: 116px;
	float: left;
}
.rightColumn2 {
	width: 560px;
	padding: 0 20px;
	float: left;
}
/* =========== NAV SPECIFICS ========================= */
nav {
	color: #fff;
	font-size: 0;
}
nav li {
	display: inline;
}
nav li a {
	display: block;
	float: left;
	height: 21px;
	background-repeat: no-repeat;
	background-position: left top;
}
#home_btn a:link, #home_btn a:visited{
	width: 93px;
	background-image:url(images/b-home.gif);
}
#home_btn a:hover, #home_btn a:active{
	background-image:url(images/b-home-over.gif);
}
#about_btn a:link, #about_btn a:visited{
	width: 228px;
	background-image:url(images/b-about.gif);
}
#about_btn a:hover, #about_btn a:active{
	background-image:url(images/b-about-over.gif);
}
#services_btn a:link, #services_btn a:visited{
	width: 128px;
	background-image:url(images/b-services.gif);
}
#services_btn a:active, #services_btn a:hover{
	background-image:url(images/b-services-over.gif);
}
#appointments_btn a:link, #appointments_btn a:visited{
	width: 145px;
	background-image:url(images/b-appointments.gif);
}
#appointments_btn a:active, #appointments_btn a:hover{
	background-image:url(images/b-appointments-over.gif);
}

/* =========== FOOTER ============== */
footer {
	padding-top: 20px;
	line-height: 1.2;
}
footer li {
	color: #fff;
	font-size: 0;
}
footer li {
	display: inline;
}
footer li a {
	display: block;
	float: left;
	width: 58px;
	height: 58px;
	background-repeat: no-repeat;
	background-position: left top;
}
#fb_btn a:link, #fb_btn a:visited{
	background-image:url(images/b-fb.gif);
}
#fb_btn a:hover, #fb_btn a:active{
	background-image:url(images/b-fb-over.gif);
}
#yelp_btn a:link, #yelp_btn a:visited{
	background-image:url(images/b-yelp.gif);
}
#yelp_btn a:hover, #yelp_btn a:active{
	background-image:url(images/b-yelp-over.gif);
}
#mapSm_btn a:link, #mapSm_btn a:visited{
	background-image:url(images/b-map-sm.gif);
}
#mapSm_btn a:hover, #mapSm_btn a:active{
	background-image:url(images/b-map-sm-over.gif);
}


/* =============== MISC */
.last {
	margin-bottom: 0 !important;
}
.drFriedersPic {
	padding: 0 0 0 20px;
	float: right;
}
ul.bullets {
	margin: 0 0 20px 25px;
	list-style-image: url(images/bullet_06.gif);
	list-style-position: outside;
	font-family:Arial, Helvetica, sans-serif;
}
.fltRight{
	float: right;
}
.fltLeft{
	float: left;
}
.clearFloat{
	clear:both;
}