

.onenarrowwide {
	padding-top: 0;
	margin-top: -18px;
}

.narrow {
	margin-top: 0;
	padding-top: 0;
}

.wide {	
	padding-top: 18px;
	padding-left: 30px;
	font-family: "Lucida Grande",  "Helvetica", "Arial", sans-serif;
	color: #555;
	line-height: 1.7em;
	font-size: 1.1em;
}

.onenarrowwide .wide {
		width: 68%;
}

.narrow p.title, .column p.title {
	color: #4c7c7c; 
	font-family: "Georgia", "Times", "Times New Roman", serif; 
	font-weight: normal; 
	font-size: 1.5em; 
	padding-bottom: 8px; 
	margin-bottom: 0;
}

.narrow p.title  a,.narrow p.title  a:link, .narrow p.title  a:visited, .narrow p.title  a:hover, .narrow p.title a:active,
.column p.title  a,.column p.title  a:link, .column p.title  a:visited, .column p.title  a:hover, .column p.title a:active,
 {
	color: #4c7c7c; 
	text-decoration: none;
	
}

.narrow p.subtitle  {
	color: #999; 
	font-size: 1em; 
	padding-top: 0;
	margin-top: -5px;
	font-family: "Lucida Grande",  "Helvetica", "Arial", sans-serif;	
	font-weight: normal;
}

.narrow p.address {
color:#555555;
font-family:"Lucida Grande","Arial","Helvetica",sans-serif;
font-size:1em;
font-weight:normal;
margin-top:50px;
padding-top:0;
}

h1 {
	color: #666; 
	font-family: "Georgia", "Times", "Times New Roman", sans-serif; 
	font-weight: normal; 
	font-size: 1.8em; 
	padding-bottom: 1em; 
	margin-bottom: 0;
	text-transform: none;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1.0em;;
}

.sub {
	font-size: .9em;
	color: #999;
}

ul.nav {
	font-family: "Lucida Grande",  "Helvetica", "Arial", sans-serif;	
	list-style-type: none;
	margin: 0;
	padding: 15px 0 0;
}

ul.nav li {
	padding: 0 0 10px;
	margin: 0;
}

ul.nav li a, ul.nav li a:link, ul.nav li a:visited, ul.nav li a:hover, ul.nav li a:active {
	text-transform: uppercase;
	color: #669999;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}
ul.nav li a:hover {
	border-bottom: 1px solid #699;
}


ul.nav li.selected {
	
}

ul.nav li.selected a, ul.nav li.selected a:link, ul.nav li.selected a:visited, ul.nav li.selected a:hover, ul.nav li.selected a:active {
	color: #999;
}
ul.nav li.selected a:hover{
	
}

.wide h1 + h2 { 
	margin-top: 10px;
}

