@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding: 0;
	border: 0;
	}
	img {
	margin: 0px;}
h1{
	color:#060;
	font-size:18px;
	line-height:26px;
	}
h2{
	color:black;
	font-size:18px;
	line-height:26px;
	}	
ul, ol {
	list-style-type: none;
	
	}	
a {
	text-decoration: none;
	padding-left:10px;
	color:black;
	}	
	
	body {
		font-family:Helvetica;
		font-size:13px;
		color: black;
		line-height:14px;
		}
#wrapper{
	background-color:rgb(247,221,157);
	width: 800px;
	min-height: 635px;
	margin: 0 auto;
	position: relative;
	}
.behavioral #wrapper{
	background-color:#ccffcc;
	}
.fire #wrapper{
	background-color:#cae0f4;
	}	
#wrapper #header{
	min-height:15px;
	background-color:#333333;
	}
#wrapper #col1{
	
	padding:0 0 20px 0;
	width:200px;
	float:left;
	min-height: 635px;
	
	}
#nav{
	padding: 30px 20px 0 0;
	}
#nav ul{
	padding:0 5px 0 25px;
	}


#nav ul li{
	
	margin:0 0 10px 0;
	border-bottom:dotted black 1px;
	}
#nav ul li a:hover{
	color:#666666;
}
#col1 #contact #topcontact{
	padding-top:35px;
	}	
	
#col1 #contact{
	font-family:myriad pro light;
	color:white;
	margin-top: 85px;
	background-image:url(images/botleftbkg.png);
	height:188px;
	line-height:16px;
	}
#col1 #contact ul{
	padding: 30px 0 0px 20px;
	}

	
#col1 #nav #topcontact{
	margin-top:35px;
	}


#col1 #contact ul li{
	font-size:11px;
	
	
		}	
	
#col1 #contact45{
	color:white;
	margin-top: 72px;
	background-image:url(images/mustard_contactbkg.jpg);
	height:188px;
	}
#col1 #contactgreen{
	color:white;
	font-family:myriad pro light;
	font-size:11.5px;
	margin-top: 72px;
	background-image:url(images/greenadressbkg.png) ;
	height:176px;
  	}
#col1 #contactblue{
	color:white;
	font-family:myriad pro light;
	font-size:11.5px;
	margin-top: 72px;
	background-image:url(images/blueadressbkg.png) ;
	height:176px;
  	}	
#col1 #contact45 ul{
	padding: 35px 0 0px 20px;
	line-height:15px;		
	}
#col1 #nav #contact45 #topcontact{
	margin-top:35px;
	}	
	
#col1 #contact45 ul li{
	font-size:11.5px;
	
	
		}		
#col1 #contactgreen ul{
	padding: 35px 0 0px 20px;
	line-height:15px;	
	}
#col1 #contactblue ul{
	padding: 35px 0 0px 20px;
	line-height:15px;	
	}
.home #col2 img{
	padding:0;
	margin:0;
	}	
#wrapper #col2{
	width:600px;
	float:left;
	padding:0 0 20px 0;
	}
#col2 img{
	margin:0px 15px 30px 0px;
	}	
#col2 h1,p,h2{
		margin:15px 15px 0 15px;
		
		}
.home #col2 h1,p,h2{
		margin:0px 15px 0 15px;
		
		}
.directions #col2 img{
	padding-bottom:20px;
	}
.directions	h1{
	color:#003d2d;
	}
.fire h2{
	color:#4a5e6f;
	}	
.behavioral h2{
	color:#336633;
	}
.behavioral p{
	color:#364436;
	}
blockquote{
	color:#3d3e3d;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	font-style:italic;
	line-height:24px;
	width: 190px;
	float:right;
	margin:0px 10px 100px 10px;
	}		
.directions blockquote{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	font-style:italic;
	
	line-height:24px;
	width: 190px;
	float:right;
	margin:25px 10px 100px 10px;
	}			
#col2 blockquote #author{
	margin:0 0 0 70px; 
	}
#stevens{
	font-weight:bold
	}
	
/*Classes*/
.yellow{
	color:#cbda84;
	}
.directions .yellow{
	color:#cbda84;
	}	
.beige{
	color:#ecc680;
	}
.green{
	color:#ccffcc
	}
.blue{
	color:#cae5ff
	}			
.home{}
.directions{}
.behavioral{}