﻿html
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}


body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #3b371c;
	font-family: Verdana;
	color: #ffffff;
	font-size: 13px;
	line-height: 20px;
}


#Wrapper
{
	position: relative;
	width: 990px;
	height: 100%;
	margin: 0 auto;
	border: solid 1px #3b371c;
}

#HeaderLogoWrapper
{
	position: absolute;
	width: 265px;
	height: 77px;
	left: 520px;
	top: 30px;
	z-index: 2;
	
}

#HeaderAddress
{
	position: absolute;
	left: 90px;
	top: 40px;
	color: #99cccc;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial;
}


a.HeaderAddress:link, a.HeaderAddress:active, a.HeaderAddress:visited
{
	
	color: #99cccc;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial;
	text-decoration: underline;
}

a.HeaderAddress:hover
{
	
	color: #99cccc;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial;
	text-decoration: none;
}







#SideNavWrapper
{
	position: absolute;
	left: 840px;
	top: 60px;
	width: 129px;
	height: 600px;
	padding: 0px 0px 0px 20px;
	border-left: solid 1px #666666;
}

#HomepageImageWrapper
{
	position: absolute;
	left: 90px;
	top: 140px;
	width: 645px;
	height: 485px;
	border: solid 1px #666666;
	padding: 20px;
}

#TitleWrapper
{
	position: absolute;
	left: 90px;
	top: 100px;
}

#HomepageBody
{
	padding: 700px 0px 0px 90px;
	width: 680px;
}

#InteriorContentWrapper
{
	position: relative;
	margin-left: 90px;
	margin-top: 140px;
	width: 645px;
	height: auto;
	border: solid 1px #666666;
	padding: 20px;
}



.NavHome
{
	color: #99cccc;
	font-size: 15px;
	line-height: 19px;
}

a.NavHome:link, a.NavHome:active, a.NavHome:visited
{
	color: #99cccc;
	font-size: 15px;
	line-height: 19px;
	text-decoration: none;
}

a.NavHome:hover
{
	color: #99cccc;
	font-size: 15px;
	line-height: 19px;
	text-decoration: underline;
}

a.NavHomeCurrent:link, a.NavHomeCurrent:active, a.NavHomeCurrent:visited
{
	color: #ffffff;
	font-size: 15px;
	line-height: 19px;
	text-decoration: none;
}

a.NavHomeCurrent:hover
{
	color: #ffffff;
	font-size: 15px;
	line-height: 19px;
	text-decoration: underline;
}




.NavFooter
{
	color: #99cccc;
	font-size: 11px;
	line-height: 15px;
}

a.NavFooter:link, a.NavFooter:active, a.NavFooter:visited
{
	color: #99cccc;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
}

a.NavFooter:hover
{
	color: #99cccc;
	font-size: 11px;
	line-height: 15px;
	text-decoration: underline;
}




.Large
{
	color: #ffffff;
	font-size: 20px;
	line-height: 26px;
	font-family: Verdana;
}


.Medium
{
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	font-family: Verdana;
}

.BlueTiny
{
	color: #99cccc;
	font-size: 9px;
	line-height: 13px;
	font-family: Verdana;
}


.BlueSmall
{
	color: #99cccc;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana;
}

.Blue
{
	color: #99cccc;
	font-size: 13px;
	line-height: 18px;
	font-family: Verdana;
}






.BrownTiny
{
	color: #333333;
	font-size: 9px;
	line-height: 13px;
	font-family: Verdana;
}


.BrownSmall
{
	color: #333333;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana;
}




.Brown
{
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	font-family: Verdana;
}

.Testimonials
{
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	font-family: Verdana;
	font-style: italic;
}


.HeaderBrown
{
	color: #333333;
	font-size: 17px;
	line-height: 22px;
	font-family: Verdana;
	font-style: normal;
}


.HeaderWhite
{
	color: #ffffff;
	font-size: 17px;
	line-height: 22px;
	font-family: Verdana;
	font-style: normal;
}



