﻿body 
{
	color: Black;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 9pt;
}

a
{
	color: Black;
	text-decoration:none;
}
a:link
{ 
	text-decoration:none;
}
a:visited
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
a:active
{
	text-decoration:none;
}

.TopMenuSpacer
{
	width: 17px;
	height: 20px;
	float: left;
	display: inline;
}

/* LeftBanner Links */
.LeftBanner
{
	color: Black;
	text-decoration:none;
	text-align:center;
	font-size: 6pt;
}

a.LeftBanner
{
	color: #ecdeb7;
	font-size: 8pt;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
}
a.LeftBanner:link
{ 
	color: #ecdeb7;
	text-decoration:none;
	text-align:center;
}
a.LeftBanner:visited
{
	color: #ecdeb7;
	text-decoration:none;
	text-align:center;
}
a.LeftBanner:hover
{
	color: #ecdeb7;
		font-weight: bold;
	text-decoration:underline;
	text-align:center;
}
a.LeftBanner:active
{
	color: #ecdeb7;
	text-decoration:none;
	text-align:center;
}


/* TopMenu Links */
.TopMenu
{
	color: White;
	text-decoration:none;
	text-align:center;
}

a.TopMenu
{
	color: White;
	text-decoration:none;
	text-align:center;
}
a.TopMenu:link
{ 
	color: White;
	text-decoration:none;
	text-align:center;
}
a.TopMenu:visited
{
	color: White;
	text-decoration:none;
	text-align:center;
}
a.TopMenu:hover
{
	color: White;
	text-decoration:underline;
	text-align:center;
}
a.TopMenu:active
{
	color: White;
	text-decoration:none;
	text-align:center;
}

/* BottomMenu Links */
.BottomMenu
{
	color: Orange;
	font-style: italic;
	text-decoration:none;
}

a.BottomMenu
{
	color: Orange;
	font-style: italic;
	text-decoration:none;
}
a.BottomMenu:link
{ 
	color: Orange;
	font-style: italic;
	text-decoration:none;
}
a.BottomMenu:visited
{
	color: Orange;
	font-style: italic;
	text-decoration:none;
}
a.BottomMenu:hover
{
	color: Orange;
	font-style: italic;
	text-decoration:underline;
}
a.BottomMenu:active
{
	color: Orange;
	font-style: italic;
	text-decoration:none;
}

a.MiddleFooter
{
	color: Orange;
	text-decoration:none;
}
a.MiddleFooter:link
{ 
	color: Orange;
	text-decoration:none;
}
a.MiddleFooter:visited
{
	color: Orange;
	text-decoration:none;
}
a.MiddleFooter:hover
{
	color: Orange;
	text-decoration:underline;
}
a.MiddleFooter:active
{
	color: Orange;
	text-decoration:none;
}


.title
{
	color: Orange;
	font-family: inherit;
	font-size: 14pt;
	font-weight: bold;
}

h1
{
	color: Black;
	font-family: inherit;
	font-size: 12pt;
	font-weight: bold;
}

h2
{
	color: Orange;
	font-family: inherit;
	font-size: 10pt;
	font-weight: bold;
	line-height: 5pt;	
	text-transform: uppercase;
}

h2.PhotoGallery
{
	color: Black;
	font-family: inherit;
	font-size: 10pt;
	font-weight: bold;
}

.QuickEstimateLabel
{
	color: White;
	font-family: inherit;
	font-size: 7pt;
}

.QuickEstimateTextBox
{
	width: 125px;
	border-style: none;
}

