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

 
<!-- 
body  {
	font: Arial, Helvetica, Verdana, 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 */
	color: #000000;
	background-color: #f8f4d9;
	background-image: url(../images/bkg_main.jpg);
}

a:link {
	color: #1b6aa5;
}
a:visited {
	color: #1b6aa5;
}
a:hover {
	color: #1b6aa5;
}
a:active {
	color: #1b6aa5;
}

#table1 {
	padding-left:17px;
	}


p  {
	color: #000000;
	margin: 0px;
	padding-left:25px;
	padding-top: 0px;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	padding-bottom: 20px;
	padding-right: 75px;
	font-family: Arial, Helvetica, Verdana,   sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	}

.t1 {
	font-size: 17px;
	font-weight: bold;
}

.t2 {
	font-size: 18px;
	font-weight: bold;
}




.t1_italics {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}

.s1 {
	font-size: 14px;

}


#container{
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	color: #000000;
	border: 0px;
	background-color: #f8f4d9;
}

 
.twoColFixLtHdr #header { 
	padding: 0 0px 0 0px;  /* 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. */
		height: 65px;
		margin: 0px;
} 





#column1, #column2 {
	margin: 0px;
	padding: 0px;
	float: left
	}


 #column1 {
	float: left; /* since this element is floated, a width must be given */
	width: 254px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 46px;
		text-align: center;
}

#column2 {
	font-family: Helvetica, Verdana, Arial,  sans-serif;
		text-align: left;
	font-size: 12px;
	width: 675px;
	}
	
	
#jimage {

float: right;
margin:0px;
padding-right: 75px;
padding-left: 10px;
width: auto;
}

#leaves {

float: right;
margin:0px;
padding-right: 75px;
padding-left: 15px;
width: auto;
}

#map {
	float: right;
	padding: 0px 70px  10px 20px;
	margin: 0px 0x 0px 30px;
	height: 275px;
	width: 400px;
	}



 #end { 
	padding-top: 15px;
	text-align: center;
	margin: 0 auto;
	background-color: #364a59 ;
	width: 100%;
	color: #ffffff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
} 

#end a{
color: #FFFFFF;
text-decoration: none;

}


#end a:hover{
color: #FFFFFF;
text-decoration: underline;
}

#end 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: 28px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: left;
	margin-left: 293px;
}
.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;
}

.inputText {
	width:230px;
	border:1px solid #000000;
	margin:0;
	padding:2px;
	font-size:11px;
	background-color:transparent;
}

.textArea {
	width:235px;
	font-size:11px;
	overflow:auto;
	}

.submit {
	border:0px solid;
	width:241px;
	height:27px;
	font-size:13px;
	padding:0px;
	background-image: url(../images/submitr2.jpg);
}

.drop {
	border:1px solid;
	font-size:12px;
	width:235px;
	background-color:#e6ddbc;
}



--> 
<!--[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
 #column1 { width: 247px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
 #column1 { padding-top: 30px; }
#column2 { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->
