/* @override 
	http://localhost:8888/yorkclinical.css
	http://www.onlywebsites.com/1/debpettit/yorkclinical/yorkclinical.css
*/

html, body {
	margin: 0;
	background-image: url(images/bkg.gif);
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* LAYOUT */

#header {
	background-image: url(images/logo-2.png);
	width: 800px;
	height: 226px;
	margin-left: auto;
	margin-right: auto;
}

#header-home {
	background-image: url(images/logo.png);
	width: 800px;
	height: 226px;
	margin-left: auto;
	margin-right: auto;
}

#main-image {
	width: 760px;
	height: 454px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/main-image.jpg);
	border: 2px solid black;
	background-color: white;
}

#footer {
	width: 800px;
	height: 87px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer.png);
}

/* POSITIONING & FORMATTING */

a#home_link {
	display: block;
	width: 315px;
	position: absolute;
	height: 190px;
	overflow: hidden;
	text-indent: -9000px;
}

#nav {
	width: 770px;
	text-align: right;
	padding-top: 200px;
	font-size: .85em;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: black;
	margin-left: 50px;
}

#nav a:hover {
	color: maroon;
	text-decoration: underline;
}

#main-points {
	font-size: .95em;
	margin-top: 210px;
}

#main-points li {
	list-style-image: url(images/bullet.png);
	line-height: 2.3em;
}

#main-points a:link, #main-points a:visited {
	color: #79795a;
}

#main-points a:hover
 {
	color: black;
}

#footer p {
	text-align: right;
	padding-right: 20px;
	font-size: .75em;
	line-height: 1.5em;
	color: #434343;
}

#footer a:link, #footer a:visited {
	color: #434343;
	text-decoration: none;
}

#footer a:hover {
	color: black;
	text-decoration: underline;
}

/* MAIN-CONTENT */

#main-content {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-image: none;
	border: 2px solid black;
	background-color: white;
	height: auto;
}

#left {
	width: 200px;
	float: left;
	margin-left: 45px;
	margin-top: 25px;
}

#right {
	float: right;
	width: 420px;
	margin-right: 50px;
}

#clear {
	clear: both;
}

h1 {
	color: #565a45;
	font: bold 1.7em Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
}

h2 {
	color: #565a45;
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

p, ul {
	margin-left: auto;
	margin-right: auto;
	color: #434343;
	font: .8em/1.6em Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
}

ul.left {
	float: left;
	width: 190px;
	text-align: left;
	list-style-type: circle;
	padding-left: 15px;
}

ul.right {
	float: right;
	width: 190px;
	text-align: left;
	list-style-type: circle;
	padding-left: 0;
}

#lightbox-thumbs img {
	margin-right: 3px;
}

#main-content a:link, #main-content a:visited {
	color: #79795a;
}

#main-content a:hover {
	color: black;
}

#bios img {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}

input, textarea {
	font-size: 1.2em;
}

input {
	width: 250px;
}

textarea {
	width: 350px;
}

.hidden {
	margin: 0;
	width: 0;
	height: 0;
	visibility: hidden;
}
