@charset "utf-8";
/* CSS Document */

html {
overflow: scroll;
} 

body  {
	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: #232323;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fcf1e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	line-height: 19px;
}
.twoColFixLtHdr #container {
	width: 879px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #wrapper {
	background-image: url(../images/wrapperLeftImage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 949px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr #header {
	background-image: url(../images/top.jpg);
	height: 241px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #sidebar1 {
	width: 205px;
	background-image: url(../images/menuBG2.jpg);
	background-repeat: no-repeat;
	height: 415px;
	padding-top: 63px;
	float: left;
	background-position: 2px;
}
.twoColFixLtHdr #mainContent {
	background-image: url(../images/h1BG.jpg);
	background-position: 20px top;
	background-repeat: no-repeat;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
} 
.twoColFixLtHdr #mainContent a:link {
	color: #C25A14;
	text-decoration: none;
} 
.twoColFixLtHdr #mainContent a:visited {
	color: #C25A14;
	text-decoration: none;	
}  
.twoColFixLtHdr #mainContent a:hover {
	color: #C25A14;
	text-decoration: none;
} 
.twoColFixLtHdr #mainContent a:active {	
	color: #C25A14;
   text-decoration: none;	
}
.twoColFixLtHdr #mainContent h1 {
	color: #C25A14;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 145%;
	padding-bottom: 25px;
} 
.twoColFixLtHdr #mainContent h2 {
	color: #C25A14;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 135%;
} 
.twoColFixLtHdr #mainContent h3 {
	color: #C25A14;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 115%;
} 

.twoColFixLtHdr #footer {
	background-image: url(../images/footerBG.gif);
	background-repeat: repeat-x;
	height: 96px;
	padding: 0;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 10px;
	color: #FFF;
	font-size: 88%;
} 

.twoColFixLtHdr #footer p a:link {
	color: #ffffff;
	text-decoration: none;
} 
.twoColFixLtHdr #footer p a:visited {
	color: #ffffff;
	text-decoration: none;	
}  
.twoColFixLtHdr #footer p a:hover {
	color: #ffffff;
	text-decoration: none;
} 
.twoColFixLtHdr #footer p a:active {	
	color: #ffffff;
   text-decoration: none;	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.language {
	font-size: 80%;
	color: #FFF;
	height: 29px;
	padding-top: 3px;
	padding-left: 821px;
} 

.language a:link {
	color: #fff;
	text-decoration: none;
} 
.language a:visited {
   color: #fff;
	text-decoration: none;	
}  
.language a:hover {
	color: #CF6721;
	text-decoration: none;
} 
.language a:active {	
   color: #fff;
   text-decoration: none;	
} 
.menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 95%;
	color: #002214;
	width: 178px;
	padding-top: 6px;
	height: 24px;
	float: left;
	text-decoration: none;
} 
.menu a:link {
	color: #002214;
	text-decoration: none;
} 
.menu a:visited {
   color: #002214;
	text-decoration: none;	
}  
.menu a:hover {
	color: #EBAA7E;
	text-decoration: none;
	font-weight: bold;
	font-size: 105%;
} 
.menu a:active {	
   color: #002214;
   text-decoration: none;	
} 
.map {
	border: 1px solid #CCC;
} 
.indent1 {
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 0px;
}
.logoLink {
	padding-left: 144px;
}
