#kwicks {
	position: relative;
	display:block;
	height:80px;
	/*padding-left:100px;*/
	color:#fff;
}

#kwicks .kwick {
	float: left;
	display: block;
	width: 130px;
	height: 100px;
	background-repeat:no-repeat;
	margin:0px;
	left: 100px;
	
}

#kwicks .kwick span {
	display:none;
}

#kwicks .kwick h3{
text-decoration:underline;
margin-top:-10px;
}

#a_green{background-image:url(../images/buttons/green_v8.jpg)}

#a_orange{background-image:url(../images/buttons/orange_v2.jpg)}

.menu {
	background-color:#FFD500;
	height:100px;
	position: relative;
	min-width:850px;
	overflow:visible;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #a9a9a9;
	border-bottom-color: #a9a9a9;
	/*-moz-border-radius: 10px;
	border-right-color: #006633;
	border-left-color: #006633;*/
}

.logo {
	background-color:#EFEFEF;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	width:100%;
}

.content
{
	display:block;
	position: relative;
	left: 100px;
	top: 10px;
	width:800px;
	height: 100%;
	padding: 10px;
	background-color:#EFEFEF;
	border-width: thick;
	border-style: double;
	border-color: #E1E1E1;
	-moz-border-radius: 5px;
}

.content ul
{
	list-style-position: inside;
	list-style-type: circle;	
}

.content h3
{
	color:#04533c;
}

.content h2 
{
	color: #04533c;
}

.content a
{
	color:#006A31;
}

.content a:hover
{
	color:#00CC00;
}

.content a:visited
{
	color:black;
}

.clear {
	clear:both;
}

.fade{
color:#FFFFFF;
font-size:16px;
}

.kwick {
	padding-left: 5px;
	margin: 5px;
	padding-top: 15px;
}

body
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
}

.footer
{
	position:relative;
	bottom:0px;
	width:800px;
	color:black;
	top:20px;
	font-size:11px;
	margin-left:100px;
	margin-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-top-color: #E1E1E1;
}

.footer a
{
	color:#006A31;
}

.footer a:hover
{
	color:#00CC00;
}

.footer a:visited
{
	color:black;
}

#doctor
{
	position:absolute;
	margin-left:930px;
	margin-top:0px;
	
}