@charset "utf-8";
/* CSS Document */
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin:0;
	padding:0;
	background-color:#E9E1D6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bkgrd.gif);
	background-repeat: repeat-x;
	height:100%;
} 

#main {
	position:relative;
	z-index:1;
	margin: 0 auto;
	padding:0;
	width: 801px;
	height:100%;
	background-color:#FFFFFF;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#main a, link, visited, hover {
	color:#8B7052;
}

#nav {
	position:relative;
	z-index:100;
	background-color: #A99177;
	height: 30px;
}

#top {
	height: 75px;
	background-color: #D6C6B5;
	text-align: left;
	padding-top: 25px;
	padding-left: 50px;
}	

#header {
}

#footer {
	clear:both;
	float: right;
	padding: 25px;
	background-color:#FFFFFF;
	width: 750px;
}

#ctr1 {
	position: relative;
	width: 425px;
	padding: 25px;
	background-color:#FFFFFF;
	min-height:375px;
}

#ctr1 h1 {
	text-align:left;
	font-size: 14px;
	color: #8C7459;
}

#ctr1 p {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#ctr2 {
	float: right;
	padding: 10px;
	position: absolute;
	z-index: 150;
	width: 260px;
	text-align: right;
}

#ctr2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.subtitle {
	color: #8C7459;
	font-size: 14px;
}
#rt_box {
	position: relative;
	z-index: 15;
	float: right;
}
#rt_box p {
	text-align:right;
	padding-right: 25px;
}

/*------------------------------------------------------------------------------
		Vertical Accordions
------------------------------------------------------------------------------*/
		
	.accordion_content {
		overflow: hidden;
		padding: 10px;
	}
	
	#dentistry p.accordion_toggle{ 
		display: block;
		width: 425px; height: 18px;
		background: url(../images/button_Down.gif) 425px 10px no-repeat #F4EEE8;
		border-top: 1px solid #D6C6B5;
		border-bottom: 1px solid #D6C6B5;
		padding: 7px 10px;
		font: normal 14px Arial, sans-serif;
		margin: 5px 0 5px 0;
		color: #A68F76;
		outline: none;
		cursor: pointer;
	}
	
	#dentistry p.accordion_toggle_active {
		background: url(../images/button_Up.gif) 425px 10px no-repeat #F4EEE8;
	}



