/*
purple		7D80B9
gold		EBD467
gray		1A1A1A
white		FFFFFF
*/

html {
	text-align: center;
	background: #FFFFFF;
}
body {
	position: relative;
	top: 30px;
	width: 900px;
	height: 750px;
	margin: 0 auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #1A1A1A;
	background: url(/images/background_page_sidebar.jpg) no-repeat top;
	text-align: left;
	z-index: 10;
}
img#logo {
	position: absolute;
	top: 24px;
	left: 26px;
	z-index: 70;
}
div#content {
	position: absolute;
	top: 335px;
	left: 25px;
	width: 520px;
	height: 350px;
	padding: 10px 20px 5px 30px;
	z-index: 50;
}
div#sidebar {
	position: absolute;
	top: 335px;
	left: 595px;
	width: 250px;
	height: 350px;
	padding: 10px 10px 5px 10px;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	z-index: 50;
}
div#credits {
	position: absolute;
	top: 750px;
	left: 0px;
	width: 885px;
	height: 50px;
	text-align: right;
	color: #1A1A1A;
	z-index: 100;
}
div#address {
	position: absolute;
	top: 750px;
	left: 0px;
	width: 885px;
	height: 50px;
	text-align: left;
	color: #1A1A1A;
	z-index: 90;
}
h1 {
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 22px;
	color: #1A1A1A;
}
h2 {
	margin: 0 0 15px 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
	color: #1A1A1A;
}
h3 {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 17px;
	color: #1A1A1A;
}
p {
	margin: 0 0 10px 0;
}
a, a:visited {
	color: #1A1A1A;
	text-decoration: none;
	font-style: italic;
}
a:hover, a:active {
	color: #7D80B9;
	text-decoration: none;
	font-style: italic;
}
a.large, a.large:active, a.large:hover, a.large:visited {
	font-size: 18px;
	line-height: 22px;
	color: #7D80B9;
	font-style: normal;
}

/* navigation, http://www.alistapart.com/articles/sprites/ */
ul#navigation {
	position: absolute; top: 265px; left: 25px;
	margin: 0px auto; padding: 0;
	width: 845px; height: 75px;
	background: url(/images/navigation_default.png);
	z-index: 100;
}
ul#navigation li {
	position: absolute; top: 0;
	margin: 0; padding: 0; list-style: none;
	height: 75px;
	text-indent: -9000px;
	overflow: hidden;
}
ul#navigation li, #navigation a {
	height: 75px; display: block;
}
li#home {left: 0; width: 125px;}
li#team {left: 125px; width: 140px;}
li#new_patients {left: 265px; width: 180px;}
li#dental_services {left: 445px; width: 145px;}
li#location {left: 590px; width: 260px;}
li#home a:hover, li#home a:active, li#home a:focus, li#home a.current  {
	background: transparent url(/images/navigation_over.png) 0px 0px no-repeat;
}
li#team a:hover, li#team a:active, li#team a:focus, li#team a.current {
	background: transparent url(/images/navigation_over.png) -125px 0px no-repeat;
}
li#new_patients a:hover, li#new_patients a:active, li#new_patients a:focus, li#new_patients a.current {
	background: transparent url(/images/navigation_over.png) -265px 0px no-repeat;
}
li#dental_services a:hover, li#dental_services a:active, li#dental_services a:focus, li#dental_services a.current {
	background: transparent url(/images/navigation_over.png) -445px 0px no-repeat;
}
li#location a:hover, li#location a:active, li#location a:focus, li#location a.current {
	background: transparent url(/images/navigation_over.png) -590px 0px no-repeat;
}
