@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #10131B;
}
.twoColFixLtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-image: url(../images/banner2.jpg);
	background-repeat: no-repeat;
	height: 200px;
	margin: 0;
	padding: 0;
}
#header ul.banbutton {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-right: 65px;
	margin-left: 15px;
}
#header ul.banbutton a {
	display: inline;
	float: right;
	width: 7em;
	text-decoration: none;
	padding: 0;
	margin-top: 160px;
	margin-left: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	background: #666;
	color: #FFF;
	border-width: 4px;
	border-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #666;
	border-bottom-color: #333;
	border-left-color: #858585;
}
#header ul.banbutton a:hover {
	color: #003;
	background: #FFF;
	border-width: 4px;
	border-style: solid;
	border-top-color: #333;
	border-right-color: #858585;
	border-bottom-color: #DFDFDF;
	border-left-color: #666;
}
#header li { /* IE6 and 7 bug fix for buttons */
	display: inline;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /*using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: auto;
	background-color: #3F476E;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#mainContent2 {
	background-image: url(../images/mainbg2.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 100%;
	text-align: justify;
} 
#mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 100%;
	text-align: justify;
} 
#footer {
	padding: 0 10px 0 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .6em;
	font-weight: normal;
	background-color: #FFF;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .8em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	font-weight: normal;
}
#mainContent2 h1 {
	font-size: 1.6em;
	font-weight: 400;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent2 h2 {
	font-weight: 400;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent2 h3 {
	font-size: 1.2em;
	font-weight: 400;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent2 p {
	font-weight: normal;
	color: #0B182B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: left;
}
#mainContent h1 {
	font-size: 1.8em;
	font-weight: 400;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent h2 {
	font-weight: 400;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent h3 {
	font-size: 1.2em;
	font-weight: 400;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent p {
	font-weight: normal;
	color: #0B182B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: left;
}
#mainContent ul.services {
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
}
#mainContent ul.services a {
	display: block;
	background-image: url(../images/stethoscope.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 70px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#mainContent .servavail {
	padding-bottom: 30px;	
	border-bottom: double;
	border-bottom-color: #CCC;
	border-bottom-style: double;
	border-bottom-width: 1px;
}
#sidebar1 h3 {
	font-size: 0.6em;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CCC;
}
#sidebar1 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	text-align: center;
	color: #CCC;
}
#sidebar1 ul.nav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 5px;
	margin-bottom: 10px;
}
#sidebar1 ul.nav a {
	display: block;
	width: 193px;
	text-decoration: none;
	padding: 0;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	color: #FFF;
}
#sidebar1 ul.nav a:hover {
	color: #F00;
}
#mainContent2 .every {
	font-size: 1.6em;
	font-style: italic;
	color: #3F476E;
	font-variant: small-caps;
}
.footimg {
	margin-top: 10px;
	margin-right: 20px;
	float: right;
}
.bold {
	font-weight: bold;
}
.siteby a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-align: center;
}
.siteby a:hover {
	color: #FFF;
}
ul.swlist {
	list-style-type: square;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.swh2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
}.italic {
	font-style: italic;
}
img.certby {
	float: right;
}
.money {
	color: #628141;
}
#mainContent .mgtpic {
	float: left;
	margin: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: groove;
	border-width: 1px;
}