* { padding:0; margin:0; outline:0; }
body {
	background:#f7f7f7;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
	color:#595959;
}
input, textarea, select { font-family: "Times New Roman", Times, Georgia, serif; font-size:12px; color:#a8a8a8; }

.notext { font-size:0; line-height:0; border:0; text-indent: -4000px; text-decoration: none;}

a img { border:0; }

a { color:#0068b1; text-decoration: none; cursor:pointer; }
a:hover { color:#0b4d7b; }

.left, .alignleft, .leftImage { float:left; display:inline; }
.right, .alignright, .rightImage { float:right; display:inline; }
.leftImage {padding-right:20px;}
.rightImage {padding-left:20px;}


.cl { font-size:0; line-height:0; clear:both; display:block; height:0; }

img.alignleft { margin-right:20px; position:relative; top:3px; }

.blue { color:#0068b1; }

.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }

h2 { font-size:40px; line-height:50px; color:#0068b1; font-weight: normal; }
h3 { font-size:25px; line-height:28px; font-weight: normal;}
h4 { font-size:17px; line-height:19px; color:#0068b1;}
h5 { font-size:11px; line-height:15px; }


h2, h3 { font-family: "Times New Roman", Times, Georgia, serif;}

h1#logo { font-size:0; line-height:0; width:336px; height:173px; float:left; }
h1#logo a{ display:block; height:173px; text-indent: -4000px; background:url(../../images/logo.jpg); }

.shell { width:980px; margin:0 auto; }

#header { height:232px; background:#fff;}
#header #top{ height:168px; }

#navigation { height:38px; }
#navigation ul{ float:left; height:38px; list-style-type: none; background:url(../../images/navigation.gif); width:732px; padding-left:0;}
#navigation ul li{ position:relative;float:left; display:inline; }
#navigation ul li.last{ margin:0;}
#navigation ul li a{ float:left; display:inline; height:37px; font-size:0; line-height:0; background:url(../../images/nav-links.gif) no-repeat 0 0;}

#navigation ul li a.meet-link{ background-position:0 0; width:113px;}
#navigation ul li a.meet-link:hover,
#navigation ul li.active a.meet-link{ background-position:0 bottom;}

#navigation ul li a.issues-link{ background-position:-113px 0; width:85px;}
#navigation ul li a.issues-link:hover,
#navigation ul li.active a.issues-link{ background-position:-113px bottom;}

#navigation ul li a.get-link{ background-position:-198px 0; width:153px;}
#navigation ul li a.get-link:hover,
#navigation ul li.active a.get-link{ background-position:-198px bottom;}

#navigation ul li a.blog-link{ background-position:-351px 0; width:119px;}
#navigation ul li a.blog-link:hover,
#navigation ul li.active a.blog-link{ background-position:-351px bottom;}

#navigation ul li a.news-link{ background-position:-470px 0; width:151px;}
#navigation ul li a.news-link:hover,
#navigation ul li.active a.news-link{ background-position:-470px bottom;}

#navigation ul li a.contact-link{ background-position:-621px 0; width:103px;}
#navigation ul li a.contact-link:hover,
#navigation ul li.active a.contact-link{ background-position:-621px bottom;}


/* OLD DROP DOWN STUFF, NOT NEEDED ANYMORE BECAUSE OF SUCKERFISH MENUS
#navigation li .dd {
	z-index:100;
    display:none;
    position: absolute;
    top: 35px;
    left: 0;
    width:200px;
    background:#C61218;
    background-image:none;
} 
#navigation li .dd ul { padding: 0; background:none; background-image:none; width:200px;}
#navigation li .dd li { 
    float: none; 
    display: block; 
	width:200px;
    font: 11px/24px Helvetica, Arial, sans-serif; 
    text-transform: none;
    height: 25px;
    background:#C61218;
    background-image:none;
    
}
#navigation li .dd li a, ul#navigation li .dd li a:visited {
    float: none;
    display: block;
    padding: 0;
    line-height:24px;
    height:25px;
    width:200px;
    padding-left:10px;
    font-size:14px;
    font-weight:bold;
    text-transform:none;
    background:none;
    text-indent:0;
    overflow:hidden;
    color:#FFF;
    text-decoration:none;
    background-image:none;
}
#navigation li .dd li a:hover, ul#navigation li .dd li a:active {
    float: none;
    display: block;
    padding: 0;
    line-height:24px;
    height:25px;
    width:190px;
    padding-left:10px;
    font-size:14px;
    font-weight:bold;
    text-transform:none;
    background:#910102;
    text-indent:0;
    overflow:hidden;
    color:#FFF;
    text-decoration:underline;
    background-image:none;
}
*/
/* -- DROP DOWN STYLES ARF 3-18-10 -- */
#navigation, #navigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
}


#navigation li ul { /* second-level lists */
	margin: 0;
	padding: 0;
	position: absolute;
	background: #C61218;
	top:35px;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	text-align: left;
}

#navigation li ul li { 
	background: #C61218;
}

#navigation li ul a, #navigation li ul a:visited {
	float: none;
    display: block;
    padding: 0;
    line-height:24px;
    height:25px;
    width:190px;
    padding-left:10px;
    font-size:14px;
    font-weight:bold;
    text-transform:none;
	margin: 0;
	background: #C61218;
	color: #FFF;
	text-decoration: none;
}
#navigation li ul a:hover, #navigation li ul a:active {
	float: none;
    display: block;
    padding: 0;
    line-height:24px;
    height:25px;
    width:190px;
    padding-left:10px;
    font-size:14px;
    font-weight:bold;
    text-transform:none;
	margin: 0;
	background: #910102;
	color: #FFF;
	text-decoration: underline;
}

#navigation li:hover ul, #navigation li.sfhover ul { /* lists nested under hovered list items */
    display: block;
	margin: 0;
	padding: 0;
	left: 0;
	background: #910102;
	width: 200px;
	height: auto;
}
/* -- END DROP DOWN STYLES -- */


.donate { float:right; width:240px; height:38px; background:url(../../images/donate-button.gif);}

#subscribe { float:right; width:238px; padding-top:15px;}
#subscribe h3{ color:#c0151b; font-size:20px; line-height:22px; padding-bottom:4px;}
#subscribe .field{ float:left; background:#fff; padding:2px 3px; border:solid 1px #c1c1c1; width:184px;}
.subscribe-submit { float:left; width:37px; height:23px; background:url(../../images/search-submit.gif); cursor:pointer; float:right; position:relative; top:-1px;}

#container { height:100%; background:url(../../images/under_nav_bg.png) repeat-x 0 0; padding:55px 0 30px 0;}
.inner .shell { padding-top:10px; }

#slider { height:361px; margin-bottom:25px; }
.slider-info { float:left; width:291px; height:321px; border-right:solid 1px #fff; background:url(../../images/slider-info.jpg); padding:20px 17px;}
.slider-info h3{ color:#0068b1; font-size:27px; line-height:30px; border-bottom:solid 1px #0068b1; padding-bottom:10px; margin-bottom:10px; }
.slider-info p{ line-height:23px; padding-bottom:13px; }
.slides { float:left; width:654px; height:361px; position:relative; overflow:hidden; }
.slides ul{ width:654px; height:361px; position:relative; overflow:hidden; list-style-type: none;}
.slides ul li{ float:left; width:654px; height:361px; position:relative; overflow:hidden; }


.slider-thumbnails { height:47px; background:#c51218; position:relative; margin-left:-17px; width:306px; padding:6px 0 0 0; margin-top:20px;}
.slider-thumbnails .l{ position:absolute; width:12px; height:58px; background:url(../../images/thumbs-bg.gif); top:0; left:-12px;}
.slider-thumbnails a{ float:left; display:inline; width:69px; height:40px; background:url(../../images/slide-thumb.gif); padding:3px 0 0 6px; margin-right:1px;}

.slider-thumbnails a img { opacity: 0.5; -moz-opacity: 0.5; filter:alpha(opacity=50); }
.slider-thumbnails a.active img,
.slider-thumbnails a:hover img { opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); }

a.more { display:block; width:79px; height:29px; background:url(../../images/more.gif); position:relative; left:-3px;}



#content { float:left; width:682px; }
#sidebar { float:right; width:289px; }

.box { background:#fff; border:solid 1px #c6c6c6; padding:16px 16px 16px 23px;}

.posts { }
.posts ul{ list-style-type: none; padding-bottom:6px;}
.posts ul li{ border-bottom:solid 1px #2b81be; padding-bottom:20px; margin-bottom:33px;}
.posts ul li.last{ border-bottom:0; padding-bottom:0; margin-bottom:0;}
.posts p{ padding-bottom:12px;}
.posts small{ font-size:13px; display:block; color:#ab1117; font-family: "Times New Roman", Times, Georgia, serif; font-weight: bold; }
.posts h3{ padding:3px 0 5px 0;}

.border { border-bottom:solid 5px #0068b1; }

#sidebar, #content { margin-bottom:26px; }

.content-head { white-space:nowrap; border-bottom:solid 1px #2b81be; height:55px; overflow:hidden; margin-bottom:35px;}
.content-head h2{ float:left; }
.content-head .tabs{ float:right; height:25px; font-family: "Times New Roman", Times, Georgia, serif; font-size:15px; padding-top:30px;}
.content-head .tabs ul{ float:left; list-style-type: none;}
.content-head .tabs ul li{ float:left; display:inline;}
.content-head .tabs ul li a{ float:left; display:inline; height:24px; border:solid 1px #0068b1; line-height:24px; margin-left:2px; border-bottom:0; padding:0 7px;}

.content-head .tabs ul li a:hover,
.content-head .tabs ul li a.active { background:#0068b1; color:#fff;}

.home-videos { }
.home-videos ul{ list-style-type: none; padding-left:7px;}
.home-videos ul li{ float:left; display:inline; width:201px; margin-right:39px;}
.home-videos ul li.last{ margin-right:0;}
.home-videos h3{ font-size:24px; padding-top:5px;}
.image{ display:block; position:relative; }
.image span{ font-size:0; line-height:0; width:76px; height:47px; background:url(../../images/play.png); top:36px; left:58px; position:absolute; }

#footer {  height: 176px; /*height:173px;*/ background:url(../../images/footer.gif) repeat-x 0 0; padding-top:16px; font-size:11px; line-height:16px; color:#6b6b6b; text-transform: uppercase;}
#footer .shell{ height:160px; background:url(../../images/footer-logo.gif) no-repeat right 0;}
.footer-nav{ padding:30px 0 16px 0; font-size:12px; }
.footer-nav a{ color:#6b6b6b; margin-right:20px; }
.footer-nav a:hover{ color:#333 }


/* changed */
.see-all-videos { display:block; width:186px; height:37px; background:url(../../images/fan_wall.png); margin:10px auto 0 auto;}
/* ^ changed */



#sidebar { }
#sidebar h2{ background:#a81117 url(../../images/sidebar-h.gif) repeat-x 0 0; color:#fff; font-size:36px; line-height:40px; padding:5px 20px 6px 20px; margin:0;}

#sidebar h2.blue-h { background:#192e5d url(../../images/sidebar-blue.gif) repeat-x 0 0; }

.acc { margin-top:20px; border:solid 1px #d6d6d6; border-top:0; background:#fff;}
.acc h3{ font-size:28px; line-height:30px; background:#fff url(../../images/acc-h.gif) repeat-x 0 0; border-top:solid 1px #d6d6d6; color:#9a9a9a; padding:8px 5px 8px 15px;}
.acc h3 span { display:block; background:url(../../images/arr.gif) no-repeat right bottom;}
.acc h3.ui-state-active span,
.acc h3.active span { background-image:url(../../images/arr-active.gif);}
.acc-container{ border-top:solid 1px #d6d6d6;}

.acc-container { background:url(../../images/building.jpg) no-repeat 0 bottom; font-size:11px; line-height:17px; color:#6e6e6e; padding:15px 8px 3px 87px;}
.acc-container p{ padding-bottom:8px; }
a.see { font-size:14px; line-height:16px; color:#fff; background:#0068b1; font-family: "Times New Roman", Times, Georgia, serif; padding:3px 7px 4px 7px;}
a.see:hover { color:#fff; background:#0b4d7b; }

.follow { font-size:15px; color:#9a9a9a; font-family: "Times New Roman", Times, Georgia, serif; padding:20px 6px;}
.follow a{ margin-right:5px; }
.follow span{ position:relative; top:-3px;}

.box-no-border { border:0; }

.videos { }
.videos ul{ list-style-type: none; }
.videos ul li{ float:left; display:inline; margin-right:15px; width:201px; margin-bottom:45px; }
.videos ul li.last{ margin-right:0;}
.videos h3{ font-size:17px; }
.videos .image span{ width:51px; height:32px; background:url(../../images/play-small.png); top:25px; left:43px;}

.follow-content { margin-top:30px;}
.follow-tabbed { margin-top:25px; background:#fff; border:solid 1px #c6c6c6; font-size:11px; line-height:17px; color:#6e6e6e; }
.follow-tab { padding:10px 14px 20px 10px;}
.follow-tab ul{ list-style-type: none;}
.follow-tab ul li{ border-bottom:solid 1px 	#999; padding:10px 0 3px 0; margin-bottom:5px;}
.follow-tab p{ padding-bottom:4px;}
.follow-tab a{ font-weight: bold; color:#a0a0a0;}
.follow-tab a:hover{ color:#333;}

.follow-nav { height:47px; background:#fff url(../../images/socials-tabs.gif); border-top:solid 1px #d6d6d6; }
.follow-nav ul{ list-style-type: none; padding-left:28px; }
.follow-nav ul li{ float:left; display:inline; width:32px; padding-top:20px; background:url(../../images/socials-arrow.gif) no-repeat center -200px; position:relative; margin-top:-12px; margin-right:64px;}
.follow-nav ul li.last{ margin-right:0;}
.follow-nav ul li.active{ background-position:center 0;}
.follow-nav ul li a{ float:left; height:32px; width:32px; font-size:0; line-height:0; text-indent: -4000px; background-repeat:no-repeat; background-position:0 0;}


.follow-nav ul li a.facebook-tab { background-image:url(../../images/facebook-t.gif);}
.follow-nav ul li a.twitter-tab { background-image:url(../../images/twitter-t.gif);}
.follow-nav ul li a.flickr-tab { background-image:url(../../images/flickr-t.gif);}

.single-h h2{ float:none; display:block; }

.single .box { padding:15px; }

.cols { position:relative; top:-23px;}
.cols .col, .cols .col-p, .cols .col-l, .cols .col-s { float:left; display:inline; width:310px; background:#f9f9f9; border:solid 1px #f9f9f9; margin-right:7px; text-align: center; font-size:12px; padding:13px 0; min-height:245px; position:relative; }

.cols .bg { position:absolute; top:80px; left:85px; }
.cols .bg1 { width:129px; height:140px; background:url(../../images/bg1.png); top:120px; left:90px;}
.cols .bg2 { width:181px; height:164px; background:url(../../images/bg2.png); top:100px; left:65px;}
.cols .bg3 { width:159px; height:174px; background:url(../../images/bg3.png); top:70px; left:75px;}

.cols .col-last{ margin-right:0;}
.cols .col h3, .cols .col-p h3, .cols .col-l h3, .cols .col-s h3 { font-size:28px; line-height:30px; padding-bottom:10px;}
.cols .col h3 span, .cols .col-p h3 span, .cols .col-l h3 span, .cols .col-s h3 span{ background:url(../../images/star.gif) no-repeat 0 8px; padding:0 0 0 24px;}
.cols .col h3 span span, .cols .col-p h3 span span, .cols .col-l h3 span span, .cols .col-s h3 span span { background-position:right 8px; padding:0 24px 0 0;}

.cols .col ul, .cols .col-p ul, .cols .col-l ul, .cols .col-s ul { list-style-type: none; font-weight: bold; position:relative; z-index:3;}
.cols .col ul li, .cols .col-p ul li, .cols .col-l ul li, .cols .col-s ul li { padding-top:4px;}
.cols .col ul li a, .cols .col-p ul li a, .cols .col-l ul li a, .cols .col-s ul li a { color:#484848; }
.cols .col ul li a:hover, .cols .col-p ul li a:hover, .cols .col-l ul li a:hover, .cols .col-s ul li a:hover{ color:#0068b1; }

.cols .col-hover,
.cols .col-active { background:#fff; border-color:#e0e0e0;}

.cols .col-hover h3,
.cols .col-active h3{ color:#aa0e14;}

.cols .col-hover h3 span,
.cols .col-active h3 span{ background-image:url(../../images/star-red.gif)}

.post { padding-bottom:30px; }
.post h2{ font-size:25px; line-height:1.2; padding-bottom:10px; }
.post h2 em{ display:block; font-size:15px;}
.post p{ padding-bottom:23px; }
.post h4{ padding-bottom:23px; }
.post ul.smaller{ font-size:12px; padding:0 0 0 20px; line-height:16px;}
.post ul.smaller li{ padding-bottom:10px;}
.post ul, .post ol {padding-left:40px;padding-bottom:20px;}

.sidebar-video { padding-top:5px;}
.supporters { margin-top:30px;}
.supporters h3{ font-size:24px; text-align: center; padding:7px 0; }

.see-small { display:block; width:136px; height:24px; background:url(../../images/see-small.gif); margin:auto; position:relative; left:2px;}
.fan-wall-small { display:block; width:136px; height:25px; margin: 5px auto; background:url(../../images/small_fan_wall.jpg); position:relative; left:2px;}

.slideshow { margin-bottom:30px;}
.slideshow .slider-thumbnails{ margin:0; width:auto; height:36px; padding-top:5px; padding-left:5px;}

.slideshow .slider-thumbnails a{ float:left; display:inline; width:54px; height:31px; background:url(../../images/slide-thumb-small.gif); padding:2px 0 0 5px;}

.big { position:relative; overflow:hidden;}

#sub-nav { font-size:12px; color:#777; padding:3px 0 0 23px; }
#sub-nav a{ color:#777;}
#sub-nav span{ padding:0 5px; }
#sub-nav a:hover{ color:#333;}

.tab-content { display:none;}

.follow-tab { display:none;}

.blog-content ul li {border:none;margin:0;padding:0 0 0 20px;list-style:disc;list-style-position:inside;}

.bot{border-top:solid 1px #8e8e8e}
.bot a.more{float: left; width:80px; height:30px;line-height:25px; color:#fff; text-transform: uppercase; text-align: center; font-weight: bold; margin:8px 9px 0 7px}
.bot .links{float: left; display: inline; border-left:solid 1px #8e8e8e; height:38px; color:#140a3e; font-size: 12px; font-weight: bold;}
.bot .links p{padding-top:12px; padding-left:15px}
.bot .links a{color:#140a3e}
.bot .links span{padding:0 8px}

.short-headline {border-bottom:none;white-space:normal; height:auto; overflow:visible;}
.short-headline h2 {font-size:24px; line-height:26px;}

/* New Image Carousel Styles Added 3-30-10 ARF */

a.read-more, a.read-more:visited, a.read-more:hover, a.read-more:active {
	margin: 0 auto;
	display: block;
	width: 77px;
	height: 27px;
	background: url("../../images/read_more.png") top left no-repeat;
}

.content-head h2.tab-headline {
	font-size: 44px;
}

#sidebar .events-box {
	margin: 2px 0 10px 0;
	padding: 20px;
	border: 1px solid #CCC;
	font-family: Arial;
}

#sidebar .events-box p.date {
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#sidebar .events-box p.event-details {
	font-weight: normal;
	color: #666;
	margin: 0;
	padding: 0;
	font-size: 12px;
}


#sidebar .events-box h2.event-header {
	margin: 0;
	background:none;
	color:#666;
	font-size:16px;
	padding:0;
	font-weight: bold;
	line-height: 18px;
	font-family: Arial;
}

#sidebar .events-box h2.event-header a, #sidebar .events-box h2.event-header a:visited,
#sidebar .events-box h2.event-header a:hover, #sidebar .events-box h2.event-header a:active {
	color:#666;
}

.image-carousel {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	display: inline;
	width: auto;
	background: transparent;
}

#inside-carousel-holder {
	margin: 0;
	padding: 0;
	width: 681px;
	height: 335px;
	position: relative;
}

#inside-carousel {
	width:681px;
    height: 283px;
    position: relative;
}

ul#inner-carousel {
	overflow: hidden;
	width:681px;
    height: 283px;
}

#carousel {
	margin: 10px 0;
	display: inline;
	display: none;
	float: left;
	width: 960px;
    border: 10px solid #a71015;
    position: relative;
    overflow: hidden;
}
#carousel .left-text-box {
	display:inline;
	float:left;
	height:361px;
	line-height:28px;
	margin:0;
	padding:0;
	width:302px;
	text-align: center;
}
#carousel .left-text-box h1 {
	font-family: Times;
	font-size: 28px;
	color: #0068b1;
	font-weight: normal;
	line-height: 38px;
}
#carousel .left-text-box p {
	font-family: Times;
	font-size: 14px;
	font-weight: normal;
}
#carousel .right-text-box {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	width: 654px;
	height: 361px;
	border-left: 10px solid #a71015;	
}

.carousel-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 35px;
	left: 55px;
	display: none;
}
.carousel-nav a, .carousel-nav a:visited {
	margin: 0 5px;
	padding: 0;
	display: block;
	float: left;
	width: 30px;
	height: 12px;
	border: 1px solid #0d5197;
	background: #FFF;
	text-indent: -9999px;
	overflow: hidden;
} 
.carousel-nav a:hover, .carousel-nav a:active, .carousel-nav a.active-carousel {
	margin: 0 5px;
	padding: 0;
	display: block;
	float: left;
	width: 30px;
	height: 12px;
	border: 1px solid #0d5197;
	background: #0d5197;
	text-indent: -9999px;
	overflow: hidden;
} 
.inside-carousel-nav {
	margin: 20px auto;
	padding: 0;
	width: 681px;
	height: 40px;
	position: absolute;
	left: 25%;
}
.inside-carousel-nav a, .inside-carousel-nav a:visited {
	margin: 0 5px;
	padding: 0;
	display: block;
	float: left;
	width: 30px;
	height: 12px;
	border: 1px solid #0d5197;
	background: #FFF;
	text-indent: -9999px;
	overflow: hidden;
} 
.inside-carousel-nav a:hover, .inside-carousel-nav a:active, .inside-carousel-nav a.active-carousel {
	margin: 0 5px;
	padding: 0;
	display: block;
	float: left;
	width: 30px;
	height: 12px;
	border: 1px solid #0d5197;
	background: #0d5197;
	text-indent: -9999px;
	overflow: hidden;
} 
.center {
	margin: 0 auto;
	text-align: center;
}

.news-post .news-date {
	color:#AB1117;
	display:block;
	font-family:"Times New Roman",Times,Georgia,serif;
	font-size:13px;
	font-weight:bold;
}