@charset "utf-8";
/* CSS Document */
body {
	font: 12px Tahoma;
	background: #666666;
	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 */
	color: #000000;
}
a {
	text-decoration: none;
	color: #009933;
}
a:hover { text-decoration:underline; }
#entryDoors ul {
	width: 900px;
	margin: 50px 0 50px 0;	
	list-style: none;
}
#entryDoors li { float: left; }
#entryDoors li a{
	width: 160px;
	height: 190px;
	display: block;
	text-align: center;
	margin: 20px 30px 0 30px;
	background: url(../images/sliding_doors.gif) left top no-repeat;
	padding: 0;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: .1em;
}
#entryDoors {
	width: 935px;
	height: 200px;
	margin: 0 0 100px 0;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #339933;
	text-align: center;
	font-weight: bold;
}

#entryDoors li a:hover {
	background: url(../images/sliding_doors.gif) right top no-repeat;
	color: #336633;
}
#entryDoors li a span {
	padding: 70px 0;
	display: block;
	text-transform: capitalize;
}
#content {
	padding: 10px;
}

.oneColElsCtrHdr #container {
	width: 950px; 
	background: #FFE0B3 url(../images/bkg.jpg);
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;
	margin-top: 20px;
}
.oneColElsCtrHdr #header {
	padding: 0;
	background-color: #FFFFFF;
	height: 160px;
	border-bottom: 1px solid #666;
	font-size: 12px;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.oneColElsCtrHdr #mainContent {
	padding: 5px;
	font-size: 12px;
}
.oneColElsCtrHdr #footer {
} 
#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header li {
	float: left;
	margin: 0 5px;
	padding: 0;
	vertical-align: bottom;
	letter-spacing: .03em;	
}
#header .text {
    text-align: right;
	width: 150px
}
#header img {
	border: 1px solid #fff;
}
.oneColElsCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
dt a {
	
	border: 2px solid;
	border-top-color: #00F951;
	border-right-color: #004F1A;
	border-bottom-color: #004F1A;
	border-left-color: #00F951;
	padding: 3px;
	display: block;
	width: 400px;
	margin: 3px;
	background:url(../images/subtitle_bullet.png) #009933 no-repeat 3px 3px;
	color: #FFFFFF;
}


dt a :hover { 
	text-decoration:none;
	
}
dt span {	 
	margin: 0 0 0 30px;
}
#navMenu {
	background:#009900;
	border:1px solid #003300;
	padding:3px;
}
#googleAds { padding: 3px; text-align:center; width:940px; }