body{
	margin: 0;
	padding: 0;
	background: #fff url(../images/background.gif);
	color: black;
	font: normal 75% Verdana, Helvetica, Arial, sans-serif; /* sets base font size to 12px and base font face */
	/*text-align: center;*/
}

/*resets margins and padding to zero for common elements */

h1, h2, h3, h4, a, ul, li, ol, p, img{
	margin: 0;
	padding: 0;
}


/* remove borders from images and images inside of links */
img, a img{
	border: none;

}
table{
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p{
	line-height: 1.2em;
	margin: .5em;
	font-size: .9em; /* sets paragraph text sizing to 11px */
	padding: 2px .5em 2px 0;
}

h1{
	margin: 5px 0 0 5px;
}

h2 {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #114577;
	text-transform: uppercase;
	padding: 0 0 3px 0;
	margin-left: .5em;
}

h3{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	padding: 0 0 3px 0;
	margin-left: .5em;	
}

/*site navigation */
ul#navigation{
	margin: 10px 0px 10px 0px;
	padding: 0;
	width: 148px;
	list-style: none;

}


/*#navigation li{
	height: 35px;
	
}*/

#navigation li a:link, #navigation li a:visited, #navigation li a:active{
	text-indent: -9999px;
	display: block;
	text-decoration: none;
	line-height: 2.5em;
	padding: 4px 35px;
}
/* navigation menu buttons */
#navigation li a.servicesprovided{
	background: url(../images/temp_nav/temp_nav_01.gif) no-repeat -6px 0;
	
}
#navigation li a.servicesprovided:hover{
	background: url(../images/temp_nav/temp_nav_ro_01.gif) no-repeat -6px 0;
}

#navigation li a.staff{
	background: url(../images/temp_nav/temp_nav_02.gif) no-repeat -6px 0;
	
}
#navigation li a.staff:hover{
	background: url(../images/temp_nav/temp_nav_ro_02.gif) no-repeat -6px 0;
}

#navigation li a.management{
	background: url(../images/temp_nav/temp_nav_03.gif) no-repeat -6px 0;
	
}
#navigation li a.management:hover{
	background: url(../images/temp_nav/temp_nav_ro_03.gif) no-repeat -6px 0;
}

#navigation li a.physiciansvcs{
	background: url(../images/temp_nav/temp_nav_04.gif) no-repeat -6px 0;
	
}
#navigation li a.physiciansvcs:hover{
	background: url(../images/temp_nav/temp_nav_ro_04.gif) no-repeat -6px 0;
}

#navigation li a.business{
	background: url(../images/temp_nav/temp_nav_05.gif) no-repeat -6px 0;
	
}
#navigation li a.business:hover{
	background: url(../images/temp_nav/temp_nav_ro_05.gif) no-repeat -6px 0;
}

#navigation li a.classes{
	background: url(../images/temp_nav/temp_nav_06.gif) no-repeat -6px 0;
	
}
#navigation li a.classes:hover{
	background: url(../images/temp_nav/temp_nav_ro_06.gif) no-repeat -6px 0;
}


#navigation li a.employment{
	background: url(../images/temp_nav/temp_nav_07.gif) no-repeat -6px 0;
	
}
#navigation li a.employment:hover{
	background: url(../images/temp_nav/temp_nav_ro_07.gif) no-repeat -6px 0;
}

#navigation li a.home{
	background: url(../images/temp_nav/temp_nav_08.gif) no-repeat -6px 0;
	
}
#navigation li a.home:hover{
	background: url(../images/temp_nav/temp_nav_ro_08.gif) no-repeat -6px 0;
}




/* end of menu */
.headerBLACK {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}

/*.text {
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
}*/

.text_blue {
	font: 10px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #043468;
}

.text_BOLD {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

.text_ITALICS {
	font: italic 11px Verdana, Arial, Helvetica, sans-serif;
}

.text_SMALL {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}
.noteSmall{
	color: #FF0000;
	font-size: 9px;
}


img.image{
	padding: 4px;
	background: #a8bfd4;
	border: 1px solid #7b7b7b;
	margin-right: .5em;
}

.copyright{
	text-align: center;
	font-size: 9px;
}

#wrapper{
	position: relative;
	width: 725px;
	margin: 0 auto;
	border: 1px solid #9b9b9b;
	border-top: none;
	text-align: left;
}

ul, ol{
	margin: 10px 0 10px 30px;
	font-size: 90%;
	padding: 0 .5em 0 0;
	
}

td.centerTxt {
	text-align: center;
}

/*Feedback form */
#feedback{
	width: 60%;
}

#feedback label{
	font-size: .80em;
	text-align: right;
	font-weight: bold;	
}
#feedback textarea{
	width: 350px;
}
