@charset "windows-1252";
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E8E8E8;	
	text-align: left;
}	

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	text-align: center;	
	font-size: 14px;
	color: #E8E8E8;
}	

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E8E8E8;
}


body {
	margin: 0px;
	background-color: #666666;
	
}
a {
	text-decoration: none;
	color: #CCBB66;
}	

input.button {
position: absolute;
left: 770px;
top: 30px;
z-index: 101;
}


a:hover {
	text-decoration: underline;
	color: #887722;
}
.footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin: 0px 10px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
}

/********************** THE FOLLOWING TWO ARE FOR THE "PRICING" PAGE. THE FIRST, ALSO ON THE "SITE MAP" *************** */

td.left {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E8E8E8;
	vertical-align: top;

}
td.right {
	text-align: right;
}

/* *****************************THE REST IS FOR THE MENU********************* */

#menu dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
/*top: 165px;*/
left: 140px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
text-indent: 3px;
/*line-height: 16px;*/
z-index:100;
width: 100%;
border: 1px #ffffff;
}
#menu dl {
float: left;
width: 12em;
margin: 0px;
}
#menu dt {
cursor: pointer;
	font-size: 16px;
	line-height: 31px;
text-align: center;
color: #FFFFFF;
background: #887722; 
border: 0px solid gray;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: left;
color: #ffffff;
background: #666666;
}
#menu li a, #menu dt a {
color: #FFF;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover {
background: #333333;
}
#menu dt a:hover {
background: #665500;
}
