body
{
    margin: 0 auto;
    position: relative;
    background: url('../img/bg.jpg');
    background-repeat: repeat;
    }
    
   
 
#container
 {
     width: 874px;
     height: 1900px;
     margin: 0 auto;
     background: url('../img/bg_shadow.jpg');
     background-repeat: repeat-y;
     } 
 
  
#header
{
    width: 100%;
    height: 126px;
    background: url('../img/header_bg.jpg');
    background-repeat: repeat-x;

    }  
    

#header_img
{
	background: url('../img/header_img.jpg');
	background-repeat: no-repeat;
	height: 126px;
	width: 876px;
	margin: 0 auto;
	padding-top: 0;
	position: relative;
    }
    
.header_links 
{
	font-size: 12px;
	width: 340px;
	float: right;
	margin-right: 0px;
	padding-top: 0px;
	font-family: Myriad Pro, Verdana;
	position: relative;
	margin-top: 15px;
    }
    
 
 .header_links a
 {
 	color: #ffffff;
 	font-weight: bold;
 	}
       
 .header_links a:hover
 {
 	text-decoration: none;
 	 background: #ffffff;
 	 color: #000000;
 	}
      

.header_links_active
{
	text-decoration: underline;
 	background: #ffffff;
 	font-weight: bold;
 	
 	
	}
      
     
    
.search_block
 {
	width: 360px;
	float: right;
	margin-right: 18px;
	padding-top: 20px;
	position: relative;
}   

.search
{
    height: 23px;
    width: 64px;
    background: url('../img/search_button.jpg') no-repeat;
	vertical-align: right;
	border: 0;
    }
    
 .searchline
 {
     height: 16px; 
     width: 255px;
	 vertical-align: right;
     }   
    
 
 .content
 {
     width: 580px;
     float: right;
     margin-right: 13px;
     
     }     
 
 .content_heading    
 {
     font-family: Myriad Pro, Verdana;
     font-style: italic; 
     color: #871700;
     font-size: 24px;
     padding-top: 15px;
     padding-bottom: 15px;
     text-align: center;
     
     }
     
     
  .content_heading_bold
  {
    font-family: Myriad Pro, Verdana;
     font-style: italic; 
     font-weight: bold;
     color: #871700;
     font-size: 28px;
     padding-top: 15px;
     padding-bottom: 7px;  
      }
      
  .dot_line
  {
      height: 3px;
      width: 514px;
      background: url('../img/dot_line.jpg') repeat-x;
      }       
      
   .orange_font
   {
      font-family: Verdana; 
      font-size: 16px;
      color: #871700;
      font-weight: bold;
       } 
       
	   
	   .orange_font a
   {
      font-family: Verdana; 
      font-size: 16px;
      color: #871700;
      font-weight: bold;
       } 
	   
      .orange_font_small
   {
      font-family: Verdana; 
      font-size: 12px;
      color: #871700;
      font-weight: bold;
       } 
       
    .green_font
    {
      font-family: Verdana; 
      font-size: 12px;
      color: #871700;
      font-weight: bold;
        
        }
        
     .green_font_large
     {
     	font-size: 16px;
     	color: #075844;
     	font-family: Verdana; 
     	

     	}   
     	 
    .gray_font_large      
    {
    	font-size: 16px;
    	font-family: Verdana; 
    	}
    	
    .gray_font_small
    {
    	font-size: 10px;
    	font-family: Verdana;
    	color: #747474; 
    	}	
   
       
   .text_content
   {
       font-family: Verdana;
       color: #747474;
       font-size: 12px;
       width: 514px;
        }      
        
        
   .text_content a
   {
       font-family: Verdana;
       color: #747474;
       font-size: 12px;
       text-decoration: none;  
       } 
       
   .content li
   {
       font-family: Verdana;
       color: #747474;
       font-size: 12px; 
       list-style-image: url(../img/marker.jpg);

        }   
        
    .content ul
    {
        width: 460px;
        }      

.green_links
{
    color: #075844;
    }
    
.gray_links a
{
   color: #747474;
   text-decoration: underline;
    }    
       
       
 #flash
 {width: 848px;
  margin: 0 auto;
  height: 348px;
          }     
          
 .left_block
 {width: 228px;
  float: left;
  margin-left: 13px;
     
     }
     
     

     
  .navigation
  {
     width: 228px;
            }   
            

      
  .navigation ul
  {display: list-item;
   list-style-type: none;
   padding-left: 0;
      }
.navigation li
{
     background: url('../img/menu_item.jpg');
     background-repeat: no-repeat;
     width: 228px;
     height: 32px;
     color: #ffffff;
     display: block;
     padding-bottom: 5px;
        }
             
 .navigation a
 {
     text-decoration: none;    
     font-family: Myriad Pro, Verdana;
     font-style: italic;
     padding-left: 35px;
     padding-top: 10px;
     display: block;
     background: url('../img/menu_item.jpg');
     background-repeat: no-repeat;
     
     height: 32px;
     color: #ffffff;
     } 
     
  
 .navigation a:hover
 {
     background: url('../img/menu_item_hover.jpg');
     background-repeat: no-repeat;  
     
     height: 32px;
     color: #ffffff;
     } 
     
     
.navigation .active_item   
 {
 	 background: url('../img/menu_item_hover.jpg');
 	 background-repeat: no-repeat;
 	 font-family: Myriad Pro, Verdana;
 	 font-style: italic; 
 	 padding-top: 10px;
 	 padding-bottom: 0;
 	 cursor: default;
 	 color: #ffffff;
 	} 
 	
 .active_item_name 
{
	 padding-left: 35px;
	 cursor: default;
	

	}	   
                    
    
  .news  
  {width: 228px;
      }
   .news a
   {
       color: #871700;
       }   
   .news p
   {
       padding-left: 20px;
       text-align: justify;
       font-family: Verdana;
       color: #747474;
       font-size: 12px; 
       }   
      
  .news_heading
  {
   background: url('../img/menu_item.jpg');
   background-repeat: no-repeat;  
   width: 228px;
   height: 32px; 
   font-family: Myriad Pro, Verdana;
   font-style: italic;  
   color: #FFFFFF;
   padding-left: 35px;
   padding-top: 10px;
      }  
 

.join_name
{
width: 30%;
font-size: 12px;
font-family: Verdana;
color: #747474;
padding-left: 10px;
}

.join_input
{
width: 70%;
}

.join_button
{
height: 22px;
width: 62px;
background: url('../img/join_button.jpg') no-repeat;
float: right;

}




        
 #footer
 {
    height: 90px;
    width: 100%;
    background: url('../img/footer_bg.jpg');
    background-repeat: repeat-x;
    
     }   
     
  #footer_img
  {height: 90px;
    width: 873px;
    margin: 0 auto;
    background: url('../img/footer_img.jpg');
    background-repeat: no-repeat;
    font-family: Verdana;
    font-size: 11px;
    
      } 

.footer_links 
{
padding-top: 25px;
margin-right: auto; 
margin-left: auto; 
color: #ffffff;
width: 680px;
    
    }     
      
.footer_links a
{
    color: #ffffff;
    }

     

    
 .phpForms_main
 {
     width: 550px;
     border: 0;
     background:transparent;
     margin-right: 20px;
     }  
 .phpForms_main td
 {
    background:transparent; 
     }
     
  .phpForms_main tr
  {
      height: 35px;
 
      }
      
 .field_name
 {   font-family: Myriad Pro;
     font-style: italic;
     font-size: 16px;
     color: #871700;
     font-family: Myriad Pro;
     font-style: italic;
     width: 215px;
     text-align: right;
     }   
     
 .field
 {
     width: 335px;}          
      
.phpForms_pgtitle
{
    font-family: Arial;
    font-size: 18px;
    color: #1200d9;
    font-weight: bold;
}
.phpForms_btn
{
   
    background: url('../img/submit.jpg') no-repeat;
    height: 32px;
    width: 89px;
    outline: none;
    
}   

