.gradualshine{filter:alpha(opacity=0);-moz-opacity:0.0;}
.text { font-family: Verdana; font-size: 12px; line-height: 19px; color: #000000}
.text2 { font-family: Verdana; font-size: 11px; line-height: 13px; color: #000000}
.text3 { font-family: Verdana; font-size: 13px; line-height: 19px; color: #000000}
.text4 { font-family: Verdana; font-size: 15px; line-height: 19px; color: #000000}
.newstitle { font-family: Verdana; font-size: 12px; line-height: 16px; color: #000000}
.newssubtitle { font-family: Verdana; font-size: 11px; line-height: 14px; color: #000000}
.newscontent { font-family: Verdana; font-size: 11px; line-height: 13px; color: #000000}
.date { font-family: Verdana; font-size: 10px; line-height: 12px; color: #808080}
.link { font-family: Verdana; font-size: 11px; font-weight: normal; color: #AF0000; text-decoration: underline}
.link:hover { text-decoration: underline; color: #7D7D7D; font-family: Verdana; font-size: 11px; font-weight: normal}
.nolink { font-family: Verdana; font-size: 11px; font-weight: normal; color: #999999; text-decoration: none}
.disclaimer { font-family: Verdana; font-size: 11px; color: #000000}
.footer { font-family: Verdana; font-size: 11px; color: #FFFFFF; font-weight: normal; text-decoration: underline}
.footer:hover { font-family: Verdana; font-size: 11px; font-weight: normal; text-decoration: none; color: #7D7D7D}
.menu { font-family: Verdana; font-size: 11px; color: #838383; font-weight: bold; text-decoration: none}
.menu:hover { font-family: Verdana; font-size: 11px; font-weight: bold; text-decoration: none; color: #AF0000}
.copyright {font-family: Verdana; font-size: 10px; font-weight: normal; text-decoration: none; color: #FFFFFF}
.submenu{margin-bottom: 0.9em;}

.sitesearchinput {
	font-family: verdana;
	font-size: 8pt;
	color=#000000;
	background = #ffffff;
	BORDER: #CCCCCC solid 1px;
}

.arrowlistmenu{
width: 600; /*width of menu*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #AF0000;
background: url(apps/images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-family: Verdana;
border-bottom: 1px solid #dadada;
font-size: 14px;
}

.arrowlistmenu ul li a:visited{
color: #AF0000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #AF0000;
background-color: #F3F3F3;
}

/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 75px; /* Set to gallery width, in px or percentage */
height: 123px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */



/* News/Events Content Styles */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
color: #000000
border-bottom-width: 1px;
width: 197px; /*width of featured content slider*/
height: 248px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width: 197px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
color: #000000
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 197px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
font-family: Verdana;
font-size: 11px;
color: #FFFFFF;
padding: 2px 4px;
}

.pagination a{
padding: 2px 4px;
font-family: Verdana;
font-size: 11px;
color: #FFFFFF;
text-decoration: none;
background: #666666;
}

.pagination a:hover, .pagination a.selected{
font-family: Verdana;
font-size: 11px;
color: #000000;
background-color: #FEE496;
}
/* End News/Events Styles */