/*
Designer: Marje Cannon Anexio New Media
Author: Marje Cannon Anexio New Media
version 10.01.2007
version 10.02.2007
version 10.03.2007
version 10.09.2007
version 12.14.2007
version 02.06.2008
*/
/*--------------- default settings  ----------------------*/

html, body, div, span, object, iframe, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, p, img, a, font  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	vertical-align: baseline;
}
:focus {
     outline: 0;
}
body {
   text-align: center;
   line-height: 1.5;
   color: #027DA2;
   background-color: #FFFFFF;
   background-image: url(resources/bg-grunge.jpg);
}


/* --------------- misc --------------- */
.clear {
	clear: both;
}
.bold {
               font-weight: bold;
}
.bolditalic {
     font-weight: bold;
     font-style: italic;
}
.italic {
font-style: italic;
}
.red {
	color: #FF4E02;
	background-color: transparent;
}
.redbold {
	color: #FF4E02;
	background-color: transparent;
	font-weight: bold;
}
.redboldbigger {
	color: #FF4E02;
	background-color: transparent;
	font-weight: bold;
	font-size: 14px;
}
/*-----------------wrap-outer-------------------*/
#wrap-outer {
    position: relative;
    width: 982px;
    margin: 0 auto 0 auto;
    background-image: url(resources/bg-outer-wrap.jpg);
    background-repeat: repeat-y;
    text-align: center;
}

/* --------------- wrap layout --------------- */
#wrap {
	position: relative;
	width: 960px;
	margin: 0 auto 0 auto; 
	text-align: center;
}
/* --------------- header layout --------------- */
#header {
	position: relative;
	width: 960px;
	height: 74px;
	background-image: url(resources/bg-grunge.jpg);
}
#logo {
	position: absolute;
	top: 20px;
	left: 230px;
	z-index: 10;
}
/* --------------- content --------------- */
	
#content {
	position: relative;
	width: 960px;
	background-image: url(resources/bg-content.gif);
   background-repeat: repeat-y;
	text-align: left;
	}
/*--------------content-left-----------------*/
#content-left {
	   position: relative;
		float: left;
		width: 190px;
		background-color: #028AB4;
		color: #E0FA4E;
	}
#content-left h4 {
	font-size: 19px;
	margin: 20px 0 12px 11px;
	color: #CBEE07;
	background-color: transparent;
}	
#content-left p {
	 margin: 6px 10px 8px 11px;
	}	
	
	
/* --------------- link styles in content-left --------------- */
	
#content-left a:link {
	color: #E0FA4E;
	background-color: transparent;
	text-decoration: underline;
}
#content-left a:visited {
	color: #E0FA4E;
	background-color: transparent;
	text-decoration: underline;
}
#content-left a:hover {
	color: #E0FA4E;
	background-color: transparent;
	text-decoration: none;
}
#content-left a:active {
	color: #E0FA4E;
	background-color: transparent;
	text-decoration: none;
}


/*--------------content-right-----------------*/
#content-right {
	   position: relative;
		float: right;
		width: 768px;
		background-image: url(resources/bg-content-right.gif);
		background-repeat: no-repeat;
	}	
	
#content-right p {
	 margin: 5px 20px 5px 0;
	 padding: 5px 50px 7px 39px;
	}	
	
#content-right #logo {
		position: relative;
		top: -13px;
		left: -4px;
	}
#content-footer {
	clear: both;
	width: 960px;
	height: 94px;
}	

#box-right {
	position: relative;
	width: 188px;
	float: right;
	background-image: url(resources/bg-box-right.jpg);
	background-repeat: no-repeat;
	background-color: #8CC501;
	color: #000099;
	margin: 0;
	padding: 0;
}

#box-right p {
	 margin: 6px 10px 8px 22px;
	 padding: 0;
	}	
#box-right h5 {
	font-size: 19px;
	margin: 20px 0 12px 21px;
	color: #0000CC;
	background-color: transparent;
}	

/* --------------- link styles in box-right --------------- */
	
#box-right a:link {
	color: #000099;
	background-color: transparent;
	text-decoration: underline;
}
#box-right a:visited {
	color: #000099;
	background-color: transparent;
	text-decoration: underline;
}
#box-right a:hover {
	color: #000099;
	background-color: transparent;
	text-decoration: none;
}
#box-right a:active {
	color: #000099;
	background-color: transparent;
	text-decoration: none;
}
/* --------------- link styles in content-right --------------- */
	
#content-right a:link {
   color: #027DA2;
	background-color: transparent;
	text-decoration: underline;
}
#content-right a:visited {
   color: #027DA2;
	background-color: transparent;
	text-decoration: underline;
}
#content-right a:hover {
   color: #027DA2;
	background-color: transparent;
	text-decoration: none;
}
#content-right a:active {
   color: #027DA2;
	background-color: transparent;
	text-decoration: none;
}
/* ------------lists ---------------- */

#content-right ul {
	margin: 15px 60px 20px 80px;
	padding: 0;
}
#content-right ol {
	margin: 15px 60px 20px 85px;
	padding: 0;
}

/*----- site map -----*/
#sitemap {
	margin: 0 100px 20px 30px;
}
#sitemap ul.sitemaplist li ul li{
	margin-left: -50px;
}



/*-------------main menu --------*/

#wrap #content #content-left #menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 190px; 
}
#wrap #content #content-left #menu li{
	border-bottom: 1px solid #FF7C5B; /* border beneath each menu item */
}
#wrap #content #content-left #menu li a {
	background-position: left top; /* background image positioned to the left(v) top(h) corner initially */
	font-size: 14px;
	background-image: url(resources/menu.gif);
	display: block;
	color: #FFFFFF;
	width: auto;
	border-bottom: 1px solid #FF7C5B; /*  border beneath each menu item link, to add depth */
	padding: 6px 0; /* vertical (top/bottom) padding for each menu link */
	text-indent: 14px;
	text-decoration: none;
}

#wrap #content #content-left #menu li a:hover, #menu li a:active {
	background-position: 0 -34px; /* shift background image up by 34px  */
	color: #FFFFFF
}

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


.imgrightgreenborder {
	float: right;
	padding: 3px;
	background-color: #CBEE07;
	color: inherit;
	margin: 4px 0 12px 18px;
}
.imgleftgreenborder {
	float: left;
	padding: 3px;
	background-color: #CBEE07;
	color: inherit;
	margin: 4px 18px 12px 0;
}



.imgright  {
	float: right;
	color: inherit;
	margin: 4px 0 12px 18px;
}
.imgleft  {
	float: left;
	color: inherit;
	margin: 4px 18px 12px 0;
}

/*---------- headings ------------ */

#content-right h1 {
	font-size: 30px;
	padding: 0;
	margin: 2px 0 8px 38px;
	color: #028AB4;
	background-color: transparent;
	display: inline;
}	

#content-right h2 {
	font-size: 26px;
	padding: 0;
	margin: 20px 0 8px 38px;
	color: #028AB4;
	background-color: transparent;
	display: inline;
}	



/*---------- submenu ------------ */

#wrap #content #content-right #submenu {
	margin: 2px 0 20px 30px;
}
#submenuwidth {
	width: 238px;
}
#wrap #content #content-right #submenu ul#navlist {
	width: 100%; /* to fix hasLayout issues */ 
	margin: 0;
}
#wrap #content #content-right #submenu #navlist li { 
 	list-style-type: none;
 	text-indent: 22px;
 	background-image: url(resources/bg-arrow-submenu.gif) !important;
 	/* background-position: left; */
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2;
}
#wrap #content #content-right #submenu a:link {
	color: #FF4E02;
	background-color: transparent;
	text-decoration: underline;
}
#wrap #content #content-right #submenu a:visited {
	color: #FF550E;
	background-color: transparent;
	text-decoration: underline;
}
#wrap #content #content-right #submenu a:hover {
	color: #FF4E02;
	background-color: transparent;
	text-decoration: none;
}
#wrap #content #content-right #submenu a:active {
	color: #FF4E02;
	background-color: transparent;
	text-decoration: none;
}

/*---------- content-green ------------ */

#content-green {
	position: relative;
	width: 960px;
	clear: both;
	background-color: #8CC501;
	color: #002E8C;
	text-align: left;
	line-height: 1.3;
	background-image: url(resources/bg-content-green.gif);
	background-repeat: no-repeat;
	}
#content-green-inner {
	position: relative;
	width: 960px;
	background-image: url(resources/bg-content-green-inner.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	}
#content-green p {
	 margin: 6px 18px 25px 28px;
	 padding: 0;
	}	
#content-green h3 {
	font-size: 32px;
	margin: 20px 0 12px 12px;
	color: #027FA6;
	background-color: transparent;
}	
#content-green-left {
	width: 250px;
	float: left;
}
#content-green-middle {
	width: 250px;
		float: left;
}
#content-green-right {
	width: 458px;
		float: left;
}
/* --------------- link styles in content-green --------------- */
#content-green a:link {
	color: #002E8C;
	background-color: transparent;
	text-decoration: underline;
}
#content-green a:visited {
	color: #002E8C;
	background-color: transparent;
	text-decoration: underline;
}
#content-green a:hover {
	color: #002E8C;
	background-color: transparent;
	text-decoration: none;
}
#content-green a:active {
	color: #002E8C;
	background-color: transparent;
	text-decoration: none;
}

/* --------------- bottommenu --------------- */
#wrap #footer #menubottom {
	width: 960px;
	text-align: center;
	padding-top: 15px;
}
#wrap #footer #menubottom #navlistbottom li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
}

/* --------------- link styles in bottommenu --------------- */
#wrap #footer #menubottom #navlistbottom  a:link {
	color: #7EBB00;
	background-color: transparent;
	text-decoration: none;
}
#wrap #footer #menubottom #navlistbottom a:visited {
	color: #7EBB00;
	background-color: transparent;
	text-decoration: none;
}
#wrap #footer #menubottom #navlistbottom  a:hover {
	color: #7EBB00;
	background-color: transparent;
	text-decoration: underline;
}
#wrap #footer #menubottom #navlistbottom a:active {
	color: #7EBB00;
	background-color: transparent;
	text-decoration: underline;
}

#footer-content-green {
	clear: both;
	width: 960px;
	height: 3px;
}	

#footer {
	clear: both;
	width: 960px;
	height: 50px;
	background-color: #000040;
	color: #CCCCCC;
}

/* -------------- belowwrap --------------- */

#wrap-outer #belowwrap {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 120px;
   background-image: url(resources/bg-below-wrap.jpg);
   background-repeat: no-repeat;
	}
#wrap-outer #belowwrap .belowwrapleft {
	margin: 10px 0 30px 26px;
	width: 400px;
	text-align: left;
	float: left;
	color: #538CFF;
	background-color: transparent;
	font-size: 10px;
}
#wrap-outer #belowwrap .belowwrapright {
	margin: 10px 26px 30px 0;
	width: 400px;
	text-align: right;
	float: right;
	color: #538CFF;
	background-color: transparent;
	font-size: 10px;
}
#wrap-outer #belowwrap a:link {
	color: #538CFF;
	background-color: transparent;
	text-decoration: none;
		font-size: 10px;
}
#wrap-outer #belowwrap a:visited {
	color: #538CFF;
	background-color: transparent;
	text-decoration: none;
		font-size: 10px;
}
#wrap-outer #belowwrap a:hover {
	color: #538CFF;
	background-color: transparent;
	text-decoration: none;
		font-size: 10px;
}
#wrap-outer #belowwrap a:active {
	color: #538CFF;
	background-color: transparent;
	text-decoration: none;
		font-size: 10px;
}


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

body#contact fieldset {
	left: 60px;	
}
	
form {
	 font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
   position: relative;
}
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: #F0FFFF !important;
   border: 1px solid #028AB4;
	width: 270px;
	 font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
.input-box:focus  {
	background-color: #FFFFFF !important;
}
.formtext {
	color: #49726D;
	background-color: #F0FFFF;
   border: 1px solid #028AB4;
	width: 270px;
	height: 180px;
	 font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	}
.formtext:focus  {
	background-color: #FFFFFF !important;
}
.submit-button {
   margin-left: 110px;
   clear: both !important;
   color: #FFFFFF;
   background-color: #FC3A02;
   border: 1px outset #F0FFFF;
}
fieldset {
   border: #C1FEFF solid 1px;
   width: 410px;
   position: relative;
	left: 210px;
}
fieldset.quick {
   border: #C1FEFF solid 1px;
   width: 410px;
   position: relative;
	left: 50px;
}
legend {
	  background-color: #028AB4;
        color: #FFFFFF;
   border: 1px solid #028AB4;
   padding: 2px 10px;
	 font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
form br {
	clear: both;
	margin-top: 6px;
}
	 
	 
/* ---------------------- form survey ----------------*/ 
	 
form#survey {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
   position: relative;
	margin: 0 0 0 40px;
	padding: 0;
}
form#survey p {
   margin: 10px 100px 10px 0;
	padding: 0;
	text-align: left;
}
form#survey .input-box {
   float: left;
   margin: 10px 0 10px 0;
	color: #49726D;
	background-color: #F0FFFF !important;
   border: 1px solid #028AB4;
	width: 450px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
form#survey .input-box:focus  {
	background-color: #FFFFFF !important;
}
form#survey .formtext {
	color: #49726D;
	background-color: #F0FFFF;
   border: 1px solid #028AB4;
	width: 270px;
	height: 180px;
	 font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	}
form#survey .formtext:focus  {
	background-color: #FFFFFF !important;
}
form#survey .submit-button {
   margin-left: 0;
   clear: both !important;
   color: #FFFFFF;
   background-color: #FC3A02;
   border: 1px outset #F0FFFF;
}
form#survey fieldset {
   border: #C1FEFF solid 1px;
   width: 410px;
   position: relative;
	left: 210px;
}
form#survey fieldset.quick {
   border: #C1FEFF solid 1px;
   width: 410px;
   position: relative;
	left: 50px;
}
form#survey legend {
	  background-color: #028AB4;
        color: #FFFFFF;
   border: 1px solid #028AB4;
   padding: 2px 10px;
	 font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
form#survey br {
	clear: left;
	margin-top: 6px;
}
	  
	 
	 
/*-----css signature ------ */



/* body#home {
	background-image: url(resources/bg-home.jpg);
}
*/
body#home #wrap #content #content-left li a#homenav {
	background-position:0% -34px;
}
body#about #wrap #content #content-left li a#aboutnav {
	background-position:0% -34px;
}
body#programs #wrap #content #content-left li a#programsnav {
	background-position:0% -34px;
}
body#news #wrap #content #content-left li a#newsnav {
	background-position:0% -31px;
}
body#locations #wrap #content #content-left li a#locationsnav {
	background-position:0% -31px;
}
body#getinvolved #wrap #content #content-left li a#getinvolvednav {
	background-position:0% -31px;
}
body#partners #wrap #content #content-left li a#partnersnav {
	background-position:0% -31px;
}
body#contact #wrap #content #content-left li a#contactnav {
	background-position:0% -31px;
}

/*-----css signature home page ------ */

body#newsletter fieldset {
	left: 60px;	
}

body#home #content {
	background-image: url(resources/bg-content-box-home.jpg);
	background-repeat: repeat-y;
		position: relative;
}
body#home #content-home {
	width: 678px;
	float: left;
	position: relative;

}

body#home #box-right {
	position: relative;
	width: 280px;
	float: right;
	background-color: #8CC501;
	color: #FFFFFF;
	background-image: none;
}

body#home #box-right p {
	 margin: 5px 0 10px 0;
	 padding: 10px 10px 4px 22px;
	 background-image: url(resources/bg-paragraph-box-right-home.jpg);
	 background-repeat: no-repeat;
	}
	
/* body#home #content-box-home {
	clear: both;
	width: 960px;
	background-image: url(resources/bg-content-box-home.jpg);
	background-repeat: repeat-x;
	}
	*/
	
	
body#home #left {
		position: relative;
		float: left;
		width: 250px;
		text-align: center;
	}
body#home #left p {
		margin: 8px 30px;
		color: #FFFFFF;
		background-color: transparent;
		text-align: left;
	}
body#home #left img {
		margin: 14px auto 18px auto;
		border: 2px solid #000046;
	}
body#home #left a:link {
		color: #FFFFFF;
		background-color: transparent;
		text-decoration: underline;
	}
body#home #left a:visited {
		color: #FFFFFF;
		background-color: transparent;
      text-decoration: underline;
	}
body#home #left a:hover {
		color: #FFFFFF;
		background-color: transparent;
      text-decoration: none;
	}
body#home #left a:active {
		color: #FFFFFF;
		background-color: transparent;
      text-decoration: none;
	}
body#home #middle {
		position: relative;
		float: left;
		width: 250px;
		text-align: center;
	}
body#home #middle p {
		margin: 8px 30px;
		color: #FFFFFF;
		background-color: transparent;
		text-align: left;
	}
body#home #middle img {
		margin: 14px auto 18px auto;
		border: 2px solid #000046;
	}
body#home #middle a:link {
		color: #FFFFFF;
		background-color: transparent;
		text-decoration: underline;
	}
body#home #middle a:visited {
		color: #FFFFFF;
		background-color: transparent;
      text-decoration: underline;
	}
body#home #middle a:hover {
		color: #FFFFFF;
		background-color: transparent;
      text-decoration: none;
	}
body#home #middle a:active {
		color: #FFFFFF;
		background-color: transparent;
      text-decoration: none;
	}
	
body#home #right a {
		color: #FFFFFF;
		background-color: transparent;
	}
body#home #right {
		position: relative;
		float: left;
		width: 178px;
		text-align: center;
	}
body#home #right p {
		margin: 8px 14px;
		color: #002E8C;
		background-color: transparent;
		text-align: left;
		font-size: 10px;
		line-height: 1.3;
	}
body#home #right a:link {
		color: #002E8C;
		background-color: transparent;
		text-decoration: underline;
	}
body#home #right a:visited {
		color: #002E8C;
		background-color: transparent;
      text-decoration: underline;
	}
body#home #right a:hover {
		color: #002E8C;
		background-color: transparent;
      text-decoration: none;
	}
body#home #right a:active {
		color: #002E8C;
		background-color: transparent;
      text-decoration: none;
	}
	
	
body#home #wrap #content #content-home #right h4 {
	margin: 22px 0 18px 12px;
	padding: 0;
	}
body#home #content-footer {
  height: 30px;
  width: 960px;
  margin: 0;
  padding: 0;
  background-color: #00287D;
}


/*----------css signature content-green-home ------------ */

body#home #content-green-home {
	position: relative;
	width: 960px;
	clear: both;
	background-color: #8CC501;
	color: #002E8C;
	text-align: left;
	line-height: 1.3;
	background-image: url(resources/bg-content-green-home.gif);
	background-repeat: repeat-y;
	}
body#home #content-green-inner-home {
	position: relative;
	width: 960px;
	background-image: url(resources/bg-content-green-inner-home.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	}


body#home #content-green-home-left {
	width: 478px;
	float: left;
}
body#home #content-green-home-left h3 {
	font-size: 32px;
	margin: 20px 0 12px 26px;
}	
body#home #content-green-home-left p {
	 margin: 6px 28px 18px 38px;
	 padding: 0;
	}	
body#home #content-green-home-right {
	width: 478px;
	float: right;
}

body#home #content-green-home-right p {
	 margin: 6px 44px 25px 52px;
	 padding: 0;
	 color: #82BF00;
	 background-color: transparent;
	}	
body#home #content-green-home-right h3 {
	color: #82bf00;
	font-size: 32px;
	margin: 20px 0 12px 36px;
}	

/* --------------- css signature link styles in content-green-home --------------- */
body#home #content-green-home a:link {
	 color: #82BF00;
	background-color: transparent;
	text-decoration: underline;
}
body#home #content-green-home a:visited {
	 color: #82BF00;
	background-color: transparent;
	text-decoration: underline;
}
body#home #content-green-home a:hover {
	 color: #82BF00;
	background-color: transparent;
	text-decoration: none;
}
body#home #content-green-home a:active {
	 color: #82BF00;
	background-color: transparent;
	text-decoration: none;
}

/* --------------- css signature link styles in box-right --------------- */
	
body#home #box-right a:link {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
}
body#home #box-right a:visited {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
}
body#home #box-right a:hover {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
body#home #box-right a:active {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
#flash {
	width: 270px;
	height: 34px;
	position: absolute;
	top: 312px;
	left: 410px;
	z-index: 50;
}


/* --------------- donate --------------- */
#donate {
	margin: 0 0 0 80px;
}
#donatehome {
	position: relative;
	margin: 0;
	padding: 0;
}
#donatehome form {
	position: relative;
	margin: 0;
	padding: 0;
}