/* 
 ----------------------------------------------------------------------------
  Copyright Visual Introspectiv 2008. Used with Permission.                             
  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	/*background: #9BA9B2 url("../images/bg.jpg") top left repeat-y; */
	background: #9BA9B2 top left repeat-y;
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#685D50; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1,h2,h3,h4 { margin-bottom:8px; }

h1	{ font-size:1.2em; color:#29406A; }
h2	{ font-size:1.1em; color:#5A7EA7; }
h3	{ font-size:1.0em; color:#253D56; }
h4	{ font-size:1.0em; color:#685D50; }

h1 span,h2 span,h3 span,h4 span	{ display:none; }

a:link,a:visited	{ color:#264265; text-decoration:underline; }
a:hover,a:active	{ color:#8A1114; text-decoration:underline; }


/* ----- classes ----- */

div.clear	{ 
	clear:both; 
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:right;
	display:block;
	background:url("../images/bg-top.gif") right no-repeat;
	padding-right:10px;
	} 
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 0 10px 10px; 
	}
	
/* ----- global form elements ----- */ 

form { 
	width:160px; 
	padding:10px 0 15px 0; 
	}

form label	{ font-size:.95em; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff; 
	border:1px solid #fff;
	color:#29406A;
	width:155px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { 
	width:160px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:70px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 0 242px; }


/* ----- main contact form ----- */ 
 
#contact-main { 
	padding:20px 0 10px 0; 
	}
	
#contact-main label { 
	width:180px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:180px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:185px;
	}
	
#contact-main label textarea { height:100px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap { 
	background:url("../images/bg-wrap.jpg") repeat-y; 
	width:734px; 
	margin:0 auto; 
	text-align:left; 
	}

#noleft-wrap { 
	background:url("../images/noleftbg-wrap.jpg") repeat-y; 
	width:734px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:72px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:21px;
		width:414px;
		top:15px;
		height:40px;
		}
	#masthead a span {
		display:none;
		}
		
#column-left { 
	width:204px; 
	float:left;
	color:#FFFFFF; 
	}
	.content-left {
		margin:45px 18px 0 20px;
		}
	.content-left-nav {
		margin:20px 18px 0 25px;
		}

	#column-left ul li { 
		background:transparent url("../images/bullet.gif") 0px 5px no-repeat;
		padding-left:8px; 
		}
	
#column-right { 
	width:530px; 
	float:left; 
	}
	.content-right {
		margin:0 20px 0 20px;
		}
	
	/* background image list items */
	#column-right ul { 
		margin-left:3px; 
		} 
	
	#column-right ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
		padding-left:8px; 
		}
	
	#column-right ul.bna li {background:none; margin-left:35px;}
		#column-right ul.bna li {
			width:170px;
			float:left;
			background:none;
			margin-bottom:10px;
			}	

	
	#column-right ol { 
		margin-left:25px; 
		} 
	
	#column-right ol li { 
		padding-left:5px;
		padding-right:20px;
		list-style-type:decimal;
		}

	#welcome {
		width:530px;
		background:url("../images/bg-welcome.jpg") bottom no-repeat;
		padding-bottom:20px;
		}
		
#noleft-column-right { 
	width:734px; 
	float:left; 
	}
	
	.nlcontent-left {
		float:left;
		margin-left:20px;
		margin-bottom:10px; 
		width=350px;
		}

	.nlcontent-right {
		float:left;
		margin-top:27px; 
		margin-left:30px;
		margin-bottom:10px; 
		width=350px;
		}
	
	/* background image list items */
	#noleft-column-right ul { 
		margin-left:3px; 
		} 
	
	#noleft-column-right ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
		padding-left:8px; 
		}
	
	#noleft-column-right ul.bna li {background:none; margin-left:35px;}
		#noleft-column-right ul.bna li {
			width:170px;
			float:left;
			background:none;
			margin-bottom:10px;
			}	
	
	#noleft-column-right ol { 
		margin-left:25px; 
		} 
	
	#noleft-column-right ol li { 
		padding-left:5px;
		list-style-type:decimal;
		}

	#welcome {
		width:530px;
		background:url("../images/bg-welcome.jpg") bottom no-repeat;
		padding-bottom:20px;
		}
  		
#bottom-wrap { 
	background:url("../images/bottom-wrap.jpg"); 
	height:15px; 
	clear:both; 
	overflow:hidden; 
	}

#noleft-bottom-wrap { 
	background:url("../images/noleft-bottom-wrap.jpg"); 
	height:15px; 
	clear:both; 
	overflow:hidden; 
	}


/* subhead
 * ------------------------------------------------------------------------- */

h1 #subhead {
	margin:0;
	padding:0;
	}

#subhead {
	height:40px; /* sets height for all subheads */
	}

body#index #subhead {
	background:url("../images/subhead-welcome.jpg"); 
	}

body#history #subhead {
	background:url("../images/subhead-history.jpg"); 
	}

body#about_us #subhead {
	background:url("../images/subhead-about.jpg"); 
	}

body#programs #subhead {
	background:url("../images/subhead-programs.jpg"); 
	}	
body#contact_us #subhead {
	background:url("../images/subhead-contactus.jpg") no-repeat; 
	}
	
body#volunteer #subhead {
	background:url("../images/subhead-volunteer.jpg") no-repeat; 
	}

body#privacy #subhead {
	background:url("../images/subhead-privacy.jpg") no-repeat; 
	}

/* page images
 * ------------------------------------------------------------------------- */
	
#column-left.contact {
	background:url("../images/bg-columnLeft-contactus.jpg") no-repeat; 
	}

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav {
	background: url('../images/nav.jpg') no-repeat;
	width:734px; 
	height:30px; 
	margin-bottom:0; 
}

#nav a {
	color:#3F3E3E;
	text-decoration: none;
}

#nav a:hover {
	color: #000000;
	text-decoration: underline;
}



#nav ul {
  width: 500px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif; 
  font-size:14px;
  letter-spacing: 0.2px;
  margin: 0 auto;
  list-style-type: none;
  list-style-image: none;
}

#nav ul li {
  float: left;
  display: inline;
  padding: 6px 12px 5px 12px;
  border-left: 1px solid #FFFFFF;
}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:650px; 
	margin:10px auto; 
	text-align:center; 
	}

#footer p {
	color:#000000;
	}

#footer a:link, #footer a:visited {
	color:#3F3E3E;
    font-weight: 700;
    letter-spacing: 0.2px;
	}

#footer a:hover, #footer a:active {
	color:#000000;
    font-weight: 700;
    letter-spacing: 0.2px;
	text-decoration: underline;
	}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 5px 0 7px;
	display: inline;
	border-left: 1px solid #3F3E3E;
	}

	#footer li.first { border: none; }
	