/* STYLE SHEET FOR SWANSON LANDSCAPES.HTML */


body {
	margin:10px;
	background-color: #F4E6CC;
	 } 

form {
	margin:10px;
	font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;

	 } 


p {
   margin-top: 9px; 
   font-size: 80%;
   margin-bottom: 9px;
   font-family: Helvetica, Geneva, Swiss, sans-serif;
   }



/* strong {
   font-size: 120%;
   font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
   }
*/
h1 {
	color: #FFFFFF;
	right: auto;
	bottom: auto;
	font-style: italic;
	font-size: 36px;
	vertical-align: bottom;

}

h2 {
	margin-top: 9px; 
	font-weight: bold; 
	font-size: 120%;
	margin-bottom: 10px; 
	font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
	color: purple
    }

h3 {
	margin-top: 17px;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
	color: #000033;
	left: auto;
    }


 a {
   color: #000066
   }
 
 #menu {
   
   margin-bottom: 0px;
   height: 100%;
   float:left;
   width:165px; 
   font-size: 18px;
   border-right: 3px solid #006600;
   border-bottom: 3px solid #006600;
}

#menu ul {
   list-style:none;
   padding:0;
   margin:0;   
}

#menu li a {
   display:block;
   height:1.7em;
   text-align:center;
   text-decoration:none;
   color:#003333;
}

#menu li a:hover {
   color:#ffffff;
   background-color:#000033;
   text-decoration:underline;
}

#menu li {
   border-bottom-width:1px;
   border-bottom-style:solid;
   border-bottom-color:#006600;
}


#container {
	width: 100%;
	padding: 0px;
	background-image: none;
	position: static;
	top: auto;
	font-size: 36px;
	color: #000033;
	text-align: middle;
	vertical-align: middle;
	font-weight: bolder;
	border-top: 3px solid #006600;
	border-right: 3px solid #006600;
	border-bottom: 3px solid #006600;
	border-left: 3px solid #006600;
		}

#banner {
			padding: 0;
			margin-bottom: 0;
			background-color: #fff;
		}
		
#head  {
	margin:0px;
	padding:5px;
	height:auto;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	border-bottom-width: 3px;
			}

#head  p {
	font-size: 46px;
	margin-top: 0px; 
   	margin-bottom: 9px;
	color: #003333;	
}
  		
#navbar {
		margin:0px;
		padding:0px;
		border:0px;
		height:22px;

		}
		
#subnav {
	margin:0px;
	padding:0px;
	border:0px;
	height:16px;
         }

#content {
	padding: 0;
	margin-left: 165px;
	text-align:center;
	color: #000066;
	font-size: 18px;
	font-weight: normal;
	border-bottom-style: none;
	border-bottom-color: #006600;
	border-bottom-width: 3px;
		}

#sidebar {
	float: left;
	width: 165px;
	height: 100%;
	
	font-size: 18px;
	font-weight: bold;
	}		
		
#rightbar {
	float: right;
	width: auto;
	padding:4px;
	height: 100%;
	top: auto;
	right: auto;
	color: #000033;
	font-weight: bold;
	font-size: 18px;
			}
		

#footer {
			clear: both;
			text-align:center;
			font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
			font-size: 50%;
			padding: 0;
			margin-top: 0;
			background-color: #CCCCCC;
		}
		

