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

/* Page Elements

	About Us - green: #6ec117

 */		
 
 #partofit	{
			background-color:#6ec117;
			}
 
 #partofit hr	{
			color:#6ec117;
  			border-top:1px solid #6ec117;
  			border-left:#6ec117;
 			border-right:#6ec117;
			}	

/* STRUCTURE */
			
			
#maincontent	{
			background-image:url(../shared_images/maincontent_bkgd_about.jpg);
			background-position:top left;
			background-repeat:repeat-y;
			}
			
#page		{
			padding:0 15px 30px 20px;
			}		
	
			
#category_on	{
			background-color:#6ec117;
			}
			
.quote		{
			background-image:url(../shared_images/quoter_about.gif);
			background-position:bottom right;
			background-repeat:no-repeat;
			}
				
/* TEXT */				
			
/* Main content colored headings _________________________________ */
H1			{	
			color: #6ec117;
			}	
		
/* LISTS */
			
#maincontent ul{
			 color:#6ec117;
			 }
			 
/* LISTS FOR NEWS */
			
#maincontent #page ul li p{
			 font-size: 12px;
			color: #666;
			 }		
			
/* PAGE LINKS */			

a.partofit:hover		{
			background-image:url(../shared_images/pointer_grn.gif); /* color/page specific image required */
 			}
			
a.page:link, a.page:visited {
			font-size:10pt;
			font-weight:500;
			text-decoration:none;
			}

a.page_on:link, a.page_on:visited	{
			color: #6ec117;
			text-decoration:none;
			font-size:10pt;
			font-weight:500;
			}

a.page:hover, a.page:active, a.page_on:hover {
			text-decoration:underline;
			font-size:10pt;
			font-weight:500;
			}
			
/* FORM ELEMENTS */

/* Buttons that sit on a colored background  _________________________________ */
a.button.clr {
   			 background: transparent url('../shared_images/bigbutton_grn_2.jpg') no-repeat scroll top right;
			}

a.button.clr span {
  			  background: transparent url('../shared_images/bigbutton_grn_1.jpg') no-repeat;
			}
			
#replacementclr {
	    	background: transparent url('../shared_images/bigbutton_or_2.jpg') no-repeat scroll top right;
    		color: #fff;
    		display: block;
    		float: left;
    		height: 30px;
    		padding:0 10px 0 0; /* sliding doors padding */
    		text-decoration: none;
			margin:0 0 5px 0;
			font-size:13pt;
			border:0;
  			overflow: hidden;
 			 cursor: pointer; /* hand-shaped cursor */
 			 cursor: hand; /* for IE 5.x */
			}

#replacementclr span {
    		background: transparent url('../shared_images/bigbutton_or_1.jpg') no-repeat;
    		display: block;
    		line-height: 20px;
			margin:0;
    		padding:5px 2px 5px 11px;
			border:0;
			color: #fff;
			}

