@charset "UTF-8";
/* CSS Document */

<style type="text/css"> 
 
body  {
	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-color: #000000;
	margin-top: 50px;
	margin-bottom: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;
	font-size: 10pt;
}

.twoColHybRtHdr #container {
	width: 820px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.twoColHybRtHdr #header {
	background-color: #000000;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColHybRtHdr #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 */
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybRtHdr #sidebar1 p" rule.
*/
.twoColHybRtHdr #sidebar1 {
	width: 260px; /* top and bottom padding create visual space within this div  */
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.twoColHybRtHdr #sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #006600;
}
.twoColHybRtHdr #sidebar1 form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #006600;
}
.twoColHybRtHdr  #sidebar1  h3    {
	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;
	color: #006600;
	font-weight: bold;
}
.news_box {
	border: thin #006600 solid;
	color: #006600;
	font-size: .95em;
	font-weight: bold;
	margin: 1em 1em 0 1em;
	padding-right: 0em;
	padding-left: .5em;
	z-index: -1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
.news_box  p {
	margin-top: 0em;
	margin-left: 1em;
}

.news_box h1 {
margin : 0px 0px -5px 2px;
position: relative;
top : -10px;
border: #006600 1px solid;   /* #3c5a86  */
padding-top : 3px;
padding-bottom: 3px;
padding-left : 6px;
padding-right : 5px;
font-size : 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color : #006600;
display: inline;
background-color: #fff;
} 
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybRtHdr #mainContent {
	margin: 0;
	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;
	padding-top: 0px;
	padding-right: 275px;
	padding-left: 20px;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
} 
.twoColHybRtHdr #footer {
	padding: 0;
	width: 820px;
	height: 28px;
	background-image: url(images/spacerU.jpg);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
} 
.twoColHybRtHdr    #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: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
}

/* 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 */
	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;
}

a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #009900;
}
a:hover {
	text-decoration: underline;
	color: #00CC00;
}
a:active {
	text-decoration: none;
	color: #00CC00;
}


/*  drop-down menu styles *******************/
.jqueryslidemenu{
font: bold 12px Verdana;
background: #006600; /* #414141; */
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
width: 137px;
}

.jqueryslidemenu ul li.last {
	width: 134px;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #006600; /* #414141; */ /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
/*border-right: 1px solid #778;*/
color: #2d2b2b;
text-decoration: none;
background-image:url(images/menu/down3.jpg);
background-repeat: repeat-x;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul a:hover{
background: black; /*tab link background during hover state*/
color: white;
background-image:url(images/menu/down3.jpg);
background-repeat: repeat-x;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
background-image:url(images/menu/down3.jpg);
background-repeat: repeat-x;
}


/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
text-align: left;
background: #006600;
width: 137px;
z-index: 1;
}

.jqueryslidemenu ul li ul a:hover {
background: black; 
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
background: #006600;
width: 137px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 137px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid white;
background: #006600;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/*Using an Image in the Menu remove Inherited Border*/
.jqueryslidemenu ul li a img{
border: 0;
}
/*Remove the border when you Hover the Image*/
.jqueryslidemenu ul li a img:hover{
border:0px;
}
/*Remove the img a href Link Border*/
.jqueryslidemenu ul li a img{
text-decoration: none;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
/*  end drop-down menu styles  *******************/



[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColHybRtHdr #sidebar1 { padding-top: 30px; }
.twoColHybRtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */
</style>
<![endif]
 
</style>
