@charset "utf-8";
/* CSS Document */
html, body { 
	margin: 0; 
	padding: 0; 
}
		
body {
	color: #333333;
	font: 14px Helvetica, Arial, sans-serif;
	line-height: 22px;
	background-color: #333333;
	background-repeat: no-repeat;
	text-align: center;
}
	
h2 {
	color: #000000;
}
h3 {
	margin-bottom: 8px;
	margin-top: 20px;
	font-size: 13px;
}
	
img {
	border-width: 0;
}
a {
	color:#000000;
}

p { 
	margin: 0 0 18px; 
}

#container {
	width: 1000px;
	margin: 0px auto;
	background-color: #FEEFE7;
	text-align: left;
}


/* Header */
#header {
	background-color: white;
}

#header h1 {
	color: #004b6f;
	padding: 2px 0 2px 2px;
}

#header p {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

/* Content Style */


#content { 
	/*height: 420px;
	*height: 490px;*/
	overflow: auto; 
}

#content p{ 	
	padding-right: 18px; 
}

/* Content Positioning & Size */
#navigation {
	width: 1000px;
	background-color: white;
	border-bottom:1px solid black;
}

#content {
	/*float: right;*/
	width:  auto;
	padding: 20px 35px 50px 35px;
	background-color:  #FBF5EF;
}

/* Footer */
#footer	{
	clear: both;
	width: 1000px;
	background-color: #FABD9C;
	padding-bottom: 3px;
}

#footer a { 
	color: #000000; 
}

#footer	p {
	color: #000000;
	padding-left: 18px;
	text-align: center;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 5px;
}

#footer ul { 
	/*border-bottom: 1px solid #555; */
	list-style: none; 
	margin: 0 18px 6px; 
	padding: 10px 0 6px; 
}

#footer li { 
	display: inline; 
	font-size: 11px; 
	font-weight: bold; 
	padding-right: 5px; 
}

/* new elements */
.contactimage {
	width: 200px ;
	height: 200px ;
}
#container #header img {
}

/* interactive menu stuff */
#sddm
{	margin:  0px;
	padding: 0;
	z-index: 30;
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size:14px;
	font-weight: normal;
	 }

#sddm li a
{	display: block;
	margin: 0 10px 0 5px;
	padding: 1px 1px;
	width: 80px;
	*width: 100px;
	background-color: #FABD9C;
	color: #000;
	text-align: center;
	text-decoration: none;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
}

#sddm li a:hover
{	background-color: #F36A22;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0 0 0 5px;
	padding: 0;
	background-color: #FABD9C;
	border-width: 1px;
	border-color: #333333;
	border-style: solid;}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 6px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background-color: #FABD9C;
	color: #333333;
	font-size: 12px;
}

	#sddm div a:hover
	{	background-color: #F36A22;
		color: #FFF;}
blockquote {	
	font-style: italic;
	color: #0000FF;
	quotes: "\201C" "\201D";
}
blockquote:before { 
	content: open-quote;
	font-weight: bold; 
}
blockquote:after  { 
	content: close-quote;
	font-weight: bold;
}
.partner{
	border-color: #F36A22;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	background-color:#FFFFFF;
	float:left;
	width:205px;
	height:180px;
	*height:205px;
	padding-top:20px;
	margin: 5px;
}
.separator{
	clear:both;
	height: 20px;
}
.blankseparator{
	clear:both;
	height: 0px;
}
.rightFloater{
	float:right;
	width: 380px;
}

.recent,.services,.appointments {
	font-size: 14px;
	margin-left:20px;
	border: #666666 dotted 1px;
	background-color: #FBF5EF;
	float: right;
	width: 340px;	
	*margin-left:20px;
	*width:360px;
	*margin-bottom: -00px;
}
.recent p, .services p, .appointments p { 
	margin: 0 0 0 20px; 
	color:#000000;
	line-height:18px;
	padding: 0 0 10px;
}
.recent li, .services li, .appointments li {
	margin: 0 0 0 0px; 
	color:#000000;
	line-height:18px;
	padding: 0 0 10px;
}

.recent h3, .services h3, .appointments h3{
	font-size: 16px;
	color: #F36A22;
	font-weight:bold;
	margin:0px 0 5px;
	padding-left:10px;
	background-color:white;
}
.client {
	font-weight:bold;
	font-size:14px;
}
.linkp img{
	float: left;
}
.linkp p{
	display: inline;	
	margin: 10px 5px 0 0;
	float: left;	
	font-weight: bold;
}
.linkp {
	margin-bottom: 20px;
	*margin-bottom: -10px;
}

