/*
** CSS for Intragreens
*/

BODY  	   { font-family:Arial, Verdana, sans-serif; 
             background:#ffffff; color:#000000; 
      	     margin:0px; padding:0px; vertical-align:top;
      	     text-align:center;}
	
DIV        { width:100%; margin:0px; padding:0; }

IMG        { border:0px; padding:5px; margin:0px;}

a          { font-family:Arial, Verdana, sans-serif;
	     color:#577434; text-decoration:none;}
	     
a:hover    { color:#8B3387;}	     

BR#clear   { clear:both; margin:0; height:0; }

/*
***********************************************************************
**
** Major divisions, we use these to seperate the document sections and
** subsections.
***********************************************************************
*/


DIV#wrapper	      { width:740px; height:670px; border:0px solid red;
		        float:none; margin:0px auto 0px auto;}
 
DIV#banner            { width:740px; height:106px; border:0px solid yellow;
		        background-image: url("imgs/banner.gif");}
		    
DIV#top_menu          { width:740px; height:20px; border:0px solid yellow;
		        background-image: url("imgs/menu.gif"); text-align:center;
		        margin:0px; padding:0px 0px 0px 60px; 
		        background-repeat:no-repeat;}		    
		    
DIV#top_menu a        { font-family:Arial, Verdana, sans-serif; 
		        color:#506F33; font-size:14px; font-weight:bold; 
		        margin:0px; padding:0px 15px 0px 0px; text-decoration:none;}		
                    
DIV#top_menu a:hover  { font-family:Arial, Verdana, sans-serif; color:#8B338A; 
                        font-size:14px; font-weight:bold; text-decoration:none;}		                    

DIV#content        { width:740px; height:670px; border:0px dashed green;}  

DIV#left           { float:left; width:160px; height:670px; 
		     text-align:left; vertical-align:top;
		     background-image: url("imgs/bg_men.jpg");}                                              

DIV#left_2         { float:left; width:160px; height:100%; 
		     text-align:left; vertical-align:top;
		     background-image: url("imgs/bg_men.jpg");}                                              


DIV#thumbn         { float:left; width:75px; height:670px margin:0px; padding:0px;} 		     
DIV#thumbn a       { display: block; height:60px; margin:0px; padding:0px 0px 0px 5px;} 		     
DIV#thumbn img     { border:0px; margin:0px; padding:0px;  } 		     
 
DIV#names          { float:right; width:85px; height:670px 
		     margin:0px; padding:5px 0px 0px 0px;} 		     
DIV#names a        { display: block; height:63px; margin:0px; padding:0px; 
		     color:#ffffff; font-size:12px; text-align:center;
		     vertical-align:middle; text-decoration:none;} 		     
DIV#names a:hover  { text-decoration:underline; }		   


DIV#cen_rig        { float:left; width:580px; height:670px; 
		     text-align:center; padding:0px; }

DIV#center         { float:left; width:405px; height:670px; padding:0px; margin:0px;
		     background-image:url("imgs/topcen.gif"); 
		     background-repeat:no-repeat;border:0PX SOLID RED;
		     text-align:left; vertical-align:top;}
		    
DIV#title          { margin:0px; padding:65px 0px 0px 0px;}

SPAN#subtitle      { color:#577434; font-weight:bold;}

DIV#text           { width:385px; font-size:12px; margin:0px; padding:0px;
		     font-family:Arial, Verdana, sans-serif; font-weight:normal;
		     text-align:justify; color:#616164; }
		     
IMG#left            { padding:0px 5px 0px 0px; margin:0px; border:0px;
		      text-align:left;} 

IMG#right           { padding:0px 0px 0px 5px; margin:0px; border:0px; 
		      text-align:right;}  		     

DIV#right          { float:right;width:175; height:670px; 
		     text-align:center; padding:0px; }
		    
DIV#news           { float:right; width:175; text-align:justify; padding:0px; }		

DIV#news p         { color:#999999; font-size:12px; margin-left:20px; margin-right:33px;}		
		     
DIV#news_top       { background-image: url("imgs/news_top.jpg"); height:100px;
		     background-repeat:no-repeat; }				     

DIV#news_cont      { background-image: url("imgs/news_cont.gif"); }				     		     

DIV#news_bott      { background-image: url("imgs/news_bottom.gif"); height:33px;
		     background-repeat:no-repeat; }		
 
DIV#contact        { margin: 0px; padding:0px; overflow:auto;
 		     font-size:12px; color:696363;
	             font-family:helvetica, Arial, sans-serif; 
	             text-align:center; border:1px solid #696363; 
	             width:400px; height:370px;}	            

table#info         { margin:0px; padding:0px; border: solid 0px #696363;
	             text-align:center; font-size:12px; color:#0066CC;}

td#info            { text-decoration:none; font-weight:bold; 
                     padding:0px 5px 0px 35px; color:#035E2C; text-align:left;}

SPAN#requi         { color:#8B3387;}	            

DIV#sent           { color:#606060; text-align:center; font-weight:bold;}                    	

		    
DIV#footer	   { width:740px; height:30px; margin:0px; padding:10px 30px 0px 0px; 
		      text-align:right; color:#999999; font-size:10px;
		      font-weight:bold; border:0px solid red;
		      background-image: url("imgs/footer.gif");
		      background-repeat:no-repeat; }
		      
DIV#footer a       { margin:0px; padding:0px;
		      text-align:right; color:#999999; font-size:10px;
		      font-weight:bold; text-decoration:none;}
		    
DIV#footer a:hover { text-align:right; color:#666666; font-size:10px;
		     font-weight:bold; text-decoration:none;}				    
		    
                    
                    


