﻿#Header.Home
{
	background-image: url('../Images/Blue/Home-Header-Gradient.gif');
}

#Header.Default
{
	background-image: url('../Images/Blue/Header-Gradient.gif');
}

#Footer
{
	background-image: url('../Images/Blue/Footer-Gradient.gif');
}

.Button
{
	background-image: url('../Images/Blue/Button.gif');
}

#Sub-Menu a.Selected
{
	color: #606d8a;
}

#rotating_items
{
	top:23px;
	left:0;
	position:relative;
	width:350px;
	height:230px;
}

#rotating_items .rotating_item
{
	position:absolute;	
}


#rotating_items .rotating_item .Top
{
	width:350px;
	height:52px;
	background-image:url(../Images/Blue/RotatorTop.gif);
	background-repeat:no-repeat;
}

#rotating_items .rotating_item .Top div
{
	padding-top:17px;
	padding-left:10px;	
}

#rotating_items .rotating_item .Top a h2
{
	color:#FFFFFF;
	text-decoration:none;
}

#rotating_items .rotating_item .Left
{
	height:168px;
	width:10px;
	background-image:url(../Images/Blue/RotatorLeft.gif);
	background-repeat:no-repeat;
	float:left;
}

#rotating_items .rotating_item .PhotoContainer
{
	float:left;
	width:332px;
	height:168px;
	background-color:#FFFFFF;
}

#rotating_items .rotating_item .Right
{
	height:168px;
	width:8px;
	background-image:url(../Images/Blue/RotatorRight.gif);
	background-repeat:no-repeat;
	float:right;
}

#rotating_items .rotating_item .Bottom
{
	position:absolute;
	height:10px;
	background-image:url(../Images/Blue/RotatorBottom.gif);
	background-repeat:no-repeat;
	bottom:0;
	left:0;
	width:350px;
}