@charset "utf-8";

/* CSS Document */

/* ----------------Colors---------------
blue	667eb5
brown	6F3F0B
green	92A565
------------------------------------- */


body {
	background-color: #77a5d5;
	background-image: url(../images/gradient.png);
	background-repeat: repeat-x;
	background-position: center top;
	width:100%;
	font-size:62.5%;
	font-family:"Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
}

/* ------------Generic Styles --------------------*/
.right {
	float:right;
	margin: 0 0 0 1.5em;
}

.left {
	float:left;
	margin: 0 1em 0 0;
}

.center {
	text-align:center;
	margin-left:0px;
	margin-right:0px;
}

.clear { clear:both; }

strong { font-weight:bold; }

em {
	font-style:italic;
	letter-spacing: .1em;
}

#content blockquote {
	margin: 3em 4em 1em 4em;
	color:#333;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:11px;
	text-align:justify;
}


#content blockquote p { /* Padding adjusts for extra space in left side of header */
	font-style:italic;
	font-size:1.25em;
	padding:1em 3em 1em 10px;
	line-height:2em;
	color:#FFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6F3F0B;
	border-bottom-color: #6F3F0B;
}

#content p.right {
	margin-top:.5em;
	font-size:1em;
	clear:both;
	font-weight:bold;
	letter-spacing:.1em;
}

/* -----------------------------Headings------------------------------ */
/* Old Page Headings
h2 {
	float:left;
	display:block;
	font-size:3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#6F3F0B;
	height:57px;
	background-image: url(../images/roundheading.png);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 57px;
	padding-left:10px;
	padding-right:2px;
	min-width:5em;
	letter-spacing:.1em;
}
*/
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6F3F0B;
	font-size:2.5em;
	padding-top:.25em;
	margin-bottom:.5em;
	margin-left:10px;
	font-weight:bold;
	letter-spacing:.15em;
	padding-bottom:3px;
	border-bottom-style:solid;
	border-bottom-color:#FFF;
	border-bottom-width:2px;
}

h3 {
	font-family:"Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	color:#FFF;
	font-size:2.5em;
	margin-bottom:.5em;
	margin-left:10px;
	margin-top:0;
	font-weight:bold;
	padding-right:5em;
	display:block;
	padding-bottom:2px;
}

#content h3 a:link, #content h3 a:visited, #content h3 a:hover {
	color:#6F3F0B;
	text-decoration:none;
}

h4 {
	font-size:1.5em;
	font-weight:bold;
	line-height:1.25em;
	margin-right:3em;
	color:#333;
}

#content h4#doctorName {
	color:#FFF;
	text-align:right;
	margin-right:2em;
}

h5 {
	font-size:1.25em;
	line-height:1.25em;
	font-style:italic;
}

h5.right {
	margin-right:2.5em;
	color:#FFF;
}

h6 {
	font-family:"Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	color:#6F3F0B;
	font-size:2em;
	margin-bottom:.5em;
	margin-left:10px;
	margin-top:1.5em;
	font-weight:bold;
	letter-spacing:.15em;
	text-transform:uppercase;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	padding-right:5em;
	display:block;
	margin-left: 1em;
	margin-right:2em;
}

#content p#homepageShadow {
	font-size:1.8em;
}


/* -------------------------------List Styles-------------------------------- */
#content ul, #content ol { margin: 0 2em 1.5em 10px; }

#content ul { list-style:disc; }

#content ul ul {
	list-style:circle;
	font-size:1em;
}

#content ol { list-style:decimal; }

#content ol ul { list-style:circle; }

#content ul li, #content ol li {
	color:#FFF;
	margin-left:3em;
	font-size:1.5em;
	margin-bottom:.5em;
}

#content ul li ul li, #content ol li ol li {
	font-size:.8em;
	margin-top:.5em;
}

#content ul li ul, #content ol li ol, #content ul li ol, #content ol li ul {
	margin-top:.5em;
	margin-bottom:0;
}

/* ------------------------Images--------------------------*/
img {
	border: 2px solid #6F3F0B;
}

.alignright {
	float:right;
	margin: 0 0 .5em 1em;
}

#content div.alignright {
	text-align:center;
	margin:0 0 .25em .25em;
	padding:0 0 .25em .25em;
}


#content div.alignright p {
	margin:0;
	padding:0;
	font-size:1.15em;
}

#content div.alignright p strong{
	font-size:1.5em;
	margin-bottom:.25em;
	display:block;
	margin-top:.4em;
}

#content div.alignright a {
	margin:0;
	padding:0;
}

.alignleft {
	float:left;
	margin: 0 1em 0 10px;
}

/* -------------------------Structure ---------------------- */
#window { /* Horse Footer Image */
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-width:960px;
}

/* Hacks background image position rounding error in webkit-based browsers */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
#window { background-position: 50.17% bottom; }
}

#container { /* centers content restricts width */
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
}

#navigation { /* Title and menu bar & top rounded corners */
	background-image:url(../images/header.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:960px;
	height:173px;
}

#content { /* Tiled horizontal stipe */
	background-image: url(../images/content_background.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0 55px 5px 45px;
	min-height:100px; /*Fixes IE overlap*/
	text-align: left;
}

#companyinfo { /* Footer */
	clear: both;
	height:339px;
	margin: 0 auto;
	color:#FFFFFF;
	padding-right:55px;
	letter-spacing:.1em;
}

/* ------------------------Header-------------------------- */
#navigation h1 { /* Moves the Nav list down and hides the company name text*/
	height:73px;
	text-indent:-999em;
}

#navigation ul {
	width:960px;
	height:63px;
}

#navigation ul li {
	line-height:64px;
	letter-spacing:.05em;
	font-size:2em;
	display:inline;
	border-left: 1px #667eb5 solid;
	padding: 0 .7em;
	font-weight:bold;
/*	behavior:expression(this.firstChild.style.padding-left = "55px");
	behavior:expression(this.firstChild.style.border-left = "none");
*/}

#navigation ul li:first-child {
	padding-left: 55px;
	border-left: none;
}

#navigation ul li a:link {
	text-decoration:none;
	color:#667eb5;
}

#navigation ul li a:visited {
	text-decoration:none;
	color:#667eb5;
}

#navigation ul li a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

/* --------------------------Content----------------------------- */
#content div.roundright {
	float:left;
	display: inline-block;
	height: 57px;
	width: 10px;
	background-image:url(../images/roundheading.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom:10px;
	margin-right:15px;
}

#content p { /* Padding adjusts for extra space in left side of header */
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:1em;
	font-size:1.5em;
	line-height:1.5em;
	color:#FFF;
	padding-left:10px;
	font-weight: normal;
}

#content ul.biglist li{
	font-size:1.75em;
	font-weight:bold;
	letter-spacing:0.05em;
	text-align:left;
	padding:0;
	color:#6F3F0B;
	margin:.5em 0 .5em 2.5em;
}

/* ----------------------------Footer-----------------------------*/
#companyinfo ul:first-child {
	clear:both;
	margin-top:173px;
	font-size:2em;
	font-weight:bold;
	margin-bottom:.25em;
	width:auto;
}

#companyinfo ul li {
	display:inline;
	border-left: 1px #6F3F0B solid;
	padding-right:8px;
	padding-left:8px;
}

#companyinfo ul li:first-child { border-left: none; }

#companyinfo ul li.compensate { padding-right: 0; }

#companyinfo ul { float:right;
	margin-bottom:.25em;
}

#companyinfo p {
	clear:both;
	text-align:right;
	font-size:1.5em;
	margin-bottom:.5em;
	margin-right:2px;
}

#companyinfo p.site {
	font-size:1em;
	
}


/* --------------------- Links --------------------- */
h1 a{
	display:block;
	width:100%;
	height:100%;
}

#content a:link {
	color:#585D9A;
	text-decoration:underline;
}

#content a:visited {
	color:#585D9A;
	text-decoration:underline;
}

#content a:hover { color:#6F3F0B; text-decoration:underline; }

#companyinfo li a:link {
	padding:0 2px;
}

#companyinfo a:link {
	color:#FFFFFF;
	text-decoration:none;
}

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

#companyinfo a:hover {
	color:#6F3F0B;
	background-color:#92A565;
}

#companyinfo ul:first-child a {
	background-color:transparent;
}



/* ------------------------Map------------------------*/

iframe {
	border: 2px solid #6F3F0B;
}


#content p.center {
	color:#FFF;
	font-size:2em;
	margin-bottom:.5em;
}