#globe{
	background-color:black;
	text-align:center;
	z-index:9001;
}
img#globe,img#globe:focus,img#globe:active,img#globe:{
z-index:9001;
}

img#head{
	position:absolute;
	top:0;
	left:220px;
	z-index:9000;
}

/*nav itself*/

.accordion_toggle {
	background: #595959; 
	color: #eaeaea;
	border:0;
	display: block;
	cursor: pointer;
	margin: 0;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-style: bold;
	font-size:15px;
	padding: 7px 0 7px 31px;
	text-transform:uppercase;
	border-bottom:1px solid #000;
}


.accordion_toggle_active {
	background: #949494;
	color: #ffffff;
	border:0;
	display: block;
	cursor: pointer;
	margin: 0;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-style: bold;
	font-size:15px;
	padding: 7px 0 7px 31px;
	
	text-transform:uppercase;
	
	border-bottom:1px solid #000;
}

.accordion_content {
	margin-left:40px;
	overflow: hidden;
	width:auto;
	overflow:hidden;
	padding: 0 0 0 0;
}




a.accordion_content_block ,a.accordion_content_block:focus,a.accordion_content_block:active,a.accordion_content_block:visited{
	color:#8d8d8d;
	background-color: #262626;
	display: block;
	margin: 0px 0px 0px 0;
	text-align:center;
	text-decoration:none;
	padding: 10px 0 10px 0;
	cursor: pointer;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	width:180px;
	border-bottom:1px solid #000;
	outline:none;
	
}



.accordion_content_block:hover {
	
	background-color: #444444;
	color:white;
	outline:none;
}


.accordion_content_block_active {
	
	background-color: #444444;
	color:white;
	
	display: block;
	margin: 0px 0px 0px 0;
	text-align:center;
	padding: 10px 0 10px 0;
	
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	
	width:180px;
	
	
	
	
	border-bottom:1px solid #000;
	
	
}





/*Nested Accordions*/

.vertical_accordion_content {
	overflow: hidden;
	padding: 0 0 0 0;
}

.vertical_accordion_toggle {
	color:#8d8d8d;
	background-color: #262626;
	
	display: block;
	margin: 0px 0px 0px 0;
	text-align:center;
	padding: 10px 0 10px 0;
	cursor: pointer;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	border-bottom:1px solid #000;
	width:180px;
}

.vertical_accordion_toggle:hover {
	background-color: #333333;
	color:white;
}


.vertical_accordion_toggle_active {
	color:white;
	border-bottom:1px solid #000;
	display: block;
	margin: 0px 0px 0px 0;
	text-align:center;
	padding: 10px 0 10px 0;
	cursor: pointer;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	width:180px;
}









a.nested_block,a.nested_block:focus,a.nested_block:active,a.nested_block:visited{
	background-color: #525252;
	color:white;
	overflow:hidden;
	order:0;
	outline:none;
	display: block;
	margin: 0px 0px 0px 36px;
	text-align:center;
	text-decoration:none;
	padding: 10px 2px 10px 2px;
	cursor: pointer;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	width:145px;
	border-bottom:1px solid #000;
}
.nested_block:hover{
	background: #6B6B6B;
	color: white;
	outline:none;
}
.nested_block_active{
	
	background: #949494;
	color: #ffffff;
	


}



/* ----------------- END NAV */



/* news_feed */ 





#applet_wrapper{
padding:10px;
}

.applet_head{
color:#000;
text-align:left;
margin-bottom:10px;
height:25px;
font-family: Impact, Charcoal, sans-serif;
font-size:20px;
text-shadow: 0px 2px 0px #e1e1e8;
font-size:large;
border-bottom-width:2px;
border-bottom-style:dotted;
border-bottom-color:gray;
}

.applet_head a:link{
color:#000;
text-decoration:none;
}

.applet_head a:visited{
color:#000;
text-decoration:none;
}

.applet_head a:hover{
color:#000;
text-decoration:underline;
}

.applet{
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
background-color:white;
color:black;
text-align:left;
font-size:small;
font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
padding:15px;
margin: 0 0 10px 0;

}


.applet a:link{
text-decoration:none;
color:black;
}

.applet a:visited{
text-decoration:none;
color:black;
}

.applet a:hover{
text-decoration:underline;
color:black;
}

.applet_document_view{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	overflow:hidden;
	background-color:white;
	color:black;
	text-align:center;
	text-align:left;
	font-size:12px;
	font-family: ‘Courier New’, Courier, monospace;
	padding:15px;
	margin: 0 0 10px 0;
}


.applet_document_view a:link{
text-decoration:none;
color:black;
}

.applet_document_view a:visited{
text-decoration:none;
color:black;
}

.applet_document_view a:hover{
text-decoration:underline;
color:black;
}


.applet_twitter{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	overflow:hidden;
	background-color:white;
	color:black;
	text-align:center;
	text-align:left;
	font-size:12px;
	font-family: "Courier New", Courier, monospace;
	padding:15px;
	margin: 0 0 10px 0;
}


.applet_twitter a:link{
text-decoration:none;
color:black;
}

.applet_twitter a:visited{
text-decoration:none;
color:black;
}

.applet_twitter a:hover{
text-decoration:underline;
color:black;
}



.applet_youtube{
background-color:white;
padding:15px;
margin: 0 0 10px 0;
height:100px;

}


img.thumbnail{
margin-top:2px;
height:60px;
width:80px;
border:0;
}

img.thumbnail:hover{
margin-top:2px;
height:60px;
width:80px;
border:0;
}


span.thumbnail {
float: left;
width:84px;
height:82px;
margin-right: 12px;
padding: 2px;
border: solid silver 1px;  
font-size: x-small; 
text-align: center;
}

span.thumbnail a:link{
      text-decoration:none;
}


span.thumbnail:hover{
text-decoration:none;
border: solid black 1px;  
font-size: x-small; 
text-align: center
}

.vid_title{
text-decoration:none;
text-align:left;
font-size:1em;
font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
}

.vid_title a:link{
text-decoration:none;
color:black;
}

.vid_title a:visited{
text-decoration:none;
color:black;
}

.vid_title a:hover{
text-decoration:underline;
color:black;
}

div.vid_description{
font-size:small;
margin-top:5px;
text-align:center;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
	
/*-------------------------------*/


.footer_bottom{
padding:20px 0 20px 0;
text-align:center;
font-size:.85em;
font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}


/*////social///////*/



.contact{/* div.contact is the colorful icons on the bottom */ 
position:relative;
border:1px solid gray;
margin:20px 0 30px 0;
padding:40px 0px 30px 0px;
text-align:center;
font-size:1em;
font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}


/*//////////////*/

#social_wrapper {
position:relative;
height:120px;
border:0;
outline:0;
margin-right:266px;
padding:15px 0 0 0;
text-align:right;
z-index:1000;
}

#social_wrapper_page {
position:relative;
height:120px;
border:0;
outline:0;
margin-right:10px;
padding:15px 0 0 0;
text-align:right;
z-index:1000;
}


.twitter_module{
position:absolute;
right:40px;
font-size:.8em;
font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}

.facebook_module{
position:absolute;
right:0px;
font-size:.8em;
font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}


#contact_temp{
position:absolute;
top:39px;
right:70px;
}

#contact_temp_replace{
font-size:.8em;
font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
text-align:right;
color:black;
line-height:1.2em;
}

#contact_temp_replace>a{
color:black;
text-decoration:none;
}
#contact_temp_replace>a:hover{
color:black;
text-decoration:underline;
}





a.social_icon, a.social_icon:hover, a.social_icon:focus{
padding:0;
margin-right:5px;
border:0;
outline:0;
width:32px;
height:32px;
overflow:hidden;
}


/*   main part of the site  -- content    -----------------------------------------------------                      */




h3 {
color:#005100; /* green */ 
font-size:25px;
line-height:1.2em;
font-family:helvetica;

}


h4 {
color:#094C4C;/*blue*/
font-size:16px;
line-height:1em;
font-family:helvetica;

}


img.float_right, img.float_right:hover, img.float_right:visited, img.float_right:active{
float:right;
padding-bottom:25px;
padding-left:25px;
border:0;
outline:0;
}


img.float_left, img.float_left:hover, img.float_left:visited, img.float_left:active{
float:left;
padding-bottom:25px;
padding-right:25px;
border:0;
outline:0;
}

/* images with captions */
.img_buffer_float_right {
padding:0 0 10px 25px;
float:right;
}

.img_buffer_float_left{
padding:0 25px 10px 0;
float:left;
}

.img_caption_background {
padding:10px 10px 5px 10px;
background-color:#9FD1B0;
text-align:center;
}

.img_caption {
text-align:center;
}

img.img_caption{
float:top;
}

span.img_caption {
font-size:10pt;
line-height:.6em;
}

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


img,img:hover,img:focus{
padding:0;
margin:0;
border:0;
outline:0;
}

.pre_load {
width:1px;
height:1px;
display:none;
}