/* CSS Document */

Body, td
{
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-size: 11px;
font-weight: normal;
text-align: left;
}

.head
{
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-size: 12px;
font-weight: bold;
text-align: left;
text-decoration: none;
}

.headb
{
font-family: Arial, Helvetica, sans-serif;
color: #990000;
font-size: 12px;
font-weight: bold;
text-align: left;
text-decoration: none;
}

a 
{
font-family: Arial, Helvetica, sans-serif;
color: #990000;
font-size: 11px;
font-weight: normal;
text-align: left;
text-decoration: none;
}

a:hover {color: #990000;
text-decoration: underline;
}


.a1 
{
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 11px;
font-weight: normal;
text-align: left;
text-decoration: none;
}

.a1:hover {color: #FFFFFF;
text-decoration: underline;
}

/*what is above this text was modified to the new specs*/


h1,h2,h3
{
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 12;
font-weight: bold;
text-align: left;
text-decoration: underline;
}


h4 {
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-size: 12;
font-weight: bold;
text-align: left;
text-decoration: underline;
}



input { 
font-family: Arial, Helvetica, sans-serif;
 font-size: 11px; 
 color: #003366;
 width: 150px; 
 margin-right: 6px; 
}

textarea { 
font-family: Arial, Helvetica, sans-serif;
 font-size: 11px; 
 color: #003366;
 width: 250px; 
 margin-right: 6px; 
}

.but { 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px; 
 background-color: #FFFFFF; 
 color: #003366; 
 margin-right: 6px; 
}

/*user elements */


.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px #FFFFFF;
border-bottom-width: 6px;
width: 540px; /*width of featured content slider*/
height: 330px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 530px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 500px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #FFFFFF;
padding: 5px 2px;
}

.pagination a{
padding: 0 1px;
text-decoration: none; 
color: grey;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

