@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

.normaltext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	text-align:justify;
}

.smltext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

.blacktext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

.blueheadertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#27b0e4;
	text-decoration:none;
}

.onwername {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#f9870f;
	text-decoration:none;
}

.bluesmlheadertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#27b0e4;
	text-decoration:none;
}

.ourspecialties {
	border-left:1px solid #d6d6d6; 
	border-right:1px solid #d6d6d6; 
	background-image:url(../images/tb-middle.jpg);
	background-repeat:repeat-x;
	background-color:#f1f1f1;
}

.footerlinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#678b98;
	text-decoration:none;
}

.footerlinks:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f9870f;
	text-decoration:underline;
}

.copyrighttext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#678b98;
	text-decoration:none;
}


