@charset "UTF-8";

html {
	height: 100%;
	background: #003300;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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/bkgtile.jpg);
}

p {
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color:#777;
	margin-bottom:19px;
}

a {
	color:#003300;
}

a:hover a:visited {
	text-decoration: none;
}

#links ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color:#777;
	margin-bottom:19px;
	list-style-type:none;
}

#links ul a {
	color:#003300;
}

#links ul a:hover, ul a:visited {
	color:#327B51;
}

#privacy li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color:#777;
	margin-bottom:19px;
}

h1 {
	padding:0;
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#003300;
	font-size: 32px;
	margin-bottom:16px;
	font-weight: normal;
}
h2 {
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#327b51;
	font-size:24px;
	margin-bottom:12px;
}
h3 {
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#327B51;
	font-size:16px;
	margin-bottom:8px;
}

h4 {
	padding:0;
	margin:0;
	margin-bottom:15px;
	font-size:12px;
}

address {
	text-align:center;
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color:#777;
	margin-bottom:19px;
}


strong {
	color:#003300;
}

#topbgrnd {
	background-image: url(images/topbgrnd.jpg);
	height: 174px;
	margin: 0;
	padding: 0;
}

#bottombgrnd {
	background-image: url(images/bottombgrnd.jpg);
	height:100%;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-color: #002B1A;
}
#contentbottom {
	background-image: url(images/contentbottom.jpg);
	height: 57px;
	margin: 0;
	padding: 0;
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
}
#contentbottom ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#contentbottom li {
	padding:0;
	margin:0;
	position:relative;
	display:inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
}
#contentbottom p {
	color:#327B51;
	font-size:9px;
	line-height:50px;
}
#contentbottom a, #contentbottom a:visited {
	text-decoration:none;
	color:#327B51;
}
#contentbottom a:hover {
	color:#999999;
}
#contentbottom ul a, #contentbottom ul a:visited {
	text-decoration:none;
	color:#999999;
}
#contentbottom ul a:hover {
	color:#327B51;
}
#header {
	margin:0px;
	padding:0px;
	margin-top:0px;
	height:120px;
}
.twoColFixRt #container {
	width: 875px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/contentbgrnd.png);
	padding: 0 0;
}



/* SIDEBAR STYLES---------------------------------------- */

.twoColFixRt #sidebar1 {
	float: right; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 60px 0px 20px;
	width: 200px;
	height: 400px;
}

.twoColFixRt #sidebar1 ul {
	margin:0;
	padding:0;
	padding-left: 0px;
	border-left: solid 1px;
}

.twoColFixRt #sidebar1 li {
	margin:0px;
	padding:0px;
	list-style-type:none;
	padding: 0px;
	text-transform:uppercase;
	line-height: 12px;
}

.twoColFixRt #sidebar1 ul li a, .twoColFixRt #sidebar1 ul li a:visited {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#003300;
	text-decoration: none;
	list-style-type:none;
	display:block;
	padding: 8px;
}

.twoColFixRt #sidebar1 ul li a:hover, .twoColFixRt #sidebar1 ul li a:active, .twoColFixRt #sidebar1 ul li a #current {
	color:#FFFFFF;
	background-color:#003300;
}





/* MAIN CONTENT STYLES---------------------------------------- */

.twoColFixRt #mainContent {
	margin: 0 280px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 0 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
} 

.twoColFixRt #mainContent img {
	margin:0px;
	padding:0px;
	margin: 0px 0px 10px 15px;
	float:right;
	border-style: none
} 

.twoColFixRt #mainContent img.signatures {
	margin:0px;
	padding:0px;
	float:left;
} 

.twoColFixRt #mainContent #communitylogos img {
	margin:0px 50px 20px 0px;
	padding:0px;
	float:left;
	border-style: none
} 

.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;
}

#flashcontent {
z-index: 1;
}

/* Main Menu Styles */

.menu {
	width:798px;
	height:30px;
	font-size:12px;
	position:relative;
	z-index:100;
	border-right:1px solid #327b51;
	border-left:1px solid #003300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:799px; w\idth:798px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	margin-left: 0px;
}
.menu ul ul {
	width:140px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:114px;position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	width:114px;
	height:30px;
	border-right:1px solid #003300;
	border-width:0 1px 0 1px;
	padding-left:0px;
	line-height:33px;
	text-align: center;
	border-left: 1px solid #327b51;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:133px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#003300;
}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#327b51;}
.menu ul ul :hover > a.drop {background:#327b51;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#003300;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:30px;
	left:0px;
	width:148px;
}
/* another hack for IE5.5 */
* html .menu ul ul {top:29px;t\op:30px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:133px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-150px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#003300;
	font-weight:normal;
	color:#fff;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:185px;
	border:.5px solid #327B51;
	text-align: left;
	margin-left: -1px;
	margin-bottom:0px;
        font-size:12px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:134px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#327B51;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#327B51;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
