/* CSS Document */ /* reset css */
	/* Resets default display wonkiness */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	font-family: arial;

}


html,body {
	font-size: 12px;
	font-family: calibri;
	color: #969696;
}
a{
	color: #969696;
	text-decoration:none;
}

a:hover{
	color: #265174;
	text-decoration: underline;
}

/* glocal classes */
.clear {
	clear: both;
	height:0;
	width:0;
}

.solidline{
	height:2px;
	width:100%;
	border-bottom:1px solid #cccccc;
	margin:10px 0 10px 0;	
}

.bluetitle {
	color: #2368a2;
	font-size: 14px;
	font-weight: bold;
}

.text {
	color: #666666;
	font-size: 16px;
	text-align: right;
}

#resizer img{
	cursor:pointer;
}

#wrapper {
	width: 970px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 0px 5px 0px;
}

#header {
	position: relative;
	/* height: 210px; */
	height:185px;
}

#logo {
	float: left;
}

#contact {
	float: right;
	width: 280px;
	height: 100px;
	margin-top:27px;
	background-image: url(../img/media/drcarruthers.jpg);
	background-repeat: no-repeat;
	background-position:bottom right;
	padding: 10px;
}

#contact h2 {
	color:#969696;
	border-bottom: 1px solid #cccccc;
	font-size:12px;
	font-weight: normal;
	font-family:"Century Gothic"
}

#contact div#contact_details{
	text-align:left;
	margin:5px 0 0 23px;
	font-family:calibri;	
}

#contact div#contact_details h3{
	color: #E2C289;	
	font-weight: bold;
	font-size:15px;
	font-family:calibri;
}
#contact div#contact_details p.text{
	text-align:left;
	color:#969696;
	font-size:15px;	
	font-family:calibri;
}





#search {
	float: right;
	height: 25px;
	margin-right: 0px;
	position: absolute;
	top: 10px;
	right: 0px;
}

#search input.submit {
	top: 2px;
	left: 110px;
	/* position: absolute; */
}

#search input.txt {
/*	position: absolute;*/
	color:#969696;
	top: 3px;
	left: 0px;
	width: 100px;
	height: 15px;
	margin: 0 5px 0 0;
	border: 1px solid #cccccc;
}

#footer {
	height: 32px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

#footer_menu {
	width: 100%;
}

#footer_menu ul {
	list-style: none;
	width: 100%;
}

#footer_menu ul li {
	float: left;
	font-size: 13px;
	color: #666666;
	padding: 0 8px 0 0;
	padding-top: 9px;
}

#footer_menu ul li a {
	color: #666666;
	display: block;
	font-size: 13px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}
#footer_menu ul li a:hover {
	text-decoration: underline;
}

#newsletter {
	float: right;
	margin-left: 5px;
	margin-top: 4px;
	height: 25px;
	wdith: 170px;
	position: relative;
	color: #666666;
	font-size: 13px;
}

#newsletter form {
	
}

#newsletter input[type="text"] {
	/* background-color: #FFFF00; */
	color: #969696;
	width: 114px;
	height: 15px;
	margin: 0 5px 0 0;
	border: 1px solid #cccccc;
}

#f_bottom_footer{
	padding:10px 0px 0px 10px;
	height:22px;
}
#f_bottom_footer a{
	text-decoration:none;	
}
#f_bottom_footer p.left{
	width:250px;
	float:left;
}
#f_bottom_footer p.right{
	width:250px;
	float:right;
	text-align:right;
	
}

p.line {
	background-image: url(../img/media/line.gif);
	background-repeat: repeat-x;
	margin-right: 7px;
}

div.treatments ul{
	margin-left: 15px;
}