/* Mini Reset
 *******************************************************/
body, div {
	padding: 0;
	margin: 0;
}

:focus {
 -moz-outline-style: none;
}

/* Page Structure
 *******************************************************/

body {
	background-color: black;
	color: white;
	background-image: url(/images/background-test.jpg);
	background-repeat: no-repeat;
}

#topStripe {
	background-image: url(/images/menuTop.jpg);
	background-repeat: repeat-x;
	height:5px;
}

#pageWrap {
	width: 780px;
	margin-left: 35px;
}

#top {height: 170px;}

#main {
	background-image: url(/images/mainBackground.jpg);
	background-repeat: no-repeat;
	background-color: #262626;
	clear:both;
}
#main.has_sub_menu { /* shift the bg up a bit to compensate */
	background-position: 0 -18px;
}

#content {
	padding: 20px 20px 5px 20px;
	zoom: 1;
}

.content {
	background-color: #262626;
	margin-top: 5px;
	padding: 20px 20px 5px 20px;
	clear: both;
}

.left70 {
	float: left;
	width: 490px;
}

.right30 {
	float: right;
	width: 220px;
}

.homeCol1 {
	width: 490px;
	float: left;
}
.homeCol2 {
	margin-left: 500px;
}

.pageCol1 {
	width: 440px;
	float: left;
}
.pageCol2 {
	margin-left: 460px;
}

/* Global Styles
 *******************************************************/

/* Fonts and Typography */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 .5em 0;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 .33333em 0;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 .66667em 0;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 1em 0;
}

p {
	font-size: 1em;
	margin: 0 0 1em 0;
}

a {
	font-weight: bold;
	color: #FAAF3B;
	text-decoration: none;
	font-size: 1em;
}
a:hover {
	color: white;
}

.noLine {border: none;}
.smallgreyTxt {
	font-size: 0.9em;
	color: #999999;
}
.greyTxt {
	color: #999999;
}
.smallTxt {
	font-size: 0.8em;
}
.hideMe {
	display: none;
	visibility: hidden;
}

.fileSize {font-size: 80%;}

.highlight {color: #4DA3EF;}

/* alignment */
.floatLeft {
	float: left;
	margin-right: 10px;
}

.floatRight {
	float: right;
	margin-left: 10px;
}

.clear {
	clear:both;
	font-size: 0.000000001%;
	height: 0;
	width: 0;
}


/* Menus */

#menu {
	background: url(/images/menuTop.jpg) no-repeat bottom;
	padding: 0px 0px 5px 0px;
	height: 24px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	float: left;
}
#menu a {
	color: white;
	background-repeat: no-repeat;
	height: 19px;
	width: 86px;
	display: block;
	margin-right: 1px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(/images/menu.jpg);
	font-weight: normal;
}
#menu a:hover {
	background-image: url(/images/menu_f2.jpg);
}
#menu a.down, #menu a.down:hover {
	background-image: url(/images/menu_f3.jpg);
}
#menuSub {
	width: 240px;
	float: right;
}
#menu ul.subMenu {
	clear: both;
	padding-left:20px;
	display:block;
	height:25px;
	background-color: #F6921E;
	font-size:0.9em;
}
#menu ul.subMenu a {
	color: black;
	background-image: none;
	width:auto;
	height:auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu ul.subMenu a:hover {
	color: #ffffff;
}

#topMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
#topMenu li {
	float: left;
}
#topMenu a {
	color: white;
	background-repeat: no-repeat;
	height: 19px;
	width: 86px;
	display: block;
	margin-left: 3px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(/images/topmenu.jpg);
	font-weight: normal;
}
#topMenu a:hover {
	background-image: url(/images/topmenu_f2.jpg);
}
#topMenu a.down, #topMenu a.down:hover {
	background-image: url(/images/topmenu_f3.jpg);
}

/* Forms */

.row {
	margin-bottom: 5px;
}
.col1 {
	width: 100px;
	float:left;
	clear:left;
}
.col2 {
margin-left:110px;
}
input.button {
	background-color: #D77711;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: white;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
}
input.button:hover {
	background-color: white;
	color: #333333;
}
fieldset {
	border: #000000 solid 2px;
	margin-bottom: 15px;
	padding: 10px;
}
legend {
	font-size: 1.5em;
	padding-left: 5px;
	margin-left: -5px;
	color: white;
}
fieldset label {
	float: left;
	width: 100px;
}
fieldset input[type=text], fieldset input[type=checkbox], fieldset textarea, fieldset select, input[type=password] {
	/*margin-left: 100px;*/
	/*width: 400px;*/
}
fieldset p {
	margin: 5px 0px;
}

/* Search */

#search {
	background-color: black;
	padding: 10px;
	float: right;
	clear:right;
	margin-top: 10px;
}
input.searchBox {
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}
input.searchBtn {
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(/images/searchBtn.jpg);
	background-repeat: no-repeat;
	border:none;
	cursor:pointer;
	color:white;
	height: 21px;
	width: 36px;
	padding-left:10px;
	margin-left:-2px;
}
input.searchBtn:hover {
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(/images/searchBtn_f2.jpg);
	border:none;
	cursor:pointer;
}

/* Content - Specific
 *******************************************************/

/**
 * Feature divs - used to arrange blocks of content on the page
 *
 * Pick the feature# according to what size block you want
 * also add just plain 'feature' if you want a black background.
 */

.feature {
	background: black;
	padding: 1em;
}

.feature blockquote {
	background-image: url(/images/quote.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	padding-left: 35px;
	min-height: 25px;
}

.feature1 {
	float: left;
	width: 480px;
	padding: 5px;
	margin-right: 10px;
}

.feature2 {
	float: left;
	width: 220px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.feature3 {
	float: left;
	width: 220px;
	margin-bottom: 10px;
}

.feature3 img {
	margin: 0 10px 10px 0;
	float: left;
}

.feature4 {
	margin-bottom: 10px;
}

.feature4Plus {
	background: #000000 url(/images/plusMinus_f01.png) no-repeat top right;
	padding: 9px;
	margin-bottom: 10px;
	border: 1px #000000 solid;
}

.feature4Minus {
	background: #000000 url(/images/plusMinus_f02.png) no-repeat top right;
	padding: 9px;
	margin-bottom: 10px;
	border: 1px #000000 solid;
}

.feature4Plus:hover, .feature4Minus:hover {
	border: 1px #666666 solid;
	cursor: pointer;
}

.feature4arrow {
	background: #000000 url(/images/arrow.jpg) no-repeat top right;
	padding: 9px;
	margin-bottom: 10px;
	border: 1px #000000 solid;
}

.feature4arrow li{
	list-style:none;
}

.feature5 {
	float: left;
	margin-bottom: 10px;
}

.featureHome{
	float: left;
	width: 220px;
	height:195px;
	margin-bottom: 10px;
}

.featureNews{
	height:188px;
}

/* Resources */
#resources-text {
	width: 480px;
	float: left;
}

#latest-res {
	width: 226px;
	float: right;
	margin-top: 10px;
	background-color: #262626;
	border: 1px solid #666;
	padding: 15px 7px 15px 7px;
}

#latest-res ul.categoryList li:first-child {
	border: none;
}

#latest-res ul.categoryList {
	padding: 0px;
	margin: 0px;
}

#latest-res ul.categoryList li {
	background: none;
	border-top: 1px solid #666;
	padding: 2px 0px 2px 4px;
	margin: 0px;
}

#latest-res ul.categoryList li a {
	background:#262626 no-repeat scroll right top;
}

#latest-res ul.categoryList li a:hover {
	background:#262626 no-repeat scroll right top;
}

#latest-res ul.categoryList li a span {
	color: white;
	font-size: 9px;
	font-style: italic
}

.email {
	background: #262626 url(/images/email.gif) no-repeat top right;
	margin-top: 5px;
	padding: 20px 20px 5px 90px;
	font-size: 1.3em;
	min-height: 51px;
}
.film {
	background-image: url(/images/film.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #262626;
	margin-top: 5px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 90px;
	font-size: 1.3em;
}
.youth {
	background-image: url(/images/youth.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #262626;
	margin-top: 5px;
	padding: 20px;
	font-size: 1.3em;
}
.imageFeature {
	margin-top: 5px;
}

/**
 * ul.promote is used in the right margin of the us-tour page
 * - Neal
 */

ul.promote {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.promote li {
	display: block;
	margin: 0 0 1em 0;
	font-size: 1em;
	vertical-align: middle;
}
ul.promote li img {
	margin-right: .5em;
	vertical-align: middle;
	width: 100px;
}


/**
 * ul#schedule is used on
 * /events/us-tour/
 * /events/schedule/
 */
ul#schedule {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#schedule li {
	display: block;
	margin: 0 0 1em 0;
	font-size: 1em;
	padding: 1em;
	background: black;
}

ul#schedule span {
	color: #FAAF3B;
	font-weight: bold;
}
#schedule .eventTitle h3 {
	font-size: 1.4em;
	color: #FAAF3B;
}

#schedule .eventTitle img {
	width: 100px;
	border: none;
	float: left;
	margin-right: 8px;
}

#schedule .eventDetails {
	margin-top: 5px;
	margin-left: 108px;
}

#schedule .eventDetails ul {
	margin: 0;
	padding: 0;
	display: block;
}

#schedule .eventDetails ul li {
	margin: .6em 0 0 80px;
	padding: 0;
	display: block;
	text-indent: 0px;
}

#schedule .eventDetails li span {
	display: inline-block;
	width: 80px;
	margin-left: -80px;
	color: white;
}

.rss {
	float:right;
}
.people {
	/*background-color: #D77711;
	font-size: 1.2em;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: white;*/
	font-size: 1.2em;
	color: #FAAF3B;
}
.people:hover {
	/*cursor: pointer;*/
}
.people a:hover {
	background-color: white;
	color: #333333;
}
.peopleDetails {
	margin-top: 5px;
	margin-left: 78px;
}

ul.headline {
	/*background-color: black;
	padding: 10px 10px 10px 20px;*/
	padding: 0px;
	margin: 10px 0px;
}
ul.headline li {
	font-size: 1.2em;
	/*margin-bottom: 5px;*/
	list-style: none;
	border-bottom: thin #666666 solid;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
ul.headline li img {
	max-width: 100px;
	max-height: 100px;
	border: none;
	margin-right: 10px;
}

ul.commendations li {
	background: black url("/images/quote.gif") no-repeat top left;
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 8px 18px 8px 38px;
}

ul#partners {
	display: block;
	margin: 0 25px;
	padding: 0;
}

ul#partners li {
	font-size: 1.2em;
	list-style: none;
	display: block;
	float: left;
	background: black;
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin: 5px;
	padding: 10px;
	text-align: center;
}

ul#partners li img {
	border: none;
	max-width: 170px;
	max-height: 100px;
	padding: 0;
	display: block;
	margin: 10px auto;
	clear: both;
}
ul#partners li span {
	font-weight: bold;
	font-size: 1.2em;
}

a img {border: none;}

div#resourceList {
	width: 280px;
	background-color: black;
}

div#resourceList h2 {
	padding: 3px 3px 0px 3px;
	margin: 0px;
}

div#resourceList ul {
	margin: 0px;
	padding: 0px;
	width: 280px;
	background-color: black;
}

div#resourceList ul li {
	list-style: none;
	padding: 4px;
	margin: 0px;
	border-bottom: 1px solid #333333;
	font-size: 0.95em;
}

div#resourceList ul li ul {
	padding: 0px;
	width: 276px;
}

div#resourceList ul .accordianHead {
	font-size: 1.2em;
	background: url(/images/accordianHead.png) repeat-x #603063 top;
	padding: 3px;
	border: 1px #000000 solid;
}

div#resourceList ul .accordianHead:hover {
	cursor: pointer;
	background: none #603063;
	border: 1px #FFFFFF solid;
}

div#resourceList .smallTxt {
	padding: 8px;
}

.toolTip {
	background: #333333;
	color: white;
	padding: 5px;
	width: 215px;
	font-size: 0.9em;
	position: absolute;
	z-index: 3000;
	border: #000000 1px solid;
}

.moreBtn,
.moreBtn2 {
	font-weight: bold;
	color: #FAAF3B;
}
.moreBtn:hover,
.moreBrn2:hover {
	color: white;
}

ul.medium li {
	font-size: 1.2em;
	margin-bottom: 5px;
}

.textRight {
	text-align: right;
}

.hoverMe {cursor: pointer;}

.buy_dvd{
height:130px;
margin:0 0 10px 0;
border:1px #666 solid;
background:#000 url(/images/buy_dvd.jpg) no-repeat top left;
}

.buy_dvd p{
padding:110px 0 0 5px;
}

.packShot{
height:200px;
margin:0 0 10px 0;
border:1px #666 solid;
background:#000 url(/images/pack-shot.jpg) no-repeat top left;
}

.packShot p{
padding:182px 0 0 5px;
}

.order{
margin-top: 5px;
padding:20px 20px 5px 90px;
font-size: 1.3em;
background:#262626 url(/images/order.gif) no-repeat left bottom;
}

.downloadFeatures{
border-top:2px #666 solid;
margin:10px 0 20px 0;

}

.downloadFeatures a{
display:block;
padding-left:30px;
margin-top:10px;
min-height:20px;
background:url(/images/pdf.gif) no-repeat left;
}

.downloadFeatures h2{
margin:10px 0 0 0;
}

.downloadFeatures .left, .downloadFeatures .right{
width:200px;
padding:210px 0 0 0;
}

.downloadFeatures .left{
float:left;
background:url(/images/studyGuide.jpg) top left no-repeat;
}

.downloadFeatures .right{
margin-left:250px;
background:url(/images/leadersGuide.jpg) top left no-repeat;
}

#pager, #pager2{
overflow:hidden;
}

#pager a, #pager2 a{
text-align:center;
display:block;
width:20px;
height:20px;
text-indent:-9999px;
float:left;
background:url(/images/newsButton.png) no-repeat 0 0;
}

#pager a:hover, #pager2 a:hover{
background-position:0 -20px;
}

#pager .activeSlide, #pager .activeSlide:hover, #pager2 .activeSlide, #pager2 .activeSlide:hover{
color:#000;
text-indent:-9999px;
background:url(/images/activeSlide.png) no-repeat center;
}
#filmContent {
float: left;
}

#videoLinks {
float:right;
width: 230px;
}

#videoLinks .download {
margin-top: 10px;
padding: 10px 10px 7px 10px;
}

#content #videoLinks .nextResource {
margin-top: 10px;
}

#videoLinks .download:first-child {
margin-top: 0px;
}

ul.categoryList {
	padding: 0px;
	margin: 20px 0px;
}
ul.categoryList li {
	list-style: none;
	background: black;
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
}
ul.categoryList li a {
	display: block;
	background: #000000 url(/images/arrow.jpg) no-repeat top right;
	padding: 5px 0px;
}
ul.categoryList li a:hover {
	background: #000000 url(/images/arrow2.jpg) no-repeat top right;
}

ul.resourcesList {
	padding: 0px;
	margin: 20px 0px;
}
ul.resourcesList li {
	list-style: none;
	background: black;
	margin-bottom: 5px;
	overflow: auto;
}
ul.resourcesList li a {
	display: block;
	background: #000000 url(/images/arrow.jpg) no-repeat top right;
	padding: 5px 0px;
}
ul.resourcesList li a:hover {
	background: #000000 url(/images/arrow2.jpg) no-repeat top right;
}
ul.resourcesList li div.icon {
	float: left;
	padding: 5px 5px 5px 10px;
	width: 30px;
}
ul.resourcesList li div.desc {
	border-left: 5px #262626 solid;
	padding: 5px 5px 5px 10px;
	margin-left: 50px;
}
ul.resourcesList li div.icon a {
	background: none;
}
.tagCloud {
	margin: 0 0 10px 0;
}
.tagCloud .tinyTag a {
	font-size: 0.9em;
	font-weight: normal;
}

.tagCloud .smallTag a {
	font-size: 1.2em;
	font-weight: normal;
}

.tagCloud .normalTag a {
	font-size: 1.5em;
	font-weight: normal;
}

.tagCloud .largeTag a {
	font-size: 1.8em;
	font-weight: normal;
}

.tagCloud .extralargeTag a {
	font-size: 2.2em;
	font-weight: normal;
}
.resourceImage {
	float: right;
	margin: 0px 0px 20px 20px;
}
.fileIcon {
	float: left;
	margin: 0px 10px 10px 0px;
}
.tagsBox, .related {
	overflow: auto;
	margin-left: 15px;
}
.tagsBox h2 {
	font-size: 1.2em;
}
.tagsBox ul {
	overflow: auto;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.tagsBox li {
	list-style: none;
	float: left;
	margin-right: 5px;
}
.addthis_button {
	clear: both;
	margin: 10px 0;
	display: block;
	width: 125px;
	float: right;
}
.download {
	background: #643168 url(/images/downloadBack.gif) repeat-x;
	padding: 10px;
	margin: 20px 20px 0px 0px;
	overflow: hidden;
	float: left;
	width: 210px;
	height: 50px;
}

#content .nextResource {
	background: #F6931E url(/images/btn_nextResource.jpg) repeat-x;
	padding: 10px 10px 10px 50px;
	margin: 20px 20px 0px 0px;
	overflow: hidden;
	float: left;
	width: 170px;
	font-size: 1.2em;
	height: 50px;
}

#content .nextResource a {
	font-size: 10px;
	display:block;
}

.download a {
	color: white;
	font-size: 1.2em;
	font-weight: normal;
}
.download a:hover {
	color: #000;
}
.download p {
	font-size: 0.8em;
}

ul.breadcrumb {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 0.9em;
}
ul.breadcrumb li {
	list-style: none;
	display: inline;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #CCC;
}
ul.breadcrumb li:last-child {
	border-right: 0px solid #CCC;
}
div.controls {
	text-align: right;
}
.resultSet {
	margin: 10px 0px;
}
.tagMatches ._tag_suggestion {
	margin-left: 10px;
	background: #666;
	padding: 2px;
	cursor: pointer;
}
.tagMatches ._tag_suggestion:hover {
	background: #643168;
}

.related h2 {
	font-size: 1.2em;
	margin: 0;
}

.pdf_link {
	background-image: url(/images/pdf.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 30px;
	min-height: 20px;
	padding-top:4px;
}

#tours ul {
	float: left;
	width: 350px;
}

.tour-dates {
	margin: 10px ;
	padding:0px;
	width: 350px;
	text-indent: 0px;
	font-size: 1em;
}

.tour-dates li {
	list-style: none;
	margin: 10px;
	padding: 0px;
}

#tour-images{
	display: block;
	margin: 2em 0 1em 0;
}

#tour-images ul{
	margin: 0;
	padding: 0;
}

#tour-images li{
	float: left;
	list-style: none;
	margin: 0px 5px 0px 0px;
}

/* Footer */

#footer {
	background-color: #262626;
	margin-top: 5px;
	padding: 15px 20px 15px 20px;
	font-size: 0.8em;
	color: #999999;
}
#footer ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#footer li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

#snetworking ul{
	float: right;
	list-style: none;
}

#snetworking {
	text-align: right;
	width: 300px;
	float: right;
	margin-top: 5px;
}

#snetworking span {
	display: inline-block;
	margin: 13px 3px 0px 0px;
	font-size: 1.1em;
}

#footer #snetworking ul li {
	list-style: none;
	border: none;
	margin: 0px 0px 0px 3px;
}

.copyRight {
	margin: 10px 20px 5px 0px;
	font-size: 0.9em;
}

#footer-info {
	width: 400px;
	float: left;
	margin-top: 18px;
}

#footer-info .noLine {
	border-right: none;
}

