/***********************************************/
/* srf25.css                                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #ffffff;
	line-height: 1.166;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	background: #000033;
	background-image: url(../picture_library/background.png);
	background-repeat: repeat;
	width:100%;
}

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

a:link, a:visited{
	color: #000066;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #000066;
}

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

h1{
	font: bold 150% Arial,sans-serif;
	color: #000066;
    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;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagecell{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#masthead{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color: #001F6F;
	border: 1px solid #444444;
}

#menuhead{
	margin-top: -1px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #444444;
}

#content{
	width: 100%;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	border: 1px solid #444444;
}

.heading{
	font: bold 100% Arial,sans-serif;
	color: #000066;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

/************* menubar styles ***************/
#menubar{
	color: #ffffff;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:24px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #444444;
	background-image: url(../picture_library/bluebar.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
#menubar a {
	color:#ffffff;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:24px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #444444;
	background-image: url(../picture_library/bluebar.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

#menubar a:hover {
	color:#ffffff;
	background: #000000;
	font-weight: bold;
	}


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

.feature{
	padding: 0px 10px 10px 10px;
	font-size: 75%;
	color: #000066;
    min-height: 300px;
	height: 300px;
}
html>body .feature {height: auto;}

.feature a{
	color: #000066;
	font-weight: bold;
}

.feature a:hover{
	color: #ff0000;
	font-weight: bold;
}

.feature .style1{
	color: #ff0000;
	font-size: 100%;
	font-weight: bold;
}

.feature strong{
	color: #000066;
	font-weight: bold;
}

.feature img{
	padding: 5px 10px 5px 0px;
}

/************** Countdown Timer Styles *****************/
.countON {
	background:url(../picture_library/bluebar.png) top left repeat-x;
	height:24px;
	width:190px;
	margin:0px;
	padding:0px;
}

ul#time {
	font:18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	list-style:none;
	margin:0;
	padding:0;
}

ul#time li {
	display:block;
	float:left;
	text-align:left;
}

ul#time li#text {
	font:8px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:7px 5px 0px 0px;
}

ul#time li#days {
	padding:0px 0px 0px 10px;
}

ul#time li#hours {
	padding:0px;
}

ul#time li#mins {
	padding:0px;
}

ul#time li#secs {
	padding:0px;
}


/************** footer styles ****************/
#footer{
	color: #ffffff;
	background-color: #001F6F;
	padding: 05px 10px 05px 10px;
	margin-top: 5px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #444444;
	font-family: Arial, sans-serif;
	font-size: 70%;
	font-weight: bold;
	background-image: url(../picture_library/footer.png);
	background-repeat: no-repeat;
}

#footer a{
	color: #ffffff;
	font-weight: bold;
}

#footer a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

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

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