@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-color: #e9ecf3;
}
.twoColFixRtHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0 0;  /* 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. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: -1px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #98a739;

}
#sidebar1 h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	margin-bottom: -6px;
	}
#sidebar1 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	}	
.twoColFixRtHdr #mainContent {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 242px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
}
#mainContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #003366;
	}
#mainContent li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	}
#imageright2 {
	padding-right: 5px;
	padding-left: 3px;
	float: right;
}
.caption2 {
	padding-bottom: 2px;
	padding-left: 6px;
	padding-top: 2px;
	padding-right: 2px;
	background-color: #E4E4FC;
	border: 1px solid #003366;
}
#mainContent h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	}
#mainContent h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:13px;
	margin-bottom: -10px;
	}
#mainContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #footer p {
	font-size:11px;
	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 */
}
.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;
}
.menu {
	font-family: arial, sans-serif;
	width:880px;
	height:25px;
	position:relative;
	font-size:11px;
	z-index:100;
	margin-top: 0px;
	background-color: #98a739;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	padding-left:20px;
	padding-right:20px;
	height:25px;
	text-align:center;
	color:#fff;
	line-height:25px;
	font-size:12px;
	overflow:hidden;
	background-color: #98a739;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
.menu ul {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#fff;
	background-color: #51739e;
}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#3366FF; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#3366FF; color:#fff;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#98a739; color:#fff;}
.menu ul li:hover ul li a:hover {background:#3366FF; color:#fff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

/* common styling */
.menu2{
	font-family: Arial, Helvetica, sans-serif;
	width:210px;
	position:relative;
	font-size:11px;
	z-index:100;
	font-weight: bold;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: -10px;
}
.menu2 ul {
	padding:0;
	margin:0;
	list-style-type: none;
	width:217px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.menu2 ul li ul {
	visibility:hidden;
	position:absolute;
	height:0;
	overflow:hidden;
	top:0;
	left:219px;
}
.menu2 ul li {
	float:left;
	background-color: #98a739;
}
.menu2 ul li a, .menu2 ul li a:visited {
	display:block;
	float:left;
	text-decoration:none;
	color:#FFFFFF;
	width:210px;
	height:30px;
	line-height:29px;
	font-size:12px;
	background:transparent;
	padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
* html .menu2 ul li a, * html .menu2 ul li a:visited {
	width:100px;
	w\idth:50px;
}

.menu2 table {
border-collapse:collapse; border:0; margin:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu2 ul li:hover a,
.menu2 ul li a:hover{
background:#51739e;
height:30px;
color:#fff;
}

.menu2 ul li:hover {position:relative; z-index:90;}
* html .menu2 ul li a:hover {position:relative; z-index:100;}

.menu2 ul li:hover ul,
.menu2 ul li a:hover ul {
visibility:visible; position:absolute; border:1px solid #51739e; background:#51739e; overflow:visible;
}
.menu2 ul li:hover ul li a,
.menu2 ul li a:hover ul li a{
display:block; background:transparent; color:#fff; line-height:15px; padding:5px 0 5px 10px; height:19px; text-decoration:none;
}

.menu2 ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover {
background:#51739e; color:#fff;
}
.menu2 ul li:hover ul li ul,
.menu2 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:85px;
}
.menu2 ul li:hover ul li:hover ul,
.menu2 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; height:auto; color:#000; padding:0; border:1px solid #069; list-style-type:none; background:#069;
}
.menu2 ul li:hover ul li:hover ul li a,
.menu2 ul li a:hover ul li a:hover ul li a {
display:block; background:transparent; color:#ff0;
}

.menu2 ul li:hover ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover ul li a:hover {
background:#eee; color:#000;
}
body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
.select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
.searchform {
	height: 17px;
	width: 130px;
	}

.button {
	font-size:12px;
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}
.address {
	width: 250px;
	float: right;
	margin-top: -115px;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003399;
	font-weight: bold;
}
.homeleft {
	float: left;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.homeright {
	float: right;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.flashcontent {
	float: right;
	width: 300px;
	margin-left: 6px;
}
iframe {
border: 0px solid #ffffff;
}
