﻿div.Logobg
{
	width: 268px;
	height: 129px;
	float: left;
	background-image: url(../images/logo-bg.png);
	background-repeat: no-repeat;
	position: relative;
}
.menulinks
{
	font-family: Arial;
	display: table-row;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	white-space: nowrap;
}
.menulinks li
{
	display: inline;
	border-right: 1px solid #fff;
}
.menulinks a, .menulinks a:visited
{
	padding: 0px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 9pt;
}
.menulinks a:hover
{
	color: #f6891f;
}
div.ButtonPlacement
{
	float: left;
	position: relative;
	padding-top: 10px;
}
div.GreenButton
{
	width: 252px;
	height: 119px;
	float: left;
	position: relative;
	z-index: 9997;
	background-image: url(../images/top-green-btn.png);
	background-repeat: no-repeat;
}
div.GreenButton a
{
	background-image: url(../images/top-green-btn.png);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	width: 252px;
	height: 119px;
}
div.GreenButton a:hover
{
	background-image: url(../images/top-green-btn-roll.png);
}
div.OrangeButton
{
	width: 258px;
	height: 119px;
	float: left;
	position: relative;
	z-index: 9996;
	right: 25px;
	background-image: url(../images/top-orange-btn.png);
	background-repeat: no-repeat;
}
div.OrangeButton a
{
	background-image: url(../images/top-orange-btn.png);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	width: 258px;
	height: 119px;
}
div.OrangeButton a:hover
{
	background-image: url(../images/top-orange-btn-roll.png);
}
div.YellowButton
{
	width: 258px;
	height: 119px;
	float: left;
	position: relative;
	z-index: 9995;
	right: 55px;
	background-image: url(../images/top-yellow-btn.png);
	background-repeat: no-repeat;
}
div.YellowButton a
{
	background-image: url(../images/top-yellow-btn.png);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	width: 258px;
	height: 119px;
}
div.YellowButton a:hover
{
	background-image: url(../images/top-yellow-btn-roll.png);
}
div.SideTabs
{
	width: 244px;
	height: 64px;
	float: left;
	position: relative;
	margin-top: 2px;
	margin-left: 2px;
	background-image: url(../images/sidetabs.jpg);
	background-repeat: no-repeat;
}
div.SideTabs a
{
	background-image: url(../images/sidetabs.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 244px;
	height: 64px;
	padding-left: 7px;
	padding-top: 7px;
}
div.SideTabs a:hover
{
	background-image: url(../images/sidetabs-roll.jpg);
}
div.LargeOrangeBtn
{
	width: 198px;
	height: 39px;
	float: left;
	position: relative;
	background-image: url(../images/lg-orange-btn.png);
	background-repeat: no-repeat;
	line-height: 39px;
}
div.LargeOrangeBtn a
{
	background-image: url(../images/lg-orange-btn.png);
	background-repeat: no-repeat;
	display: block;
	width: 198px;
	height: 39px;
	line-height: 39px;
}
div.LargeOrangeBtn a:hover
{
	background-image: url(../images/lg-orange-btn-roll.png);
}
div.SmallOrangeBtn
{
	width: 82px;
	height: 25px;
	float: right;
	position: relative;
	background-image: url(../images/sm-orange-btn.png);
	background-repeat: no-repeat;
	line-height: 25px;
	margin-top: 25px;
}
div.SmallOrangeBtn a
{
	background-image: url(../images/sm-orange-btn.png);
	background-repeat: no-repeat;
	display: block;
	width: 82px;
	height: 25px;
	line-height: 25px;
}
div.SmallOrangeBtn a:hover
{
	background-image: url(../images/sm-orange-btn-roll.png);
}
.sidebarlinks
{
	font-family: Arial;
	list-style-image: url(../images/bullet.png);
	text-align: left;
	line-height: 1.2em;
	margin: 10px 0px 0px 18px;
	padding: 0px;
}
.sidebarlinks li
{
	text-align: left;
}
.sidebarlinks a, .sidebarlinks a:visited
{
	color: #fff;
	text-decoration: none;
	font-size: 9pt;
}
.sidebarlinks a:hover
{
	color: #f6891f;
}
.bodylink, .bodylink a:visited
{
	font-family: Arial;
	color: #fff;
	text-decoration: underline;
	font-size: 10pt;
}
.bodylink a:hover
{
	color: #f6891f;
}
