body
{

}

a
{
	color: #FFFFFF;
}

ul
{
	list-style: square;
}

h2
{
	font-size: 18px;
	font-family: Tahoma, sans-serif;
	color: #FFFFFF;
	padding-right: 20px;	
}

.headerBackground
{
	background-image: url(../images/head_grad.png);
	background-position: top right;
	background-repeat: repeat-y;
	background-attachment: scroll;	
}

/*Menu Styles*/

.menuitem
{
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 10px;
	height: 26px;
	position: relative;
}

a.menulink
{
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	padding: 5px;
}

.menulink:hover
{
	background-color: #22385D;
}

.seperator
{
	padding-top: 12px;
	padding-left: 4px; 
	padding-right: 4px;
}

.subseperator
{
	padding-top: 0px;
	padding-left: 4px; 
	padding-right: 4px;
}

.navcell
{
	width: 140px;
	height: 36px;
	background-image: url(../images/leftmenu.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 15px;
	text-align: left;
}

.submenuitem
{
	padding: 5px 7px;

	position: relative;
}

/*
.submenulink
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	padding-bottom: 5px;
	display: block;
	line-height: 13px;
}

.submenulink:hover
{
	text-decoration: underline;	
}
*/

a.submenulink
{
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	padding: 5px;
}

.submenulink:hover
{
	background-color: #22385D;
}

/*Submenu Styles*/
.leftcol
{
	height: 408px;
	width: 190px;
	background-image: url(../images/leftcol.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
	position: absolute;
}

.leftnavcell
{
	width: 156px;
	height: 41px;
	background-image: url(../images/leftmenu.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 15px;
	text-align: left;
}

.leftmenulink
{
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	padding-bottom: 5px;
	display: block;
}

.leftmenulink:hover
{
	text-decoration: underline;
}

/*Rightblock Styles*/
.rightblock
{
	background-image: url(../images/rightcol.png);
	background-repeat: repeat;
	background-position: top right;
	background-attachment: scroll;
	width: 281px;
	height: 408px;
	position: absolute;
	left: 902px;
	
}

.rightblockslice
{
	left: 860px;
	background-image: url(../images/rightcolslice.png);
	background-repeat: repeat;
	background-position: top right;
	background-attachment: scroll;
	width: 42px;
	height: 408px;
	position: absolute;
}

.rightblocktext
{
	font-family: Tahoma, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	line-height: 14px;
	padding-bottom: 18px;
	padding-right: 20px;
}

/*Footer Styles*/
.footer
{
	color: #ADCCD1;
	font-family: Arial;
	font-size: 12px;
}

.footerlink
{
	color: #ADCCD1
}

/*Price Estimator*/

h1.PriceEstimator
{
	font-family: Tahoma, sans-serif;
	font-size: 30px;
	color: #ffffff;
	text-align: left;
}

div.SectionText, p.PriceEstimator
{
	font-family: Tahoma, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	line-height: 14px;
	text-align: left;
}

div.SectionHeading
{
	font-family: Tahoma, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	border-bottom: 1px solid #ffffff;
	text-align: left;
}

div.SectionSubHeading
{
	font-family: Tahoma, sans-serif;
	color: #aaaaaa;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0px 5px 0px;
	text-align: left;
}

div.ToggleOptions
{
	text-align: right;
}

a.ToggleOptions
{
	font-family: Tahoma, sans-serif;
	display: none;
	text-decoration: none;
	color: #aaaaaa;
	font-size: 13px;
	line-height: 14px;
}

img
{
	border: none;
}