


body {
	color:#333;
	background-color: #D0D0D0;
	margin:0px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
h1 {
	color: #780502;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:35px;
	font-weight:900;
	
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
p {
	font:20px/20px verdana, arial, helvetica, sans-serif;
	/*margin:0px 0px 16px 0px;*/
	padding:0px;
	text-align:center;
	line-height: 200%;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:red;
	font-size:15pt;
	font-family:Sans-sarif;
	font-weight:500;
	text-decoration:underline;
	}

a:link {color:white;}
a:visited {color:white;}
/**a:hover {background-color: #FFFFF0;}***/

a.mission:link {color:green; text-decoration: underline; font-size:18pt;}
a.mission:visited {color:green; text-decoration: underline;}  

/* All the content boxes belong to the content class. */
.content {
	/*position:relative;  Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 0px 0px 0px;
	border:0px solid black;
	background-color: #D0D0D0 ;
	padding:10px;
	font-size:18pt;
	font-family:Sans-sarif;
	font-weight:500;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

 #messagecontent{
	font-size:12pt;
	color:yellow;


}

 
.ui-tabs .ui-tabs-panel{

	background-color: #D0D0D0;
	border: 1px solid #D0D0D0;

}
 
.ui-widget-content{

  border: 0px solid #aaaaaa; 
  background: none;  
  color: black;

}

#sliderlabel{
	color:white;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#slideout {
	position: fixed;
	bottom: 1%;
	right: 0;
	width: 135px;
	padding: 12px 0;
	text-align: center;
	background: #780502;
	color:white;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	cursor:pointer;
	z-index:2000;
}
#slideout_inner {
	position: fixed;
	bottom: 1%;
	right: -350px;
	background: #780502;
	width: 350px;
	padding: 25px;
	height: auto;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	text-align: right;
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}
#slideout_inner textarea {
    width: 250px;
    height: 100px;
    margin-bottom: 6px;
}
#slideout:hover {
    right: 250px;
}
#slideout:hover #slideout_inner {
    right: 0;
}
@media (max-width: 767px) { 
	.nav-tabs > li {
		float:none;
		border:1px solid #dddddd;
	}
	.nav-tabs > li.active > a{
		border:none;
	}
	.nav > li > a:hover, .nav > li > a:focus,
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
	 {
		background:none;
		border:none;
	}
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  /** height: 50%; ***/
}