﻿/*----------------
PRIMARY
-------------------*/

@font-face {
	font-family: 'FirstGrader';
	src: url('../fonts/FIRSTGR.eot');
	src: local('☺'), url('../fonts/FIRSTGR.woff') format('woff'), url('../fonts/FIRSTGR.ttf') format('truetype'), url('../fonts/FIRSTGR.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font:100%/1.4 'Quando',serif;
	color:#72363e;
	background:url('../images/background.jpg') repeat;
}

.container {
	width:940px;
	margin:0 auto;
	overflow:auto;
}

/*----------------
HEADER
-------------------*/

header {
	background:url('../images/header.jpg') center top;
	width:100%;
	height:374px;
}

header > .container {
	position:relative;
	height:374px;
}

#number {
	position:absolute;
	top:5px;
	left:170px;
	font-weight:bold;
	font-size:0.95em;
}

/*----------------
NAVIGATION 
-------------------*/

nav {
	width:800px;
	position:absolute;
	bottom:0px;
	left:70px;
}

nav ul {
	list-style-type:none;
	text-align:center;
	margin:0;
}

nav li {
	margin:0;
	display:inline-block;
}

nav li a {
	color:#72363e;
	font-family:'FirstGrader',serif;
	text-decoration:none;
	display:block;
	padding:3px 5px;
	font-size:1.15em;
	text-transform:uppercase;
	font-weight:bold;
	line-height:0.9em;
	letter-spacing:-0.05em;
}

nav li a:hover {color:#4c9174;}

/*----------------
FEATURE 
------------------*/
#feature {
	width:100%;
	height:319px;
	background:url('../images/feature-bg.png') no-repeat top center;
	position:relative;
	z-index:999;
}

#welcome {
	float:left;
	font-size:0.90em;
	margin-top:35px;
	width:330px;
}

#welcome em {
	font-family:'FirstGrader',serif;
	color:#4c9174;
	font-size:1.6em;
	font-style:normal;
	font-weight:bold;
	line-height:1.2em;
}

#slideshow {
	float:right;
	width:602px;
	margin-top:-10px;
	position:relative;
	height:327px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

/*----------------
CONTENT 
------------------*/

h1 {
	font-family:'FirstGrader',serif;
	color:#4c9174;
	font-size:2em;
	margin-bottom:0;
	text-align:center;
}

h2 {
	font-family:'FirstGrader',serif;
	color:#4c9174;
	font-size:1.7em;
	margin-bottom:0;
}

a {
	color:#4c9174;
}

a:hover {text-decoration:none;}

footer a {
	color:#16583c;
}


a.topbtn {
    background: none repeat scroll 0 0 #b97d47;
    border-radius: 5px 5px 5px 5px;
    color: #ebdacb;
    font-size: 0.9em;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none;
}

#content {
	position:relative;
	z-index:2;
	background:url('../images/content-bg.png') repeat-y;
	width:940px;
	margin:0 auto;
	margin-top:-20px;
	padding:20px 80px;
	overflow:auto;
	font-size:0.9em;
}

#doctors, #contact {font-size:1.1em;}

#doctors {
	width:750px;
	margin:0 auto;
}

#doctors h2 {text-align:center;}

#contact {
	width: 500px;
	text-align:center;
	margin:0 auto 100px;
}

#title {
	width:100%;
	height:75px;
	background:url('../images/title-bg.png') center top;
	position:relative;
	z-index:999;
	padding-top:12px;
}

p.profile {
	float:left;
	width:26%;
	margin-right:43px;
	text-align:center;
}

p.profile a {font-size:0.8em;}

#contact strong {
	font-weight:bold;
	font-size:1.4em;
}

blockquote {
	color:#4c9174;
	font-size:1.2em;
	margin-bottom:20px;
}

#number img {
	vertical-align:middle;
}

.predev {
	font-size:1.1em;font-weight:bold;
}

.staff {
	float:left;
	width:188px;
	text-align:center;
}

/*----------------
FOOTER 
------------------*/

footer {
	width:100%;
	height:130px;
	background:url('../images/footer-bg.png') center top no-repeat;
	text-align:center;
	font-size:0.7em;
	margin-top:-10px;
	position:relative;
	z-index:3;
	padding-top:30px;
}

footer p {margin-bottom:10px;}

/*----------------
MISCELLANEOUS
-------------------*/
.clear {clear:both;}
.floatleft {float:left;margin-right:15px;border:3px solid #946b4b;}
.floatright {float:right;margin-left:15px;border:3px solid #946b4b;}
.floatmid {display:block;margin:0 auto;border:3px solid #946b4b;}
.center {text-align:center;}
.border {border:3px solid #946b4b;}
.colleft {
	float:left;
	width:450px;
	margin-right:20px;
}
.colright {
	float:right;
	width:450px;
	margin-left:20px;
}

.colmid {
	display:block;
	width:450px;
	margin:0 auto;
}

hr {
	width:90%;
	border:0;
	height:2px;
	background:#b97d47;
}