* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	background:url(../images/bg.jpg) top repeat-x #3a3839;
	font-weight:normal;
}

/* TEXT ELEMENTS */

p {
	padding: 0 0 15px 0;
	line-height:140%;
	font-size: .875em;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	line-height:125%;
	margin: 0.5em 0;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	letter-spacing:6px;
	line-height:150%;
	text-transform: uppercase;
	margin: 0.5em 0;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	letter-spacing:2px;
	line-height:125%;
	font-size:150%;
	margin: 0.5em 0;
}

h4 {
	font-family:"Times New Roman", Times, serif;
	letter-spacing:2px;
	text-transform:uppercase;
	margin: 0.5em 0;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	letter-spacing:2px;
	margin: 0.5em 0;
}

a a:link a:visited {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

q {
	font-size: 110%;
	line-height: 1.2em;
	font-style:italic;
}
li {
	line-height: 1.2em;
	list-style: none;
}
hr {
	margin: 1em 0;
}
table {
	margin: 0 auto;
	display: block;
}
td {
	text-align: left;
}


/* ---------- header -------------- */

#header {
	height:190px;
	text-align: center;
	width: 100%;
}

/* ---------- navigation -------------- */
#navigation {
	position: relative;
	color: #fff;
	width: 100%;
	text-align: center;
	background:#3a3839;
	padding: 10px 0;
	z-index: 100;
}
#navigation ul{
	padding: 0;
	margin: 0;
}
#navigation li {
	position: relative;
	display: inline;
	padding: 0 1em;
	margin: 0;
}
#navigation a {
	text-decoration: none;
	font-size:14px;
	color: #fff;
	padding: 10px 2px;
}
#navigation a:hover {
	color:#f00;
}
.submenu {
	top: 25px;
	right: 1.5em;
	position: absolute;
	display:none;
	background:#3a3839;
	padding: 0;
	width: 170px;
	z-index:100;
}

#navigation ul li ul.submenu li {
	display:block;
	padding: 4px;
	text-align: right;
}
#navigation ul li:hover ul.submenu {
	display: block;
}
.thispage a {
	font-weight:bold;
}

/* ---------- pages -------------- */
#page {
	background: #3a3839;
	width:100%;
	min-height: 100%;
	margin: 0;
	text-align:left;
	z-index: 1;
	position: relative;
}
#backImage {
	width: 100%;
	height:100%;
	position:absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#backImage img{
	display: block;
	width: 100%;
}

#content {
	position: relative;
	width:70%;
	min-width: 940px;
	min-height: 760px;
	margin: 0 auto;
	text-align: left;
	z-index:2;
}

#location {
	position: absolute;
	left: 0;
	top: 30px;
	text-align: center;
	width:80%;
	margin: 0 10%;
	padding-top: 2em;
}
.event {
	text-align:center;
	position: relative;
}

.roundedBox {
	border-radius: 8px;
	background:#fff;
	opacity: .95;
	filter:alpha(opacity=95);
	padding: 10px 20px;
}

#quote {
	float: left;

	text-align:center;
	font-style:italic;
	margin-top: 10px;
}

#movie {
	float: right;
	margin-top: 50px;

}
.ios {
	float: right;
	margin-top: 20px;
}

#mission {
	float: right;
	width: 420px;
	margin: 300px 0 0 0;
}

#philosophy {
	clear:both;
	float: left;
	width: 420px;
	margin: 250px 0 0 0;
}

#address {
	text-align:center;
}

/* ---------- footer -------------- */

#footer {
	clear:both;
	position: relative;
	font-size:85%;
	background-color:#3a3839;
	color:#ccc;
	padding:10px 0;
	text-align: center;
	width: 100%;
	z-index: 10;
}

#footer a {
	color:#ddd;
	text-decoration: none;
	padding: 0 2px;
}

#footer a:hover {
	color:#f00;
	padding: 0 2px;
}

.footermenu {
	padding:15px 0 15px 0;
}

.logo {
	height: 75px;
	vertical-align: middle;
	padding: 5px 10px;
	border: none;
}

#carecredit {
	display: block;
	margin: 30px auto;
}
#carecredit a{
	display: block;
	text-align: center;
}

.imgLeft {
	float: left;
	padding: 10px 20px 10px 0;
}
.imgRight {
	float: right;
	padding: 10px 0 10px 20px;
}

.imgCenter {
	display: block;
	margin: 0 auto;
	padding: 10px;
}
.clearBoth {
	clear:both;
}

.teampicleft {
	padding:0 15px 15px 15px;
	float:left;
}

.teamDoc {
	clear: both;
	border-top:dotted #777 thin;
}

.teampic {
	padding:15px 15px 15px 15px;
	float:right;
	font-size:80%;
	font-style:italic; 
	text-align:center;
}

.white {
	color:#fff;
}

.blue {
	color:#0155b4;
}

.brown {
	color:#af6701;
}

#content.centerText {
	text-align: center;
}
.centerText {
	text-align: center;
}

.servlist li{
	list-style:none;
	padding-left: 2em;
}

#indexlist {
	list-style: circle;
	margin-top:-25px;
}

.fineprint {
	font-size: .5em;
}

#cardiology {
	clear:both;
	float:left;
	display: block;
	margin: 10px 50px 10px 0;
}
#alternative {
	float: left;
	display: block;
	margin: 10px 50px 10px 0;
	
}
#neurology {
	float: left;
	display: block;
	margin: 10px 50px 10px 0;	
}

.hide {
    display: none;
}

/* ---------- gallery -------------- */

#gallery {
	margin: 0 auto;
	display:block;
	text-align: center;
	width: 980px;
}
#displayLayer {
    position: absolute;
    visibility: hidden;
    width: 980px;
    z-index: 100;
}
#display {
    border: thin solid #AAAAAA;
    display: block;
    margin: 20px auto;
}
#mainConcept {
    margin-top: 10px;
    width: 980px;
	text-align: center;
}
#mainConcept h3 {
    border-bottom: thin solid #EE0000;
    margin: 0;
    padding: 10px 0;
	color: #ee0000;
}
#mainConcept ul {
    display: block;
    margin: 20px auto;
	padding: 0;
}
#mainConcept li {
    display: inline-block;
    list-style: none outside none;
    padding: 15px 15px;
    vertical-align: middle;
	*display:inline;
}
#mainConcept li img {
    border: thin solid #AAAAAA;
}

