@charset "UTF-8";

* { 
	margin:0;
	padding:0;
	border:none;
}

body {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	}


a, a:active { 
	color:#006699;
	text-decoration:none;
	}
a:hover {
	color:#006383;
	text-decoration:underline;
}
a:visited {
	color:#999966;
	text-decoration:none;
}

h1 {

}

h2 {
	font-size:18px;
	font-weight:normal;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin:12px 0;
	}

p {
	font-size:14px;
	font-weight:normal;
	line-height:1.5;
	margin:12px 0;
}

ul, ol {
	list-style-position:outside;
	margin-left:15px;
	padding-left:-10px;
	font-size:14px;
	line-height:1.25;
	}

li {
	line-height:1.25;
	margin:6px 0;
	}

/* TOP NETWORK BAR */

#networkDiv {
	height:33px; 
	background-color:#333; 
	font-size:11px; 
	text-align:left; 
	width:970px;
	min-width:970px !important;
	overflow:hidden;
	width:100%; 
	color:#CCC; 
	border-bottom:1px #fff solid;
	margin:0px; 
	padding:0px;
  }
  
 #netDiv-Left {
 	width:400px; 
	text-align:left; 
	float:left; 
	clear:left; 
	display:inline; 
	padding-top:10px;
	 padding-left:15px;
 }
 
 #netDiv-right {
 	width:500px; 
	text-align:right; 
	float:right; 
	clear:right; 
	display:inline; 
	vertical-align:middle; 
	padding-top:8px; 
	padding-right:15px;
 }

#networkDiv a, #networkDiv a:active {
	color:#CCC;
	text-decoration:none;
	margin:0 10px;
}

#networkDiv a:hover {
	color:#6666FF;
	text-decoration:underline;
}

#networkDiv a:visited {
	color:#888;
	text-decoration:underline;
}

#netDivForm {
 	display:inline;
	clear:none;
}

 #netDivSelect {	
	background-color:#CCC; 
	padding:1px 0 1px 5px; 
	font-size:11px; 
	vertical-align:middle;
 }
 
 #netDivSelect option {
 	padding:0 10px 0 5px;
	background-color:#CCC; 

 }
 
option.parent {
	font-weight:bold;
 }
 
option.child {
 	margin-left:8px;
	font-weight:normal;
 }
 
 
 /* HEADER/LOGO SECTION */
#headerWrapper {
	width:100%;
	text-align:center;
	background-color:#FFF;
	height:108px;
	overflow:hidden;
	}

#headerContent {
	width:970px;
	margin:auto;
	
}


#logo {
	float:left;
	clear:none;
	display:inline;
	width:200px;
	padding:15px 0 0 3px;
}

#headerMenu {
	float:right;
	vertical-align:bottom;
	display:inline;
	padding:30px 0 0;
	width:550px;
	color:#006383;
}

#headerMenu a {
	font-size:12px;
	margin:0 5px;
	}

#searchBoxWrapper {
	display: -moz-inline-stack;
	display:inline-block;
	clear:none;
	width:150px;
	background:url(../images/searchBox.png) no-repeat center top;
	height:20px;
	position:relative;
}

#searchFormBox {
	height:17px;
	font-size:11px;
	padding:3px 10px 0 0;
	background:none;
	margin-left:25px;
	width:115px;
	border:none;
	color:#999;
}

a#textSubmit {
	margin-left:1px;
	}


 /* MENU */
 
 #menuBar {
	width:100%;
	height:60px;
	border-width:2px 0;
	border-style:solid;
	border-color:#fff;
	overflow:visible;
	background-color:#134582;
	text-align:center;
 }

#menuWrapper {
	width:970px; 
	margin:auto;
}
 
 /* SITE WRAPPER */

 #contentOuterWrapper {
 	width:100%;
	background-image:url(../images/bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#f8f0e6;
}
 
 #contentInnerWrapper {
 	width:970px;
	margin:auto;
 }
 
  /* BANNER */
 
 #banner {
	height:366px;
	width:970px;
	overflow:hidden;
	margin-bottom:1px;
	border-bottom:1px #d7d4c3 solid;
	background-image:url(../images/best-care-banner.jpg);
 }
 
 #bannerText {
 	display:block;
	width:290px;
	height:90px;
	margin:165px 0 0 632px;
	font-size:13px;
	color:#444;
	line-height:1.3;
	cursor:pointer;
 }
 
 #bannerText a:visited {
 	color:#006699;
	text-decoration:none;
 }
 
 #calloutBar {
 	height:55px;
	width:970px;
	padding:2px 5px 0;
	overflow:hidden;
	margin-top:57px;
	
 }
 
 .bannerCallout {
 	cursor:pointer;
 	width:165px;
	margin:0 10px;
	margin-left:148px;
	float:left;
	display:inline;
	overflow:visible;
	clear:none;
	color:#fff;
	font-size:12px;
 }
 
 /* PRIMARY CONTENT */
 

 
 #mainContentBox {
	border:1px #c9a799 solid;
	background-color: #FFF;
	background-image:url(../images/contentBox-bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:968px;
	padding:30px 0px 45px;
 }
 
#subPageContent{
	width:580px;
	float:left;
	display:inline;
	padding:25px 40px 0 60px;
	}

#sideBarContent h3{
	margin-left:30px;
	}
 
 #sideBarContent {
 	float:right;
	display:inline;
	width:235px; 
	padding:25px 20px 0;
	height:300px;
	overflow:visible;
	min-height:325px !important;
	background:url(../images/edge.jpg) top left no-repeat;

}

.sideBarGroup{
	margin:10px 0 5px 30px;
	border-top: 1px solid #bbb;
	padding-top:10px;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
}

.sideBarGroupDiv {
	width:215px; 
	margin-left:30px;
	}

.sideBarGroupDiv p {
	font-size:11px;
	line-height:1.25;
	padding-right:30px;
	color:#999;
	margin-bottom:18px;
	
}

.endSideBarGroup{
border-bottom: 1px solid #bbb;
	padding-bottom:10px;
	margin-left:30px;
	}

.sideBarGroup a, 
{
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:#006699;
}

.sideBarGroup a:hover, 
{
	text-decoration:underline;	
}

  #mainContentBox h2 {
 	 padding-bottom:5px;
  	border-bottom:1px #c2d6d8 solid;	
	}
 
.homeTable td {
	padding:10px 0;
	font-size:12px;
	vertical-align:top;
	}

.homeTable td.column1 {
	padding-right:10px;
}

#newsTable td {
	border-bottom:1px #c2d6d8 solid;	
	}

#programsTable td.column1 {
	font-weight:bold;
	}

#programsTable a {
	
	}
		
 #newsContent {
 	float:left;
	display:inline;
	width:220px;
	margin-left:25px;
 }
 
 #servicesContent {
 	float:left;
	display:inline;
	width:430px;
	padding:0 24px;
 }
 
 #helpingContent {
 	float:left;
	display:inline;
	width:220px;
	margin-right:25px;
 }
 
 
 
 /* FOOTER & COPYRIGHT */
 
#bottomMenu {
	font-size:11px;
	padding:5px 0px 10px 10px;
	text-align:left;
}
 
#bottomMenu a {
	margin:0 10px;
	}


 
 #footerBar {
 	height:20px;
	width:100%;
	background-color:#134582;
	}
 
 #copyright {
 	width:970px;
	margin:auto;
 	text-align:center;
 	font-size:11px;
	line-height:1.5;
	margin-top:12px;
	}
 
 
 

.clear {
	clear:both;
}

