/* CSS Document */
/*------------------------------------------------------------------
[SCREEN Stylesheet]
Project:		Comprehensive Health Care Services, Inc.
Domain:			www.comphomecare.com
Contact:		Sara Pearce <sarap@comphomecare.com>
Version:		2.2
Last change:	5/11/10
Authored by:	Kevin Suttle (KS) <kevin.suttle@gmail.com>	
Primary use:	Web
-------------------------------------------------------------------*/

/* GENERAL ELEMENT STYLES ---------------------------*/
body {
 	font-family: Georgia, Baskerville, Palatino,Palatino Linotype,serif;
	font-size: small;
	background: #fff;
	}
p {
	margin-bottom:1em;
	}
h3 {
 font-size:110%;
 /* color:#6b8924; */
 color: #000F69;
 font-weight:normal;
	}
.program
{
	font-weight: bold;
}	
a{
	text-decoration:none;
	color: #6b4f9f;
	border-bottom:1px dotted #000099;
	}

a:link {
	text-decoration:none;
	color: #000F69;
	border-bottom:1px dotted #000099;
	}
a:visited {
	color: #4e5a9f;
	}
a:hover, a:active {
	color: #023de9;
	}
ol {
	padding:0 0 1em 3em;
	list-style:decimal;
	}
ul {	
	padding:0 0 .5em 3em;
	list-style:disc;
	}
dl {
	margin-top:0.1em;
	}
dt {
	font-weight:bold;
	}
dd {
	display:block;
	margin-bottom:2em;
	}
dd ul {
	padding-left:3em;
	list-style:disc;
}
strong {
	font-family: Georgia, Baskerville, Palatino,Palatino Linotype,serif;
	padding: 0;
	color: #88ae2e;
	font-weight:normal;
	display:block;
	padding-right:5px;
}

/* CLASS and ID STYLES ---------------------*/
.tel {
 font-weight:bolder;
/* color: #6a2ead;*/
 color: #000F69; 
 font-style:normal;
}
ul #external {

}

#external a {
padding-right:14px;
background:url(../images/externalLink.gif) no-repeat top right;
}

/* MAIN layout ---------------------------*/
#wrapper {
	min-width: 500px;
	max-width: 1950px;
	min-height:600px;
}

/* HEADER div ---------------------------*/
#header {
	border-bottom: 2px solid #0F214D;
	background: #80bc1e url(../images/headerBG.gif) repeat-x top left;
	text-align: center;
	}
#header h1 {
	margin-left:-90px;
	padding: 20px 0;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	font-size: 200%;
	color: #fdfff9;
}
#header strong.tel {
font-style:italic;
text-align:right;
padding:0 365px 10px 0;
margin-top:-20px;
font-size:95%;
}	

	
/* CONTENT div ---------------------------*/
#content {
	font-family: Tahoma, Trebuchet, Verdana, sans-serif;
	float: right;
	width: 80%;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	margin-bottom:4em;
}
#content .gutter {
	padding: 20px;
	/*background: url(../images/content-bg.gif) repeat-x top left;*/
	}	
		
#content p {
	padding-right:20px;
}
	
#content h2 {
	font-family: Georgia, Baskerville, Palatino,Palatino Linotype,serif;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 150%;
	/*color: #652fa5;*/
	color: #000F69;
	font-weight:bolder ;
	}	
#content h3 {	
 	font-family: Georgia, Baskerville, Palatino,Palatino Linotype,serif;
	/*color: #88ae2e;*/
	color: #000F69;
	
}
#content img {
	padding:20px 0 0 30px;
	float:right;
	margin-top:-20px;
	margin-bottom:10px;
	position:relative;
}
#content img.mainLogo
{
	margin-top:-50px;
} 


/* SIDEBAR div ---------------------------*/
#sidebar {
	float: left;
	width: 15%;
	padding-left:8px;
	margin-top: 30px;
	border-right: 2px #E3E3E3 solid;
	height:100%;
	}
#sidebar .gutter {
	padding: 20px;
	}
/*FOR IE6*/
#sidebar a {
	line-height:1.5em;
	color: #88ae2e;
	text-decoration:none;
	border:none;	
	font-size:larger;
}
#sidebar a:link {
	/*color: #88ae2e;*/
	color: #80bc1e;
	text-decoration:none;
	border:none;
	font-variant:normal;
	font-weight:normal;
	}
#sidebar a:visited {
	color: #01207a;
	font-style:normal;
	}
#sidebar a:hover, #sidebar a:active {
	color: #476811;
	}	
#sidebar ul {
	margin-left: -50px;
}
#sidebar ul li a{
	padding:0 0 0 24px;
	display:block;
}
#sidebar ul li a#current {
	background:transparent url(../images/li-bullet.gif) no-repeat scroll 0pt;
	font-style:italic;
	font-weight:bold;
	color:#48462D;
}
.box { 
	font-size:85%;
	line-height:1.5em;
	}
.box h3 {
	font-weight: bolder;
	text-transform:uppercase;
	color: #48462D;
	padding-left:26px;
	font-family:Georgia,serif;
	letter-spacing: 2px;
	font-size:120%;
	margin:0pt;
	padding:10px;
	}
.box ul {
	margin: 0;
	padding: 12px;
	}
.box ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt 0pt 0pt 10px;
	padding:0pt 0pt 0pt 16px;
}
.box ul li #home {
	background:none;
	list-style-image:none;
	}
	
/* FOOTER div ---------------------------*/
#footer {
	font-family: Tahoma, Trebuchet, Verdana, sans-serif;
	clear: both;
	padding:1em;
	bottom:0px;
	z-index:99999;
	text-align: center;
	border-top: 1px solid #6b4f9f;
	border-bottom: 1px solid #6b4f9f;
	background:#01207a url(../images/footer-bg.gif) repeat-x 0pt 0pt;
	}
#footer p {
	display: inline;
	font-size: 85%;
	color: #fff; 
	}
#footer a:link {
	color:#FFFF00;
	border-bottom-color: #FFFF00;
	}
#footer a:hover {
	border-bottom: 1px solid #FFFF00;
}
