/* -- Layout -- */
	
body {
	background: #a6bfaa url(assets/images/bg.jpg);
	margin-top: 25px;
	color: #000;
	margin: 0 auto;
	font: 85% verdana, "trebuchet ms", arial, sans-serif;
}

.footer {
	background: #000 url(assets/images/bottom.gif) bottom left no-repeat;
}

.address {
	background-color: #19193A;
	}
	
.address p {
	line-height: 0;
	font-weight: bold;
	padding: 0;
	margin: 5px 5px 5px 5px;
	color: #FFF;
	font-size: .6em;
	}

img.flourish {
	padding-top: 5px;
	}
	
img.tagline {
	margin-left: 23px;
	margin-bottom: 5px;
	}

.footer p {
	text-align: left;
	text-transform: uppercase;
	font-size: .50em;
	margin: 0;
	font-weight: bold;
	color: #FFF;
}

p.right {
	text-align: right;
	}

.content {
	background: transparent url(assets/images/top_bg.jpg) top left no-repeat;
	}

.navigation p {
	text-align: right;
	text-transform: uppercase;
	color: #9B9795;
	font-size: .6em;
	line-height: 20px;
	margin-bottom: 0px;
	font-weight: bold;
	}

.navigation a.home {
	margin-right: 125px;
	}

.navigation a.meet {
	margin-right: 130px;
	}

.navigation a.neuro {
	margin-right: 135px;
	}

.navigation a.services {
	margin-right: 140px;
	}

.navigation a.patient {
	margin-right: 145px;
	}

.navigation a.forms {
	margin-right: 150px;
	}

.navigation a.questions {
	margin-right: 155px;
	}

.navigation a.links {
	margin-right: 165px;
	}

.navigation a.news {
	margin-right: 170px;
	}

.navigation a.survey {
	margin-right: 180px;
	}

.navigation a.appointment {
	margin-right: 185px;
	}

.navigation a.ask {
	margin-right: 195px;
	}

.navigation a.photo {
	margin-right: 205px;
	}

.navigation a.contact {
	margin-right: 215px;
	}

.navigation a.email {
	margin-right: 225px;
	}


/* -- Typography -- */

p { 
    font-size: .7em;
	line-height: 1.4em;
	margin-bottom: 1.2em;
}

h1 { 
    font-size: 20px;
}

h2 { 
    font-size: 16px;
	font-weight: bold;
	color:#6f6d6d;
}

h3 { 
    font-size: 14px;
	 font-weight: bold;
}

h4 { 
    font-size: 12px; 
	 font-weight: bold;
}
	
.subhead {
	color:#6f6d6d;
	font-size:12px;
}
.footer{
	font-size: .65em;
	text-transform: uppercase;
	margin-top: 3px;
}
	
/* -- Navigation -- */

a { 
	font-weight: bold;
	text-decoration: none;
	color: #19193A;
}

a:hover { 
	text-decoration: underline;
}

.navigation a {
	color: #9B9795;
	 }

.navigation a:hover {
	color: #19193A;
	text-decoration: none;
	}

.footer a:link, .footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

li { font-size: .7em;
	line-height: 1.0em;
	margin-bottom: 1.0em;}

.imgborder { BORDER: #000000 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}

.white {color:#ffffff;}