﻿/**** Main Page Rotator ****/
#mainPageRotator
{
	height: 300px;
	margin: auto;
	overflow: hidden;
	position: relative;
	background: transparent;
	top: 20px;
	width: 950px;
}
#mainPageRotator *#corners SPAN {
	BACKGROUND-IMAGE: url(../images/CornersWhite.png);
	Z-INDEX: 9998;
	POSITION: absolute;
	WIDTH: 10px;
	DISPLAY: block;
	HEIGHT: 10px;
}
#mainPageRotator *#corners *.top_left {
	BACKGROUND-POSITION: left top;
	TOP: 0px;
	LEFT: 0px;
}
#mainPageRotator *#corners *.top_right {
	BACKGROUND-POSITION: right top;
	TOP: 0px;
	RIGHT: 0px;
}
#mainPageRotator *#corners *.bottom_right {
	BOTTOM: 0px;
	BACKGROUND-POSITION: right bottom;
	RIGHT: 0px;
}
#mainPageRotator *#corners *.bottom_left {
	BOTTOM: 0px;
	BACKGROUND-POSITION: left bottom;
	LEFT: 0px;
}





/**** Feature ****/
#feature  	
{
	height: 300px;
	margin:0;
	padding: 0;
	background: #0070B9 url(../../images/FeatureBackground.png) repeat-x top;
    overflow: hidden;
    border-bottom: 1px solid #2D79D0;
    /*border-top: 1px solid #0D4782;*/
}
#feature #featurecontent
{
	
	height: 300px;
}
#feature h1
{
	color: #FFFFFF;
}
#feature h2
{
	color: #BBBBBB;
}

/**** Full Page Feature ****/
#fullpagefeature
{
	background: #111111 url(../../images/ContentBackgroundBlackWithShadow.jpg) repeat-x top;
	color: #ffffff;
	width: 100%;
	padding-bottom: 50px;
}
#fullpagefeature h1
{
	color: #FFFFFF;
}
#fullpagefeature h2
{
	color: #CEB95A;
}

/**** Full Page Feature ****/
#newsfeature
{
	background: #ffffff url(../../images/FeatureBackground.jpg) repeat-x top;
	color: #ffffff;
	width: 100%;
	padding-bottom: 50px;
}
#newsfeature h1
{
	color: #FFFFFF;
}
#newsfeature h2
{
	color: #CEB95A;
}

/*#fullpagecontent a
{
	color: #007FFF;
	text-decoration: none;
}
#fullpagecontent a:hover,
#fullpagecontent a:visited:hover
{
	background-color: #007FFF;
	color: #FFFFFF;
	text-decoration: none;
}
#fullpagecontent a:visited
{
	color: #007FFF;
	text-decoration: none;
}*/
