@charset "utf-8";
body  
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#000000;
	line-height:1.6em;
	background:url(../images/background-small.jpg) center top repeat-x #7C7C7E;
	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 */
	}
	
	html,form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address 
	{
	margin:0;
	padding:0;
	}

hr 
	{
	clear:both;
	visibility:hidden;
	}

.clear 
	{
	clear:both;
	}

.centered, p.centered 
	{
	text-align:center;
	}

.right 
	{
	text-align:right;
	}		
	
.floatleft
	{
	float:left;
	}		

.floatright
	{
	float:right;
	}
	
img 
	{
	border:0;
	}

 h1
 	{
	color:#000000;
	font-size: 15px;
	font-weight: bold;
	line-height:15px;
	padding-bottom:5px;
	}
			
h2
 	{
	color:#000000;
	font-weight:bold;
	line-height: 16px;
	font-size: 13px;
	padding-bottom:9px;
	text-align:center;
	}
	
h3, h4, h5
 	{
	color:#000000;
	font-size: 13px;
	font-weight: bold;
	line-height:16px;
	padding-bottom:7px;
	text-align:left;
	}

p
	{
	padding-bottom:7px;
	line-height: 18px;
	}
		
.img-right
   {
   margin-right:25px;
   }
   
.img-right
   {
   margin-left:25px;
   }
		
/* ------ END Global ------ */	
/* --------------------------------------------- General Structore --------------------------------------------- */
	
.twoColFixLtHdr #container 
	{ 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	}
	 
.twoColFixLtHdr #header 
	{ 
	margin:0;
	padding: 0; 
	}
	 
.twoColFixLtHdr #sidebar1 
	{
	float: left; /* since this element is floated, a width must be given */
	width: 288px; /* 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 */
	padding: 0;
	}
	
.twoColFixLtHdr #mainContent 
	{ 
	margin: 0 0 0 327px; /* the left margin on this div element creates the column down the left 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: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(../images/body-bg.gif) left top repeat-y;
	}
	 
.twoColFixLtHdr #footer 
	{ 
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top:50px;
	}
	 
.twoColFixLtHdr #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 */
	}
	
.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;
	}
	
	
/*************************************************** LEFT NAV AREA ***************************************************/		

#nav-bar
	{
	background:url(../images/nav-bar-bg.gif) top left repeat-y;
	width:288px;
	text-align:right;
	margin: 0;
	}
	
#nav-bar ul
	{
	background:url(../images/nav-bar-top.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#nav-bar li 
	{ 
	margin: 0 20px 0 49px; 
	}

#nav-bar li a
	{
	display: inline-block; /* this fixes the "White Space in List Link Bug" in IE 6 */
	}
	
#nav-bar li a
	{
	display: block;
	color:#7d920e;
	text-decoration: none;
	border-bottom: 1px dashed #7d920e;
	padding:9px 0px;
	}

#nav-bar li a:hover
	{
	color:#ffffff;
	}

#nav-bar .img-bot
{
	margin-bottom:-15px;
}

#about-us-bar 
	{
	background:url(../images/sidebar-2-bg.gif) top left repeat-y;
	width:288px;
	text-align:right;
	margin: 25px 0 0 0 ;
	}
	
#about-us-bar  ul
	{
	background:url(../images/sidebar-2-top.gif) top left no-repeat;
	margin: -35px 0 0 0;
	padding: 0;
	list-style-type: none;
	}
	
#about-us-bar  li 
	{ 
	margin: 0 20px 0 49px; 
	}

#about-us-bar  li a
	{
	display: inline-block; /* this fixes the "White Space in List Link Bug" in IE 6 */
	}
	
#about-us-bar  li a
	{
	display: block;
	color:#7d920e;
	text-decoration: none;
	padding:9px 0 125px 0;
	}

#about-us-bar li a:hover
	{
	color:#000000;
	}

#about-us-bar .img-pic
{
	background:url(../images/sidebar-2-top1.gif) no-repeat top;
	height:208px;
	margin-top:-50px;
}

#about-us-bar p
{
	margin:10px 35px 0 35px;
}

#about-us-bar .tbar
{
	text-align:right;
	margin:40px;
	padding-top:50px;
	color:#859c0e;
	font-weight:bold;
}

/* ------ end of navigation area ------ */


/*************************************************** MAIN CONTENT -BODY AREA ***************************************************/		
#bodyarea
	{
	background:url(../images/body-top2.gif) top left no-repeat;
	padding: 30px 50px 50px 50px;
	}
	
#bodyarea p, ul
	{
	padding-bottom: 20px;
	line-height: 1.6em;
	font-size: .9em;
	color:#333333;
	}
	
#bodyarea li
	{
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 0;
	margin-top: 0;
	list-style-type:square;
	}
	
#bodyfoot	{
	background:url(../images/body-bot.jpg) top left no-repeat;
	height: 55px;
	}
	
#logo-thumbs
{
	width:450px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}	

#logo-thumbs ul
{
	list-style-type:none;
}
	
#logo-thumbs li
{
	display:inline;
	margin:0;
	padding:17px;
}

#print-thumbs
{
	width:450px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;	
}	

#print-thumbs ul
{
	list-style-type:none;
}
	
#print-thumbs li
{
	display:inline;
	margin:0;
	padding:17px;
}

#web-thumbs
{
	width:450px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;	
}	

#web-thumbs ul
{
	list-style-type:none;
}
	
#web-thumbs li
{
	display:inline;
	margin:0;
	padding:17px;
}

/* ------------------------ admin links below header before content ------------------------ */
#admin-links
	{
	display:block;
	text-align:right;
	font-size:9px;
	margin-right: 10px;
	}
	

#admin-links a
	{
	text-decoration:none;
	color:#000000;
	}

#admin-links a:hover
	{
	text-decoration:underline;
	color:#000000;
	}
	
#admin-links a:visited
	{
	text-decoration:none;
	color:#666666;
	}
	
/*************************************************** FOOTER AREA ***************************************************/		
#footer-text
	{
	clear:both;
	font-size:10px;
	line-height:12px;
	text-align:center;
	padding:10px;
	/*float:right;*/
	}
	
#footer-text a
	{
	display:inline;
	text-decoration:none;
	color:#000000;
	}

#footer-text a:hover
	{
	text-decoration:underline;
	color:#000000;
	}
	
#footer .img-tree
{
	margin-bottom:-11px;
}

/* ------------------------ copyright links area ------------------------ */
#copyright
	{
	padding:10px;
	text-align:right;
	font-size:12px;
	text-align:center;
	background:url(../images/footer-tile.gif) repeat-x;
	display:block;
	color:#999;
	}
	
#copyright a
	{
	text-decoration:none;
	color:#999;
	}

#copyright a:hover
	{
	text-decoration:underline;
	color:#999;
	}

#copyright p
	{
	line-height:10px;
	}