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

/* Stylesheet file for the Contact Us 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_contact_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;
					 }
					
					#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; 
							   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 h4 { font-size: 18px;
					 			 font-weight: 100;
								 color: #990000;
								 margin-top: 4px;
								  }
								  
					 #right h6 { font-size: 12px;
					 			 font-weight: 100;
								 color: #462801;
								 margin-top: 7px;
								  }
								  
					 #right h5 { font-size: 12px;
					 			 font-weight: 100;
								 color: #462801;
								 margin-top: 3px;
								 margin-bottom: 10px;
								  }
								  
					 fieldset { text-align: left;
					 			border: none;
					             }
						
					 label { display: block;
					 		 margin-top: 10px;
					 		 margin-bottom: 5px;
							 font-size: 14px;
							 color: #462801;
					          }
							  
					 textarea { width: 300px;
					 			height: 100px;
					             }		 
					 
					 #firstname, #lastname { width: 120px;
					                          }
											  
					 #email { width: 175px;
					           }
							   
					 #reason { width: 178px;
					 			}
								
					 #send { margin-top: 10px;
					          }
							  
			#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;
			             }