html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	/* background: #DBE5E4 url(images/bg.gif) top left repeat-x;	*/
	background: #DBE5E4; 
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:10pt;
	color:#666;
	min-height: 100%; margin-bottom: 1px; /* needed to correct Page Shift caused by scollbar on short pages */
}


a {
	color:#075645;
}

a:hover {
	color:blue;
}


h1, h2, h3, h4 { 
	margin:1em 0em 0.25em 0em;
	color:#075645;
}

h1 {
	font-size:1.6em;
}

h2 {
	font-size:1.4em;
}

h3 {
	margin: 1em 0em 0em 0em;
	font-size:1.2em;
}

h4 {
  padding: 0px;
  margin: 0px ;
	font-size:1em;
}

span.boldGreen {
  color: #075645;
  font-weight: bold;
}


p {
	line-height:130%; 
	margin:2px 0 10px 0px;
}



table {
  padding: 0px;
  margin: 0px;
  width: 100%;
}
table tr td {
  padding: 0px;
  margin: 0px;
}
table tr td {
  align: left;
  vertical-align: top;
}

table#table1 tr td {
  padding: 10px;
}

table#tableRate tr td {
  padding: 1px;
  border: 2px 
}

/* Design 4 */
table.Design4 {
    border-spacing: 0px;
    border-collapse: collapse;
}
table.Design4 th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border-bottom: 2px solid #FFFFFF;
    background: #DBE2F1;
}
table.Design4 td {
    text-align: left;
    border-bottom: 2px solid #FFFFFF;
    padding: 0.1em 0.5em;
    background: #DBE2F1;
}

table.Design4 thead th {
    background: #548378;
    color: #FFFFFF;
    text-align: center;
}
table.Design4 th.Corner {
    text-align: left;
}




div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	padding:0;
	width:950px;
	background:#fff;
	height:auto !important; /* real browsers */
	z-index:1;
}




div#header {
	padding:0;
	margin:0;
	background:#fff url('images/logoTop_v1.gif') no-repeat 100% 0px;
	height: 88px;
	width: 950px;
	z-index:2
}

	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#menu_holder {
	clear:both;
	float: none;
	padding:0;
	margin:0;
	width: 950px;
	height: 47px;
	background:#fff url('images/logoBottom_v1.gif') no-repeat 100% 0px;
	text-align: left;
		z-index:2
	}

div#content {
	padding:0;
	margin:0;
	width: 910px;
	padding:20px 20px 50px 20px; /* bottom padding for footer */
	z-index:2;
}


	div#content p {
		text-align:justify;
	}




div#columnWrapper {
	padding:0;
	margin:0;
	width: 910px;
	height: auto;
	min-height: 400px;
	z-index:3;

}

div#columnLeft {
	width: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-color: #fff;
	height:auto;
	z-index:4;
	
	}

div#columnRight {
	width: 640px;
	padding: 0px;
	margin: 0 0 0 30px;
	height:auto;
	float: left;
	z-index:4;
	}



div#columnRight li  {
  list-style-image: url('images/green-bullet.png'); 
	margin: 3px 0px 6px 0px;
}




div#footer {
	clear: both;
	position:relative;
	padding: 0px;
	margin: 0px;
	width: 950px;
	height: 60px;
	background:#fff url('images/footer.gif') no-repeat bottom center;	
	color: #fff;
	font-size:8pt;
	text-align: center;
	vertical-align: bottom;
	z-index:2
}


	div#footer p {
		padding:42px 0 0 0;
		margin:0px 0 0 0;
	}
div#footer a, div#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
div#footer a:hover {
	color: blue;
}

#blueblock {		
	float: left;
	width: 200px;
	padding: 0;
	margin: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 90%;
	background-color: #fff;
	color: #333;
	z-index: 3;
}

#blueblock A.top_link {
	visibility:hidden;
}

#blueblock ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-indent: 0px;
}

	#blueblock ul li {
		list-style-type: none;
		margin: 0 0 5px 0;
		padding: 0px;
		display: block;
		text-indent: 0px;
		text-align: left
		width: 200px;
	}

#blueblock li a{
	display: block;
	margin: 0px;
	padding: 3px 2px 3px 8px;
	border-left: 12px solid #548378;
	background-color: #D5D0CC;
	color: #075645;
	font-size: 10.5pt;
	text-decoration: none;
	width: 170px;
}


#blueblock li a:hover {
border-left: 12px solid #548378;
background-color: #C6BFBA;
color: #fff;
}


div#cssDivFadingImg {
	margin: 0px;
	padding: 0px;
	width: 640px;
	height: 160px;
	background:#dddddd url('../img/slideshow1/slide0.jpg') 100% 0px no-repeat;
	z-index:5;
}

div#map_canvas {
 WIDTH: 640px;
 FLOAT: left;
 HEIGHT: 300px;
 margin: 0 0 10px 0;
}