@import url("/resets.css");

html {
}

body {
	background-color: #830;
	font-size: 12px;
	font-family: trebuchetMS, arial, helvetica, sans-serif;
}

#wrapper {
	width: 965px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}

#header {
	width: 965px;
	height: 68px;
	background: url('/images/headerBackground.gif');
}

#nav {
	width: 965px;
	background: url('/images/navBackground.gif');
	background-repeat: repeat-x;
	text-align: right;
}

#nav ul {
	padding-right: 2em;
	font-size: 100%;
	font-weight: bold;
	color: white;
	line-height: 32px;
}

#nav ul li {
	display: inline;
	padding-left: 1em;
	padding-right: 1em;
	margin: 0;
	border-left: 1px solid #fff;
}

#nav ul li.first {
	border-left: none;
}

#nav a {
	text-decoration: none;
	color: #fff;
	padding: 8px 0 9px;
}

#nav a.current, #nav a:hover {
	color:  #830;
	background: url('/images/navHover.gif');
	background-repeat: no-repeat;
}

#main {
	background: url('/images/mainBackground.gif');
	background-repeat: repeat-x;
	background-color: #fff;
	border: 1px solid #897355;
	width: 939px;
}

#main2 {
	background: url('/images/photoColumnBackground2.gif');
	background-repeat: repeat-y;
	background-position: right;
}

#footer {
	width: 965px;
	height: 20px;
	background: #557777;
	padding-top: 1em;
	text-align: center;
	font-size: 90%;
	color: #fff;
	text-decoration: none;
	clear: both;
}

#footer a {
	color: #fff;
	clear: both;
}

#footer a:hover {
	color: #830;
}

/* ------------------------------ Other Pages ------------------------------*/

#main {
	padding-left:24px;
	line-height: 1.5em;
	float: left;
}

#main h1 {
	font-size: 240%;
	font-weight: bold;
	padding: 1.5em 0 1em;
}

#main h1.orofacialPain {
	font-size: 220%;
}

#main p {
	padding-bottom: 1em;}

#main ul {
	margin-left: 2em;
	list-style-type: disc;
	padding-bottom: 1em;
}

#main ol {
	margin-left: 2em;
	list-style-type: decimal;
	padding-bottom: 1em;
}

#photoColumn {
	float: right;
	margin: 0 16px 0 2em;
	width: 273px;
	border-left: 2px solid #897355;
	border-right: 2px solid #897355;
	background: #f1e7db;
	padding-bottom: 300px;
	height: 200%;
}

#photoColumn p {
	color: #830;
	font-weight: bold;
	padding: 2em 2em 0;
	line-height: 1.5em;
}

/* ------------------------------ Contact Us ------------------------------ */

#contactUs {
	float: left;
	width: 915px;
	margin-right: 24px;
}

#contactUs div.googleMap {
	float: right;
	padding-left: 50px;
}

#contactUs div.googleMap a {
	text-decoration: none;
	color: #830;
}

#contactUs .italic {
	font-style: italic;
}

#contactUs #rightColumn {
	float: right;
	width: 605px;
	border: 1px solid #999;
	padding: 50px 20px 50px 20px;
}

#contactUs #leftColumn {
	width: 250px;
}

#contactUs .highlight {
	color: #830;
}

#contactUs p.message {
	color: #f00;
	border: 1px solid #f00;
	padding: 10px;
	margin-bottom: 10px;
}

/* ------------------------------ Resources/Links ------------------------------ */

div#resourcesLinks {
	padding-right: 30px;
}

/* ------------------------------ Home ------------------------------ */

#homeMain {
	background: url('/images/mainHomeBackground.gif');
	background-repeat: repeat-x;
	background-color: #f1e7db;
	border: 1px solid #897355;
}

#homeMainLeft {
	background: url('/images/drJBuchananStandingPhoto.jpg');
	background-repeat: no-repeat;
	width: 289px;
	padding-top: 337px;	
	float: left;
	color: #830;
	min-height: 100%;
}

#homeMainLeft p {
	font-weight: bold;
	padding: 1em 3em 0;
}

#homeMainLeft ul {
	list-style-type: disc;
	padding: 2em 2em 2em 3em;
}

#homeMainLeft ul li {
	padding-bottom: .5em;
}

#homeMainRight {
	border-left: 2px solid #897355;
	margin-left: 289px;
	padding: 4em 8em;
	height: 550px;
	color: #433;
}

#homeMainRight h1 {
	font-size: 240%;
	font-weight: bold;
	padding-bottom: 1em;
}

#homeMainRight p {
	line-height: 1.2em;
	margin-bottom: 1em;
	font-size: 120%;
}

#homeMainRight p.highlight {
	color: #830;
}

#homeMainRight p.clincher {
	font-weight: bold;
	line-height: 1.5em;
}

#homeMainRight p.contactInfo {
	text-align: center;
	font-size: 140%;
	font-weight: normal;
	line-height: 2em;
}

#homeMainRight p.contactInfo span.phone {
	font-size: 120%;
	font-weight: bold;
}

#homeMainRight p.contactInfo a {
	color: #433;
}

#homeMainRight p.contactInfo a:hover {
	color: #830;
}
