@charset "utf-8";
/* WCA Homepage Rotator Stylesheet */

/*A div for holding all of the rotator code in one place*/
#rotatetablecontainer
	{ 
	height: 212px;	
	border: none;
	padding: 0px; 
	margin: 0px; 
	border-collapse: collapse;
	}
	
#rotatetablecontainer td
	{ 
	height: 212px;
	border: none;
	padding: 0px; 
	margin: 0px; 
	}	
	
/*A div for holding all of the rotator code in one place*/
#rotatecontain
	{ 
	width: 575px; 
	margin: 0px;
	padding-bottom: 1px;
	/*margin: auto;*/
	/* float: left; */
	}

.hide { display: none; }


/*The container for the slideshow and the navigation items*/
#contentcenter { 
	width: 575px; /*width of the slideshow container -- typically matches images width*/
	padding-top: 1px; /*padding from to edge*/
	/*float: left;*/ } /*div will float to right or left or none*/


/*Display and positioning for the slideshow, text, backgrounds, etc.*/
#slideshow {}
#slideshow a { display: none; float: left; }
#slideshow a.first { display: block; }

#navBar {
width: 166px;
/*float: right;*/
border: 1px;
border-style: solid;
}

/*Menu items control*/
	ul#nav {
		list-style: none;
		width: 166px;
		padding: 0px;
		margin: 0px;
		background-color: #B8B8B8; /*This is the actual background for the whole navigation div.*/} 

	#rotatecontain #nav li { padding: 0px; list-style-type: none; background: none; margin: 0px;}

	/*List items*/
	#nav a {
		text-align: center;
		line-height: 14px;
		font-size: 10px; /*size of the navigation text*/
		font-weight: bold; /*text style of the navigation text*/
		color: #FFFFFF;  /*color navigation text*/
		/*line-height: 14px;*/	
		display: block;
		width: 165px; /*width of the of the single navigation item*/
		height: 34px;
		margin: 0px;
		border-left: 1px solid #D2D2D2;
		border-top: 1px solid #D2D2D2;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		background-color: #B8B8B8; /*This is the actual background for the each individual menu item.*/}

	/*Hover actions*/
	#nav a:hover { color: #FFF; text-decoration: none; }
	#nav a:focus { outline: none; }
	#nav a.activeSlide { background: #009DDC }
		
		
