body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	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: #333333;
	line-height: 1.5em;
	
}

/* --------------------- Header Section */

#wrap {

}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #fff url(../images/bg.gif) repeat-x left top;
	padding: 0 10px 0 10px;
}
#header {
	width: 780px;
	height: 150px;
	margin: 0 auto;
}
#mainMenu {
	width: 770px;
	min-height: 30px;
	background: #f7901e url(../images/menu-bg.gif) repeat-x bottom left;
}
	#nav {
		margin-left: 5px;
		margin-right: 5px;
	}
	#nav li {
  		float: left;
  		position: relative;
  	}
	#nav li a {
		color: #ffffff;
		text-decoration: none;
		padding: 3px 7px 7px 7px;
		display: block;
		border-right: 1px solid #FFFFFF;
	}
		#nav li a:hover {
		color: #ffffff;
		background: #338C33 url(../images/nav-bg.gif) repeat-x top left;
	}
#search-text[type="text"]:focus {
	background: #FFF;
	border: #FFFFCC solid 1px;
	color: 338E33;
	}
#logo {
	width: 212px;
	height: 64px;
	margin: 28px 28px 28px 20px;
	float: left;
}
#logo img {
	border: none;}
#shoutIt {
	width: 5.13em;
	height: 64px;
	margin: 28px 40px 28px 28px;
	float: right;
}

/* --------------------- Page Focus Section */
#page-pic {
	width: 260px;
	min-height: 170px;
	margin: 0;
	float: left;
	color: #FFFFFF;

}
#page-blurb, #page-blurb2 {
	width: 480px;
	min-height: 140px;
	padding: 20px 20px 10px 20px;
	margin: 0;
	float: right;
	color: #FFFFFF;
}
#page-blurb2 {
	width: 740px;
	min-height: 180px;
	padding: 20px 20px 10px 20px;
	float: left;
}

#breadcrumb-nav {
	float: right;
	font-style: italic;
	width: 480px;
	padding: 5px 20px;
	border-bottom: #339933 10px solid;
	background: #0F3824;
	color: #fff;
}

/* --------------------- Focus Section */
#focus {
}
#featureAppeal {
	width: 350;
	height: 200px;
	background: #669999;
	float: left;
}
#welcome {
	width: 360px;
	min-height: 170px;
	padding: 15px;
	margin: 0;
	background: url(../images/focus-bg.gif) repeat-x top left;
	float: left;
	color: #FFFFFF;
}
#focusBlock	{
	width: 780px;
	height: 120px;
	border-top: #339933 10px solid;
	clear: both;
}
.focusCapsualShare {
	width: 173px;
	min-height: 100px;
	border-right: #339933 2px solid;
	float: left;
	background: #CCFF99;
	padding: 10px;
	color: #0F3824;
}
.focusCapsualDiscover {
	width: 175px;
	min-height: 100px;
	float: left;
	background: #CCFF99;
	padding: 10px;
	color: #0F3824;
}
.focusCapsualSign {
	width: 175px;
	min-height: 100px;
	padding: 10px;
	float: left;
	background: #336633 url(../images/sign-bg.gif) repeat-x top left;
	color: #ffffff;
}
.focusCapsualQuick {
	width: 175px;
	min-height: 100px;
	float: left;
	background: #7AA722;
	padding: 10px;
	color: #ffffff;
}

/* --------------------- Sidebar Section */
#sidebar {
	width: 260px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	color: #666666;
}
#sidebar li {
	padding-top: 10px;
}
.sidebarCapsual {
	width: 240px;
	padding: 10px;
}
#events {
	background: #eeeeee url(../images/sidebar-bg.gif) repeat-x top left;
	margin-bottom: 10px;
}
#news {
	background: #eeeeee;
}

/* --------------------- Content Section */
#content {
	width: 490px;
	padding: 10px 10px 0 10px;
	margin-top: 10px;
	float: right;
	color: #666666;
}
#content img {
	float: left;
	padding: 2px;
	border: #CCCCCC solid 1px;
	margin: 3px 10px 3px 0;
}
.appeal img {
	width: 22%;
}
.book {
	float: left;
	width: 150px;
	height: 100px;
	margin-right: 10px;
	margin-top: 10px;
}
#content a {
	color: #7AA722;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color:#CC0000;
}

dl {
  	margin-bottom: 10px;
  	padding: 0;
  	}
dl:after { /* self-clear floats */
	content: "."; 
	display: block; 
	height: 0; 
    clear: both; 
    visibility: hidden;
    }
dd {
  	margin: 0;
  	padding: 0;
  	}

/* --------------------- footer Section */
#footer {
	width: 780px;
	padding: 15px 10px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../images/content-bg.gif) top left no-repeat;
}
.clear {
	clear: both;
	height: 1px;
	background: #fff; 
}

/* --------------------- Headings */
h1, h2, h3, h4  {
	margin: 0;
}
#content h3 a {
	padding-left: 20px;
	color: #7AA722;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/green-icon.png) left 30% no-repeat;
}
#content h3 a:hover {
	color:#CC0000;
	background: url(../images/red-icon.png) left 30% no-repeat;
}
#sidebar h4 a {
	padding-left: 20px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/black-icon.png) left 50% no-repeat;
}
#sidebar h4 a:hover {
	color:#CC0000;
	background: url(../images/red-icon.png) left 50% no-repeat;
}
.prom {
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	}
	
/* --------------------- Misc */
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.horizontalList {
  		float: left;
  		position: relative;
		padding-right: 20px;
		padding-left: 20px;
		background: url(../images/green-icon.png) left 50% no-repeat;
}
form {
	margin: 0;
	}
button {
	background: none;
	border: 0;
	cursor: pointer;
	height: 20px;
	}
hr {
	border: 2px solid #eeeeee;
	margin: 15px 0 15px 0;
	}
	
	
	
input.txt {
	display:block;
	width:250px;
	color:#000;
	background:#fff;
}
input.btn {padding:0 0.25em}
textarea.txt {
	display:block;
	width:380px;
	color:#000;
	background:#fff;
}
input.txt:focus,
textarea.txt:focus {background:#f6feda}

/*
=Search
*/
#searchForm {
	margin:0;
	padding:0;
	font-size:0.94em;
	line-height:2.25em;
}
#searchForm label {
	display:inline;
	margin:0;
	padding-left: 10px;
	color:#fff;
	vertical-align:middle;
}
#searchForm input.txt {
	display:inline;
	width:160px;
	padding:1px;
	border:1px solid #999;
	vertical-align:middle;
}
#searchForm input.txt:focus {
	color:#000;
	background:#f6feda;
}
#searchForm input.btn {
	margin:0;
	vertical-align:middle;
}



/* Giving Form - - - - - - - - - - - - - - - - - - - - - */
.emboss {
	background: #5E8D29 url(../images/giving-bg.png) repeat-x top left;
	width: auto;
	min-height: 65px;
	padding: 5px;
	}
.emboss2 {
	background: #5E8D29 url(../images/giving-bg.png) repeat-x top left;
	width: auto;
	min-height: 20px;
	padding: 5px;
	}
.left {
	float: left;
	padding-right: 10px;
	}
.right {
	float: right;
	}
.left2 {
	float: left;
	width: 300px;
	}
.right2 {
	float: right;
	width: 300px;
	}
#giveForm legend {
	font-size: 20px;
	color: #336833;
	}
#giveForm fieldset {
	border: #336833 1px solid;
	margin-bottom: 20px;
	padding: 15px;
	}
form {
}

#giveForm input.btn {
	width: auto;
	border: #B9DDF5 solid 1px;
	background: #006600;
	display: block;
	color: #FFF;
	padding: 4px;
	height: auto;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#giveForm input.textInput {
	border: #999900 solid 1px;
	background: #FFF6DB;
	margin-bottom: 10px;
	height: 20px;
	padding: 2px;
	font: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #666666;
}

#giveForm input.radio {
	border: none;
	background: none;
	margin: none;
	height: auto;
	padding: 0;
}
#giveForm label.txt {
	display: block;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
#giveForm label.radioLabel {
	padding-right: 30px;
}
br {
	clear: left;
}
#contentGive {
	padding: 10px;
	margin-bottom: 10px;
    color: #333;
	}
.clear2 {
	clear: both;
	height: 1px;
}