/* Basic CSS Template: John Prim - Charleston Marketing */
body {
	background-color: #ffffff;
	background-image: url(../images/gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 0px;
}

p {
	color: #333333;
}

table {
	
}

tr {
	
}

h1 {
	font-size: 13pt;
	font-weight: bold;
	border-bottom: 1px solid #00BBFF;
	color: #222222;
	margin-bottom: -10px;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid #00BBFF;
	padding-left: 3px;
	margin-bottom: -10px;
}

h3 {
	font-size: 9pt;
}

li {
	
}

ol {
	
}



a:link {
	color: #00BBFF;
	text-decoration: none;
}

a:visited {
	color: #00BBFF;
	text-decoration: none;
}

a:hover {
	color: Fuchsia;
	text-decoration: none;
}

a:active {
	color: Lime;
	text-decoration: none;
}

/* Classes */
.wrapper {
	width: 654px;
	margin-top: -3px;
	background-color: white;
	border-top: 2px solid #00A0DB;
	border-left: 2px solid #00A0DB;
	border-right: 2px solid #00A0DB;
	border-bottom: 5px solid #00A0DB;
}

.date {
	background-color: #00A0DB;
	padding: 3px;
	color: white;
	font-weight: bold;
	font-size: 8pt;
}

.imagerotate {
	width: 454px;
	vertical-align: middle;
}

.menu {
	width: 200px;
	padding-right: 23px;
	padding-top: 2px;
	background-color: #ffffff;
}

.menubox {
	background-color: #CEF4FA;
	border: #ABE5EE;
}

.contentright {
	width: 454px;
	text-align: justify;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.contentleft {
	width: 200px;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px dashed #72CBEB;
}

.contbg {
	background-image: url(../images/contentbg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.menuimg {
	margin-top: 2px;
	border: 0px;
}

.appt1 {
	border-right: 1px solid #909090;
}

.appt2 {
	border-left: 1px solid #909090;
}

.contact {
	border-left: 1px dashed #72CBEB;
	padding-left: 5px;
}

#dropmenudiv{
position:absolute;
border:1px solid #ABE5EE;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
margin-top: -26px;
margin-left: -185px
}

#dropmenudiv a{
width: 175px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ABE5EE;
padding: 3px;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #AFE5EE;
}

.staffpics {
	padding-right: 10px;
	padding-bottom: 10px;
}