@charset "UTF-8";
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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #00534E;
	font-weight: bold;
}
.twoColFixLtHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/banner1_01.jpg);
	height: 181px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-left: 21px;
	color: #FFFFFF;
}
.twoColFixLtHdr #container #wrapperContent {
	margin: 0px;
	padding: 0px;
	height: 569px;
	background-color: #018A5C;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 270px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 569px;
} 
.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;
}
.twoColFixLtHdr #container #wrapperContent #sidebar1 #sidebar1Advert {
	width: 100%;
}
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

<style type="text/css">

.twoColFixLtHdr #container #wrapperContent #sidebar1 table {
	width: 240px;
	color: #FFFFFF;
}
.twoColFixLtHdr #container #wrapperContent #sidebar1 #sidebar1Advert {
	padding: 0px;
	background-color: #00534E;
	width: 240px;
}
.twoColFixLtHdr #container #wrapperContent #sidebar1 #sidebar1Advert h2 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #wrapperContent #sidebar1 #sidebar1Advert h3 {
	font-size: medium;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.twoColFixLtHdr #container #wrapperContent #mainContent #locationMap {
	margin: 0px;
	padding-left: 25px;
	padding-top: 55px;
	height: 70px;
	padding-right: 35px;
	font-size: 12pt;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #wrapperContent #mainContent #locationMap h5 {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #aboutWrapperContent {
	background-image: url(css/images/about.jpg);
}
.twoColFixLtHdr #container #wrapperContent #mainContent #aboutContent {
	margin: 0px;
	padding-top: 310px;
	padding-left: 40px;
	height: auto;
	padding-right: 15px;
}
.twoColFixLtHdr #container #wrapperContent #mainContent #aboutContent p {
	font-size: 10pt;
	color: #194C45;
	font-weight: normal;
	text-indent: 20px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
