@charset "utf-8";
/* CSS Document */
img {
border: 0;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/images/bg-fade.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: thin none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	font-weight: bold;
	vertical-align: bottom;
	display: inherit;
	padding-top: 5px;
}
#header h1 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 75px;
	padding-right: 50;
	padding-bottom: 5px;
	padding-left: 250;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
	color: #333333;
	text-align: center;
}

#header slogan {
	margin-top:75px;
	padding-left:250px;
	text-align:left;
	text-transform:none;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	clear: both;
	margin-bottom: 5px;
	padding-top: 10px;
}

#header .navigation {
	margin-top:50px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position: left 210px;
	height: 525px;
}

#sidebar-providers {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	margin-top: 15px;
	background-image: url(/images/im-providers.jpg);
	background-repeat: no-repeat;
	background-position: left 210px;
	height: 525px;
}

#sidebar1-community {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	margin-top: 15px;
	background-image: url(/images/im-community.jpg);
	background-repeat: no-repeat;
	background-position: left 210px;
	height: 500px;
}

#mainContent-right {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 280px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	margin-top: 15px;
	background-position: center 210px;
	background-image: url(/images/im-families.jpg);
	background-repeat: no-repeat;
	height: 500px;
}

#mainContent-left {

	margin-top: 0;
	margin-right: 280px;
	margin-bottom: 0;
	margin-left: 0x;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#sidebar-right-wide {
	float: right; /* since this element is floated, a width must be given */
	width: 310px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	margin-top: 15px;
	background-image: url(/images/im-news.jpg);
	background-position: left 240px;
	background-repeat: no-repeat;
	height: 500px;
}

#mainContent-left-narrow {

	margin-top: 0;
	margin-right: 340px;
	margin-bottom: 0;
	margin-left: 0x;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 



h1 {
	font-size:24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #569CD0;
	padding-top: 25px;
}

h2 {
	font-size:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #092E62;
}

a:link, a:visited {
	color: #00245D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #58B7DD;
}

.page-menu {
}

.menu {
	width: 285px;
	float: left;
	padding: 0px;
	border: 2px solid #569CD0;
	margin-left: 20px;
	margin-bottom: 10px;
	height: auto;
	background-image: url(/images/menu-b.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.menutitle {
	font-size: 14px;
	padding-bottom: 0.4em;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 0.6px;
	height: 15px;
	background-color: #569CD0;
	text-align: center;
	width: 100%;
}
.menu p {
	background-image: url(/images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-right: 15px;
	line-height: 12px;
	font-size: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	margin-top: 7px;
	font-weight: bold;
}

.menu-220 {
	width: 285px;
	height: 220px;
	float: left;
	padding: 0px;
	border: 2px solid #569CD0;
	margin-left: 20px;
	margin-bottom: 10px;
	height: 220px;
	background-image: url(/images/menu-b.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.menu-220 p {
	background-image: url(/images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-right: 15px;
	line-height: 12px;
	font-size: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	margin-top: 7px;
	font-weight: bold;
}


.menu1 {
	width: 260px;
	float: left;
	padding: 0px;
	border: 2px solid #569CD0;
	margin-left: 20px;
	margin-bottom: 10px;
	height: auto;
}


.menutitle1 {
	font-size: 14px;
	padding-bottom: 0.4em;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 0.6px;
	height: 15px;
	background-color: #569CD0;
	text-align: center;
	width: 100%;
}
.menu1 p {
	background-image: url(/images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-right: 15px;
	line-height: 12px;
	font-size: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	margin-top: 7px;
	font-weight: bold;
}

.menu1-180 {
	width: 260px;
	height: 180px;
	float: left;
	padding: 0px;
	border: 2px solid #569CD0;
	margin-left: 20px;
	margin-bottom: 10px;
	height: 180px;
}

.menu1-180 p {
	background-image: url(/images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-right: 15px;
	line-height: 12px;
	font-size: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	margin-top: 7px;
	font-weight: bold;
}


.menu2 {
	width: 230px;
	float: center;
	margin-bottom: 5px;
	height: auto;
	list-style-type: none;
	text-align: left;
}

.menu2 ul {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	list-style-image: url(/images/bullet.jpg);


}

.menu2 ul li {
	list-style-type: none;
}
.menu2 ul li ul{
	list-style-type: none;
	font-size: 12px;
	line-height: 18px;
	list-style-image: none;
}



#mainContent .table {
	background: #FFFFFF;
	margin-top: 5px;
	margin-left: 10px;
	width: auto;
	height: 410px;
}
#container #mainContent .table p {
	padding: 0px;
	margin: 15px;
}
#footer {
	padding: 0px;
	height: 25px;
	background-color: #00245D;
	width: auto;
}

#footer ul {
	margin:0;
	list-style: none;
	float: left;
	width: 945px;
	background-color: #00245D;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #00245D;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #58B7DD;
	text-align: left;
	text-indent: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
 
#footer li {
	float: left;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer li a {
	float: left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 0.5em;
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
}

#footer li a:hover, #footer li a:active, #header li a:focus {
	color:#00245D;
	background-color: #58B7DD;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 0px;
}
.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;
}
 
.page-nav {
	padding: 2px 2px;
	text-decoration: none;
	color: #000000;
	background-color:#CCCCCC;
	font-size: .9em;
	border-top:#D7D7D7 solid 1px;
	border-right: #999999 solid 1px;
	border-bottom: #999999 solid 1px;
	border-left: #D7D7D7 solid 1px; }
.page-nav:hover {
	color: #666666;
	border-top:#999999 solid 1px;
	border-right:#D7D7D7  solid 1px;
	border-bottom: #D7D7D7 solid 1px;
	border-left: #999999 solid 1px;
	text-decoration:none; }
#home-community      {
	background-image: url(/images/module-community3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 196px;
	width: 290px;
	font-size: 19px;
	font-weight: bolder;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}
#home-families      {
	background-image: url(/images/module-families3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 196px;
	width: 290px;
	font-size: 19px;
	font-weight: bolder;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

#home-news      {
	background-image: url(/images/module-news3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 196px;
	width: 290px;
	font-size: 19px;
	font-weight: bolder;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

#home-providers      {
	background-image: url(/images/module-providers3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 196px;
	width: 290px;
	font-size: 19px;
	font-weight: bolder;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

#home-providers a:hover, #home-news a:hover, #home-families a:hover, #home-community a:hover {
	text-decoration: underline;
	color: #000000;

}

.menu-120 {
	width: 285px;
	height: 220px;
	float: left;
	padding: 0px;
	border: 2px solid #569CD0;
	margin-left: 20px;
	margin-bottom: 10px;
	height: 120px;
	background-image: url(/images/menu-b.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.menu-120 p {
	background-image: url(/images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-right: 15px;
	line-height: 12px;
	font-size: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	margin-top: 7px;
	font-weight: bold;
}
.menu-100 {
	width: 285px;
	height: 220px;
	float: left;
	padding: 0px;
	border: 2px solid #569CD0;
	margin-left: 20px;
	margin-bottom: 10px;
	height: 100px;
	background-image: url(/images/menu-b.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.menu-100 p {
	background-image: url(/images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-right: 15px;
	line-height: 12px;
	font-size: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	margin-top: 7px;
	font-weight: bold;
}
