a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #5e7780;
	text-decoration: underline;
}

#container {
position: absolute; 
left: 50%; 
width: 750px; 
height: auto; 
margin-left: -375px;
background-color:#FEF1D8; /* cream */
}

body {
	font-family: "Trebuchet MS", verdana, arial;
	font-size:14px;
	line-height:120%;
	color: #2c2421;
	background-color: #a0ad76;
	margin:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:20px;
}

#header {
	width:750px;
	height:140px;
	z-index:1;
	background-image:url(images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#text {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	/* background-image:url(images/container_back.jpg); */
	background-repeat:repeat-x;
	background-position:top;
}

#bottom_cap {
	clear:both;
	height:95px;
	z-index:10;
	padding:0px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	background-color:#a0ad76;
	}
	

#footer {
	width:350px;
	height:auto;
	font-size: 11px;
	color: #495131;
	margin-top:17px;
	padding-top:17px;
	font-size:10px;
}

#footer a {
color: #495131;

}

#footer a.hover {
color: #000000;

}

/*this is the layout for the contact and about us page*/

#left_column { 
	width:300px;
	text-align:center; 
	float:left;
	height:auto; 
	color:#000000;	
}

#left_column a{
text-decoration:underline;
}

#left_column a.visited{
text-decoration:underline;
}

#left_column a.hover{
text-decoration:underline;
}

	
#right_column { 
	margin-left:320px; 
	width:auto; 
	height:auto;
}	

.pc_margin {
margin-left:-35px; 
}

/*small boxes for home*/
#right_column_sm1 { 
	margin-left:360px; 
	width:auto; 
	height:auto; 
	line-height:20px;
	text-align:center;
	padding:10px;
	border: 1px solid #C8B996;
	background-color:#F0ECE3;
	margin-bottom:20px;

}	

#left_column_sm1 { 
	width:340px; 
	float:left; 
	height:auto; 
}

/*this is where fonts go*/

.title {
font-size:20px;
color:#2b4e15;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
font-size:16px;
color:#2b4e15;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
}
.subtitle {
font-size:16px;
color:#2b4e15;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:120%;
}

.green {
color:#2b4e15;
}

.small {font-size: 10px}
/* this is information for navigation */


#navigation {
margin-left:0px;
padding:0px;
width:750px;
margin-top:0px;
background-image:url(images/andrea_morse.jpg);
background-repeat:no-repeat;
}
div#navigation ul {
	left:0px;
	width:431px;
	height:65px;
	padding:0;
	list-style-type:none;
	margin:0;
}
div#navigation ul li {
  position:absolute;
  text-indent:-5000px;
}
div#navigation ul a {
  text-decoration:none;
  display:block;
  height:auto;
  color:#FFFFFF;
}
div#navigation ul li#u {
  left:0px;
  top:140px;
}
div#navigation ul li#u a {
  width:102px;
  height:65px;
  background:url(images/button_1.gif) 0 0 no-repeat;
  }
div#navigation ul li#u a:hover {
  background:url(images/button_1_f2.gif) 0 0 no-repeat;
}
div#navigation ul li#v {
  left:102px;
  top:140px;
}
div#navigation ul li#v a {
  width:88px;
  height:65px;
  background:url(images/button_2.gif) 0 0 no-repeat;
}
div#navigation ul li#v a:hover {
  background:url(images/button_2_f2.gif) 0 0 no-repeat;
}
div#navigation ul li#w {
  left:190px;
  top:140px;
}
div#navigation ul li#w a {
  width:102px;
  height:65px;
  background:url(images/button_3.gif) 0 0 no-repeat;
}
div#navigation ul li#w a:hover {
  background:url(images/button_3_f2.gif) 0 0 no-repeat;
}
div#navigation ul li#x {
  left:292px;
  top:140px;
}
div#navigation ul li#x a {
  width:139px;
  height:65px;
  background:url(images/button_4.jpg) 0 0 no-repeat;
}
div#navigation ul li#x a:hover {
  background:url(images/button_4_f2.jpg) 0 0 no-repeat;
}

.callout {
width:240px;
background: #DDE0A9;
padding:10px;
border: 1px solid #a0ad76;
margin:30px 0px 30px 0px;
} 

.about_jenpic {
margin-top:50px;
}
