﻿/* Homepage */

.HomeLeftTD
{
	width: 675px;
	background: #FFF;
}
.HomeSearchDiv
{
	position: relative;
	top: 82px;
	right: 15px;
}
.HomeNavDiv
{
	width: 675px;
	height: 35px;
	background: #6090AF;
	margin-top: 8px;
}
.HomeNavDiv
{
	width: 666px;
}
.HomeNavDiv ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.HomeNavDiv li
{
	float: left;
	list-style: none;
	display: inline;
}
.HomeNavDiv a, .HomeNavDiv a:link, .HomeNavDiv a:active, .HomeNavDiv a:visited
{
	text-decoration: none;
	color: #FFF;
	font: bold 12px/35px Arial, Sans-Serif;
	padding: 0 10px 0 10px;
	height: 35px;
}
.HomeNavDiv li:hover, .HomeNavDiv a:hover, .HomeNavDiv .Selected
{
	cursor: pointer;
	background: #43657a;
	text-decoration: none;
	color: #FFF;
	font: bold 12px/35px Arial, Sans-Serif;
	height: 35px;
}
.HomeNavDiv .Separator
{
	width: 3px;
	height: 35px;
	background: url("../../Images/Asp/nav-separator.gif") no-repeat 0 0;
}
.TopDivPadd
{
	width: 27px;
}
.HomeLeftTopDiv
{
	height: 162px;
	background: url("../../Images/Asp/home-gradient.png") repeat-x 0 0;
	margin-top: 6px;
}
.HomeTopEditDiv
{
	width: 567px;
	margin-top: 20px;
	position: relative;
	left: 53px;
}
.HomeTopEditDiv h1
{
	padding: 0 0 10px 0;
}
.HomeLeftMainDiv
{
	background: #FFF url("../../Images/Asp/home-green-curve.png") no-repeat 0 0;
	padding-bottom: 40px;
	position: relative;
}
.OuterRotatorDiv
{
	width: 567px;
	height: 457px;
	position: relative;
	left: 53px;
}
.InnerRotatorDiv div
{
	position: relative;
	z-index: 3;
}
.RotatorLines
{
	position: absolute;
	bottom: 167px;
	left: 0;
	width: 525px;
	height: 167px;
	background: url("../../Images/Asp/curved-lines.png") no-repeat 0 0;
	overflow: hidden;
}
.HomeTextRotatorDiv
{
	position: absolute;
	bottom: 109px;
	left: 161px;
	z-index: 5;
}
.TransparentDiv
{
	width: 567px;
	height: 457px;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	background: #707070;
}
.InnerRotatorDiv
{
	width: 525px;
	height: 418px;
	background: #FFF;
	margin: 18px 0 0 0px;
	position: relative;
	left: 21px;
}
.RotatorBottomTable
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 9;
}
.RBTableLeft
{
	padding: 0 0 2px 5px;
}
.RotatorIcon
{
	width: 63px;
	height: 85px;
	background: #FFF url("../../Images/Asp/home-rotator-icon.png") no-repeat 0 0;
}
.RBTableRight
{
	padding: 0 20px 0 20px;
}
.RBTableRight h4
{
	line-height: 25px;
}
.RBTableRight *
{
	margin: 0;
	padding: 0;
}
.RBTableRight .ContentText
{
	position: relative;
	top: 12px;
}
.HomeRightTD
{
	width: 312px;
	background: #FFF;
}
.HomeRightTopDiv
{
	width: 312px;
}
.HomeRightDiv
{
	width: 312px;
}
.HomeRightMainDiv
{
	width: 312px;
}
.HomeRightEditTable
{
	width: 282px;
}
.HomeRightEditTable td
{
	text-align: left;
	vertical-align: top;
}
.HREditSpacer
{
	height: 5px;
	border-top: 1px dotted #999;
	overflow: hidden;
}
.HREditLeft
{
	width: 50px;
}
.HREditLeft1
{
	background: url("../../Images/Asp/home-right1.png") no-repeat 0 0;	
}
.HREditLeft2
{
	background: url("../../Images/Asp/home-right2.png") no-repeat 0 0;	
}
.HREditLeft3
{
	background: url("../../Images/Asp/home-right3.png") no-repeat 0 0;	
}
.HREditRight h4
{
	margin: 0;
	padding: 0;
	display: inline;
}
.HREditRight .BoldOrange, .HREditRight h4, .HREditRight .OrangeHeading
{
	line-height: 30px;
}
.HomeBottomPanel
{
	margin: 18px 20px 0 0;
}
.HomeBottomPanel img
{
	margin-bottom: 10px;
}

/* End Homepage */