/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4a9821 url(/images/bkgd-body.jpg);
	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;
}
#container { 
	width: 960px;  /* 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 */
	border-left: 1px solid #2c52c1;
	border-right: 1px solid #2c52c1;
	border-bottom: 1px solid #2c52c1;	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #DDDDDD; 
	padding: 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. */
} 
#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 */
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/*	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
	text-align:left;
}

#sidebar1 h3 { 
	text-align:left; 
	margin: 0px 0px 15px 0px;
	padding: 0.5em 0.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-weight:bold;
	background-color: #55a82b;
	border-bottom:none;
	text-align:center;
	}

#sidebar1 p { margin: 0 0 10px 10px; font-size: 80%; }

#sidebar1 td { font-size: 80%; }

#sidebar1 form { margin-left: 15px; }

#mainContent { 
	margin: 0 0 0 300px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px 15px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
} 
#mainContent h3 { margin: 0 0 10px 0; padding:0; text-align:left; color:#999999; }
#mainContent h4 { margin: 15px 0 10px 0; padding:0; text-weight:bold; text-align:left; color:#2c52c1; }
#mainContent p { margin-bottom: 10px; font-size: 85%; }
#mainContent ul { margin-bottom: 10px; }
#mainContent li { margin-bottom: 10px; font-size: 85%; }

/************************************************
*	Footer      								*
************************************************/

#footerLinks {
	background: #2c52c1;
	width: 960px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	margin: 0px auto 0px;
	padding:3px 0;
	text-align: center;
	}
	
#footerLinks a, #footerLinks a:visited {
	color: #C0C0C0;
	text-decoration: underline;
	}
	
#footerLinks a:hover {
	color: #ffff00;
	text-decoration: underline;
	}

#footerLinks ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#footerLinks ul li {
	display: inline;
	}

#footerLinks ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#footerCopyright {
	background:none;
	width: 960px;
	color: #2e6711;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	}
	
#footerCopyright a, #footerCopyright a:visited {
	color: #7cbc5c;
	text-decoration: underline;
	}
	
#footerCopyright a:hover {
	color: #d4d44c;
	text-decoration: underline;
	}


#footer { 
	margin:20px 0 0 0;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #2c52c1;
	border-top: #819ff7 1px solid;
	border-bottom: #819ff7 1px solid;
	color:#CCCCCC;
	font-size: 11px;
} 
#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 */
}
#footer a { color:#CCCC00; }

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

/************************************************
*	 HEADER MENU BAR 				            *
************************************************/

#menuwrapper {
	margin:0;
	padding:0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #4768c9; 
	background-image: url(/images/nav-main-menu-bar.jpg);
	background-repeat: repeat-x; 
	min-height:20px;

}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#navMainMenuBar, #navMainMenuBar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#navMainMenuBar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #333;
	font-size: 11px;
	color: #edf0f8;
}
#navMainMenuBar a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(/images/nav-main-menu-bar-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#navMainMenuBar li {
	float: left;
	width: 9em;
	list-style:none;
}
#navMainMenuBar li ul, #navMainMenuBar ul li  {
	width: 12em;
	border-bottom: 1px solid #dbdbaf;
}
#navMainMenuBar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
#navMainMenuBar li ul {
	position: absolute;
	display: none;
	border-top: 1px solid #dbdbaf;		/* light borders of submenu here */
	border-right: 1px solid #333333;	/* and here						 */
	border-bottom: 1px solid #333333;	/* and here						 */
/*	background-image: url(/images/nav-main-menu-bar-gradient.jpg) repeat-x; */
	background-color: #fdfd7a;		/* background color of submenu */
}
#navMainMenuBar li:hover a, #navMainMenuBar a:focus,
#navMainMenuBar a:active, #navMainMenuBar li.p7hvr a {
	color: #405237;				 /* text color of main nav bar on hover */
	background-color: #fdfd7a;   /* background color of main nav bar on hover */
}
#navMainMenuBar li:hover ul, #navMainMenuBar li.p7hvr ul {
	display: block;
}
#navMainMenuBar li:hover ul a, #navMainMenuBar li.p7hvr ul a {
	color: #687761;					/* text color of submenu */
	background-color: transparent;
}
#navMainMenuBar ul a:hover {
	background-color: #ffde00!important;	/* background color of submenu on hover */
	color: #687761!important;				/* text color for submenu items on hover */
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#navMainMenuBar li {width: auto;}


/************************************************
*	 OTHER MISCELLANEOUS			            *
************************************************/

.copyReminder { margin: 20px 0 0 0; padding: 0 10px 0 10px; border: 1px solid #CCCCCC; background-color: #FFFFD2; font-size: 80%; }

