html, body {
    font-family: Cambria, Georgia, Times, Times New Roman, serif  ;
    color: #404040;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;	
	background: #98BCE0 url(images/bgrnd_blue.jpg); background-repeat:repeat-x;
	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;
}
#wrapper {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	bottom: 0;
	overflow: hidden;
}
#container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E2E3DB;
	margin-top: 30px;
	margin-bottom: 20px;
    margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 10px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
#header {
	background: #E2E3DB; 
	padding-top: 10px; 
	padding-bottom: 0px;
	padding-left: 20px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-right: 20px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	
	margin: 0;
	width: 890px;
	height: 150px;
}
h1 { 
    font-size: 24px;
	 padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	line-height: 28px;
}
h1.top { 
    color: #000000;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
    font-size: 24px;
	text-align: center;
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	line-height: 28px;	
}
h2 { 
    font-size: 1.5em;
	line-height: 1em; 	
	}
h2.catchphrase {
    margin-top: 25px;
	margin-left: 475px;
    font-family: Cambria, Georgia, Times, Times New Roman, serif  ;
    color: #000000;
	font-size: 2em;
	line-height: 1em;
	font-style: italic;
	font-weight: bold;
	}
h2.imagecaption {
    font-size: 22px;	
	color: #fff;	
	font-style: italic;
	font-weight: bold;
	padding-left: 20px;	
	}
h3 { 
    font-size: 1.17em;     
	}
h3.special {
    color: #3c7dc4;
	margin-bottom: 2px;	
	margin-top: 5px;
	}
h4 { 
    font-size: 1em; 
}
h4.imagecaption {
    font-size: 14px;	
	line-height: 16px;
	color: #fff;	
    font-family: Cambria, Georgia, Times, Times New Roman, serif;	
	font-weight: normal;
	padding-left: 20px;
	padding-right: 50px;
	}
h5 { 
    font-size: .83em;
}
h6 { 
    font-size: .75em; 
}
#mainContent {
	padding-top: 0;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: #E2E3DB;
	width: 890px;
	margin: 0;
	height: 640px;
}
#footer {
	padding-top: 10px; 
	padding-bottom: 10px;
	padding-left: 20px;  /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-right: 20px;  /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
	background-color: #E2E3DB;
	width: 890px;
	height: 40px; 
	text-align: right;
	border-top: 1px dotted #3c3c3c;
	font-size: 12px;
}
#footerboxright {    
	float: left;   
	width: 440px;
	height: 40px;
	background-color: #E2E3DB;
	text-align: right;		
	}
#footerboxleft {    
	float: left;   
	width: 440px;
	height: 40px;
	background-color: #E2E3DB;	
	text-align: left;		
	}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a.ftr:link { text-decoration: underline; color: #3c3c3c; font-size: 12px; }
a.ftr:hover { text-decoration: underline; color: #F6861F; font-size: 12px; }
a.ftr:visited { text-decoration: underline; color: #3c3c3c; font-size: 12px; }
.bottomborder {
 } 
#navtop {     
     background-color: #3c3c3c;
	 width: 890px;
	 height: 35px;
	 margin-bottom: 0;
	 margin-top: 0;
	 } 
#boxtop {
        width: 880px; 
		padding-bottom: 10px;
		float: left; 
		margin-top: 0;
		margin-left: 5px;
		height: 360px;
	    background: #E2E3DB url(images/bg_hwy.jpg); background-repeat:no-repeat;
		} 
.text1{  
        margin: 20px 0 0 0;
        width: 820px;
		height: 120px; 
		float: right;		
		color: #fff;		
		z-index: 200;		
		}
.text2{ 
        color: #fff; 
        margin: 60px 0 0 0;        
        width: 750px; 
		height: 120px;
		padding-left: 30px;
		padding-right: 20px;
		padding-bottom: 20px;
		float: left;         
       }
.box3{  position: absolute;
        width: 880px; 
		padding-bottom: 10px;
		float: left; 
		margin-top: 20px;
		height: 190px;
		background-color: #fff; 
		border: 1px solid #3c3c3c;       
       }
.innerboxleft  {
       background-color: #fff;
	   color: #3c3c3c;
         position: relative;
		 float: left;
		 width: 250px;		
		 height: 180px;	
		 margin-right: 10px;
		 padding: 0 10px 10px 10px;	
		 overflow: hidden;
		 border-right: 1px dotted #3c3c3c;	
		 text-align: center;	 	 
		  }
.innerboxmiddle {
        background-color: #fff;
	   color: #3c3c3c;
         position: relative;
		 float: left;
		 width: 250px;		
		 height: 180px;	
		 padding: 10px;	
		 margin-right: 10px; 
		 overflow: hidden;
		 border-right: 1px dotted #3c3c3c;
		 }
.innerboxright {
       background-color: #fff;
	   color: #3c3c3c;
         position: relative;
		 float: left;		 
		 width: 250px;
		 height: 180px;	
		 padding: 10px;
		 overflow: hidden;
		 }

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img.arrow {
    position: absolute;
	margin-top: 100px;
	margin-left: 700px;
	padding: 0;
	width: 300px;
	height: 277px;
	z-index: 300;
	}
img.compass {
    position: absolute;	
	margin-top: -750px;
	margin-left: 700px;
	padding: 0;
	width: 200px;
	height: 271px;
	z-index: 400;	
	}
img.label {
    position: absolute;	
	margin-top: -650px;
	margin-left: 800px;
	padding: 0;
	width: 169px;
	height: 169px;
	z-index: 400;	
	}
img.label2 {
	position: absolute;
	margin-top: -450px;
	margin-left: 800px;
	padding: 0;
	width: 142px;
	height: 132px;
	z-index: 1000;	
	}

li.menuitem {
    border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;	
	}
.catchphrase {
    margin-top: 55px;
	margin-left: 550px;
    font-family: Cambria, Georgia, Times, Times New Roman, serif  ;
    color: #000000;
	font-size: 2em;
	line-height: 1em;
	}
hr {
    width: 75%;
	text-align: left;/*this will align it for IE*/
     margin: 0 auto 0 0; /*this will align it left for Mozilla*/
	 height: 1px;
	 color: #3c7dc4;
	 }
a.whitesmall:link { text-decoration: none; color: #ffffff; font-size: 12px; }
a.whitesmall:hover { text-decoration: underline; color: #ffffff; font-size: 12px; }
a.whitesmall:visited { text-decoration: underline; color: #ffffff; font-size: 12px; }

.copyright {
   font-size: 12px;
     }
