/* CSS style sheet for Quality Care */
html, body {
	text-align: center;
	background-color: #3078ca;
	background-image:url(images/background.jpg);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #444a51;
} 
* {
	padding: 0;
	margin: 0;
}
small {
	font-size: 10px;
}

h1 {
	font-size: 17px;
}

/*--------------------------------------------------- Layout divs */  
#pagewidth {
	width: 870px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	width: 100%;
	height: 161px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	width: 100%;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
}
#navcontainer {
	width: 850px;
	margin-left: 10px;
	height: 30px;
	background-image:url(images/menu_bg.jpg);
	background-repoeat: repeat-x;
	
}
#bottom {
	width: 100%;
	height: 25px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#footer {
	text-align: center;
	height: 30px;
}
#homeleftcol {
	float: left;
	width: 540px;
}
#homerightcol {
	float: right;
	display: inline;
	width: 330px;
	text-align: left;
}
#pageleftcol {
	float: left;
	width: 650px;
}
#pagerightcol {
	float: right;
	display: inline;
	width: 220px;
	text-align: left;
}	
/*--------------------------------------------------- Menu styles */
#navcontainer ul {
	list-style-type: none;
	margin-left: 25px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#navcontainer li {
	display: inline;
	line-height: 30px;
	padding-right: 25px;
}
#navcontainer a {
	color: #ffffff;
	text-decoration: none;
}
#navcontainer a:hover {
	color: #FFFF00;
}
/*--------------------------------------------------- Home page */
#flash {
	width: 300px;
	margin-top: 25px;
}
#homecont {
	width: 490px;
	margin-left: 30px;
	margin-top: 25px;
}
#homecont p {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 20px;
}
#homecont h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #3078ca;
}
#homecont a {
	color: #3078ca;
}
#homecont a:hover {
	color: #309fca;
}
#homecontact h3 {
	font-size: 12px;
	font-weight: bold;
	color: #3078ca;
}
#homecontact p {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 5px;
}	
#homecontact a {
	color: #444a51;
} 
#homecontact a:hover {
	text-decoration: none;
}
/*--------------------------------------------------- Content pagse */	
#pagecont {
	width: 600px;
	margin-left: 30px;
	margin-top: 25px;
}
#pagecont p {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 20px;
}
#pagecont h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #3078ca;
}
#pagecont h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #3078ca;
}
#pagecont h3 {
	font-size: 11px;
	font-weight: bold;
	color: #30b2ca;
}
#pagecont a {
	color: #3078ca;
}
#pagecont a:hover {
	color: #309fca;
}
#pagecont ul {
	font-size: 12px;
	margin-left: 30px;
	margin-bottom: 10px;
}
#pagecont li {
	line-height: 20px;
}
#pageside {
	width: 190px;
	margin-top: 25px;
}
.floatleft {
	float: left;
	padding-right: 10px;
}
.floatright {
	float: right;
	padding-left: 10px;
}
.staffblock {
	width: 100%;
	clear: both;
	margin-bottom: 5px;
}
#pagecont .staffblock h2 {
	margin-left: 175px;
}
#pagecont .staffblock p {
	margin-left: 175px;
}
.staffblock img {
	float: left;
}
.subhead {
	font-size: 11px;
	font-weight: bold;
	color: #30b2ca;
}
/*--------------------------------------------------- Content sidebar */
.sidebox {
	width: 190px;
}
.sidebox .sideboxtop {
	width: 190px; 
	height: 30px;
	background-image: url(images/box_top.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.sidebox .sideboxmid {
	width: 190px;
	background-image: url(images/box_mid.gif);
	background-repeat: repeat-y;
}
.sidebox .sideboxbot {
	 height: 10px;
	 background-image: url(images/box_bot.gif);
	 background-repeat: no-repeat;
}	
.sidebox h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}
.sidebox p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	font-size: 11px;
	line-height: 15px;
}
.sidebox a {
	color: #444a51;
} 
.sidebox a:hover {
	text-decoration: none;
}
/*--------------------------------------------------- Footer styles */
#footer p {
	line-height: 30px;
	font-size: 11px;
	color: #FFFFFF;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
} 
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
.clearit { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
