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

/* Stylesheet file for the Get Involved page */

  * { margin: 0;
      padding: 0;
	   }
	   
  body { background-color: #91530b;
         min-width: 810px;
		 margin-top: 5px;
		 font-family: Arial, Helvetica, sans-serif;
		  }
  
  #header { width: 800px;
            margin: 0 auto;
			background-image: url(../images/header_get_background.jpg);
			background-repeat: no-repeat;
			background-position: top;
			background-attachment: scroll;
			 }
			 
			#utilityNav { float: right;
						  display: inline;
			              margin-top: 62px;
			              margin-right: 73px;
			               }
			
			#utilityNav ul li { display: inline;
			                    list-style-type: none;
								font-size: 14px;
								padding: 3px;
								color: #ffffff;
								 }
								 
								#utilityNav a:link { text-decoration: none;
						                     		 color: #ffffff;
											  		  }
						
								#utilityNav a:visited { text-decoration: none;
						                        		color: #ffffff;
												 		 }
												 
								#utilityNav a:hover { text-decoration: underline;
						                      		  color: #ffffff;
											   		   }
			
			#header h1 img { padding-top: 26px;
							 margin-left: 21px;
			                  }
							  
			#mainNav { margin-top: 74px;
					   margin-left: 173px;
					   padding-bottom: 20px;
			            }
			
			#mainNav ul li { display: inline;
							 list-style-type: none;
							  }
			
			#header a:link img, #header a:visited img, #header a:hover img { border: none;
	               															  }
																						  										   
  #middle { width: 800px;
  			margin: 0 auto;
			background-image: url(../images/middle_background.jpg);
			background-repeat: repeat;
			background-attachment: scroll;
			 }
			
			#left { float: left;
					display: inline;
					width: 230px;
					margin-left: 66px;
					background-image: url(../images/left_background.gif);
					background-repeat: no-repeat;
					background-position: top;
					background-attachment: scroll;
					border: none;
					 }
						
						
					/*added by Jerry to style dynamic left column data*/
					#left h4 { color:#FFFFFF;
								margin-top: 10px; 
								margin-left: 51px;
								font-size: 12px;
								}		
					
								 
					#left #uptitle { margin-top: 30px;
									  margin-left: 40px;
								       }
									   
					#left ul { margin-top: 1px; /*changed to 1px from 10px by Jerry*/
							   margin-left: 62px;
								}
								
					#left ul li { list-style-type: none;
								  font-size: 11px;
								  line-height: 16px;
								  color: #ffffff;
								   }
									
								  #left #classclear { height: 160px;
											           }
																   				  
													 #left a:link { text-decoration: underline;
													 				color: #ffffff;
																	 }
																	 
													 #left a:visited { text-decoration: underline;
													                   color: #ffffff;
																	    }
																		
													 #left a:hover { text-decoration: none;
													 				 color: #ffffff;
																	  }
																	  
			#right { width: 465px;
				     float: right;
					 display: inline;
					 margin-right: 25px;
					 border: none;
					  }
			 
			 		 #right h3 { margin-top: 5px;
							     padding-bottom: 9px;
					              }
								  
					 #right p { font-size: 13px;
					            line-height: 17px;
							    color: #462801;
							    padding-bottom: 5px;
							     }
									
					 #right h4 { font-size: 14px;
								 color: #990000;
								 font-weight: 700;
								 padding-top: 5px;
								 margin-bottom: 10px;
								  }
								 
					 #right h5 { font-size: 12px;
					             color: #462801;
								 font-weight: 700;
								 margin-top: 5px;
								 margin-bottom: 1px;
								 margin-left: 15px;
								  }
								 
					 #right h6 { font-size: 12px;
					             color: #462801;
								 font-weight: 700;
								 margin-top: 5px;
								 margin-bottom: 5px;
								 margin-left: 15px;
								  }
								  
					 #right #help ul { list-style-type: none;
					 			       font-size: 11px;
									   line-height: 16px;
								       margin-bottom: 10px;
					                   margin-left: 15px;
								       color: #462801;
								        }
								     
					#right #resources { list-style-type: none;
					 			        font-size: 11px;
										line-height: 17px;
								        margin-bottom: 10px;
					                    margin-left: 15px;
								        color: #462801;
								         }
										
					#right #seeking1 { float: left;
									   display: inline;
									   width: 150px;
									   font-size: 11px;
									   color: #462801;
									   padding-top: 5px;
					                    }
										
									   #seeking1 ul li { list-style-type: none;
									   					 padding-bottom: 2px;
									                      }
														  
					#right #seeking2 { float: right;
									   display: inline;
									   width: 300px;
									   font-size: 11px;
									   color: #462801;
									   padding-top: 5px;
					                    }
										
									   #seeking2 ul li { list-style-type: none;
									   					 padding-bottom: 2px;
									                      }
										
									   #seeking2 #listLeft { float: left;
									                          }
															  
									   #seeking2 #listRight { float: right;
									                           }				  
											
					#right a:link { text-decoration: underline;
								    color: #990000;
									 }
																	 
					#right a:visited { text-decoration: underline;
									   color: #990000;
										}
																		
					#right a:hover { text-decoration: none;
									 color: #990000;
									  }	
									  		  
			#bottom { clear: both;
			           }
					   
  #footer { width: 800px;
            margin: 0 auto;
			background-image: url(../images/footer_background.jpg);
			background-repeat: no-repeat;
			background-position: top;
			background-attachment: scroll;
			text-align: center;
			color: #ffffff;
			 }
			 
			#footer ul { padding-top: 40px;
						  }
			
			#footer ul li { display: inline;
							list-style-type: none;
							padding: 2px;
							font-size: 12px;
							 }
			
							#footer ul li a:link { text-decoration: none;
			                       				   color: #ffffff;
								    				}
									
							#footer ul li a:visited { text-decoration: none;
									  				  color: #ffffff;
									   				   }
									   
							#footer ul li a:hover { text-decoration: underline;
			                        				color: #ffffff;
									 				 }
									 
			#footer p { padding-top: 45px;
						padding-bottom: 10px;
						font-size: 11px;
			             }