/* CSS Document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
.rounded {
background-image:url(images/rounded.gif);
width:584px;
height:34px;
margin:auto;
}
.rounded h3 {
	font-size:14px;
	text-align:left;
	margin:0px;
	padding-left:15px;
	padding-top:8px;
	text-transform: uppercase;
	}
.news {
padding-left:20px;
padding-right:20px;
margin-top:5px;
}
.newsli {
padding-left:20px;
padding-right:20px;
margin-top:5px;
/*display:inline;*/
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}


.dropshadow{
float:left;
clear:left; 
background: url(images/shadow-png.png) no-repeat bottom right !important;
/* respectful browsers (e.g. Firefox/Opera/Safari) ONLY take notice of this line*/
background: none; 
/* disrespectful browsers clear the background graphic, in this case allowing the alpha filter to work in IE5.5 and 6 */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='images/shadow-png.png'); /* the MS alpha filter */ 
/*margin: 10px 10px 10px 15px;*/
}
.dropshadow img{
position:relative;
bottom:7px;
right: 7px;
background:#46454a;
padding:1px 1px 1px 1px; /* gives us the white area - but not in IE5 + IE5.5 */
}
.dropshadow img:hover{
position:relative;
bottom:6px;
right: 6px;
background:#FFE22B;
padding:1px 1px 1px 1px; /* gives us the white area - but not in IE5 + IE5.5 */
}



a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFE22B;
}
a:active {
	text-decoration: none;
}





    .sIFR-active h1,
    .sIFR-active h2,
    .sIFR-active h3,
    .sIFR-active h4,
    .sIFR-active h5#pullquote {
      visibility: hidden;
      font-family: Verdana;
      line-height: 1em;
    }

    .sIFR-active h1 {
      padding-bottom: 0;
    }

    .sIFR-active h2 {
      font-size: 55px;
      display: block;
    }

    .sIFR-active h3 {
      font-size: 18px;
	  padding-top:5px;
    }

    .sIFR-active h4 {
      font-size: 21px;
      font-weight: normal;
    }

    .sIFR-active h5#pullquote {
      font-size: 24px;
    }

