@charset "UTF-8";
body {
	background-color: #000000;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
}
#top {
	height: 170px;
}
#topMenu {
}

#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;
}



.noLine {
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: #FFFFFF;
font-size: 9px;
font-style: italic
}

#search {
	background-color: #000000;
	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:#FFFFFF;
	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;
}
a {
	font-weight: bold;
	color: #FAAF3B;
	text-decoration: none;
}
:focus
{
  -moz-outline-style: none;
}
a:hover {
	color: #FFFFFF;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin-top: 0px;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
}
p{
	margin-top: 0px;
}
#main {
	background-image: url(/images/mainBackground.jpg);
	background-repeat: no-repeat;
	background-color: #262626;
	clear:both;
}
#content {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	zoom: 1;
	
}
#pageWrap {
	width: 780px;
	margin-left: 35px;
	margin-bottom:35px;
}
#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: #FFFFFF;
	background-repeat: no-repeat;
	height: 19px;
	width: 86px;
	display: block;
	margin-right: 3px;
	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: #000000;
	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;
}
#topStripe {
	background-image: url(/images/menuTop.jpg);
	background-repeat: repeat-x;
	height:5px;
}
#topMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
#topMenu li {
	float: left;
}
#topMenu a {
	color: #FFFFFF;
	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);
}
.content {
	background-color: #262626;
	margin-top: 5px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	clear: both;
}
#footer {
	background-color: #262626;
	margin-top: 5px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 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;
}
.floatRight {
	float: right;
}
.email {
	background-image: url(/images/email.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;
}
.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;
}
.feature1 {
	background-color: #000000;
	padding: 5px;
	width: 480px;
	margin-right: 10px;
	float: left;
	margin-bottom: 0px;
}
.feature2 {
	background-color: #000000;
	padding: 10px;
	width: 220px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}
.feature3 {
	background-color: #000000;
	padding: 10px;
	width: 220px;
	float: left;
	margin-bottom: 10px;
}

.feature5 {
	background-color: #000000;
	padding: 10px;
	
	float: left;
	margin-bottom: 10px;
}

.feature4 {
	background-color: #000000;
	padding: 10px;
	margin-bottom: 10px;
}
.feature4Plus {
	background: #000000 url(/images/plusMinus_f01.png) no-repeat top right;
	padding: 9px;
	margin-bottom: 10px;
	border: 1px #000000 solid;
}
.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;
}
.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;
}

.rss {
	float:right;
}

.clear {
	clear:both;
}
.floatLeft {
	float: left;
	margin-right: 10px;
}
.smallgreyTxt {
	font-size: 0.9em;
	color: #999999;
}
.greyTxt {
	color: #999999;
}
.hideMe {
	display: none;
	visibility: hidden;
}
.smallTxt {
	font-size: 0.8em;
}
.people {
	/*background-color: #D77711;
	font-size: 1.2em;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FFFFFF;*/
	font-size: 1.2em;
	color: #FAAF3B;
}
.people:hover {
	/*cursor: pointer;*/
}
.people a:hover {
	background-color: #FFFFFF;
	color: #333333;
}
.peopleDetails {
	margin-top: 5px;
	margin-left: 78px;
}
.peoplePlus a {
	background-color: #D77711;
	font-size: 1.4em;
	color: #FFFFFF;
	float: right;
	width: 20px;
	height: 20px;
	text-align: center;
}
.peoplePlus a:hover {
	background-color: #FFFFFF;
	color: #333333;
}
.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: #FFFFFF;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
}
input.button:hover {
	background-color: #FFFFFF;
	color: #333333;
}
ul.headline {
	/*background-color: #000000;
	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;
}
a img {
	border: none;
}
div#resourceList {
	width: 280px;
	background-color: #000000;
}
div#resourceList h2 {
	padding: 3px 3px 0px 3px;
	margin: 0px;
}
div#resourceList ul  {
	margin: 0px;
	padding: 0px;
	width: 280px;
	background-color: #000000;
}
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  .accrodianHead {
	font-size: 1.2em;
	background: url(/images/accordianHead.png) repeat-x #603063 top;
	padding: 3px;
	border: 1px #000000 solid;
}
div#resourceList ul  .accrodianHead:hover {
	cursor: pointer;
	background: none #603063;
	border: 1px #FFFFFF solid;
}
div#resourceList .smallTxt {
	padding: 8px;
}
.pageCol1 {
	width: 440px;
	float: left;
}
.pageCol2 {
	margin-left: 460px;

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

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



.moreBtn {
	font-weight: bold;
	color: #FAAF3B;
}
.moreBtn:hover {
	color: #FFFFFF;
}


.moreBtn2 {
	font-weight: bold;
	color: #FAAF3B;
}
.moreBtn2:hover {
	color: #FFFFFF;
}

ul.medium li {
	font-size: 1.2em;
	margin-bottom: 5px;
}
.textRight {
	text-align: right;
}
.feature3 blockquote {
	background-image: url(/images/quote.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-left: 35px;
	min-height: 25px;
}

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



.featureHome{
background-color: #000000;
padding: 10px;
width: 220px;
float: left;
height:195px;
margin-bottom: 10px;
}

.featureNews{
height:188px;
}


.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;
}

.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{
overflow:hidden;
}

#pager 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{
background-position:0 -20px;
}

#pager .activeSlide, #pager .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: #000000;
	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: #000000;
	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: #FFFFFF;
	font-size: 1.2em;
	font-weight: normal;
}
.download a:hover {
	color: #000;
}
.download p {
	font-size: 0.8em;
}
fieldset {
	border: #000000 solid 2px;
	margin-bottom: 15px;
	padding: 10px;
}
legend {
	font-size: 1.5em;
	padding-left: 5px;
	margin-left: -5px;
	color: #FFFFFF;
}
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;
}

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;
}
.schoolsCol2 {
	float:right;
	width:220px;
}
.schoolsA a {
	color:#FAAF3B;
	float:right;
	width:220px;
	background-color:#000000;
	padding:155px 10px 10px 10px;
	margin-bottom:10px;
	background-image:url(images/sc.jpg);
	background-position:top;
	display:block;
}
.schoolsA a:hover{
text-decoration:underline;
background-image:url(images/lesson_planB.jpg);
}
.schoolsB a{
color:#FAAF3B;
background-color: #000000;
padding: 10px;
width: 220px;
float: right;
height:195px;
margin-bottom: 10px;
background-image:url(images/lesson_plan.jpg);
background-position:bottom;
display:block;
}
.schoolsB a:hover{
	text-decoration:underline;
}

.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 li{
	float: left;
	list-style: none;
	margin: 0px 5px 0px 0px;
}

#tour-images{
	display: block; 
	padding-top: 25px;
	padding: 0px;
}

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

.fileSize
{
	 font-size: 80%;	
}

#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;
}
