@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #333333;
	color: #FFFFFF;
}


a img {border:none;}
a:link {
	text-decoration:none;
	color: #FFFFFF;
}
a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
a:hover {
	text-decoration:none;
	color: #C6D731;
}

a:active {
	text-decoration:none;
	color: #FFFFFF;
}

.thrColFixHdr #container {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C6D731;
	border-right-color: #C2D730;
	border-bottom-color: #C2D730;
	border-left-color: #C2D730;
	background-color: #333333;
} 
.thrColFixHdr #logobox {
	width: 240px;
	float: left;
	height: 75px;
	text-align: left;
	z-index: 1001;
	padding-top: 20px;
	padding-left: 20px;
} 
.thrColFixHdr #searchbox {
	float: right;
	width: 140px;
	margin-top: 20px;
	height: 75px;
	margin-right: 10px;
	visibility: hidden;
} 
.thrColFixHdr #header {
	margin-left: 260px;
	margin-right: 160px;
	height: 55px;
	padding-left: 27px;
	padding-top: 40px;
} 
.thrColFixHdr #flashsection {
	border: 2px solid #C6D731;
} 

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	margin-right: 161px;
	margin-left: 261px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
	font-weight: 600;
} 
.thrColFixHdr #mainContentImages {
	text-align: left;
}

.thrColFixHdr #footer {
	font-size: 10px;
	color: #CCCCCC;
} 
.mainmenu {
	font-size: 20px;
	list-style-type: none;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: none;
	border-right-color: #c6d731;
	border-left-color: #c6d731;
	border-left-style: none;
	padding-right: 15px;
	margin-left: -7px;
	padding-left: 15px;
}

.mainmenuactive {
	font-size: 20px;
	border-bottom-color: #C6D731;
	margin-left: -7px;
	border-left-width: 2px;
	border-left-style: none;
	border-left-color: #C6D731;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 2px;
	border-right-style: none;
	border-right-color: #C6D731;
	filter: DropShadow(Color=#c6d732, OffX=2, OffY=2, Positive=2);
	border-bottom-width: 1px;
	border-bottom-style: none;
	background-color: #91A01F;
	padding-top: 2px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #C6D731;
	color: #FFFFFF;
}
.mainmenu:hover {
	font-size: 20px;
	list-style-type: none;
	margin-left: -7px;
	color: #C6D731;
	padding-right: 15px;
	padding-left: 15px;
}

.submenu {
	list-style-type: none;
	font-size: 14px;
	display: list-item;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.submenu:hover {
	list-style-type: none;
	font-size: 14px;
	display: list-item;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #C2D730;
	padding-right: 10px;
	padding-left: 10px;
}
.submenuactiv {
	color: #FFFFFF;
	font-size: 14px;
	list-style-type: none;
	display: list-item;
	background-color: #91A01F;
	padding: 10px;
}
.thrColFixHdr #container #mainContent iframe {
	border: 3px solid C2D730;
}


.Subtitles {
	font-weight: bold;
	border: thin none #C6D731;
	filter: Light;
}

.Headlinetitles {
	border: thin none #C6D731;
	filter: Light;
	font-size: 24px;
	color: #C6D731;
	font-weight: 400;
	margin-top: 20px;
}

	
input:focus {
	background-color:#CECF31
}

.thrColFixHdr #container #sidebar2 div {
}
.readnews {
	color: #C6D731;
	font-size: 12px;
}
.thrColFixHdr #container #mainContent p {
	font-size: 16px;
	font-weight: 300;
}

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.hottopic{
	border: thin solid #CECF31;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.hottopic:hover {
	border: 2px solid #CECF31;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #C6D731;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: help;
}
.Wifitini {
	display: compact;
	float: right;
}


a.hottopover:hover{
	background-color: #CECF31;
	color: #000000;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	color: #C6D731;
	font-weight: normal;
	font-size: 140%;
	margin-top: 20px;
}
.style2 {
	color: #000000;
	font-size: 140%;
	font-weight: normal;
	height: 0%;
}
TitleWBackground {
	background-color: #C6D731;
}
ul li {display:inline}
ul {
 list-style-type: none;
 padding-left: 0;
 margin-left: 0;
}
.logoimages {
	list-style-type: none;
	font-size: 18px;
	display: list-item;
	border: thin solid #C6D731;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.logoimages:hover {
	list-style-type: none;
	font-size: 18px;
	display: list-item;
	border: 3px solid #C6D731;
	text-align: center;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}
		.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
		}
		.white_content {
	display: none;
	position: absolute;
	width: 500px;
	height: 350px;
	padding: 10px;
	border: 4px solid #CECF31;
	background-color: #FFFFFF;
	z-index:1002;
	overflow: auto;
	left: 37%;
	color: #000000;
	text-align: justify;
	top: 400px;
		}.close button {
	color: #000000;
	border: 1px solid #000000;
}
		.black_overlay1{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content1 {
	display: none;
	position: absolute;
	width: 500px;
	height: 350px;
	padding: 10px;
	border: 4px solid #CECF31;
	background-color: #FFFFFF;
	z-index:1002;
	overflow: auto;
	left: 37%;
	color: #000000;
	text-align: justify;
	top: 500px;
		}.close button {
	color: #000000;
	border: 1px solid #000000;
}
.iframe {
	border: 2px solid #C2D730;
}
