body{
	background: url(/images/background_texture.jpg) #fff top center repeat-x;
	color: #666;
	font-family: "Helvetica", sans-serif;
}

p {
	line-height: 1.8em;
}

.clear{
	clear: both;
}

h2{
	color: #3fA9F5;
	font-size: 1.9em;
	text-transform: uppercase;
}

h4{
	margin-bottom: 10px;
}

a:hover{
	text-decoration: none;
	color: #AC2C11;
}
a{
	color: #3fA9F5;
	text-decoration: none;
}

#top_bar{
	background-color: #3fA9F5;
	opacity:0.3;
	filter:alpha(opacity=30);
	height: 31px;
}

.top_nav{
	position: relative;
	z-index: 1000;
	float: right;
}
.top_nav ul{
	width: 950px;
	float: right;
}

.top_nav li{
	display: inline;
	float: left;
	padding: 5px 8px 8px 8px;
}

.top_nav li ul{
	display: none;
	*position: relative;
	*left: auto;
}

.top_nav li:hover ul, .top_nav li:hover ul:hover{
	display: block;
	position: absolute;
	z-index: 1000;
	width: auto;
	margin-top: 8px;
	margin-left: -9px;
	background-color: #3fA9F5;
	text-align: left;
	padding-right: 0px;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.25);
	box-shadow: 0 1px 10px rgba(0,0,0,0.25);
	border: 1px solid #fff;
	border-top: none;
}

.top_nav li:hover ul li, .top_nav li.hover ul li{
	float: none;
	display: block;
	max-height: 50px;
	_max-height: none;
	padding: 0px;
}
.top_nav li:hover ul li ul, .top_nav li.hover ul li ul{
	display: none;
	visibility: hidden;
}

.top_nav li ul li a {
/*	font: 11px Arial, Helvetica, sans-serif;*/
/*	font-weight: normal;*/
}

.top_nav li:hover ul li a, .top_nav li.hover ul li a{
	float: none;
	background: none;
	display: block;
	text-align: left;
/*	border-top: 1px dotted #fff;*/
	padding: 2px 5px 2px 12px;
	_margin-bottom: -22px;
	color: #fff;
}

.top_nav li:hover, .top_nav li.selected {
	background-color: #3fA9F5;
	opacity:0.85;
	filter:alpha(opacity=85);
	padding: 5px 8px 8px 8px;
}

.top_nav li a{
	text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 2;
}
.top_nav li ul li a:hover{
	background: #AC2C11;
}


.mid_nav{
/*	width: 590px;*/
	float: right;
	position: relative;
	margin-top: 7px;
	margin-right: 10px;
/*	border: 1px solid red;*/
}

.mid_nav li{
	display: inline;
	float: left;
	padding-bottom: 15px;
}
.mid_nav li a{
	text-transform: uppercase;
	color: #666;
	position: relative;
	z-index: 2;
	display: block;
	padding: 5px 10px;
}
.mid_nav li a:hover, .mid_nav li a.selected{
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	background: #ddd;
}

#navigation{
	position: relative;
	top: -31px;
}

.center{
	margin: 0px auto;
	width: 950px;
}

#header{
	position: relative;
	top: 24px;
	height: 50px;
}

#home_top{
	width: 950px;
	height: 300px;
	overflow: hidden;
	background: #333;
	margin-top: 50px;
}

@-moz-document url-prefix() {
	#home_top{
		width: 950px;
		height: 300px;
		overflow: hidden;
		background: #333;
		margin-top: 50px;
		position: relative;
		margin-left: 0px;
		display: block;
/*		margin-bottom: 550px;*/
		clear: both;
	}
}

#left_features{
	float: left;
	width: 350px;
}

#mission{
	padding: 27px 23px;
	font-size: 16px;
	color: #fff;
}

#mission a{
	font-size: 14px;
}
#mission strong{
	font-weight: bold;
	color: #3fA9F5;
}
#features{
	float: left;
	width: 600px;
}

#ss_nav{
	position: relative;
	z-index: 10;
	top: -180px;
	margin-bottom: -30px;
}

#ss_nav #ss_next{
	position: relative;
	left: 520px;
}

#ss_nav #bullets{
	position: relative;
	top: 95px;
	left: 10px;
	font-size: 1.8em;
}

#ss_nav #bullets a{
	color: #fff;
}

#ss_nav #bullets a:hover, #ss_nav #bullets a.selected{
	color: #3fA9F5;
}

#lower_nav{
	margin-top: 7px;
	background: #fff url(/images/lower_nav_arrow.png) no-repeat;
	width: 950px;
	height: 43px;
	-moz-box-shadow: 0 1px 20px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 20px rgba(0,0,0,0.25);
	box-shadow: 0 1px 20px rgba(0,0,0,0.25);
}

#lower_nav_third{
	margin-top: 2px;
	background: #333 url() no-repeat;
	width: 259px;
	height: 43px;
	position: relative;
	left: 1px;
	-moz-box-shadow: 0 1px 20px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 20px rgba(0,0,0,0.25);
	box-shadow: 0 1px 20px rgba(0,0,0,0.25);
}

#lower_nav ul li a{
	display: list-item !important;
}

#lower_nav ul li ul{
	display: block;
}

#lower_nav ul li ul li{
	display: none;
}

#lower_nav ul li:hover ul {
/*	display: block;*/
	background: #333;
	position: absolute;
	float: right;
	top: 35px;
	right: -10px;
	display:  list-item;
	width: 950px;
	height: 43px;
	-moz-box-shadow: 0 1px 20px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 20px rgba(0,0,0,0.25);
	box-shadow: 0 1px 20px rgba(0,0,0,0.25);
	
}

#lower_nav ul li:hover ul li{
	display: list-item;
	padding-top: 7px;
	padding-left: 0px;
	float: right;
	margin-right: 10px;
}

/*#lower_nav ul li.selected ul li{
	display: list-item;
	padding-top: 7px;
	padding-left: 0px;
	float: right;
	margin-right: 10px;
}
*/

#lower_nav .global_tag_nav{
	width: 340px;
	position: relative;
/*	top: 10px;*/
/*	border: 1px solid red;*/
}

#lower_nav .global_tag_nav li{
	width: 340px;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	font-size: 14px;
	line-height: 43px;
}
#lower_nav .global_tag_nav li a{
	color: #fff;
	text-shadow: #333 1px 1px 2px;
	font-weight: bold;
}
#lower_nav .global_tag_nav li ul{
/*	display: none;*/
	background: #333;
}
#lower_nav .global_tag_nav li:hover ul{
	border: 1px solid red;
/*	display: list-item;*/
	position: absolute;
	top: 43px;
	z-index: 100;
	background: #333;
	margin-left: 2px;
	border: 5px solid #999;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.25);
	box-shadow: 0 1px 10px rgba(0,0,0,0.25);
	border-bottom-right-radius: 10px; 
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px; 
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	border-top: none;
	width: 340px;
	min-height: 120px;
}
#lower_nav .global_tag_nav li:hover ul li{
	padding: 0px;
/*	display: list-item;	*/
/*	border: 1px solid green;*/
}



#lower_nav .global_tag_nav li:hover ul.global_tag_nav2 li a{
	color: #fff;
	line-height: 1.3em;
	padding: 10px 20px;
/*	display: list-item;*/
}
#lower_nav .global_tag_nav li:hover ul li a:hover{
	background: #555 url() no-repeat;
}


#content_home{
	margin-top: 7px;
	width: 904px;
	padding: 47px 23px;
	background: #fff;
	min-height: 100px;
	-moz-box-shadow: 0 1px 20px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 20px rgba(0,0,0,0.25);
	box-shadow: 0 1px 20px rgba(0,0,0,0.25);

}

.content_sub{
	margin-top: 45px;
	width: 904px;
	padding: 27px 23px;
	background: #fff;
	min-height: 100px;
	-moz-box-shadow: 0 1px 20px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 20px rgba(0,0,0,0.25);
	box-shadow: 0 1px 20px rgba(0,0,0,0.25);
}

.content_left{
	width: 329px;
	float: left;
	padding-right: 20px;
}

.content_right{
	width: 543px;
	float: left;
	padding-left: 11px;
}

h3{
	color: #AC2C11;
}

.rounded_image{
	margin-top: 4px;
	border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.blog_container{
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.gray_line{
	height: 3px;
/*	width: 543px;*/
	width: 100%;
	background-color: #808080;
	margin-top: 3px;
	margin-bottom: 10px;
}

.blog_date{
	color: #666666;
	width: 40px;
	margin-right: 16px;
	float: left;
}

.blog_date .month{
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	
}

.blog_date .date{
	font-weight: bold;
	text-align: center;
	font-size: 31px;
	position: relative;
	top: -12px;
}

.blog_summary{
	float: left;
	width: 480px;
/*	font-size: 14pt;*/
	color: #999;
}

.blog_summary h2{
	color: #3fA9F5;
	font-size: 2.5em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.0em;
	margin-bottom: -15px;
}

.wayne{
	width: 380px;
}

#footer{
	font-size: 10px;
	color: #999;
	text-align: right;
	position: relative;
	top: -7px;
	padding-bottom: 15px;
}

.alt{
	display: none;
}

#col_1{
	width: 600px;
	float: left;
}

#col_2{
	margin-left: 30px;
	width: 270px;
	float: left;
}

#col_2 h3{
	font-size: 1.4em;
	text-transform: uppercase;
}

.side_nav li a{
	text-transform: uppercase;
	font-size: 0.9em;
	
}

.side_nav li a:hover{
	color: #666;
}

.gray_border{
	border: 1px solid #666;
}




.audio{
	padding: 10px;
	border-bottom: 1px solid #d5d8dd;
	line-height: 1.5em;
	padding-bottom: 0px;
	padding-left: 0px;
}
.audio.first{
	background: #e5e6ea;
	padding: 20px;
	padding-bottom: 10px;
}
.audio.first .buttons{
	margin-top: 0px;
}
.audio.first strong{
	font-size: 1.3em;
	color: #3d4d5c;
}
.audio p{
	line-height: 1.5em;
	margin-top: 0px;
}
.buttons{
	float: right;
	margin-top: 10px;
}
ul.more{
	float: right;
	margin-top: 15px;
}
ul.more li{
	float: left;
	padding: 0px 10px;
	border-left: 1px solid #303d4d;
	line-height: 1em;
}
ul.more li:first-child{
	border-left: none;
}
ul.more li a{
	text-decoration: none;
}
ul.more li a:hover{
	text-decoration: underline;
}
/* //////////////////////////////////////////// */
/* Picasa */
/* //////////////////////////////////////////// */
.photo_tn{
	float: left;
	width: 180px;
	height: 170px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
.album_tn{
	float: left;
	width: 180px;
	margin-top: 20px;
	height: 200px;
	font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size: .9em;
	text-align: center;
}
.album_tn img{
	margin: 0px;
}
.album_tn .text{
	padding: 5px;
	padding-top: 2px;
	width: 150px;
	margin-left: 15px;
	margin-top: 0px;
/*	background: url(/media/images/black_80.png);*/
}
.album_tn a{
	text-decoration: none;
}
.album_tn strong{
	display: block;
	height: 15px;
	margin: 0px;
	margin-top: 5px;
	overflow: hidden;
}
#featured_tags{
	padding: none;
	margin: none;
}
#featured_tags a{
	float: left;
	margin-bottom: 10px;
	width: 205px;
	overflow: hidden;
	padding-right: 20px;
}
#books ul{
	list-style: none;
	padding-left: 0px;
}
#books ul li{
	float: left;
	list-style: none;
	width: 135px;
	margin-right: 20px;
}
ul.col{
	float: left;
	width: 195px;
	list-style: none;
	padding-left: 0px;
	padding-right: 20px;
}
ul.col li{
	padding-left: 0px;
}
a.pager_link{
	margin-right: 5px;
}
.pager_link.selected{
	font-weight: bold;
	text-decoration: none;
}

.content_sub th{
	font-weight: bold;
	text-transform: uppercase;
}
.content_sub td{
	border-bottom: 1px solid #eee;
	padding-top: 5px;
}
.content_sub tr:hover td{
	background: #eee;
}
.content_sub table.no_hover tr:hover td{
	background: none;
}
.featured_tag{
	text-decoration: none;
	font-weight: bold;
}

.blog h2{
	font-size: 1.0em;
	margin-top: 5px;
}

.blog h3{
	font-size: 0.8em;
}

hr{
	height: 1px;
	color: #ddd;
	background: #ddd;
	border: none;
	margin: 5px 0;
}

#feature_list li{
	display: inline;
	width: 215px;
	float: left;
	margin-left: 13px;
	margin-bottom: 15px;
}

.recent{
	margin-top: 15px;
}

.recent #feature_list li{
	display: inline;
	width: 215px;
	float: left;
	margin-left: 0px;
	margin-bottom: 15px;
}

.recent h2{
	font-size: 1.0em;
	margin-top: 5px;
}

.highlight2{
	font-size: 0.8em;
	color: #AC2C11;
	text-transform: none;
}

#feature_list .first{
	margin-left: 0px;
}

#copy{
	margin-top: 15px;
}

.col li{
	margin-bottom: 10px;
}

.highlight{
	font-weight: bold;
	color: #666;
	font-size: 1.3em;
}

#recent em{
	font-size: 0.8em;
	margin-top: -2px;
	color: #666;
}

#recent li{
	margin-bottom: 20px;
}

blog_summaries{
	padding-top: 25px;
}

#blog_summaries h3{
	display: none;
}

.floatRight{
	background: #eee;
	padding: 7px;
}
#logo{
	float: left;
	position: relative;
	top: -45px;
	margin-bottom: 15px;
}
.search-box{
	border: 0px;
	width: 450px;
	float: right;
	margin-top: -35px;
}
.search-box form{
	float: right;
}
.search{
	background: url('/images/search.png') no-repeat;
	width: 233px;
	height: 15px;
	padding: 10px;
	border: 0px;
	float: right;
}

fieldset{
	border: 0px;
}

.search_image{
	float: right;
/*	border: 1px solid red;*/
	position: relative;
	left: 250px;
	width: 35px;
	height: 30px;
}

#social{
	float: right;
	position: relative;
	margin-right: -25px;
	margin-top: 8px;
}

#social li{
	display: inline;
	padding-right: 15px;
}
.event{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	clear: both;
	overflow: auto;
}
.event .img{
	float: left;
	margin: 0px 20px 20px 0px;
}

.profile_left{
	width: 390px;
	float: left;
}

.profile_right{
	width: 480px;
	float: left;
	padding-left: 20px;
}

.show{
	display: block;
}

.hide {
	display: none;
}

#books a{
	color: #666666;
}


.global_tag_nav2 li{
	display: list-item;
	float: none;
	position: relative;
	left: 10px;
}


#lower_nav .mid_nav li.selected a.selected ul li a{
	border: 1px solid red;
}
