/* CSS Document  */

body {
	background-color:#ECEDEC;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
a  {
	color: #2F68B1;
	outline: none;
}
a:hover {
	text-decoration: none;
}
#container {
	width: 900px;
	position: relative;
	margin: 0 auto;
}
#header{
	width: 900px;
	height: 75px;
	float: left;
	background-image: url(images/headerbg.jpg);
	overflow: hidden;
}
#logo {
	float: left;
	width: 161px;
	height: 68px;
	margin: 3px 0 0 4px;
	background-image: url(images/logo.jpg);
}
#logo h1{
	display: none;
}
#topLinks {
	float: right;
	margin: 5px 7px 0 0;
	font-size: 11px;
	color: #4b4b4b;
	height: 16px;
	width: 700px;
	text-align: right;
}
#topLinks a {
	font-size: 11px;
	color: #4b4b4b;
	text-decoration:none;
}
#topLinks a:hover {
	font-size: 11px;
	color: #4b4b4b;
	text-decoration:underline;
}
#search {
	float: right;
	margin: 27px 7px 0 0;
	width: 205px;
	height: 20px;
}
#searchvar {
	font-size: 11px;
	color: #999999;
}
#searchsubmit {
	position: absolute;
	background-image: url(images/search.jpg);
	background-repeat: no-repeat;
    margin: -2px 25px 0px 5px;	
}
#navigation {
	width:900px;
	height:23px;
	margin-top:3px;
	margin-bottom:6px;
	background-image: url(images/navbg.jpg);
	float: left;
}
#feature {
	width: 646px;
	height: 275px;
	float: left;
	margin: 0px 0 15px 0;
}

#globe {
	float: right;
	width:319px;
	height: 250px;
	background-image: url(images/black.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 20px 0 0 0;
	border-style: solid;
	border-color: #8595AA;
	border-width: 1px 0 1px 1px;
	padding: 3px 0 3px 3px;
}

#featuretabs {
	float: left;
	margin: 0 0 0 0;
}

/*#feature {
	width: 688px;
	height: 263px;
	float: left;
	margin: -3px 10px 0 0;
}*/


#right {
	float: right;
}
#news h3, #events h3 {
	margin: 4px 0 4px 4px;
	font-family: verdana;
	font-size: 15px;
	color: #1A3860;
}
#news {
	width: 248px;
	min-height: 100px;
	margin:0px 0 0 2px;
	border: 1px solid #8595AA;
	font-size: 11px;
	color: #4B4B4B;
}
#news ul { 
	margin: none;
	list-style: none;
	padding: 0;
	margin: 0 8px;
}
#news  li {
	margin: 0;
	padding: 4px 0;
}
#news a {
	color: #4B4B4B;
}
#news a:hover {
	color: #4B4B4B;
	text-decoration: none;
}
#events {
	width: 248px;
	min-height: 306px;
	margin:3px 0 0 2px;	
	border: 1px solid #8595AA;
}
ul.up_events {
	margin: 4px 8px;
	padding: 0;
	list-style: none;
}
ul.up_events li {
    margin: 0;
	font-size: 9px;
	color: #4B4B4B;
    padding: 8px 0;
}
span.up_events_date {
	margin: 0;
	font-size: 13px;
	color: #4B4B4B;
	font-weight: bold;
    padding: 2px 0px;
	display: inline;
}
a.up_events_name {
	margin: 0;
	padding-bottom: 4px;
	font-size: 11px;
	color: #999999;
	display: inline-block;
}
a.up_events_name:hover {
	color: #2F68B1;
	text-decoration: underline;
}
#button h5{
	width: 253px; 
	height: 26px;
	margin: 1px 0 0 0;
	padding-top: 7px;
	text-align:center;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 13px;
	background-image: url(images/buttonbg.jpg);
	background-position: center;
}
#button h5 a{
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	float: left;
	width: 636px;
	min-height: 350px;
	margin-top:0px;
	padding:5px;
}
#content2 {
	float: left;
	width: 890px;
	min-height: 550px;
	margin-top:0px;
	padding:5px;
}
#content h2, #content2 h2{
	font-family: Verdana;
	font-size: 16px;
	color: #1A3860;
}
#content3 h2{
	font-family: Verdana;
	font-size: 16px;
	color: #1A3860;
}
#contentExtra {
	display: none;
}
#clear {
	clear:both;
}
#footer {
	width: 250 px;
                text-align:center;
	color: #A4A4A5;
	font-family: Verdana;
	font-size: 10px;
	height: 10px;
                }
#footer a {
	color: #9A9A9A;
	text-decoration: underline;	
}
#footer a:hover {
	text-decoration: none;	
}
#containerOut {
	display: none;
}





/* Styles for Tabs on frontPage */

.indentmenu{
	font: bold 10px Verdana;
	width: 100%; /*leave this value as is in most cases*/
	background-color: #FFFFFF;
}
.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;

	/* width: 80%; width of menu*/
	
}
.indentmenu ul li{
	display: inline;
}
.indentmenu ul li a{
	float: left;
	color: #FFFFFF; 	
	padding: 0 0 3px 10px;
	text-decoration: none;
	margin: 2px 1px 0px 0;
	background: url(images/tableft_off.jpg) no-repeat left top;
}
.indentmenu ul li a span {
	padding: 3px 10px 0 0px;
	background: url(images/tabright_off.jpg) no-repeat right top;
	float: left;
}
.indentmenu ul li a:visited{
	color: #FFFFFF;
}
.indentmenu ul li a.selected{
	color: white !important;
	padding: 0px 0 4px 10px; /*shift text down*/
	background: url(images/tableft_on2.jpg) no-repeat left top;
	margin: 0px 1px 0 0;
	float: left;
}
.indentmenu ul li a.selected span{
	padding: 4px 10px 0px 0px;
	background: url(images/tabright_on2.jpg) no-repeat right top;
	float: left;
}
.tabcontentstyle{ /*style of tab content container*/
	border: 0;
	margin-bottom: 0;
	padding: 0;
}
#tabCont {
	width: 635px; 
	height: 250px;
	padding: 3px;
	border: 1px solid #8595AA;
}
.tabcontent{
	display:none;
}
#tabContentBox {
	width: 315px;
	height: 250px;
	background-color: #000000;
	opacity: .65;
	filter: alpha(opacity=65);
	margin: 0px;
	padding: 0px;
	position:absolute;
	z-index: 400;
	left: 320px;
}
#tabContentText {
	width: 295px;
	height: 230px;
	padding:10px;
	color: #ffffff;
	font-family:Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size:10px;
	line-height: 1.5;
	text-align: justify;
	z-index: 500;
	margin-left: 320px;
	position: relative;
}
#tabContentText a {
	color: #ffffff;
	font-style: italic;
	padding:0 0px 0 0;
}
@media print {
.tabcontent {
	display:block !important;
}
}
#tab1Cont {
	width:635px; 
	height:250px; 
	background: #000000 url(../uploads/images/media/featurepics/feature1.jpg) no-repeat left center;
}
#tab2Cont {
	width:635px; 
	height:250px; 
	background: #000000 url(../uploads/images/media/featurepics/feature2.jpg) no-repeat left center;
}
#tab3Cont {
	width:635px; 
	height:250px; 
	background: #000000 url(../uploads/images/media/featurepics/feature3.jpg) no-repeat left center;
}
#tab4Cont {
	width:635px; 
	height:250px; 
	background: #000000 url(../uploads/images/media/featurepics/feature4.jpg) no-repeat left center;
}

span.highlight {
background-color:yellow
}