﻿html
{
	height: 100%;
}

body
{
	background-image: url(../Images/BgOverlay.png);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
	color: #606568;
	width: 100%;
	height: 100%;
}
form
{
}
.Site
{
	width: 809px;
	margin: auto;
	text-align: left;
	position: relative;
}
.Logo
{
	background-image: url(../Images/HeaderBg.png);
	height: 160px;
}

.Banner
{
	background-image: url(../Images/BannerBg.png);
	height: 52px;
	padding-top: 89px;
}
.BannerHolder
{
	height: 58px;
	padding-top: 159px;
	background-image: url( '/Resources/Images/Backgrounds/flash.jpg' );
}
.Menu, .HomeMenu
{
	width: 726px;
	height: 34px;
	padding: 0px 0px 0px 13px;
	font-weight: bold;
	font-size: 10px;
	color: #c1c1c1;
}
.HomeMenu
{
	position: absolute;
	top: 320px;
	left: 0px;
	z-index: 1;
	line-height: 34px;
}
.Menu
{
	position: absolute;
	top: 249px;
	left: 0px;
	line-height: 34px;
}
.Menu a, .HomeMenu a
{
	line-height: 34px;
	color: #5a5a5a;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 0px 1px 0px 1px;
}
.Menu span, .HomeMenu span
{
	display: block;
	float: left;
}
.Menu a:hover, .HomeMenu a:hover
{
	text-decoration: underline;
}
.Menu a.on, .HomeMenu a.on
{
	line-height: 34px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(../Images/MenuOverBg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.Body
{
	background-image: url(../Images/BodyBg.png);
	background-repeat: repeat-y;
	padding: 19px 0px 19px 0px;
}
.Footer
{
	background-image: url(../Images/FooterBg.png);
	height: 76px;
	padding-top: 8px;
	color: #666666;
	clear: both;
	font-size: 12px;
}
.Footer .Links
{
	padding-left: 21px;
}
.Footer .Copyright
{
	line-height: 34px;
	float: right;
	padding-right: 28px;
}
.Footer .Links a
{
	line-height: 34px;
	padding: 0px 5px 0px 5px;
	margin: 0px 1px 0px 1px;
	color: #666666;
}
.Footer .Links a.on, .Footer .Links a:hover
{
	color: #6ac852;
	text-decoration: none;
}
.PDSLink
{
	color: #606568;
	line-height: 27px;
	font-size: 10px;
	float: right;
	padding-right: 30px;
}
.PDSLink a
{
	color: #606568;
}
.Strapline
{
	color: #606568;
	font-size: 10px;
	padding-left: 25px;
	line-height: 27px;
}
.Strapline a
{
	color: #606568;
}
.Quick
{
	float: right;
	width: 310px;
}
.Content
{
	float: left;
	width: 499px;
}
.QuoteSummary
{
	width: 400px;
	background-image: url(../Images/QuoteSummaryBackground.gif);
	background-repeat: repeat-y;
}
.QuoteSummaryBase
{
	width: 400px;
	height: 1px;
	background-image: url(../Images/QuoteSummaryBase.gif);
	background-repeat: no-repeat;
	clear: both;
}
.QuoteSummaryLeft
{
	width: 180px;
	float: left;
	margin-right: 20px;
}

.QuoteSummaryRight
{
	width: 180px;
	float: left;
}

.InputRow td
{
	padding-left: 0px !important;
}

.UpdateProgressOverlay
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.UpdateProgressOverlayMessage
{
	width: 200px;
	height: 50px;
	background: #ffffff;
	border: 1px solid black;
	padding: 10px;
}

/* Quote Summary
--------------------------------------------------------- */
.LiveQuotePanel ul
{
	padding: 0px;
	margin: 0px 0px 0px 60px;
	list-style: none;
}

.LiveQuotePanel ul li
{
	padding-left: 30px;
	list-style: none;
}

/* Field Sets
---------------------------------------------------------- */
fieldset
{
	border: none;
	padding: 0px;
	margin: 0px 20px 0px 40px;
}

fieldset h2
{
	margin-left: -40px !important;
}

fieldset legend
{
	display: none;
}

fieldset .field-set .Tiny
{
	width: 40px;
}

fieldset .field-set
{
	margin-bottom: 5px;
}

fieldset .field-set label.Description
{
	background-color: #E0E0E0;
	padding: 0px 2px;
}

fieldset .field-set .ControlArea
{
	margin-top: 3px;
}

fieldset .field-set .Clear
{
	clear: both;
	height: 1px;
}

fieldset .field-set .floatleft
{
	float: left;
	width: 218px;
}

fieldset .field-set .DateField
{
	width: 120px;
	margin-right: 5px;
}

fieldset .field-set .DateImage
{
	margin: 0px;
	padding: 0px;
}