/* Global Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, select, option, textarea, p, blockquote {  
	margin: 0; 
	padding: 0; 
}
ul, ol {
	margin: 0;
	padding: 0 0 0 16px;
}
a {
	outline: none;
}
img {
	border: 0;	
}
/* -Website Styles- */
body {
	background: #fff top center url(ui/background.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 990px;
	margin: 0 auto;
}
#header {
	height: 120px;
	margin: 10px 0 0 0;
	position: relative;
}
#head-donate {
	position: absolute;
	top: 20px;
	right: -4px;
}
#logo {
	width: 236px;
	height: 85px;
	background: url(ui/logo.png) no-repeat;
	text-indent: -999em;
	position: relative;
	top: 19px;
	left: 21px;
}
#logo a {
	width: 227px;
	height: 85px;
	display: block;
}
#menu {
	position: absolute;
	z-index: 1000;
	top: 65px;
	right: 0;
	/*margin-left: 386px;*/
	background: url(ui/trans-col-bg.png) repeat;
	padding: 0;
}
#menu li {
	float: left;
	line-height: 36px;
	list-style: none;
	font-size: 13px;
}
#menu li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0 10px 0 10px;
}
#menu li a:hover, #menu li:hover a {	
	background: #313c9c;
	color: #fff;
	text-decoration: none;
}
#menu li ul {
	position: absolute;
	margin: 0;
	width: 250px;
	list-style: none;
	display: none;
	padding: 0;
	top: 36px;
}
#menu li.over ul, #menu li:hover ul{
	display: block;
	list-style-image: none;
}
#menu li ul li a {
	text-indent: 0;
	background: #313c9c !important;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	width: 250px;
	padding: 6px 0 8px 12px;
	line-height: 16px;
	border-bottom: 1px solid #606ccd;
}  
#menu li ul li a:hover {
	text-indent: 0;
	background: #de955a !important;
	color: #fff;
}
#column {
	float: right;
	width: 285px;
	margin: 15px 0 0 15px;
}

#column h2 {
	background: #363e99;
	color: #fff;
	font-size: 16px;
	padding: 14px 0 14px 16px;
	margin-bottom: 1px;
}
#column h2 a{
	color: #fff;
	text-decoration: none;
}
#latest-news ul, #links ul {
	margin: 0 0 15px 0;
	padding: 18px 0 0 0;
	background: url(ui/trans-col-bg.png) repeat;
}
#latest-news ul li, #links ul li {
	list-style: none;
	font-size: 12px;
	color: #fff;
	padding: 0 18px 18px 18px;
	line-height: 18px;
}
#links ul li {
	list-style: none;
	font-size: 12px;
	color: #fff;
	padding: 0 18px 5px 18px;
	line-height: 18px;
}
#links ul li:last-child {
padding-bottom:18px;	
}
#links ul li a {
	color:#dedede;	
	text-decoration:none;
}
#links ul li a:hover {
	color:#fff;	
}
.news-title, .read-more {
	display: block;
}
.news-title, .news-title a{
	color: #f1c761;
	font-weight: bold;
	text-decoration:none;
	font-size:12px;
	line-height:18px;
	margin-bottom:0;
}
.read-more, .read-more a {
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	color: #dedede;
}
.read-more:hover {
	color: #fff;
}
#twitter .twtr-hd {
	display: none;
}
#twitter .twtr-bd {
	padding-top: 9px;
}
#twitter .twtr-widget {
	font-family: Arial, Helvetica, sans-serif !important;
}
#twitter .twtr-tweet {
	border-bottom: none;
}
#twitter .twtr-doc, #twtr-widget-1 .twtr-timeline {
	border-radius: 0 !important;
	background: url(ui/trans-col-bg.png) repeat !important;
}
#twitter .twtr-tweet-text {
	padding: 0 9px 0 9px;
}
#discussion {
	margin-bottom: 15px;
}
#discussion h2 {
	background: #363e99 url(ui/discussion-icon.png) 246px 10px no-repeat;
	margin-top: 15px;
}
#discussion h2 a {
	color: #fff;
}
#discussion h2 a:hover {
	color: #999;
}
#social {
	margin: 0;
	padding: 0;
	width: 285px;
	height: 48px;
	background: #2165ad;
	margin-bottom: 15px;
}
#social li {
	list-style: none;
	text-indent: -999em;
	float: left;
	padding: 8px 0 0 0;
}
#social li a {
	width: 32px;
	height: 32px;
	display: block;
	padding-right: 10px;
}
#social-twitter a {
	background: url(ui/twitter.png) no-repeat;
}
#social-facebook a {
	background: url(ui/facebook.png) no-repeat;
}
#social-youtube a {
	background: url(ui/you-tube.png) no-repeat;
}
#social-flickr a {
	background: url(ui/flickr.png) no-repeat;
}
#social-delicious a {
	background: url(ui/delicious.png) no-repeat;
}
#content {
	float:left;
	width:690px;
	margin-top: 15px;
}
#content h1, h2, h3, h4, h5, h6 {
	color: #313c9c;
	margin-bottom: 10px;
}
#content h1 {
	font-size: 18px;
}
/*#content h2, #content h2 a{
	font-size: 18px;
	color: #f1c761;
}*/
#content h3 {
	font-size: 16px;
	color: #fff;
	padding: 0;
}
#content h3 a {
	font-size: 16px;
	color: #fff;
	background: #999;
	padding: 10px;
	margin: 0;
	display: inline-block;	
}
#content h4, #content h4 a{
	font-size: 14px;
}
#content h5, #content h5 a{
	font-size: 14px;
}
#content h6, #content h6 a{
	font-size: 14px;
}

#content a {
	color: #196db5;
}
#content p {
	font-size: 12px;
	color: #616161;
	line-height: 20px;
	margin-bottom: 12px;
}
#content ul {
	margin-bottom: 12px;
}
#content ul li {
	font-size: 12px;
	color: #616161;
	line-height: 20px;
}
#welcome-image {
	margin-bottom: -4px;
}
#welcome, #inner-content, .bottomcopy {
	background: url(ui/trans-con-bg.png) repeat;
	padding: 18px;
	margin-bottom: 15px;
	display:block;
	overflow:hidden;
	border: 1px solid #dbdefd;
}
.bottomcopy {
	overflow: auto !important;
	/*height: 420px !important;*/
	height: auto !important;
}
.textbox {
	padding: 18px;
	background: url(ui/video-bg.png) repeat;
}
.textbox p {
	color: #fff !important;	
}
#inner-content p {
	margin-bottom: 12px;
}
#content h2 {
	background: #363E99;
	color: #fff;
	font-size: 16px;
	padding: 14px 0 14px 16px;
	margin-bottom: 1px;
}
#bookstore {
	margin-bottom: 15px;
	display:block;
	overflow:hidden;
}
#store-container {
	width: 688px;
	height: 182px;
	border: 1px solid #DBDEFD;
/*	background: url(ui/bookstore-bg.png) no-repeat;
*/}
#store-container ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 43px;
}
#store-container ul li {
/*	background: url(ui/book-shadow.png) bottom center no-repeat;
*/	float: left;
	margin: 15px 12px 0 0;
	height: 160px;
}
/*#store-container ul li a {
	display: block;
	height: 144px;
}
*/
#more-videos {
	display: block;
	text-decoration: none;
	color: #fff !important;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	margin-left: 8px;
}
#more-videos:hover {
	color: #FCFF00;
	text-decoration: none;
}
#footer {
	width: 990px;
	margin: 20px auto 0 auto;
	font-size: 11px;
	clear: both;
	border-top: 1px solid #313c9c;
	padding: 10px 0 20px 0;
}
#footer p {
	color: #313c9c;
	text-align: right;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 690px;
}
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  580px;
    height: 182px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 60px;
    right: 18px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url(ui/book-right.png);
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(ui/book-left.png);
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 60px;
    left: 15px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url(ui/book-left.png);
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background: url(ui/book-right.png);
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}

.jcarousel-clip {
	left: 53px !important;
}

.library-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.library-list li {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
.library-list li a {
	background: url(ui/trans-col-bg.png) repeat;
	
    color: #FFFFFF !important;
    display: block;
    margin-bottom: 6px;
    padding: 8px;
    text-decoration: none;
/*    width: 300px;
*/}
.library-list li a:hover {
	text-decoration: none;
	color: #fff !important;
	background: #de965a;
}

.ytwrap { 
	display: block;
	float: left;
	height: 198px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 200px;
}

.ytwrap a { float:left; display:block; overflow:hidden; margin-right:20px }


.ytwrap h4 {
	font-size: 11px !important;	
	margin: 10px 0 0 0;
}

#featured_video h2 a { text-align:left; background:none; padding:0 ; color:#fff   }

#featured_video h4 { text-align:left; background:url("ui/trans-col-bg.png");  color:#FFF; font-size:12px; padding: 10px 20px 0 20px;  
	margin-bottom: 0;
}

#featured_video h5 {
	margin-bottom: 10px;
	font-size: 10px;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	background:url("ui/trans-col-bg.png");
}
#featured_video h5 a {
	color: #fff;
	text-decoration: none;
	padding: 0 !important;
	background: none !important;
}
#featured_video h5 a:hover {
	color: #DEDEDE;
}

#featured_video a { display:block; overflow:hidden; text-align:center; background:url("ui/trans-col-bg.png"); padding:20px ; padding-bottom:0  }

.bottomcopy { display:block; clear:both}

/*****************************************************
       HERO
******************************************************/

.img_replace {
    display: block;
    font-size: 0;
    overflow: hidden;
    text-indent: -9999px;
}

#hero_container
{
	width: 690px;
	height: 188px;
	margin:0 auto 15px auto;
	position: relative;
	display:block;
	overflow:hidden;
}

	#hero_nav
	{
		position: absolute;
		top: 70px;
		z-index: 99;
		width: 690px;
		padding:0;
		margin:0;
	}
		#hero_nav li
		{
			list-style-type: none;
		}
		
		#hero_nav li a
		{
			width: 38px;
			height: 54px;
			background: url(ui/hero-nav.png) no-repeat;
			outline: none;
		}
		
		#hero_nav li.prev
		{
			float: left;
		}
		
		#hero_nav li.next
		{
			float: right;
		}
		
		#hero_nav li.prev a
		{
			background-position: top left;
		}
		
		#hero_nav li.next a
		{
			background-position: top right;
		}
		
		#hero_nav li.prev a:hover
		{
			background-position: bottom left;
		}
		
		#hero_nav li.next a:hover
		{
			background-position: bottom right;
		}
		
	#hero_slideshow
	{
		z-index: 9;
		width: 690px;
		height: 188px;
	}
		.hero_item
		{
			width: 690px;
			height: 188px;
			position:relative;
			
		}
		
		.hero_item img,
		.hero_item h2,
		.hero_item p,
		.hero_item a
		{
			position:absolute;
		}
		
		.hero_item img,
		{
			top:0;
			right:50px;
		}
		
		.hero_item h2
		{
		
			font-weight:800;
			color:#204f7f;
			top:40px;
			right:60px;
			font-size:3em;
			margin:0;
		}
		
		.hero_item p
		{
			bottom:90px;
			right:60px;
			text-align:right;
			line-height:24px;
			font-size:1.2em;
			font-weight:700;
			color:#204f7f;
			margin:0;
		}
		
		.hero_item a
		{
			background:url(ui/banner-link-bg.png);
			width:183px;
			height:22px;
			display:block;
			overflow:hidden;
			bottom:30px;
			right:60px;
			text-transform:uppercase;
			text-decoration:none;
			color:#FFF;
			padding:10px;
			font-size:1em;
			line-height:20px;
			text-align:center;
		}

.article
{
	margin-bottom:20px;
	border-bottom:1px solid #ddd;
	padding-bottom:20px
}


.article h3, .article h3 a
{
	font-size:16px;
	text-decoration:none;
	margin-bottom:10px;
}

.footer-menu ul {
	display: none;
}
.footer-menu {	
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-menu li {
	float: left;
	margin-right: 10px;
}
.footer-menu li a, #footer a {
	color: #52188c;
	text-decoration: none;
}
.footer-menu li a:hover, #footer a:hover {
	color: #333;
	text-decoration: underline;
}
.scrollPage {
	text-align: right;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	float: right;
	background: #313c9c;
	color: #fff !important;
	display: block;
	padding: 4px 5px;
}
#book-cover {
	width: 220px;
	background: #c2c5f6;
	float: right;
	padding: 20px 10px 20px 10px;
	margin: 0 0 10px 10px;
}
#book-cover ul {
	padding: 0;
	margin: 5px 0 0 0;
	list-style: none;
}
#book-cover ul li {
	font-size: 12px;
	color: #333;
	line-height: 18px;
	text-align: center;
}
#book-price {
	font-weight: bold;
	color:  #666;
}
#book-download {
	background:url(ui/download-pdf.png) 65px 0px no-repeat;
	padding: 0 0 0 10px;
}
#book-download a {
	text-decoration: none;
}
#book-cover img {
	display: block;
	margin: auto;
}
#book-paypal {
	margin-top: 4px;
}
#buy-now-button {
	padding: 10px 0 0 0 ;
}
.report-abuse {
	float: right;
	margin: 15px 0 0 0;
}
.wpcf7-validation-errors {
	font-size: 12px;
	padding: 6px !important;
}
.wpcf7-form-control {
	padding: 3px;
	font-size: 12px;
}
.wpcf7-textarea {
	padding: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.wpcf7-submit {
	width: 98px;
	height: 29px;
	background: url(ui/send-message.png) no-repeat;
	border: 0;
	cursor: pointer;
}

a.orange-button {
display: inline-block;
padding: 10px 20px;
border-radius: 5px;
color: #ffffff !important;
text-decoration: none;
margin: 30px 0 20px;
background-color: #F7A640;
}

a.orange-button:hover {
background-color: #F9AE50;
}