@charset "utf-8";
/* CSS Document */


body  {
	background: #000000;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	zoom: 1;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
}
.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	height: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.thrColFixHdr #header {
	width: 1000px;
	z-index: 900;
	height: 140px;

} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/column_bkgd.png);
	height: 540px;
	position: relative;
	background-repeat: no-repeat;
	top: 5px;
}

.thrColFixHdr #sidebar1_mbrs {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/column_mbrs.png);
	height: 540px;
	position: relative;
	background-repeat: no-repeat;
	top: 5px;
	z-index: 900;
}


.thrColFixHdr #FixtureBox {
	width: 183px; /* padding keeps the content of the div away from the edges */
	height: 322px;
	position: absolute;
	left: 16px;
	border: 1px solid #000000;
	top: 39px;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

.thrColFixHdr #MemberBox {
	width: 183px; /* padding keeps the content of the div away from the edges */
	height: 505px;
	position: absolute;
	left: 16px;
	border: 1px solid #000000;
	top: 18px;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	float: left;
}

.thrColFixHdr #LoginBox {
	width: 183px; /* padding keeps the content of the div away from the edges */
	height: 152px;
	position: absolute;
	left: 16px;
	border: 1px solid #000000;
	top: 370px;
	background-image: url(images/login_bkgd.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
}

.thrColFixHdr #AdminLoginBox {
	width: 182px; /* padding keeps the content of the div away from the edges */
	height: 90px;
	position: absolute;
	left: -1px;
	border: 1px solid #000000;
	top: 404px;
	background-image: url(images/loginAdmin_bkgd.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
	padding-left: 0px;
	margin-left: 0px;
}

.thrColFixHdr #AdminLoginBox2 {
	width: 182px; /* padding keeps the content of the div away from the edges */
	height: 50px;
	position: absolute;
	left: -1px;
	border: 1px solid #000000;
	top: 445px;
	background-image: url(images/loginAdmin_bkgd.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
	padding-left: 0px;
	margin-left: 0px;
}

.thrColFixHdr #AdminLoginBox1 {
	width: 182px; /* padding keeps the content of the div away from the edges */
	height: 45px;
	position: absolute;
	left: -1px;
	border: 1px solid #000000;
	top: 224px;
	background-image: url(images/loginAdmin_bkgd.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	padding-top: 56px;
	padding-left: 0px;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* padding keeps the content of the div away from the edges */
	height: 540px;
	background-image: url(images/column_bkgd_rt.png);
	background-repeat: no-repeat;
	position: relative;
	top: 5px;
}

.thrColFixHdr #NewsBox {
	width: 183px; /* padding keeps the content of the div away from the edges */
	height: 302px;
	position: absolute;
	left: 11px;
	border: 1px solid #000000;
	top: 39px;
	background-color: #CCCCCC;
}

.thrColFixHdr #AdvertBox {
	width: 183px; /* padding keeps the content of the div away from the edges */
	height: 172px;
	position: absolute;
	left: 11px;
	border: 1px solid #000000;
	top: 350px;
}


.thrColFixHdr #mainContent {
	height: 540px;
	margin-right: 215px;
	margin-left: 215px;
	padding-left: 8px;
	position: relative;
	top: 5px;
} 

.thrColFixHdr #mainContent_noSide2 {
	height: 540px;
	margin-left: 215px;
	padding-left: 5px;
	position: relative;
	top: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	width: 760px;
} 

.thrColFixHdr #Flashholder {
	width: 563px; /* padding keeps the content of the div away from the edges */
	height: 290px;
	position: relative;
	left: 0px;
	float: left;
	margin-top: 5px;
}

.thrColFixHdr #Textholder {
	width: 563px; /* padding keeps the content of the div away from the edges */
	height: 215px;
	position: relative;
	left: 0px;
	float: left;
	margin-top: 5px;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	color: #000;
	text-align: left;
}

.thrColFixHdr #Textholder_full {
	width: 553px;
	height: 520px;
	position: relative;
	left: 0px;
	float: left;
	margin-top: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

.thrColFixHdr #Textholder_full_scroll {
	width: 553px;
	height: 520px;
	position: relative;
	left: 0px;
	float: left;
	margin-top: 0px;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	overflow: scroll;
}


.thrColFixHdr #Textholder_full_2Cols {
	width: 553px;
	height: 320px;
	position: relative;
	left: 0px;
	float: left;
	margin-top: 0px;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	page-break-before: always;
}

.thrColFixHdr #Textholder_noSide2 {
	width: 755px;
	height: 540px;
	position: relative;
	left: 0px;
	float: left;
	margin-top: 0px;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	overflow-y:scroll;
}

.thrColFixHdr #Textholder_update {
	width: 760px;
	height: 495px;
	position: relative;
	left: 0px;
	float: left;
	margin-top: 0px;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 0px;
	text-align: left;
}
.thrColFixHdr #Textholder_update_scroll {
	width: 760px;
	height: 525px;
	position: relative;
	left: 0px;
	float: right;
	margin-top: 0px;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 0px;
	text-align: left;
	overflow:scroll;
}


.thrColFixHdr #complistholder {
	width: 210px; /* padding keeps the content of the div away from the edges */
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #00F;
	background-color: #FFF;
	float: right;
	top: 20px;
	right: 20px;
}



.thrColFixHdr #footer {
	background:#a9a8a8;
	height: 38px;
	width: 1000px;
	position: absolute;
	float: left;
	top: 690px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
} 
/* Holly Hack for IE \*/
*+html .thrColFixHdr #footer {
	position: relative;
	top: -15px;
} /*Holly Hack for IE7 and below*/

.thrColFixHdr #subfooter_text {
	height: 100px;
	width: 1000px;
	position: absolute;
	float: left;
	top: 738px;
	color: #F00;
	text-align: center;
} 
.thrColFixHdr #subfooter_image {
	height: 100px;
	width: 1000px;
	position: absolute;
	float: left;
	top: 738px;
	color: #F00;
	text-align: left;
} 

/* Holly Hack for IE \*/
*+html .thrColFixHdr #subfooter_text {
	position: relative;
	top: -15px;
} /*Holly Hack for IE7 and below*/
*+html .thrColFixHdr #subfooter_image {
	position: relative;
	top: -15px;
} /*Holly Hack for IE7 and below*/

#arcadiaITS {
	height: 30px;
	width: 200px;
	position: absolute;
	float:right;
	top: 3px;
	left: 790px;
}
#Copyright {
	height: 20px;
	width: 330px;
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}
.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;
}
.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;
}
 
/******************NAVIGATION CSS *********************/ 
.thrColFixHdr #Navmenu {
	height: 40px;
	width: 1000px;
	position: absolute;
	top: 103px;
	margin-right: auto;
	margin-left: auto;
	z-index: 900;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.thrColFixHdr #navcontainer
{
	height: 40px;
	margin-left: 215px;
	width: 570px;
	margin-right: 215px;
}


/******************NAVIGATION CSS *********************/

#contentlayer1 {
	position: absolute;
	top: 5px;
	left: 10px;
	height: 500px;
	width: 760px;
	background-color: #fff;
	border: 1px none #CCCCCC;
	margin: 0;
  }


/* ************ Horizontal Navigation*************  */
#horiznavlist
{
border-bottom: 1px solid #3D3938;
margin: 0;
padding-bottom: 19px;
padding-left: 10px;
}

#horiznavlist ul, #horiznavlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#horiznavlist a:link, #horiznavlist a:visited
{
	background: #E8EBF0;
	border: 1px solid #3D3938;
	color: #3D3938;
	float: left;
	font-size: small;
	font-weight: bold;
	line-height: 14px;
	margin-right: 8px;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#horiznavlist a:link#current, #horiznavlist a:visited#current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
} 

#horiznavlist a:hover {
	color: #00F;
}

body.section-1 #navlist li#nav-1 a, 
body.section-2 #navlist li#nav-2 a,
body.section-3 #navlist li#nav-3 a,
body.section-4 #navlist li#nav-4 a
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

  #horiznavlist #subnav-1,
#horiznavlist #subnav-2,
#horiznavlist #subnav-3,
#horiznavlist #subnav-4
{
	display: block;
	width: 90%;
	margin: 0px;
	padding: 0px;
} 

body.section-1 #horiznavlist ul#subnav-1, 
body.section-2 #horiznavlist ul#subnav-2,
body.section-3 #horiznavlist ul#subnav-3,
body.section-4 #horiznavlist ul#subnav-4
{
display: inline;
left: 10px;
position: absolute;
top: 95px;
}

body.section-1 #horiznavlist ul#subnav-1 a, 
body.section-2 #horiznavlist ul#subnav-2 a,
body.section-3 #horiznavlist ul#subnav-3 a,
body.section-4 #horiznavlist ul#subnav-4 a
{
background: #fff;
border: none;
border-left: 1px solid #3D3938;
color: #999;
font-size: smaller;
font-weight: bold;
line-height: 10px;
margin-right: 4px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#horiznavlist ul a:hover {
	color: #00F !important;
}

#horizcontents  {
	clear: both;
	margin: 0px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	visibility: visible;
	top: 1px;
	height: 520px;
	width: 760px;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
} 

#horizcontents1  {
	clear: both;
	margin: 0px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	visibility: visible;
	top: 1px;
	height: 540px;
	width: 550px;
	padding-top: 8px;
	padding-right: 32px;
	padding-bottom: 2px;
	padding-left: 2px;
} 


/* ************ Rollover pictures configuration *************  */
#horizcontents  {
	clear: both;
	margin: 0px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	visibility: visible;
	top: 1px;
	height: 495px;
	width: 760px;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: left;
} 
.contentrightGal{
	width:250px;
	height:470px;
	background-color:#FFF;
	float:right;
	text-align: justify;
	padding-top: 0px;
	margin: 0px;
	margin-top: 5px;
}

.imageholder_sm{
	width:225px;
	height:460px;
	background-color:#FFF;
	position: relative;
	visibility: visible;
	z-index: 2;
	margin-left: 10px;
}
#textholder_btm{
	width:500px;
	height:30px;
	background-color:#FFF;
	position: absolute;
	visibility: visible;
	margin-left: 10px;
	top: 470px;
	margin-top: 5px;
}
.imageholder_lrg{
	width:500px;
	height:425px;
	position: inherit;
	visibility: visible;
	margin-left: 10px;
}

.captionbox{
	width:500px;
	height:30px;
	background-color:#0F0;
	position: relative;
	visibility: visible;
	margin-left: 10px;
	top: 390px;
}

/************ Formatting for ImageGallery pages ***********************/
.photos {
	padding: 0px;
	width: 490px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFF;
	height: 445px;
	overflow: hidden;
}
.photos1 {
	overflow: hidden;
	padding: 0px;
	width: 240px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
img { border: none;}

.photos div img {
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 389px;
	width: 500px;
	border-bottom-width: 0px;
}

.photos1 ul.thumbs {
	margin: 0;
	list-style: none;
	width: 220px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.photos1 ul.thumbs li{
	width: 68px;
	height: 53px;
	margin: 0 3px 3px 0;
	padding: 0;
	float: left;
	overflow: visible;
	position: relative;
	border: 1px solid #ddd;
	text-align: left;
}
.photos1 ul.thumbs li:hover {
	border: 1px solid #888;
	-moz-opacity:.75;
	filter:alpha(opacity=75);
	opacity:.75;
}
.photos1 ul.thumbs li img {
	position: relative;
	z-index: 1;
}


/*  ****************************** New Java slideshow  ***********************  */

* {box-sizing:border-box}

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}



/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 10px;
	right: 20px;
}

.rightarrowclass{
	position: absolute;
	top: 0px;
	right: 5px;
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
