@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, 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-image: url(../images/bg.jpg);
	background-position: top;
	background-color: #0A8D7F;
	background-repeat: repeat-x;
}
.twoColLiqRtHdr #topBg {
	background-image: url(../images/bgtop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 0;
}

.twoColLiqRtHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.twoColLiqRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 10px;
	padding-top: 185px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#header h1 .topMenu {
	display: block;
	list-style-type: none;
	margin-top: 50px;
}
#header h1 .topMenu li {
	display: inline;
}

.twoColLiqRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 15px; /* top and bottom padding create visual space within this div  */
	margin-top: 15px;
	margin-right: 10px;
	padding-bottom: 20px;
	background-color: #006F45;
	color: #FFF;
	height: 215px;
}
.twoColLiqRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 15px; /* top and bottom padding create visual space within this div  */
	margin-top: 15px;
	margin-right: 10px;
	padding-bottom: 20px;
	height: 215px;
	font-size: 12px;
	color: #333;
	line-height: 16px;
}


.twoColLiqRtHdr #topBg #container #bgmain {
	background-color: #FFF;
	background-image: url(../images/bgbtm.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.twoColLiqRtHdr #sidebar1 h3, .twoColLiqRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
}
.twoColLiqRtHdr #mainContent {
	margin: 0 26% 0 10px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
	vertical-align: top;
} 
#mainContent3 {
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
	float: left;
}
#mainContent2 {
	width: 720px;
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
	float: left;
}
.twoColLiqRtHdr #topBg #container #bgmain #mainContent2 h1 {
	margin-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #008758;
	font-weight: bold;
	padding-top: 20px;
	font-size: 24px;
}
.twoColLiqRtHdr #topBg #container #bgmain #mainContent2 .mcp2 table {
	border: 1px solid #CCC;
	font-size: 14px;
	line-height: 20px;
}

.twoColLiqRtHdr #topBg #container #bgmain #mainContent2 .mcp2 h2 {
	font-size: 18px;
	color: #02A3E9;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
}


.twoColLiqRtHdr #topBg #container #bgmain #mainContent2 p,
.twoColLiqRtHdr #topBg #container #bgmain #mainContent3 p {
	font-size: 14px;
	line-height: 20px;
	margin-right: 25px;
	margin-left: 10px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.twoColLiqRtHdr #topBg #container #bgmain #mainContent2 .mcp2 p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
}
.twoColLiqRtHdr #topBg #container #bgmain #mainContent2 .mcp2 p img {
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	display: block;
}

.twoColLiqRtHdr #footer {
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 11px;
} 
.twoColLiqRtHdr #topBg #container #bgmain #mainContent2 .mcp2 .brd2 {
	border: 0px none #FFF;
	margin: 0px;
	font-size: 14px;
}
.twoColLiqRtHdr #topBg #container #bgmain #mainContent2 .mcp2 .brd2 tr td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.twoColLiqRtHdr #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 */
	color: #FFF;
}
.twoColLiqRtHdr #topBg #container #footer #footmenu {
	float: right;
	margin-top: 10px;
}
.twoColLiqRtHdr #topBg #container #footer #footmenu a {
	color: #FFF;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 4px;
}
.twoColLiqRtHdr #topBg #container #footer #footmenu a:hover {
	text-decoration: underline;
}


/* Miscellaneous classes for reuse */
.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. The floated element must precede the element it should be next to on the 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;
}
 
#bgmain #mainContent3 .more {
	display: block;
	width: 800px;
	text-align: right;
	margin-bottom: 20px;
}
 
</style>[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColLiqRtHdr #sidebar1 { padding-top: 30px; }
.twoColLiqRtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

