@charset "UTF-8";
/* CSS Document */
#body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:0px;
	color:#124d79;
	width:100%;
}

#wrap {/*this is the shadows on the sides of the page*/
    background-image: url(images/wrap.png);
	backrground-repeat: repeat-y;/* it repeats vertically to match the length of the content on the page*/
	width:670px;
	background-position:center;

}

#bkgd {
	background-image:url(images/main_bkgd.png); /*this is the background behind the content */
	background-repeat:repeat;
	width:670px;/* this is set to be smaller than the wrap */
}

#heading_container {
    width:600px; /* this holds the logo, question, and the search bar */
	height:auto;
	position:absolute;
	top:0px;
}

#scroller_container {
	background-image: url(images/header.png);
	background-position: top; /* this puts the content to the top of the page with no gap*/
	background-repeat:no-repeat;
	border: 0px;
	width:670px;
	margin:0 auto;
	position:absolute;
	top:0px;	
	visibility: hidden;
}

.scroller { /* this is where to adjust the font/color of the message that scrolls */
	height: 0px;
	font-size: 12px;
	color: #FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding:0px;/*this tells the scroller where to come in and where to go out */
	visibility: hidden;
}


.scroller2 { /* this is the emergency scroller*/
	height: 0px;
	font-size: 12px;
	color: #FF0000; /* see, it's red */
	font:Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding:0px;
	visibility: hidden;
}


.logo {
   padding:0px; /* this positions the logo */
   border:0;/* border is 0 because the logo is a link and browsers tend to outline or underline links*/
}
	

.question {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #124d79;
	float:right;
	margin:0;
	width:240px;
	padding-right:48px;
	visibility: hidden;
}

#search {
	float:right;
	padding-right:45px;
	margin:0;
	border:0;
	width:240px;
	font-size:10px;
	visibility: hidden;
}

.search_button {
    border:0;
    visibility: hidden;
}

#menucontainer {
    width: 708px;
	margin:0px auto;
	visibility: hidden;
}

.dotline {
    border-top:dashed 1px #999999;
	margin:0px auto;
	height:0px;
	position:relative;
		visibility: hidden;
}

.dotline2 {
    border-bottom:dashed 1px #999999;
	margin:0px auto 0px auto;
	height:0px;
		visibility: hidden;
}


/* this is where the 3 panels are*/
#business, #your_familys_health, #communitys {
	margin:0;
}

#main {
	width: 715px;
	margin: 0 auto;
	padding-left:4px;
}

ul.main1 
{
	background-image:url(images/taking_care_ov.jpg);
}

ul.main2 
{
	background-image:url(images/your_family_ov.jpg);
}
ul.main3 
{
	background-image:url(images/your_communitys_ov.jpg);

}
#titlebar { /* this in for the interior pages, this is the blue box with the headline */
	background-image: url(images/header2.png);
	background-repeat:no-repeat;
	background-position: top;
	font-size: 24px; /* this is the font size of the headline*/
	color:#FFFFFF;
	height: 30px;
	position:relative;
	margin-top:60px;
	width: 600px;
	padding-left:5px;
}
/* do not use
#titlebartext {
	margin:10px 0 0 0;
	padding:0 0 0 10px;
	color:#FFFFFF;
}*/

h1 {
	font-size:24px;
}

h2 {
   font-size:18px;
   font-weight:bolder;
}

h3 {
   font-size:16px;
   font-weight:bolder;
}

#sidebar1 { /* this is the bar on the left side of the page*/
	float: left; 
	width: 0px;/* since this element is floated, a width must be given */
	height: 0px; /* this is given to allow for a larger menu if needed */
	background-image:url(images/menu_box.gif);
	background-repeat:repeat-x;
	margin-left:5px;
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	font-size:12px;
	visibility:hidden;
}

#sidebar1 img{ /* this is for the pic that can be placed inside the left sidebar */
    margin: 20px 0px 0 0px;
    	visibility:hidden;
}

#sidebar1 h3, .thrColEls #sidebar1 p, .thrColEls #sidebar2 p, .thrColEls #sidebar2 h3 {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
		visibility:hidden;
}

#mainContent {
  margin-top: 10px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	width:600px;
	position:relative;
} 

/* Miscellaneous classes for reuse */
.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;
}

#bottomshadow2{
margin:10px auto 0px 0px;
visibility: hidden;
}

#links_container {
	background-image:url(images/links_bkgd.gif);/* this is the blue background*/
	background-repeat:no-repeat;
	background-position:center;
	width:652px;
	height:102px;
	margin:-60px auto 0 auto;
	margin-left:0px;
	visibility: hidden;
	height: 0px;
}

#icons {
	position:relative;
	text-align:center;
	width:650px;
	margin: 40px auto 0 auto; /* this positions the links below the icons*/
	top:40px;
	margin-left:0px;
	visibility: hidden;
	height: 0px;
}
#iconmenu{
visibility: hidden;
height: 0px;
}

#icons a:link {
	text-align:center;
	text-decoration:none;/* this gets rid of the underline */
	color:#124d79;
	font-size:10px;
	line-height:11px;
	visibility: hidden;
height: 0px;
}

#icons a:visited{
	text-decoration: none;
	color:#124d79;
	font-size:10px;
	visibility: hidden;
height: 0px;
}

.quicklinks {
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	position:relative;
	margin:0px;
		visibility: hidden;
height: 0px;
}

#footer {
   text-decoration:none;
   text-align:center;
   margin:0 auto;
   font-size:9px;
   color:#9b9b96;
   width:600px;
   margin-top:-30px;

}

#footer a:link {
   color:#9b9b96;
   text-decoration:none;
}

#footer a:visited {
   color:#9b9b96;
   text-decoration:none;
}

#bottomshadow{
	width:670px;
	margin:0 auto 0 auto;
	visibility: hidden;
}

