body {
	padding: 0; 
	margin: 0; 
	width: 100%; 
	background-image: url('../images/bg.png'); 
	background-repeat: repeat-x; 
	text-align: center;
	font-family: arial; 
}

img {
border: none;
}


.image-link {
	text-decoration: none;
	color: #FFF;
}

.clear {
	clear: both;
}

.left {
	/*float: left;*/
}

.right {
	float: right;
}

p {
	line-height: 1.5;
}

.ul { text-decoration: underline;}
.bold { font-weight: bold;}

a {
	color: #ac080b;
	text-decoration: underline;
}

.wrap:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

/* Top Bar */

#logo-bar {
	margin: auto; 
	width: 863px; 
	text-align: left; 
	padding-left: 30px;
}

#top-menu {
	float: right; 
	width: 400px; 
	height: 30px; 
	margin-top: 60px; 
	margin-right: 20px;
}

#top-menu ul {
	float: right;
}

#logo-bar img {
	border: none;
}

#font-link {
	float: left; 
	margin-left: 80px; 
	color: black; 
	text-decoration: none;
}

#font-link span {
	padding-left: 5px; 
}

#font-link .small {
	font-size: 10px;
}

#font-link .medium {
	font-size: 14px;
}

#font-link .large {
	font-size: 20px;
}

#top-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#top-menu li
{
	float: left;
	margin: 0 1px;
}

#top-menu li a
{
	padding-top: 5px;
	float: left;
	padding-left: 18px;
	padding-right: 18px;
	display: block;
	color: #1e1e1e;
	text-decoration: none;
	text-align: center;
	height: 30px;
	font-family: arial;
	font-variant: small-caps;
	font-size: 13px;
}


/* Top Content Bar */

#top-content-bar {
	margin: auto; 
	background-image: url('../images/bg_content_top_bar_01.png');  
	background-repeat: no-repeat; 
	height: 35px; 
	width: 863px;
}

/* Content Section */

#content-container {
	margin: auto; 
	width: 863px;
}

#content-table {
	height: 100%; 
	width: 100%;
}

#content-table .left-shadow {
	background-image: url('../images/bg_content_shadow_left.png'); 
	width: 16px;
}

#content-table .right-shadow {
	background-image: url('../images/bg_content_shadow_right.png'); 
	width: 18px;
}

#content-table .content {
	background-image: url('../images/bg_main_content_top_01.png');
	background-repeat: no-repeat; 
	background-color: white; 
	padding-top: 190px; 
	padding-bottom: 20px;
}

/* Menu */

#menu {
	float: left; 
	margin-left: 30px; 
	width: 769px; 
	height: 60px; 
	background-image: url('../images/bg_menu.png'); 
	background-repeat: no-repeat;
}


#nav-menu
{
	width: 30em;
	float: left; 
	font-family: georgia; 
	font-size: 13px; 
	margin-left: 14px; 
	margin-top: 14px; 
	width: 575px; 
	height: 30px;
}

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li
{
	float: left;
	margin: 0 1px;
}

#nav-menu li a
{
	background-image: url('../images/menu_divide.png');
	background-repeat: no-repeat;
	height: 30px;
	line-height: 2em;
	float: left;
	padding-left: 12px;
	padding-right: 6px;
	display: block;
	color: #1e1e1e;
	text-decoration: none;
	text-align: center;
}

#nav-menu .first {
	background-image: none;
}

#donate_link {
	float: right; 
	margin-top: 10px;
	margin-right: 30px;
	width: 120px; 
	height: 30px; 
	background-color: transparent;
}

/* Content */

#content {
	float: left; 
	z-index: 1; 
	margin-left: 10px; 
	text-align: center;
}

#right-bar {
	margin: auto; 
	float: right; 
	text-align: left; 
	width: 216px; 
	padding-top: 10px; 
	margin-left: 10px;
}

/* News */

#news {
	width: 194px; 
	padding: 20px; 
	padding-top: 30px; 
	background-image: url('../images/bg_news.png'); 
	background-repeat: no-repeat;
}

#news h4 {
	font-family: georgia; 
	font-size: 17px; 
	font-weight: normal; 
	color: #9d0507;  
	padding: 0; 
	margin: 0;
}

#news p {
	font-size: 12px; 
	color: black;
}

/* Events */

#events {
	margin-left: 8px; 
	margin-top: 20px; 
	width: 184px; 
	padding: 20px; 
	background-color: #e6e6e6;
}

#events .title {
	font-family: georgia; 
	font-size: 22px; 
	font-weight: normal; 
	color: #9d0507;
}

#events .subtitle {
	font-size: 14px; 
	font-weight: bold; 
	color: black;
}

#events p {
	font-size: 13px; 
	color: black;
}

/* Image Links */

#right-bar img.gallery {
	margin-left: 8px; 
	margin-top: 10px;
}

#right-bar img.youth-first {
	margin-left: 8px; 
	margin-top: 15px;
}

#right-bar img.facebook {
	margin-left: 8px; 
	margin-top: 20px;
}

#right-bar img.twitter {
	margin-left: 8px; 
	margin-top: 20px;
}

/* Newsletter */

#newsletter {
	margin-left: 8px; 
	margin-top: 20px; 
	width: 227px; 
	height: 104px; 
	background-image: url('../images/bg_newsletter.png');
	background-repeat: no-repeat;
}

#newsletter div.container {
	padding-top: 70px; 
	padding-left: 20px;
}

#newsletter label {
	font-size: 12px;
}

#newsletter input.textbox {
	width: 110px;
}

/* Content Bar */

#content-bar {
	float: left; 
	text-align: left;  
	padding-top: 10px; 
	width: 510px; 
	margin-left: 30px;
}

#content-bar .feature-point {
	font-family: Georgia; 
	font-size: 30px; 
	color: #d6d6d6;
}

#content-bar .feature-point-text {
	margin-top: 0px;
	font-size: 13px; 
	color: #262626;
}

#content-bar hr {
	color: #8c8c8c; 
	background-color: #8c8c8c; 
	height: 1px; 
	border: 0;
}

#scroll-contents div{
	display: none;
}

/* Post */

.post h2 {
	font-family: Georgia; 
	font-size: 20px; 
	margin-bottom: 3px;
	color: #ab080b;
}

.post ul {
	font-size: 13px;
}

.post ol {
	font-size: 13px;
}

.post h2 a { text-decoration: none;}

.post p {
	font-size: 13px;
}

div.post p.publish_date {
	margin: 0;
	text-decoration: underline;
}

div.post .tags {
	font-size: 10px;
}

/* Who We Are*/
ul#about-menu {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}

ul#about-menu .menu-toggle {
	text-decoration: none;
	padding: 2px;
	font-size: 12px;
}
ul#about-menu a:hover {
	background-color: #ab080b;
	color: #fff;
	text-decoration: none;
}

ul#about-menu ul {
	padding-left: 15px;
	list-style-type: none;
/*	border-left: 1px solid black;*/
}

#motto {
	font-size: 18px;
	font-weight: bold;
}

/* Board of Directors */
div.bod {
	margin: 10px 10px;
	padding: 10px;
	font-size: 12px;
	width: 100%;
	height: 100%;
}

div.bod img {
	border: 2px solid #666;
	display: block;
	height: 112px;
	width: 90px;
}

div.bod .title { 
	color: #ab080b;
	font-size: 14px;
}

.member-title {
	font-size: 14px;
	text-align: center;
	margin-left: -60px;
}

div.bod .company {
	font-style: bold;
	font-size: 12px;
}

div.bod div {
	float:left;
	text-align: center;
	margin: 10px 20px 10px 20px;
	width: 95px;
}

div.directors .company {font-size: 10px;}
div.no_image div {
	height: 80px;
}

div.youth-committie div {
	width: 120px;
}

/* Developmental Assests */
div.developmental-title {
	margin:0 auto;
	width:100%;
	text-align: center;	
	font-size: 16px;
	font-style: bold;
	white-space: nowrap;
	color: #ab080b;
}

ol.asset-list { font-size: 12px;}

/*STaff*/

div.staff div {
	float: left;
	margin: 10px 40px 10px 40px;
	width: 100%;
}

div.staff div img{
	display: inline;
	float: left;
	margin-right: 10px;
}

/* Campaign Cabinet*/
div#campaign-cabinet {
	width: 100%;
	font-size: 12px;
	padding: 10px;
}
div#campaign-cabinet div { 
	width: 120px;
}
/*div#campaign-cabinet span { display: block;}*/

div#campaign-cabinet .position {
	color: #ab080b;
	font-style: bold;
}

/* Partner Agencies */

div.partner {
	margin: 2px;
	float: left;
	width: 100%;
	border: 1px solid #E6E6E6;
}

div.partner div {
	width: 45%;
	margin-left: 5px;
	float: left;
}

div.partner h4 {
	background-color: #ab080b;
	color: #fff;
	padding: 5px;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-bottom: 2px;
}

div.partner p {
	margin:0px;
	margin-left: 5px;
}

div.partner img { 
	float: left;
	margin: 5px 5px 0px 0px;
}

div.images img {
	width: 50px;
	height: 40px;
}

ul#about-menu li {
	font-size: 11px;
}

ul#about-menu .list-header {
	font-style: bold;
}
div#community_anthem {
	font-size: 16px;
	text-align: center;
}

/* Campaign */

div.donor-dollars h3 {
	color: #ab080b;
	margin: 5px 0px 0px 0px;
	border-bottom: 1px dashed #ab080b;
}

div.donor-dollars p {
	margin: 0px 5px 5px 5px;
	padding: 5px;
}

table#example {
	width: 100%;
	font-size: 12px;
	border: 1px solid #ab080b;
}

p.question {
	font-weight: bold;
}

h4.steps {
	text-decoration: underline;
	font-size: 14px;
	margin-bottom: 5px;
}

div#awards {
	font-size: 12px;
}

div.contributors {
	width: 33%;
	float: left;
	font-size: 10px;
}

div.mid {
	padding-left: 5px;
}

div#touchdown p {
	margin: 0px;
}

div#touchdown p.indent {
	text-indent: 20px;
	margin-bottom: 10px;
}
/* Footer */

#footer {
	width: 100%; 
	height: 79px; 
	background-color: #a71318; 
	padding: 0; 
	margin: 0; 
	text-align: center; 
	font-size: 12px; 
	color: white; 
	padding-top: 20px;
}

#footer span {
	margin-right: 20px; 
	margin-left: 20px;
}

#footer a {
	color: white;
	text-decoration: none;
}

/* where your money goes scroller*/

#scroll-display p {
	margin: 3px 0px 0px 0px
}

#your-money a {
  text-decoration: none;
}
#your-money a:hover {
	color: #FFF;
	background: #a71318;
}

/* Gallery */
div#gallery > div.image {
	width: 120px;
	float: left;
}

div#gallery > div.image img{
	width: 100px;
}