@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body, p {
	margin: 0px;
	padding: 0px;
}
.contentarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
}
.contentarea a {
	color: #444;
	text-decoration: underline;
}
.contentarea a:hover {
	color: #1E5237;
	text-decoration: underline;
}
.contentarea h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.headerarea h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.gradientband {
	background-image: url(/images/bannergrad.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 590px;
	margin: 0px;
	padding: 0px;
}
.toplogoband {
	background-image: url(/images/cedarslogotop.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
.topbanner {
	height: 140px;
	width: 590px;
	background-image: url(/images/bkgbanner.gif);
}
.dentistname {
	padding-top: 80px;
	padding-right: 0px;
	padding-left: 61px;
	padding-bottom: 0px;
}
.navsystem {
	background-color: #09F;
}
.belownav {
	background-image: url(../images/navbottom.gif);
	height: 158px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}



#menu {
	background:#1e5237;
	width:172px;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	list-style:none;
	margin-bottom:1px;
	margin-top:1px;
}
#menu li a {
	list-style:none;
	background:#82837c;
	color:#fff;
	text-transform:capitalize;
	font-size:14px;
	text-decoration:none;
	border:solid #777776;
	border-width:0 6px 0 6px;
	display:block;
	height:30px;
	line-height:30px;
	padding:0 0 0 10px;
}
#menu li a:hover {
	background:#777776;
	color:#fff;
	text-decoration:none;
}
#menu li a.green {
	background:#2e5e45;
	border:solid #1e5237;
	border-width:0 6px 0 6px;
}
#menu li a:hover.green {
	background:#6f9234;
}
.footer {
	font-size: 10px;
	color: #666;
	background-color: #EEE;
	margin: 0px;
	padding: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1E5237;
	border-right-color: #1E5237;
	border-bottom-color: #1E5237;
	border-left-color: #1E5237;
}

