body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	background: #f58321;
}

.cl {clear:both;height:0;}

a, a:visited {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #9b0000;
}

#body-bg {
	margin: 0;
	padding: 0;
	background: url("../../images/body-bg.png") #480808 top left repeat-x;
}

#inside-bg {
	margin: 0;
	padding: 0;
	background: url("../../images/inside-bg.png") #480808 top left repeat-x;
}

#header {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 155px;
	background: url("../../images/header-bg.jpg") top left no-repeat;
}

#header h1 {
	margin: 0;
	padding: 0;
	display: block;
	background: url("../../images/logo.jpg") top left no-repeat;
	width: 546px;
	height: 155px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}

#header .join-form {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	display: inline;
	width: 334px;
}

#header .join-form p {
	margin: 0 0 5px 0;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

#header .join-form .contribute {
	margin: 10px 0 20px 0;
	padding: 0;
	display: block;
	background: url("../../images/contribute.png") top left no-repeat;
	width: 221px;
	height: 63px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
}

#header .join-form input.large-input {
	margin: 0;
	padding: 0 0 0 5px;
	display: block;
	background: url("../../images/large-input.png") top left no-repeat;
	width: 189px;
	height: 25px;
	line-height: 25px;
	border: none;
	font-size: 15px;
	font-weight: bold;
	color: #c0c0c0;
	float: left;
}

#header .join-form input.small-input {
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	display: block;
	background: url("../../images/small-input.png") top left no-repeat;
	width: 93px;
	height: 25px;
	line-height: 25px;
	border: none;
	font-size: 15px;
	font-weight: bold;
	color: #c0c0c0;
	float: left;
}

#header .join-form input.submit-btn {
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	display: block;
	background: url("../../images/submit-btn.png") top left no-repeat;
	width: 25px;
	height: 25px;
	border: none;
	font-size: 15px;
	font-weight: bold;
	float: left;
	cursor: pointer;
}

#navigation {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	position: relative;
}

#nav {
	margin: 0 0 0 30px;
	padding: 0;
	float: left;
	display: inline;
	width: 737px;
	height: 28px;
	position: relative;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	width: auto;
	height: 28px;
	line-height: 28px;
	list-style: none;
	position: relative;
}

#nav li a, #nav li a:visited {
	margin: 1px 0 0 0;
	padding: 0 17px 0 14px;
	width: auto;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 15px;
	height: 26px;
	float: left;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #333 2px 2px 2px;
	border-right: 1px solid #6c6c6c;
}



#nav li a:hover, #nav li a:active {
	margin: 1px 0 0 0;
	padding: 0 17px 0 14px;
	width: auto;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 15px;
	height: 26px;
	float: left;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #333 2px 2px 2px;
	border-right: 1px solid #6c6c6c;
	background: #8d8d8d;
}



#nav li ul {
    left : -999em;
    position : absolute;
  	background: #8d8d8d;
  	width: 220px;
}

#nav li ul li { 
	float : none; 
	display: block;
	width: 220px;
	position: relative;
}

#nav li ul a, #nav li ul a:visited {
	width : 200px;
	padding: 0 10px;
	background : #8d8d8d;
	border-bottom : 1px dotted #cccccc;
	font-weight : normal;
	display: block;
	float: none;
	text-shadow: none;
	margin: 0;
	z-index: 100;
} 

#nav li ul a:hover, #nav li ul a:active {
	width : 200px;
	padding: 0 10px;
	border-bottom : 1px dotted #cccccc;
	font-weight : normal;
	display: block;
	float: none;
	background: #6d6d6d;
	color: #FFF;
	text-shadow: none;
	margin: 0;
	z-index: 100;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	top: 28px;
	z-index: 100;
}

#nav li a#first, #nav li a#first:visited,
#nav li a#first:hover, #nav li a#first:active {
	border-left: 1px solid #6c6c6c;
}

/*
#nav li a.drop, #nav li a.drop:visited {
	background: url("../../images/drop-arrow-off.png") top right no-repeat;
}

#nav li a.drop:hover, #nav li a.drop:active {
	background: url("../../images/drop-arrow-on.png") #8d8d8d top right no-repeat;
}
*/

#nav li a.active, #nav li a.active:visited,
#nav li a.active:hover, #nav li a.active:active {
	background: #8d8d8d;
}

/*
#nav li a.drop-active, #nav li a.drop-active:visited,
#nav li a.drop-active:hover, #nav li a.drop-active:active {
	background: url("../../images/drop-arrow-on.png") #8d8d8d top right no-repeat;
}
*/

#social-nav {
	margin: 0;
	padding: 3px 0 0 0;
	width: 121px;
	float: left;
	display: inline;
	height: 25px;
}

#social-nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	width: auto;
	height: 28px;
	line-height: 28px;
	list-style: none;
}

#social-nav li a .twitter-nav {
	margin: 0 5px;
	padding: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: url("../../images/nav-twitter.png") top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#social-nav li a .facebook-nav {
	margin: 0 5px;
	padding: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: url("../../images/nav-facebook.png") top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#social-nav li a .youtube-nav {
	margin: 0 5px;
	padding: 0;
	display: block;
	width: 21px;
	height: 20px;
	background: url("../../images/nav-youtube.png") top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#social-nav li a .flickr-nav {
	margin: 0 5px;
	padding: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: url("../../images/nav-flickr.png") top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#carousel {
	margin: 14px auto 13px auto;
	padding: 0;
	width: 930px;
	position: relative;
	display: block;
	height: 262px;
}

#carousel-holder {
	margin: 0 0 0 30px;
	position: relative;
	overflow: hidden;
	width: 900px;
	height: 262px;
	background: url("../../images/carousel-bg.png") top left no-repeat;
}

.padding {
	padding: 15px 10px;
}

#carousel h1 {
	margin: 5px 0;
	padding: 0;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	color: #9b0000;
}

#carousel p {
	margin: 10px 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #101d55;
}

#carousel a, #carousel a:visited,
#carousel a:hover, #carousel a:active {
	color: #9b0000;
}

#carousel .carousel-left {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	width: 328px;
	height: 260px;
	background: #FFFFFF;
	border: 1px solid #7e7e7e;
	position: relative;
	line-height: 1.3em;
}

.carousel-nav {
	width: 328px;
	position: absolute;
	top: 200px;
	left: 40px;
	z-index: 100;
}

.carousel-nav a, .carousel-nav a:visited {
	margin: 0 5px 0 0;
	padding: 0;
	display: block;
	float: left;
	width: 96px;
	height: 48px;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}
.carousel-nav a:hover, .carousel-nav a:active {
	margin: 0 5px 0 0;
	padding: 0;
	display: block;
	float: left;
	width: 96px;
	height: 48px;
	border: 1px solid #9b0000;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}

.carousel-nav a.active-carousel, .carousel-nav a.active-carousel:visited,
.carousel-nav a.active-carousel:hover, .carousel-nav a.active-carousel:active {
	border: 1px solid #9b0000;
}

#carousel .carousel-right {
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
	display: inline;
	width: 524px;
	height: 262px;
}



#home-content {
	margin: 30px auto;
	padding: 0;
	width: 900px;
}

#home-content .home-left {
	margin: 0 0 0 15px;
	padding: 0;
	width: 336px;
	float: left;
	display: inline;
	line-height: 1.4em;
}

#home-content .left-white-box {
	margin: 0 0 10px 0;
	padding: 0;
	width: 333px;
	background: #FFFFFF;
	line-height: 1.2em;
}

#home-content .left-white-box p { 
	margin: 0; 
	padding: 10px 0; 
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	color: #101d55;
}

#home-content .left-white-box img {
	margin: 0 5px 0 0;
	float: left;
	display: inline;
	width: auto;
}

#home-content .video-thumb {
	margin: 10px;
	padding: 0;
	float: left;
	display: inline;
	width: 80px;
}

#home-content .home-right {
	margin: 0 0 0 5px;
	padding: 0;
	width: 534px;
	float: left;
	display: inline;
	line-height: 1.2em;
}

#home-content .right-white-box {
	margin: 0 0 20px 0;
	padding: 0;
	background: #FFFFFF;
}

#home-content .featured-left {
	margin: 0;
	padding: 10px;
	float: left;
	width: 340px;
	display: inline;
}

#home-content .featured-right {
	margin: 0;
	padding: 10px 10px 10px 0;
	float: left;
	width: 162px;
	display: inline;
}

#home-content p {
	margin: 10px 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	
}

#home-content h1 {
	margin: 0;
	padding: 5px 10px;
	width: 313px;
	height: 30px;
	line-height: 30px;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
	background: #101d55;
}

#home-content h2 {
	margin: 5px 0;
	padding: 0;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #053668;
}

#home-content h3 {
	margin: 5px 0;
	padding: 0;
	line-height: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #053668;
}

#home-content h4 {
	margin: 5px 0;
	padding: 0;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #9b0000;
}

#home-content h5 {
	margin: 5px 0;
	padding: 0;
	line-height: 15px;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	color: #053668;
}

#home-content .feed-nav {
	margin: 0;
	float: right;
	width: 130px;
	display: inline;
}

#home-content .feed-nav a, #home-content .feed-nav a:visited,
#home-content .feed-nav a:hover, #home-content .feed-nav a:active {
	margin: 0 10px;
	color: #053668;
}

#home-content .feed-item-box {
	margin: 15px 0;
	padding: 0;
	width: 494px;
}

#home-content .feed-item-left {
	margin: 0;
	padding: 0;
	float: left;
	width: 25px;
	display: inline;
}

#home-content .feed-item-left .facebook-feed {
	margin: 5px 0 0 0;
	padding: 0;
	display: block;
	background: url("../../images/feed-facebook.png") top left no-repeat;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
}

#home-content .feed-item-left .twitter-feed {
	margin: 5px 0 0 0;
	padding: 0;
	display: block;
	background: url("../../images/feed-twitter.png") top left no-repeat;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
}

#home-content .feed-item-left .rss-feed {
	margin: 5px 0 0 0;
	padding: 0;
	display: block;
	background: url("../../images/feed-rss.png") top left no-repeat;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
}

#home-content .feed-item-right {
	margin: 0 0 0 19px;
	padding: 0;
	float: left;
	width: 450px;
	display: inline;
}

#home-content .feed-item-right p {
	margin: 0;
}

#home-content .left-feed-box {
	margin: 15px 10px;
	padding: 0;
	width: 316px;
}

#home-content .left-feed-left {
	margin: 0;
	padding: 0;
	float: left;
	width: 25px;
	display: inline;
}

#home-content .left-feed-left .left-facebook-feed {
	margin: 5px 0 0 0;
	padding: 0;
	display: block;
	background: url("../../images/feed-facebook.png") top left no-repeat;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
}

#home-content .left-feed-left .left-twitter-feed {
	margin: 5px 0 0 0;
	padding: 0;
	display: block;
	background: url("../../images/feed-twitter.png") top left no-repeat;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
}

#home-content .left-feed-left .left-rss-feed {
	margin: 5px 0 0 0;
	padding: 0;
	display: block;
	background: url("../../images/feed-rss.png") top left no-repeat;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
}

#home-content .left-feed-right {
	margin: 0 0 0 21px;
	padding: 0;
	float: left;
	width: 270px;
	display: inline;
}

#home-content .left-feed-right p {
	margin: 10px 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #000;
}

#footer {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 100px;
}

#footer p {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#footer a, #footer a:visited,
#footer a:hover, #footer a:active {
	color: #000000;
	text-decoration: none;
}

.line { border-top: 1px solid #a6a6a6; display: block; width: auto; margin: 20px 0; clear: both; }

.notext { text-indent: -9999px; overflow: hidden; }

/* jcl */
.right-white-box div {font-size:13px;}
.right-white-box div.article-date {font-weight:bold;}
.right-white-box div.article-list-summary {padding-bottom:20px;}
.right-white-box h3.article-list-head a {font-size:14px;}

.comment {
	background-color: #f8f8f8;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	padding:10px;
	height: 100%;
	margin-top: 12px;
}
 
.common-list {  }
.common-list .item { float: left; display: inline; width: 170px; margin-bottom: 50px; margin-right: 23px; }
.common-list .last { margin-right: 0; }
.common-list .bottom{ margin-bottom: 0; }
.common-list h3 { font-size: 1.1em;  padding: 10px 0 15px; }
.common-list h3 a { color: #790000; }
.common-list .holder { margin: 0 auto;}

.sidebar-nav {padding:0;margin:0 0 !important;}
.sidebar-nav a, .sidebar-nav a:visited {color:#101d55;font-weight:bold;text-decoration:none;}
.sidebar-nav a:hover {text-decoration:underline;}
.sidebar-nav li {
	padding:0 10px !important;
	margin:0 !important;
	background-repeat: no-repeat; 
	list-style:none !important;
}
.sidebar-nav li.active {
	background-image: url(/images/arrow.jpg);
	background-position: 0 3px;
}

#supporters p {font-style:normal !important;font-size:17px !important;}
/* end jcl */
