body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F8F0D2;
	height: 100%;
	width: 100%;
	position: absolute;
}

a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #968C45;
}

.heading{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #990000;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.defaultText{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	color: #000000;
}

.whiteText{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #ffffff;
}

.whiteText a{
	color: #ffffff;
}

.footerTextLight{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #F8F0D2;

}

.footerTextLight a{
	color: #f8F0d2;
}

.footerTextDark{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #968C45;
}

.footerTextDark a{
	color: #968C45;
}



li {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #990000;
}

.smallList {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	color: #000000;
	margin-right: 15px;
}

.customerQuote{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	color: #544E27;

}

.repeatLeft {
	BACKGROUND-POSITION: right top; BACKGROUND-REPEAT: repeat-y
}

.repeatRight {
	BACKGROUND-POSITION: left top; BACKGROUND-REPEAT: repeat-y
}

/* ######### Styles for drop down menu ######### */

.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

.chromestyle ul li{
display: inline;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

.chromestyle ul li a{
color: #494949;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-decoration: none;
}

.chromestyle ul li a:hover{

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 10px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #968C45;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}