@charset "utf-8";
/* CSS Document */
@import url("stylesinitialreset.css");





/*End hide from IE-mac */


body {
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(../images/BG_gray.jpg);
	background-color: #54676D;
	background-repeat: repeat-x;
}



/* Main Wrapper*/
#wrapper {
	text-align:left;
	width:1000px;
	position:relative;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 1.2em;
}
#leftColContainer {
	float: left;
	width: 250px;
	height: 700px;
}
#contentContainer {
	background-image: url(../images/contentFill.png);
	background-repeat: repeat-y;
	float: left;
	width: 565px;
	padding-right: 85px;
	padding-bottom: 0px;
	padding-left: 85px;
	padding-top: 50px;
	text-align: justify;
}

#contentContainer ul {
	margin-left: 20px;
}
#contentContainer li {
	padding-bottom: 10px;

}



#navContainer {
	height: 32px;
	width: 670px;
	position: absolute;
	left: 290px;
	top: 60px;
	background-repeat: no-repeat;
	z-index: 9999;
}
#taglineContainer {
	height: 42px;
	width: 204px;
	position: absolute;
	left: 37px;
	top: 301px;
	text-align: center;
	font-style: italic;
	font-size: 1.1em;
}
#homeButtonContainer {
	height: 30px;
	width: 200px;
	position: absolute;
	left: 39px;
	top: 413px;
	text-align: center;
	color: #000;
	font-size: 0.9em;
}
#homeButtonContainer a {
	color: #FAF5E2;
	font-weight: bold;
	font-size: 1.2em;
}




#contentBottom {
	background-image: url(../images/contentBottom.png);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 735px;
}


#rightColContainer {
	float: left;
	width: 740px;
	margin-top: 21px;
}
#contentTop {
	float: left;
	height: 38px;
	width: 735px;
	background-image: url(../images/contentTop.png);
	background-repeat: no-repeat;
}

.logoWrapper {
	height: 220px;
	width: 219px;
	position: absolute;
	left: 30px;
	top: 22px;
}



/* CHEAT LIST:
- to fix IE 6 double margin on floated elements, apply "display: inline" to the CSS rule. Example: div {float:left;margin:40px;display:inline;}
*/

/*
Clears floats within container, so container continues to wrap around contents
*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-table;}
/*Hides from IE-mac\*/
*html .clearfix {height:1%;}
.clearfix {display:block;}


.left {float: left;}
.right {float: right;}

/*Temp navigation styles for building site*/

#navbar ul li {
	display:inline;
	margin:0 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#navbar ul li a {
	color: #FFF;
	display:block;
	float:left;
	padding:5px 10px;
	background-color: #999;
	text-decoration: none;
}
#navbar ul li a:hover {background:#eee;color:black;}

#contentWrapper {
	padding: 10px 30px 20px;
}

/* Main Layout */

#header {
	background-color: #FF6699;
	height: 100px;
	width: 760px;
}



/* Jesse's footer credit */
a.jesse:link { color: #999999; font-size:8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.jesse:visited { color: #999999; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.jesse:hover { color: #999999; font-weight: bold; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; letter-spacing: 1pt }
a.jesse:active { color: #999999; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
/* PAGE FOOTER */

#footerBoxInner a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FAF5E2;
}
#footerBoxInner a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FAF5E2;
}
#footerBoxInner a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FAF5E2;
}
#footerBoxInner a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FAF5E2;
}


#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FAF5E2;
}

#footerBox {
	width: 1000px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	color: #FAF5E2;
}

#creditBox {
	width: 1000px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	clear: both;
}
#footerBoxInner {
	float: right;
	width: 735px;
}
#creditBoxInnter {
	float: right;
	width: 675px;
	padding: 30px;
}
h1 {
	font-size: 19pt;
	margin-top: 25px;
	color: #9A9B62;
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	color: #FAF5E2;
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C79A35;
	border-right-color: #C79A35;
	border-bottom-color: #C79A35;
	border-left-color: #C79A35;
	background-color: #9A9B62;
	padding-left: 3px;
}
h3 {
	font-size: 14px;
	color: #333;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 20px;
	font-weight: bold;
}
h4 {
	font-size: 15px;
	color: #9A9B62;
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	padding-bottom: 20px;
}



.imgBoard {
	float: right;
	border: 1px dotted #333;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 5px;
}
.promoBox {
	padding: 20px;
	margin-bottom: 13px;
	border: 2px dotted #C99935;
}
.imgRight {
	float: right;
	padding-left: 20px;
}
blockquote {
	padding-left: 20px;
}
#slideshowHomeWrap {
	float: right;
	height: 195px;
	width: 300px;
	margin-bottom: 20px;
	z-index: 20;
	margin-left: 20px;
	border: 1px solid #54676D;
}
#donateBox {
	width: 150px;
	border: 1px dotted #D09A30;
	padding: 20px;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: center;
	margin-right: auto;
}
.donationForm {
	font-size: 2em;
	color: #54676D;
}

#counselWrap ul {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#counselWrap li {
	list-style-type: none;
}
#counselWrap2 ul {
	font-size: 15px;
}
#counselWrap2 li {
	font-size: 1.0em;
	list-style-type: none;
}
.red {
	color: #F00;
}
.donateWrap {
	float: right;
	width: 200px;
}
.centerText {
	text-align: center;
}
.familyNetWrapBackground {
	padding: 30px;
}
.smallText {
	font-size: .8em;
}
