/*
Designer: Marje Cannon Anexio New Media
Author: Marje Cannon Anexio New Media
version 11.22.2006
version 01.04.2007
version 01.08.2007
version 01.10.2007
version 02.26.2007
*/

html, body, ul ,ol, li, dl, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, img {
    margin: 0;
    padding: 0;
	 color: #005596;
	 background-color: transparent;
	 font-family: tahoma, arial, helvetica, sans-serif;
	 font-size: 12px;
    line-height: 1.5;
}
body {
	text-align: center;
	background-image: url(resources/bg.jpg);
	background-repeat: repeat-x;
}

/* --------------- misc --------------- */
.clear {
	clear: both;
}
.bold {
   font-weight: bold;
}
.red {
	color: #CC0000;
	background-color: transparent;
}
.redbold {
	color: #CC0000;
	background-color: transparent;
	font-weight: bold;
}
.green {
	color: #7DA73D;
	background-color: transparent;
}
.greenbold {
	color: #7DA73D;
	background-color: transparent;
	font-weight: bold;
}
#contentmiddle .pullquote, #contentwide .pullquote {
	width: 230px;
	margin: 10px 0 20px 0;
	padding: 0 20px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #FF0000;
	background-color: transparent;
	line-height: 1.8;
	text-align: right;
	float: left;
}	
#contentmiddle p.pullquote #contentwide p.pullquote {
	width: 230px;
	margin: 10px 0 20px 0;
	padding: 0 20px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #FF0000;
	background-color: transparent;
	line-height: 1.8;
	text-align: right;
	float: left;
}	
/* ------------lists ---------------- */

#contentmiddle ul, #contentwide ul  {
	margin: 20px 60px 20px 70px;
	padding: 0;
}
#contentmiddle ol, #contentwide ol {
	margin: 20px 60px 20px 75px;
		padding: 0;
}


/* --------------- link styles --------------- */
a:link {
	 color: #005596;
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
	 color: #005596;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	 color: #005596;
	background-color: transparent;
	text-decoration: none;
}
a:active {
	 color: #005596;
	background-color: transparent;
	text-decoration: none;
}

/* --------------- wrap layout --------------- */
#wrap {
	position: relative;
	width: 851px;
	margin: 0 auto 0 auto; 
	text-align: left;
}
/* --------------- header layout --------------- */
#header {
	position: relative;
	width: 851px;
	height: 95px;
	margin: 21px 0 0 0;
	}
	
/* -- top menu -- */

img {
    border: none;
}

#menutop {
	clear: both;
      float: left;
      width: 851px;
		color: #000000;
		background-color: inherit;
      background-image: url(menutop/bg-menutop.jpg);
	   background-repeat: repeat-y;
	   height: 22px !important;
      }
#menutop ul {
          margin: 0;
			 	 padding: 0;
          list-style: none;
      }
#menutop li {
      display: inline;
      margin: 0;
      padding: 0;
		font-size: 13px !important;
      line-height: normal;
      }
#menutop a {
      float: left;
		color: #000000;
      background: url(menutop/tabsleft.gif) no-repeat left top;
      margin: 0;
      padding: 0 0 0 4px;
      text-decoration: none;
      }
#menutop a span {
      float: left;
      display: block;
      background: url(menutop/tabsright.gif) no-repeat left top;
      padding: 2px 15px 2px 6px;
		color: #000000;
      }
	  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menutop a span {float: none;}
/* End IE5-Mac hack */
	
	
#menutop a:hover span {
      color: #FFFFFF !important;
		      background-position: 0% -22px;
      }
#menutop a:hover {
      background-position: 0% -22px;
      }

/*-- top right menu */
#toprightmenu {
	clear: both;
	/* float: right; */
	width: 851px;
	height: 26px !important;
	background-image: url(resources/bg-menutopright.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#toprightmenu ul#menutopright {
	margin: 0;
	padding-left: 0;
	white-space: nowrap;
	float: right;
	/* width: 495px; */
	/* width: 650px; */
		width: 680px;
	height: 26px !important;
}

#toprightmenu #menutopright li {
	display: inline;
	list-style-type: none;
	font-size: 13px !important;
   line-height: 2;
		color: #FFFFFF;
	background-color: #0D569A;
	margin: 0 1px 0 1px;
}
#toprightmenu #menutopright a { 
	padding: 5px 14px 5px 14px; 
}
#toprightmenu #menutopright a:link, #toprightmenu #menutopright a:visited {
	color: #FFFFFF;
	background-color: #0D569A;
	text-decoration: none;
}
#toprightmenu #menutopright a:hover { 
	color: #FFFFFF;
	background-color: #FF0000 !important;
	text-decoration: none;
}	
/*
#toprightmenu #menutopright a:link.end, #toprightmenu #menutopright a:visited.end {
	color: #FFFFFF;
	background-color: #0D569A;
	text-decoration: none;
	border-right: 1px solid #000000 !important;
}
#toprightmenu #menutopright a:hover.end { 
	color: #FFFFFF;
	background-color: #FF0000 !important;
	text-decoration: none;
	border-right: 1px solid #000000 !important;
}	
*/

#content {
	clear: both;
	position: relative;
	width: 851px;
	background-image: url(resources/bg-content.gif);
	background-repeat: repeat-y;
	padding: 0;
}
#contentleft {
   position: relative;
	float: left;
	width: 178px;
	padding: 0;
}

#contentleft #menuleft, #menuleft li {
 margin: 0;
 padding: 0;
 list-style: none;
  }
#contentleft #menuleft {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#contentleft #menuleft a {
 width: 178px;
 height: 32px;
 color: #FFFFFF;
 background: url(menuleft/bg-menuleft.gif) no-repeat;
  display: block;
  font: 12px/30px tahoma, arial, sans-serif;
 text-decoration: none;
  text-indent: 14px;

}

#contentleft #menuleft a:hover {
 color: #FFFFFF;
  background-position: 0 -32px;
  text-decoration: none;
   }

#contentleft table {
	margin: 0;
	padding: 0;
}
#contentleft table td {
	margin: 0;
	padding: 2px 0 2px 0;
}
#contentmiddle {
   position: relative;
	float: left;
	width: 468px;
	background-image: url(resources/bg-contentmiddle.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0;
}
#contentwide {
   position: relative;
	float: left;
	width: 660px;
	background-image: url(resources/bg-contentmiddle.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0;
}
#contentmiddle h1, #contentwide h1 {
	clear: both;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 12px 24px;
	letter-spacing: 0 !important;
	color: #0D5694;
	background-color: transparent;
}	
#contentmiddle h2, #contentwide h2 {
	clear: both;
	font-size: 19px;
	font-weight: bold;
	margin: 20px 0 12px 24px;
	letter-spacing: 0 !important;
	color: #0D5694;
	background-color: transparent;
}
#contentmiddle h3, #contentwide h3 {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	margin: 16px 0 12px 24px;
	letter-spacing: 0 !important;
	color: #0D5694;
	background-color: transparent;
}	
#contentmiddle p, #contentwide p {
	margin: 11px 36px 11px 40px;
}
/* --------------- breadcrumbs --------------- */
#breadcrumbs {
	height: 50px;
	width: 450px;
	float: right;
}
#breadcrumbs p {
	margin: 4px 14px 12px 0;
	padding: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px !important;
	text-align: right !important;
}
#breadcrumbs * {
	color: #005596;
	background-color: transparent;
}

#contentright {
	float: right;
	width: 200px;
	background-image: url(resources/bg-contentright.gif);
	background-repeat: repeat-y;
	position: relative;
}

#contentright .box {
	clear: both;
	width: 200px;
	margin: 0 0 3px 0;
	padding-bottom: 14px;
	background-image: url(resources/bg-contentright-box.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#contentright .box#bottom {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none;
}
#contentright .box#bottom p {
	color: #FFFFFF !important;
	background-color: transparent;
}
#contentright .box#bottom h3 {
	margin: 0 !important;
	padding: 4px 4px 4px 15px !important;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #3F99CB;
	border-bottom: 1px solid #66CCCC;
}
#contentright .box h3 {
	margin: 0 !important;
	padding: 4px 4px 4px 15px !important;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #3F99CB;
	border-top: 1px solid #3F99CB;
	border-bottom: 1px solid #3F99CB;
}
#contentright .box p {
	margin: 0 !important;
	padding: 8px 12px 2px 15px !important;
   font-size: 11px;
   line-height: 1.4;
}
#contentright .box ul {
	margin: 0;
	padding: 14px 10px 14px 10px;
	list-style: none;
}
#contentright .box ul li {
	margin: 0 0 6px;
	padding: 0;
	font-size: 11px;
   line-height: 1.4;
}
/* --------------- calendar styles --------------- */
 
table#calendar {
	width: 500px;
	padding: 0;
	margin: 0 auto 0 auto;
		border-top: 1px solid #C1DAD7;
			border-bottom: 1px solid #C1DAD7;
}
caption {
	padding: 0 0 5px 0;
	width: 500px;	 
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

td.specalt {
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	background-position: top left;
	background-repeat: no-repeat;
	font: bold 11px tahoma, arial, helvetica, sans-serif;
	color: #797268;
	padding: 8px !important;
}


/* --------------- image styles --------------- */
.imgrightnomargin {
	float: right;
	margin: 0;
	padding: 0;
}
.imgleftnomargin {
	float: left;
	margin: 0;
	padding: 0;
}
.imgrightblueborder {
	float: right;
	padding: 6px;
	background-color: #CDE9F5;
	color: inherit;
	margin: 4px 0 12px 18px;
}
.imgleftblueborder {
	float: left;
	padding: 6px;
	background-color: #CDE9F5;
	color: inherit;
	margin: 4px 18px 12px 0;
}
.imgrightwithoutborder {
	float: right;
	padding: 6px;
	color: inherit;
	margin: 4px 0 12px 18px;
}
.imgleftwithoutborder {
	float: left;
	padding: 6px;
	color: inherit;
	margin: 4px 18px 12px 0;
}

.imgblueborder {
	display: block;
	padding: 6px;
	background-color: #CDE9F5;
	color: inherit;
	margin: 4px 18px 12px 18px;
}
/*----------footer ------------ */

#footer {
	clear: both;
	width: 851px;
	height: 178px;
}
/* -------------- belowwrap --------------- */

#belowwrap {
	margin-left: auto;
	margin-right: auto;
	width: 851px;
	letter-spacing: 0;
	}
#belowwrap .belowwrapleft {
	margin: 10px 0 30px 0;
	width: 400px;
	text-align: left;
	float: left;
	color: #3F99CB;
	background-color: transparent;
	font-size: 10px;
}
#belowwrap .belowwrapright {
	margin: 10px 0 30px 0;
	width: 400px;
	text-align: right;
	float: right;
	color: #3F99CB;
	background-color: transparent;
	font-size: 10px;
}
#belowwrap a:link {
	color: #3F99CB !important;
	background-color: transparent !important;
	text-decoration: none;
}
#belowwrap a:visited {
	color: #3F99CB !important;
	background-color: transparent !important;
		text-decoration: none;
}
#belowwrap a:hover {
	color: #3F99CB !important;
	background-color: transparent !important;
		text-decoration: none;
}
#belowwrap a:active {
	color: #3F99CB !important;
	background-color: transparent !important;
		text-decoration: none;
}


/*----------CSS signature ------------ */
body#about a#navabout,
body#membership a#navmembership,
body#giving a#navgiving,
body#branches a#navbranches,
body#calendar a#navcalendar,
body#hometown a#navhometown  {
	color: #FFFFFF; 
   background-position: 0% -22px;
}

body#about a#navabout span,
body#membership a#navmembership span,
body#giving a#navgiving span,
body#branches a#navbranches span,
body#calendar a#navcalendar span, 
body#hometown a#navhometown span   {
	color: #FFFFFF; 
   background-position: 0% -22px;
}


body#programs a#navprograms,
body#student a#navstudentwellness,
body#wellness a#navwellness,
body#childcare a#navchildcare,
body#newsletter a#navnewsletter { 
	color: #FFFFFF;
	background-color: #FF0000 !important;
	text-decoration: none;
}	
	
	
/*--styles for home page--*/
body#home {
	background-image: url(resources/bg-home.jpg);
	background-repeat: repeat-x;
	background-color: #216A8D;
	}
	
body#home #wrap {
	background-image: url(resources/bg-content-home.jpg);
	background-repeat: repeat-y;
		margin: 21px auto 0 auto; 
}

body#home #header {
	margin: 0;
	}

body#home #content {
height: 450px !important;
	position: relative;
	margin: 0;
	padding: 0;
	background-image: url(resources/bg-content-home-nested.gif) !important;
   background-position: top left;
   background-repeat: no-repeat;
	}
body#home #content-nested {
	position: relative;
	margin: 0;
	padding: 0;
	}
body#home #text {
position: absolute;
z-index: 50;
top: 158px;
left: 220px;
width: 300px;

		}
body#home #text p {
color: #FFFFFF !important;
background: transparent;
line-height: 1.4;
	margin: 8px 0 4px 0;
	padding; 0;
}

body#home #homeimage {
	position: absolute;
	z-index: 35;
	top: 80px;
	right: 0;
	width: 443px;
	height: 439px;
}
body#home #footer {
	clear: both;
	width: 851px;
	height: 72px;
	margin: 0;
	padding: 0;
}

body#home #ads {
	position: absolute;
	z-index: 10;
	top: 310px;
	left: 20px;
	width: 178px;
}
body#home table {
	margin: 0;
	padding: 0;
}
body#home table td {
	margin: 0;
	padding: 2px 0 2px 0;
}

/*------- form ----------*/

label {
   width: 6em;
   float: left;
   text-align: right;
   margin: 10px 1em 10px 0;
   clear: both;
}

.input-box {
   float: left;
   margin: 10px 0 10px 0;
	color: #49726D;
	background-color: #F0F8FF !important;
   border: 1px solid #005596;
	width: 270px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

.formtext {
	color: #49726D;
	background-color: #F0F8FF;
   border: 1px solid #005596;
	width: 270px;
	height: 180px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
.submit-button {
   margin-left: 110px;
   clear: both !important;
   color: #2B403C;
   background-color: #CDE9F5;
   border: 1px outset #005596;
}
fieldset {
   border: #CDE9F5 solid 1px;
   width: 410px;
   position: relative;
   left: 40px;
}

legend {
   background-color: #7DA73D;
   color: #FFFFFF;
   border: 1px solid #446660;
   padding: 2px 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
form br {
	clear: both;
	margin-top: 6px;
}

/*----- site map -----*/
ul.sitemaplist li {
	margin-left: -58px;
}
li.sitemaplist1st {
   padding: 0;
	margin: -20px 0 0 0;
}
li.sitemaplistlast {
	margin: 0 0 -20px 0;
}
li.noliststyle {
	list-style-type: none;
}




/*----- centered ----------- */

h3.heading3centered {
	text-align: center;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

p.paragraphcentered {
   text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
}