@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #663A15;
	line-height: 24px;
	background-color: #7f492f;
	background-image: url(/images/rockback.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

a:link {
	color: #BE572E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BE572E;
}
a:hover {
	text-decoration: none;
	color: #f6541d;
}
a:active {
	text-decoration: none;
	color: #D77A57;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color:#57100c;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color:#57100c;
}
h3 {
	font-size: 20px;
	color:#57100c;
	background: url(/images/quote.png) no-repeat;
	padding: 20px 5px 10px 30px;
	margin-left:-15px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h4 {
	font-size: 12px;
	color:#57100c;
}
h5 {
	font-size: 10px;
	color:#57100c;
}
h6 {
	font-size: 9px;
	color:#57100c;
}

#container { 
	position: relative; 
	width: 974px;
	margin: 0 auto; 
	background-image:url(/images/body-back.png);
	background-repeat:repeat-y;
} 

#header {
	background-image:url(/images/bannerback.jpg); 
	background-repeat:no-repeat;
	padding: 0 0 0 350px;
	margin: -1px 0 0 0px;
	width: 974 px; 
	height:185px;}
	
#mainContent {min-height:300px; background-image:url(/images/bodyback.jpg); background-repeat:no-repeat; background-position:top right; margin-right:8px;}
	
#banner {width:962px; margin-left:7px;}

#sidenav { width:265px; height:490px; margin: -5px 0 0 7px; background-image:url(/images/side-nav-back.jpg); background-repeat:no-repeat; min-height:200px; padding: 0px 0px 0px 2px; float:left;}

#bodycontent {padding: 20px; margin-left:272px;}

#videobodycontent {padding: 0px 0px 0px 8px;}

#footer {
	
	height: 72px; clear:both;
}

.smallwhite_text {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	color:#245983;
	}
	
.float_right {float:right; margin-left:20px;}

.float_left {float:left; margin-right:20px;}

.form_left {float:left; margin-right:20px; width:200px;}

.colored_header {color:#57100c; background-image:url(/images/sguiggly.gif); background-repeat:no-repeat; background-position: top left; height:20px; margin-bottom:10px; font-size:14px;}

.sidelinks {padding-left:30px; background-image:url(/images/sidelinks.gif); background-repeat:no-repeat;}

.100wide {width:685px;}

.learning {
	background-image:url(/images/nav/www.png);
	background-repeat:no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-position: left center;
	height: 40px;
	width: 460px;
	padding-left: 190px;
	padding-bottom:10px;
	padding-top:5px;
	margin-bottom:10px;
	margin-top:20px;
}
 .icon {margin: 5px 15px 5px 50px; vertical-align:middle;}
 
 .margintop {margin-top:20px;}
 
 .homebuttons {height:271px;}
 
 .padding50 {padding:50px;}
 
 .padding10 {padding:10px;}
 
 .padding5 {padding:5px;}
 
 .border {border:#57100c solid 1px;}
 
 .bottomborder {border-bottom:#320b08 dotted 1px;}
 
 .involved {height:160px;}
 
.disclaimer {
	padding: 0 20px;
	margin-bottom: 1.5em;
}

.creative-commons-table {
	width:530px;
	border:5px solid #ffffff;
}

.creative-commons-table td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #663A15;
	line-height: 24px;
	background-color: #ffffff;
	background-image: none;
	margin: 0;
	padding: 0;
}

 /* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
} 
