/***********************************************/
/* wtls.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
.floatleft {float: left; margin:0px 0px 5px 5px}
.floatright {float: right; margin:0px 0px 5px 5px}
.clearleft {clear: left}
.clearright {clear: right}
.underline {text-decoration: underline;}
.style1 {color: #6aa800}
.style2 {color: #3ba800}
.style3 {color: #40b969}
.style4 {color: #01a799}
.style5 {color: #0087a7}
.style6 {color: #015ba9}
.style7 {color: #022ea7}
.style8 {color: #041f68}
.style9 {color: #000000}
.style10 {color: #CC0099; font-weight: bold; font-size: 120%}
.style11 {color: #0033cc}
.style12 {color: #999999}
.style13 {color: red; font-weight: bold; font-size: 120%}
.style14 {color: red; font-weight: bold; font-size: 130%}
.style15 {color: red; font-weight: bold; font-size: 100%}
body{
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;

/*	color: #333333;*/
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("images/bg_grad.jpg") fixed; 
/*	background: #cccccc url("images/possible_background.gif") fixed;*/
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FFFFFF; /*white*/
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #FFFF00; /*yellow*/
}

/************** header tag styles **************/

 h1{
/* font: bold 100%; */
 color: #334D55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 95%;  
 color: #006699;
 margin: 0px;
 padding: 0px;
}


h3{
/* font-weight: bold;
  font-size: 20px;*/
 color: #7D3B2D;
 margin: 0px;
 padding: 0px;
}
h4{
/*  font: bold;*/
 color: green;
 margin: 0px;
 padding: 0px;
}

h5{
/*  font: bold;*/
 color: #334D55;
 margin: 0px;
 padding: 0px;
}
*/

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 220px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}
#pagecell2{
	position:absolute;
	top: 140px;
	left: 2%;
	right: 2%;
	width:95.6%;
	font: 100% Arial,sans-serif;
	color: #ffffff;
}
#pagecell2 a:link, #pagecell2 a:visited {
	font: bold;
	color: #334d55;
}
#pagecell2 a:hover{
	color: green;
	font-weight: bold;
}

#pagecell3{
	position:absolute;
	top: 20px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5F7F7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}

#content3{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 20px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/



/************* globalNav styles ****************/

#globalNav{
position: absolute;
top: 140px;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("images/glbnav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 50;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
/*	font-weight: bold;*/
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("images/glblnav_selected.gif");
	color: #000000; /*black*/
	text-decoration: none;
}


/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 170px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	font-weight: bold;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #FFFF00;
	font-weight: bold;
/*	color: #cccccc;*/
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 90%;
	font-weight: bold;
	color: #000000;

}

#search a:hover{
	color: #21536A;
	margin: 0px;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	min-height: 200px;
	height: 200px;
}

.tabel{
	font-size: 90%;
}

.feature a:link, .feature a:visited{
/*	color: #828D98;*/
	font-weight: bold;
	color: #0033CC;
}
.feature a:hover{
/*	color: #0E58A2;*/
	font-weight: bold;
	color: #009900;
}

.toowee{font-size: 70%;}
.tooweetoo{font-size: 40%;}
.eventstatus{font-size: 70%; color: #FF0000; font-weight: bold; text-align: center}
.eventupdated{font-size: 70%; color: #FF0000; font-weight: bold; text-align: left}

html>body .feature {height: auto;}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/************** siteInfo styles ****************/

#siteInfo{
	font: small Verdana,sans-serif;
	font-size: 70%;
	color: #EBEDEC;
	text-align: right;
}
#siteInfo a{
	font: bold;
}
#siteInfo a.hover{
	color: #FFFF00;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("images/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
  	color: #21536a;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/********************* end **********************/
