/* excellent dental global.css */


/* general **********************/
img {
	border: 0 none;
}


/* layout **********************/
body {
	width: 100%;
	
	margin: 0;
	padding: 0;
	
	text-align: center;
}
div#wrap {
	width: 760px;
	margin: 10px auto;
}
div#header {
	height: 137px;
	
	background-image: url(/_img/layout_header.jpg);
	background-repeat: no-repeat;
}
div#page {
	height: 564px;
	
	margin: 0 35px;
	
	text-align: left;
}
div#sidebar {
	width: 186px;
	height: 587px;
	
	float: left;
		
	background-repeat: no-repeat;
	background-image: url(/_img/layout_sidebar.jpg);
}
div#nav {
	width: 480px;
	height: 26px;
	
	float: right;
	
	border-bottom: 1px dotted #6699cc;
}
div#content {
	width: 466px;
	
	float: right;
	
	margin: 20px 0 0 20px;
}
div#footer {
	width: 470px;
	
	margin: 20px 0 0 0;
	padding: 10px 10px 20px 0;
	
	float: right;
	
	text-align: right;
	
	border-top: 1px dotted #6699cc;
}
div#page.staff #sidebar {
	display: none;
}
div#page.staff #content {
	
}


/* typography *************************/
body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000033;
}
h1 {
	font-size: 20px;
	color: #990000;
	font-weight: bold;
	font-family: Georgia, Times, "Times New Roman", serif;
}
h2 {
	font-size: 14px;
	color: #234B7E;
}
.highlight {
	font-weight: bold;
	color: #336699;
}
a, a:link, a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #336699;
}
.indent, ul {
	margin: 0 0 0 25px;
	padding: 0;
}
li {
	list-style-type: square;
	
	margin: 0;
	padding: 0;
}
li a:hover {
	background-color: transparent;
}
.small {
	font-size: 9px;
	color: #999999;
}
.small a, .small a:link, .small a:visited {
	color: #999999;
	text-decoration: underline;
}
.small a:hover {
	color: #666666;
	text-decoration: none;
	background-color: transparent;
}
p.small {
	margin-top: 40px;
}
dt {
	font-weight: bold;
}
dd {
	position: relative;
	top: -1.2em;
	left: 1em;
}
.alt, tr.alt td {
	background-color: #ebf5f5;
}
.padded {
	padding: 10px 20px;
	clear: both;
}
.named_anchor {
	text-decoration: none;
}


/* footer *************************/
#footer {
	font-size: 9px;
	color: #006699;
	
	text-align: right;
	
	line-height: 21px;
}
#footer a {
	color: #006699;
	text-decoration: none;
}
#footer a:hover {
	color: #000033;
	
	background-color: transparent;
}
#footer_text {
	display: block;
	float: right;
	height: 20px;
}
#uplyft {
	display: block;
	float: right;
	height: 20px;
	
	padding: 0 24px 0 3px;
	
	background-image: url(/_img/uplyft.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#uplyft:hover {
	background-position: bottom right;
}


/* navigation *************************/
#nav ul {
	list-style: none;
}
#nav ul li {
	display: inline;
	
	padding: 0;
	margin: 0;
}
#nav a {
	display: block;
	height: 20px;
	
	float: right;
	
	margin-right: 4px;
	
	background-repeat: no-repeat;
	background-position: top left;
	
	text-indent: -9999px;
	overflow: hidden;
}
#nav a:hover, #nav a.selected {
	background-position: bottom left;
}
#nav a#home {
	width: 55px;
	background-image: url(/_img/nav_home.png);
}
#nav a#mission {
	width: 63px;
	background-image: url(/_img/nav_mission.png);
}
#nav a#staff {
	width: 44px;
	background-image: url(/_img/nav_staff.png);
}
#nav a#services {
	width: 67px;
	background-image: url(/_img/nav_services.png);
}
#nav a#csr {
	width: 37px;
	background-image: url(/_img/nav_csr.png);
}
#nav a#contact {
	width: 66px;
	background-image: url(/_img/nav_contact.png);
}


/* home *************************/
td.home_top_left {
	width: 50%;
	padding: 0 20px 20px 0;
	
	border-bottom: 1px dotted #6699CC;
}
td.home_top_right {
	width: 50%;
	padding: 0 0 20px 20px;
	
	border-bottom: 1px dotted #6699CC;
}
td.home_photo {
	padding: 20px 0;

	text-align: center;
}
td.home_mid_left {
	width: 50%;
	padding: 20px 20px 20px 0;
	
	border-top: 1px dotted #6699cc;
	border-right: 1px dotted #6699cc;
	border-bottom: 1px dotted #6699CC;
}
td.home_mid_right {
	width: 50%;
	padding: 20px 0 20px 20px;
	
	border-top: 1px dotted #6699cc;
	border-bottom: 1px dotted #6699CC;
}
td.home_bottom_left {
	width: 50%;
	padding: 20px 20px 0 0;
	
	border-right: 1px dotted #6699cc;
}
td.home_bottom_right {
	width: 50%;
	padding: 20px 0 0 20px;
}
.name {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin: 3px 0 0 0;
	padding: 0;
}


/* staff *************************/
table#staff td {
	padding: 15px;
}
table#staff td.right {
	padding-left: 0;
}

/* contact *************************/
table#contact td {
	padding: 10px;
}
