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

/* Daniel W Dechert */
/* dwdechert@digitalwarriordesign.com */
/* www.digitalwarriordesign.com */


  * { margin: 0;
      padding: 0;
	   }
  				 
  body { background-image: url(../images/backgrounds/bodybackground3.jpg);
         background-repeat: repeat;
		 background-attachment: scroll;
         font-family: arial, sans-serif;
		 margin-top: 10px;
		 margin-bottom: 10px;
		 min-width: 750px;
                     }
  
  #header { width: 725px;
			margin: 0 auto;
			text-align: left;
			padding-bottom: 14px;
                     }
					 
  #headerWrapper { background-image: url(../images/backgrounds/headerbackground2.jpg);
                   background-position: center bottom;
				   background-repeat: no-repeat;
				   background-attachment: scroll;
				     }
					 
  				   #header h1 img { padding-left: 22px;
                   				    float: left;
                     				 }
					 
  				   #header a:link img, #header a:visited img, #header a:hover img { border: none;
                     																 }
					 
  									#seattle { padding-top: 42px;
             								   padding-left: 112px;
                     							}
  #content { width: 725px;
			 margin: 0 auto;
			 text-align: left;
			         }
					 
  #contentWrapper { background-image: url(../images/backgrounds/contentbackground3.jpg);
                    background-position: center;
					background-repeat: repeat;
					background-attachment: scroll;
					 }
					 
  #content a:link img, #content a:visited img, #content a:hover img { border: none;
                     																     }
																					 
  					#content #left { width: 145px;
			  				  		 float: left;
							  		 display: inline;
							  		 text-align: left;
							  		 margin-left: 20px;
							   		  }
			  
			  				  		 #left ul { margin-top: 0px;
							  			  		 }
										  
			  				  		 #left ul li { list-style-type: none;
							  					   display: inline;
											 		}
  
  					#content #right { width: 525px;
									  float: right;
									  display: inline;
									  text-align: left;
									  margin-right: 25px;
									   }
  
  									  #right h6 { padding-top: 0px;
									  			  padding-bottom: 0px;
									  			   }
												   
									  #right h1 { margin-bottom: 9px;
									  			   }
									  
  									  			  #right #leftColumn { width: 375px;
									  					   			   float: left;
														    			}
																		
																	   #leftColumn p { font-size: 13px;
																	   				   line-height: 17px;
																					   padding-top: 6px;
																	   					}
																						
																	   #leftColumn h5 { padding-top: 9px;
																	   					 }
																						 
																	   #leftColumn h4 { padding-top: 16px;
																	   					 }
																	    
																	   #leftColumn #returnLinks { clear: both;
																	   							  padding-top: 10px;
																	   							   }
																								   
																	   #leftColumn #returnLinks ul li { list-style-type: none;
																	   									display: inline;
																										font-size: 14px;
																										line-height: 17px;
																										padding-right: 4px;
																	   									 }
																										 
																	   #leftColumn #links ul li { list-style-type: none;
																	   							  display: block;
																								  font-size: 13px;
																								  line-height: 17px;
																								  padding-top: 4px;
																								   }
																								   
																								  .spacer { padding-bottom: 5px;
																								  			 }
																											 
																						#leftColumn a:link { color: #006600;
																				  							 text-decoration: none;
																											 font-weight: 700;
																										 	  }
																										 
																				  		#leftColumn a:visited { color: #006600;
																				  						   		text-decoration: none;
																										   		font-weight: 700;
																										    	 }
																											
																				  		#leftColumn a:hover { color: #006600;
																				  					     	  text-decoration: underline;
																										 	  font-weight: 700;
																										  	   }
																												
									  			  #right #rightColumn { width: 145px;
									  									float: right;
															 			 }
					 
					 													#rightColumn ul { margin-left: 14px;
																						   }
																						   
					 													#rightColumn ul li { list-style-type: none;
																							 font-size: 13px;
																						  	 line-height: 17px;
																							 display: block;
																							 padding-bottom: 4px;
																						  	  }
																							  
																							 #rightColumn a:link { color: #000000;
																							 					   text-decoration: none;
																												    }
																													
																							 #rightColumn a:visited { color: #000000;
																							 						  text-decoration: none;
																													   }
																													   
																							 #rightColumn a:hover { color: #006600;
																							 					    text-decoration: underline;
																													 }
																													 
					 				  			  #right #rightBottom { clear: both;
									  						 			 }
														
					#content #bottom { clear: both;
										}
										
  #footer { width: 725px;
			margin: 0 auto;
			padding-top: 14px;
			text-align: center;
                     }	
					 
  #footerWrapper { background-image: url(../images/backgrounds/footerbackground2.jpg);
                   background-position: center top;
				   background-repeat: no-repeat;
				     }
					 
  				   #footer ul li { display: inline;
                  				   list-style-type: none;
                  				   font-size: 11px;
								   line-height: 16px;
				  				   padding: 4px;
								   color: #ffffff;
                     				}
  			 
  				   #footer ul li a:link { color: #ffffff;
                         				  text-decoration: none;
                     					   }
  				   #footer ul li a:visited { color: #ffffff;
                            				 text-decoration: none;
                     						  }
  				   #footer ul li a:hover { color: #ffffff;
                          				   text-decoration: underline;
                     						}
					 
  				   #footer p { padding-left: 15px;
              				   font-size: 11px;
			         			}
					 
  				   .copyright { padding-top: 6px;
                     			 }
