@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: ;/* this overrides the text-align: center on the body element. */
	font-size: 12px;
	
}
.oneColFixCtr #mainContent {
	padding: 20 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #quotes {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 32px;
	color: #666666;
	position: absolute;
	left: 420px;
	top: 200px;
	width: 250px;
	border-top-color: #666666;
	border-top-style: inset;
	border-top-width: thin;
	border-bottom-color: #666666;
	border-bottom-style: inset;
	border-bottom-width: thin;
	clear: both;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	line-height: 14px;
	padding-top: 4px;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	line-height: 12px;
	padding-top: 4px;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	color: #cc0000;
	line-height: 14px;
	padding-top: 4px;
	padding-left: 12px;
	text-align: left;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	color: #000000;
	line-height: 14px;
	padding-top: 4px;
	text-align: left;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #cc0000;
	line-height: 14px;
	padding-top: 4px;
	text-align: center;
}
.testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #cc0000;
	line-height: 14px;
	padding-top: 4px;
	text-align: center;
}

.testimonials2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #666666;
	line-height: 14px;
	padding-top: 4px;
	text-align: center;
}

.nav buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: ital;
	color: #ffffff;
	line-height: 14px;
	padding-top: 0px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #cc0000;
	}
a:visited {
	font-weight: bold;
	text-decoration: none; 
	color: #cc0000;
	}
a:hover, a:active { 
	color: #000000;
	text-decoration: none; 
	}
	
.menuItem ul, .menuItem li { padding:0px; margin:0px; }
	
.menuItem { height:62px; padding-top:13px; padding-left:18px; }
.menuItem li, .menuItem ul { display:inline; }
.menuItem li { padding-right:10px; }
#dropmenudiv{
position:absolute;
border:0px;
border-bottom-width: 0;
z-index:30;
margin-top:0px;
}

#dropmenudiv a {
width: 105px;
height:17px;
display: block;
background:url(images/more-about-the-dame.gif) left top no-repeat;

}
#dropmenudiv a span { display:none; }
#dropmenudiv a:hover { padding-bottom:2px; border-bottom:1px solid #c20a00; }

.HEAD1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #cc0000;
	text-align: left;
	font-style: italic;
	text-indent: 12px;
}
