/* CSS Document */


body {position: absolute;
top:0px;
left:0px;
border:0px;
margin:0px;
padding:10px;}
 
#top-section {
	position:relative;
	left:0px;
	top:0px;
	border-bottom:1px solid #9A9A9A;
	height:82px;
	width:750px;
	z-index: 1;
	 }
	 
 /* A CSS comment before the hack with the escape slash tricks ie5mac into ignoring the closing comment tag, & thus the hack below as well \*/
* html #top-section {  /* only ie5 & ie6quirks think html has a root element */
			width: 748px; /* width for ie5 & ie6 quirksmode */
			}
/* Another CSS comment after the hack to close the comment for ie5mac */	 

	 
#header-section {
	position:relative;
	left:0px;
	top:0px;
	border:1px solid #9A9A9A;
	border-top:none;
	width:748px;
	z-index: 1;
	background-color:#ffffff;
					}					          

#bottom-section {
	position:relative;
	left:0px;
	top:0px;
	width:748px;
	padding:0px;
	border:1px solid #9A9A9A;
	background-color:#ffffff;
	z-index: 1;
					}
	

#top-col-arrow {
	position:relative;
	top:0px;
	left:0px;
	width:71px;
	margin:0px;
	padding:0px;
	border:1px solid #9A9A9A;
	border-bottom:none;
	z-index: 1;
				}


#top-col-right {
	position:absolute;
	top:0px;
	left:73px;
	width:675px;
	margin:0px;
	padding:0px;
				}			

/* A CSS comment before the hack with the escape slash tricks ie5mac into ignoring the closing comment tag, & thus the hack below as well \*/
* html #top-col-right {  /* only ie5 & ie6quirks think html has a root element */
			width: 71px; /* width for ie5 & ie6 quirksmode */
			}
/* Another CSS comment after the hack to close the comment for ie5mac */
											
#top-right-top-row {
	position:relative;
	top:0px;
	left:0px;
	border:1px solid #9A9A9A;
	border-left:none;
	width:676px;
	padding:0px;
				}
				
/* A CSS comment before the hack with the escape slash tricks ie5mac into ignoring the closing comment tag, & thus the hack below as well \*/
* html #top-right-top-row {  /* only ie5 & ie6quirks think html has a root element */
			left:-2px; width: 674px; /* width for ie5 & ie6 quirksmode */
			}
/* Another CSS comment after the hack to close the comment for ie5mac */

							
#top-right-bottom-row {
	position:relative;
	top:0px;
	left:0px;
	border-right:1px solid #9A9A9A;
	margin:0px;
	padding:0px;
	width:676px;
	height:35px;
				}
				
/* A CSS comment before the hack with the escape slash tricks ie5mac into ignoring the closing comment tag, & thus the hack below as well \*/
* html #top-right-bottom-row {  /* only ie5 & ie6quirks think html has a root element */
			left:-1px; width: 676px; /* width for ie5 & ie6 quirksmode */
			}
/* Another CSS comment after the hack to close the comment for ie5mac */
			
#quickmenu-button {
	position:relative;
	top:0px;
	left:0px;
	width:114px;
	border:0px;
	margin:0px;
	padding:0px;
	padding-top:12px;
	z-index: 1;
			}

#features-button {
	position:absolute;
	top:0px;
	left:417px;
	width:89px;
	height:34px;
	margin:0px;
	padding:0px;
	border-right:1px solid #9A9A9A; 
	z-index: 1;
			}

/* ie5win hack  */				
#features-button { 
  left:415px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  left:417px;
} 
/* end ie5win hack  */

			
#sitemap-button {
	position:absolute;
	top:0px;
	left:507px;
	width:89px;
	margin:0px;
	padding:0px;
	z-index: 1;
			}

/* ie5win hack  */				
#sitemap-button { 
  left:505px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  left:506px;
  					} 
/* end ie5win hack  */

			
#home-button {
	position:absolute;
	top:0px;
	left:596px;
	width:80px;
	margin:0px;
	padding:0px;
	z-index: 1;
			}												

/* ie5win hack  */				
#home-button { 
  left:595px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  left:595px;
  					} 
/* end ie5win hack  */


/* ie5 hack needed for this section  */
#header-left {
	position:relative;
	top:0px;
	left:0px;
	width:533px;
	border-right:1px solid #9A9A9A;
	margin:0px;
	padding:4px 20px 4px 25px;
	background-color:#ffffff;
	font-family: verdana, arial; 
	font-size:.7em;
				}

/* ie5win hack  */				
#header-left { 
  width:575px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:533px;
} 
/* end ie5win hack  */

				
#header-right {
	position:absolute;
	top:0px;
	left:580px;
	width:147px;
	margin:0px;
			}
/* ie5win hack  */				
 
/* end ie5win hack  */
		

/********************* mid-section ******************************/			
#mid-section {
	position:relative;
	left:0px;
	top:0px;
	border:1px solid #9A9A9A;
	border-top:none;
	border-bottom:none;
	width:748px;
	height:243px;
	overflow: hidden;
	z-index: 1;
			}
			
#teaser {
			border:0px; 
			border-bottom: 5px solid #000000;
			filter: alpha(opacity=100);
			-moz-opacity:1;
			opacity: .99;
			}
			
#teaser div {	position: absolute; 
				top: 217px; 
				left: 0px; 
				width:748px;
			    height:22px; 
				margin-bottom:0px; 
				background: #A95318; 
				filter: alpha(opacity=65); 
				-moz-opacity:0.65;
				opacity: 0.65;					
				}
/* A CSS comment before the hack with the escape slash tricks ie5mac into ignoring the closing comment tag, & thus the hack below as well \*/
* html #teaser div {	position: absolute; 
						top: 216px; 
						left: 0px; 
						}
/* Another CSS comment after the hack to close the comment for ie5mac */
				
#teaser p {	position: absolute; 
			top: 213px; 
			left: 0px; 
			width:100%;
			height:22px;
			padding-left:28px;
			margin-bottom:0px; 
			font-family: verdana; 
			font-size:.65em;
			font-weight:bold;
			filter: alpha(opacity=100);
			-moz-opacity:1;
			opacity: .99;
					}
* html #teaser p {position: absolute; top: 222px; left: 0px; }
								
#teaser p span {	float:right; 
					display:inline; 
					padding-right:40px;
					}					
* html #teaser p span{padding-right: 10px; cursor: hand;}

#teaser a:link {color:#000000; text-decoration:none;}
#teaser a:visited {color:#000000; text-decoration:none;}
#teaser a:hover {color:#bbbbbb;}			 
			
				
/********************* lowerMid-section ******************************/
			
#lowerMid-section {
	position:relative;
	left:0px;
	top:0px;
	border:1px solid #9A9A9A;
	border-top:none;
	border-bottom:none;
	margin:0px;
	padding:0px;
	width:748px;
	height:250px;
	overflow: hidden;
	z-index: 1;
	font-family: verdana; 
	font-size:.65em;
	line-height:1.4em;
			}
			
#lowerMid-section a:link, a:visited { 	
						color:#334219;
						text-decoration:none;	
					}
#lowerMid-section a:hover {
							color:#A95318;}
#lowerMid-section h1 {
						margin-top:42px;
						margin-left:-25px;
						margin-bottom:-4px;
						font-weight:bold;
						text-transform:uppercase;
						font-size: 1em;
					}
					
#lowerMid-section h1 img {
							margin-right:9px; 
							border-left:1px solid #9A9A9A;
							}
#lowerMid-section h1 a:link, a:visited {color:#A95318; text-decoration:none;}
#lowerMid-section h1 a:visited { color:#A95318;}				
#lowerMid-section h1 a:hover { color:#334219;}
														
#lowerMid-section a:link, a:visited { 	
									  color:#334219;
									  text-decoration:none;	
										}
#lowerMid-section a:hover {color:#A95318;}
#lowerMid-section ul  {
			border-left: 1px solid #9a9a9a;
			margin-top:0px;
			margin-left:-25px;
			margin-bottom:-4px;
			padding: 10px 10px 240px 18px; 
			}

#lowerMid-section li  {list-style:none;
			margin-top:3px;
			margin-bottom:3px;
			padding:0;
			
			}
	/* this comment ends the mac hack
	*/

#navLeft {	
			position:relative;
			top:0px;
			left:30px;
			width:220px;
			margin:0px;
			padding:4px 20px 4px 25px;
			background-color:#ffffff;
						
			}

#navCenter {	
			position:absolute;
			top:0px;
			left:290px;
			width:250px;
			margin:0px;
			padding:4px 20px 4px 25px;
			background-color:#ffffff;
			}

#navRight {	
			position:absolute;
			top:0px;
			left:579px;
			width:240px;
			margin:0px;
			padding:0px 20px 4px 25px;
			background-color:#F1F1F1;
			line-height: 1.1em;}

#navRight a:link {color:#727272; text-decoration:none;}
#navRight a:visited { color:#727272;}				
#navRight a:hover { color:#334219;}
														
#menu1 {left:82px; 
		top:92px; 
		z-index:98;
		}
		
#sub3  {left:250px; 
		top:92px; 
		z-index:99;
		}
		
#sub4  {left:250px; 
		top:92px; 
		z-index:100;
		}
		
.menus a:link {color: #333333}
.menus a:visited {color: #333333}
.menus a:hover {color: #A45606}



