body {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background:#FFF9DE url(../images/background.jpg) repeat-x; /* cream */
	font-size:11px;
}
h1, h2, h3, h4, h5 {margin:0; padding:0; font-weight:normal;}
h1 {
	color:#5FA1D6;/* blue */
	padding:5px 10px 5px 15px;
	font-size:20px;
}
h2 {
	color:#629458; /* green */
	padding:5px 10px 2px 15px;
	font-size:16px;
}
h3 {
	color: #003471; /* dark blue */
	padding:5px 10px 0 15px;
	font-size:14px;
}
h4 {
	color:#8B301D;/* maroon */
	padding:3px 10px 0 15px;
	font-size:14px;
}

p {
	margin:0;
	padding:3px 10px 5px 15px;
	font-size:11px;
	line-height:14px;
}
ul, ol {
	margin:0;
	padding:3px 10px 5px 30px;
	list-style-position:outside;
	font-size:11px;
	line-height:14px;
}
a {color:#8B301D;/* maroon */}
a:hover {color:#F76429;/* orange */}
.pic {
	float:right;
	margin:3px 30px 3px 10px;
	border:2px solid #FEBC42;/* orange */
}
hr {
	background-color:#FEBC42;/* orange */
	border-top: 1px solid #F76429; /*dark orange */
	border-bottom:none;
	border-left:none;
	border-right:none;
	height:3px;
	margin:10px 20px 5px 10px;
}
/* -------------------------------------------------------
 					structure
 ------------------------------------------------------- */
 #wrap {
 	width:800px;
	text-align:left;
	margin:30px auto 0;
	border-left:1px solid #ACC5D2;
	border-right:1px solid #ACC5D2;
	position:relative;
 }
 #home #wrap {background:#fff url(../images/content-back-home.jpg) repeat-y; } 
 #secondary #wrap {background:#fff url(../images/content-back.jpg) repeat-y; } 
 #home #header {height: 133px; background-color:#93CAEB;} /* blue */
 #secondary #header {height: 121px; background-color:#93CAEB;} /* blue */
 #home #intro {background:#FEBC42 url(../images/home-intro.jpg) repeat-y top;} /* orange */
 #secondary #intro {
 	background:#FEBC42 url(../images/orange-bar.jpg) no-repeat top; /* orange */
	height:71px;
}
#home #content {
	margin:0; 
	clear:both; 
	position:relative;
	border-top:1px solid #A2B3BD; /* blue grey */
	width:786px;
	padding-bottom:10px;
}
#secondary #content {margin:-30px 20px 0 190px; padding-bottom:10px;}
#footer {
	background:url(../images/footer.jpg) no-repeat top; 
	padding-top:25px; 
	margin:0 auto;
	width:802px;
} 
/* -------------------------------------------------------
 					logos
 ------------------------------------------------------- */
#logo-container {
 	position:absolute;
	top:40px;
	left:15px;
 }
#home #logo {
	width: 191px;
	height: 147px;
	position: relative;
	padding:0;
	font-size:10px;
}
#home #logo a {
	color:#BCD9E9;
	padding:0;
	text-decoration:none;
}
#home #logo span {
	background: url(../images/logo-home.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#secondary #logo {
	width: 174px;
	height: 134px;
	position: relative;
	padding:0;
	font-size:10px;
}
#secondary #logo a {
	color:#BCD9E9;
	padding:0;
	text-decoration:none;
}
#secondary #logo span {
	background: url(../images/logo.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
/* -------------------------------------------------------
 					navigation
 ------------------------------------------------------- */
#navcontainer {
	margin: 0;
	padding: 0;
	height: 30px;
	border-bottom:3px solid #FFB32B; /* orange */
	background: #fff url(../images/nav-back.jpg) repeat-x;
}
#navcontainer li a.last {border:none;}
#nav {
	border: 0;
	margin: 0 0 0 0px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#nav a {
	display: block;
	color: #003471; /* dark blue */
	line-height: 30px;
	border-right:1px solid #E2DCC0; /* tan */
	text-decoration:none;
	line-height:30px;
	padding:0 20px;
}
#nav a.first {
	border-left:none;
}
#nav a:hover { background-color: #FBD991; /* yellow */}
#nav li {
	float: left;
	margin:0;
	padding:0;
}
#nav li ul {
	position: absolute;
	background-color: #FFF9DE;/*cream*/
	width: 16em;
	left: -999em;
	border-top:1px solid #E2DCC0; /* tan */
	border-right:1px solid #E2DCC0; /* tan */
	border-left:1px solid #E2DCC0; /* tan */
	z-index:100;
	font-size:11px;
	margin:0;
	padding:0;
	line-height:12px;
	text-align:left;
}
#nav li li {
	display:block;
	width: 16em;
}
#nav li ul a {
	border-bottom:1px solid #E2DCC0; /* tan */
	padding: 6px 10px;
	border-left: none;
	line-height: 12px;
}
#nav li ul a:hover {
	background-color:#FBD991; /* yellow */
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.hover {
    position: static; /* to correct ie7 bug */
}
/* -------------------------------------------------------
 					side nav
 ------------------------------------------------------- */
#side-navbox {
	width:180px;
	float:left;
	margin:-35px 0 20px 0;
}
 #side-nav {
	width:180px;
	float:left;
	margin:0;
	padding:0;
}
#side-nav li {margin:0; padding:0; display:inline;} /* to fix li margin/padding in ie */
#side-nav ul{
	color:#250C08;
	list-style-type:none;
	font-size:10px;
	margin:0;
	padding:0;
}
#side-nav a {
	color: #003471; /* dark blue */
	display: block;
	padding: 6px 5px 6px 40px;
	text-decoration:none;
	border-bottom:1px solid #C3DADA;/* blue */
}
#side-nav a:hover {background-color:#C3DADA;/* blue */}
#side-navbox h1 {
	color:#F76429;/* orange */
	font-size:16px;
	background:url(../images/arrow.gif) no-repeat left;
	padding:6px 0 10px 40px;
}
 /* -------------------------------------------------------
 					home page
 ------------------------------------------------------- */
#vision {
 	float:left;
	background:url(../images/quote.jpg) no-repeat top;
	width:400px;
 }
#vision p {
 	color:#8B301D;/* maroon */
	font-size:12px;
	line-height:18px;
	margin:40px 25px 0 40px;
	font-style:italic;
 }
#welcome { margin:0 20px 10px 410px; z-index:5; position:relative;}
#welcome h1 {padding-top:3px;}
#intro-bottom { 
 	background: url(../images/home-intro-bottom.jpg) no-repeat top; height:80px;
	margin-top:-60px;
	z-index:2;
 }
#tabs {
	height:31px; 
	width:400px;
	position:absolute;
	top:-30px;
	left:15;
	z-index:10;
}
#tabs ul {margin:0; padding:0 0 0 15px; line-height:30px;}
#tabs ul li {
	display:inline; 
	height:31px;
	margin:0 2px;
}
#tabs ul li a {
	color: #003471; /* dark blue */
	text-decoration: none;
	font-size:10px;
	padding:8px;
	background:#E0ECF3 url(../images/tab-back.jpg) repeat-x top;/* light blue */		
	border-top:1px solid #A2B3BD; /* blue grey */
	border-right:1px solid #A2B3BD; /* blue grey */
	border-left:1px solid #A2B3BD; /* blue grey */
}
#tabs ul li a:hover {color:#8B301D; /* maroon */}
#tabs ul li a.on {
	border-bottom:1px solid #fff;
	background:#fff url(../images/tab-back-on.jpg) repeat-x top;
	color:#8B301D; /* maroon */
}
#tabs ul li.on a {color:#8B301D; /* maroon */}
#intro1, #intro2, #intro3 {
 	width:520px;
 }
#intro1 h2, #intro2 h2, #intro3 h2 {margin-top:10px; color:#F76429;/* orange */ font-size:18px;}
#schedule {
 	background: url(../images/yellow-button.jpg) no-repeat;
	height:45px;
	padding:12px 0 0 0;
 }
#schedule a { 
	padding-left:55px; 
	font-size:14px; 
	text-decoration:none;
	color:#8B301D; /* maroon */
}
#schedule a:hover { color: #003471; /* dark blue */}
#news {
 	width:248px;
	float:right;
	color: #003471; /* dark blue */
 }
#news h2 {
	padding:0 0 3px 20px;
	color: #003471; /* dark blue */
	border-bottom:1px solid #A2B3BD; /* blue grey */
 }
 #news h3 {
	padding:8px 0 3px 20px;
	font-size:13px;
	color: #003471; /* dark blue */
	background:url(../images/arrow-blue.gif) no-repeat left;
 }
 #news p {padding:3px 0 3px 20px; font-size:10px;}
 /* -------------------------------------------------------
 					doctors
 ------------------------------------------------------- */
 .about-doc {
 	background-color:#FFF9DE;/*cream*/
	border-top:1px solid #FED172;/*orange*/
	border-bottom:1px solid #FED172;/*orange*/
	width:587px;
	margin:-3px 0 20px -9px;
	position:relative;
	padding:0 0 10px 10px;
 }
 .about-doc h2 {color: #003471; /* dark blue */ font-style:italic; padding:3px 0 10px 15px;}
 .about-doc h3, .doc-info h3 {color:#5FA1D6;/* blue */}
 .about-doc img {float:right; margin:15px 90px 20px 10px; border:5px solid #BCCF9B;/*green*/}
 .doc-info {background:url(../images/doc-info.gif) repeat-y left top; width:580px; margin:-8px 0 0 0;}
 .doc-info div {width:185px; float:left; margin:0 5px 5px 0;}
 .doc-info hr {clear:both; border:none; background-color:white;}
 /* -------------------------------------------------------
 					footer
 ------------------------------------------------------- */
#footer p {font-size:10px; text-align:right; color:#A2B3BD; /* blue grey */}
#nav-btm {
 	float:left;
	font-size:11px;
 }
#nav-btm a, #footer a {
 	color:#A2B3BD; /* blue grey */
	padding:0 3px;
}
#nav-btm a:hover, #footer a:hover {color: #003471; /* dark blue */}
#nav-btm p {padding:0; margin:0;}
 /* -------------------------------------------------------
 					forms
 ------------------------------------------------------- */
#contact {padding:5px 10px 20px 15px;}
#contact label {
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
#contact submit {
	margin-left: 4.5em;
}
#contact input {
	color: #000;
	border: 1px outset #5FA1D6;/* blue */
}
#contact textarea {
	color: #000;
	border: 1px outset #5FA1D6;/* blue */
}


#contact fieldset {
	width: 90%;
	border:1px solid #A2B3BD; /* blue grey */
	margin-bottom:10px;
}
#contact legend {
	padding: 5px 6px;
	color:#F76429;/* orange */
	font-size:12px;
	font-style:italic;
} 
.button, #contact input.button {
	background-color:#F76429;/* orange */
	color:white;
	font-size:10px;
	text-transform:uppercase;
	border:3px outset #F76429;/* orange */
}

.schedule_app_table {
 	background-color:#FFF9DE;/*cream*/
	border:1px solid #FED172;/*orange*/
	margin:-3px 0 20px -9px;
	position:relative;
	padding:10px 0 10px 10px;
}

#mytable {
	padding-right: 12px;
	margin: 0;
}

#mytable caption {
	padding: 0 0 5px 0;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#mytable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align: center;
}


#mytable td.alt {
	background: #F5FAFA;
	color: #797268;
	vertical-align:middle;
}

#mytable td.alt2 {
	background: #F5FAFA;
	color: #797268;
	text-align: left;
}

#mytable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
} 

#mytable th.specalt2 {
	border-left: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

.calendar {
	width: 100%;
	background-color: #999999;
}
.calth {
	background-color: #BCCF9B;
}
.calday {
	background-color: #FFFFFF;
	height: 80px;
	width: 70px;
	vertical-align: top;
}
.caltoday {
	background-color: #EFFFD7;
	height: 80px;
	width: 70px;
	vertical-align: top;
}

.callink {
	color: #82cb48;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 7pt;
	cursor: pointer;
	font-size: 12px;
} 

.job {
	color:#000000;
	font-size:10px;
}