@charset "UTF-8";
/* CSS Document */
#body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:0px;
	color:#124d79;
	margin:0 auto;
	text-align: center;
}

#wrap {/*this is the shadows on the sides of the page*/
	background-image: url(images/wrap.png);
	background-repeat: repeat-y;/* it repeats vertically to match the length of the content on the page*/
	width:800px;
	background-position:center;
	margin:0 auto; /*the page will automatically center when something is given a width and margin set to auto*/
}

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

#heading_container {
    width:760px; /* this holds the logo, question, and the search bar */
	height:auto;
	margin: 0 auto;
	padding-top:30px; /*padding pushes the content down to allow for the emergency scroller*/
	
}

#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:760px;
	margin:0 auto;	
}

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


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


.logo {
   float:left; /* use float when other content is to be placed next to it without jumping to the next line*/
   padding:15px 0 0 55px; /* 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:267px;
	padding-right:33px;
}

#search {
	float:right;
	padding-right:30px;
	margin:0;
	border:0;
	width:267px;
	font-size:10px;
	text-align: left;
}

.search_button {
    border:0;
}

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

.dotline {
    border-top:dashed 1px #999999;
	width:704px;
	margin:5px auto;
	height:1px;
}

.dotline2 {
    border-bottom:dashed 1px #999999;
	width:704px;
	margin:0px auto 5px auto;
	height:1px;
}

#slideshow {
	width: 100px;
	margin-top: 5px;
	margin-left: 15px;
}

#tableborder {
	background: #ffffff;
	width: 100%;
	margin-left: 0px;
	background-color: #CDE6FF;
	border-bottom-style: inset;
	border-right-style: inset;
	padding-top: 20px;
}

#whatsnewRight {	width: 175px;
	background: #CDE6FF;
	float: right;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
	margin-left: 10px;
	border-bottom-style: inset;
	border-right-style: inset;
}

#imageRight {
	float: right;
	margin-top: 15px;
}

#messageBox {
	width: 100%;
	background: #124d79;
	border-bottom-style: outset;
	border-right-style: outset;
	padding-left: 10px;
	padding-top: 1px;
	margin-left: 10px;
}

.whitelink a:link {
color: #FFFFFF;
*color: #FFFFFF;
_color: #FFFFFF;
}

.whitelink a.visited {
color: #CCCCCC;
*color: #CCCCCC;
_color: #CCCCCC;
}


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

#main {
	width: 724px;
	margin: 0 auto;
	padding-left: 10px;
}
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 */
	width:698px;
	margin:0 auto;
	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;
	padding-left: 10px;
	text-align: left;
}
/* 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: 150px;/* since this element is floated, a width must be given */
	height: 500px; /* this is given to allow for a larger menu if needed */
	background-image:url(images/menu_box.gif);
	background-repeat:repeat;
	padding-top:15px; /* top and bottom padding create visual space within this div */
	font-size:12px;
	padding-left: 17px;
	padding-bottom: 40px;
}
#sidebar2 { /* this is the bar on the left side of the page*/
	
	
	height: 500px; /* this is given to allow for a larger menu if needed */
	background-image:url(images/menu_box.gif);
	background-repeat:repeat;
	padding-left:22px;
	padding-top:15px; /* top and bottom padding create visual space within this div */
	font-size:12px;
}

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

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

#mainContent {
	text-align: left;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 180px;
} 
#mainContent2 {
	text-align: left;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 10px;
} 

/* 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: 12px;
}
.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;
}

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

#icons {
	position:relative;
	text-align:center;
	width:750px;
	margin:0 auto 0 auto;
	top: 60px; /* this positions the links below the icons*/

}

#icons a:link {
	text-align:center;
	text-decoration:none;/* this gets rid of the underline */
	color:#124d79;
	font-size:10px;
	line-height:11px;
}
#iconmenu{
background-image:url(images/menubkgd.jpg); 
background-repeat: repeat-x; 
width:750px; 
height:110px; 
margin:0 auto;
}
#icons a:visited{
	text-decoration: none;
	color:#124d79;
	font-size:10px;
}

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

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

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

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

#bottomshadow{
	width:800px;
	margin:0 auto 0 auto;
}
.socialmediaicons {
	float: right;
	margin-right: 30px;
	margin-top: 5px;
}

