/* common */
h2.section_title{
	/*
	background: url(${go_web_path("pub/home_h2.png")}) top left no-repeat;
	width: 714px;
	height:68px;
	text-indent: -3000px;
	*/
	font-size: 30px; 
	letter-spacing: 0px; 
}	
h3{
	position: relative;
	font-size:18px;
}
h3.bigger{
	position: relative;
	font-size:22px;
	letter-spacing:-.3px;
}
h3.recent_posts{
	left: 4px;
	top: 6px;
	font-size: 22px;
	letter-spacing: -.3px;
}
p {
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 20px;
}
p.small{
	font-size: 13px;
}
.container_12 a, .container_12 a:link, .container_12 a:active, .container_12 a:visited{
	color:#597fbc;
	outline: none;
}
.container_12 a:hover{
	color:#275399;
}
.text_block{
	width:214px;
	position:relative;
	margin:0 auto;
}

/* recent posts */
.recent_photo {
	width: 100px; 
	float:left;
	font-size:11px;
	text-align: left;
	padding: 4px 0px 6px 4px;
	border: 1px solid #efefef;
}
.recent_photo img {
	width: 96px;
}

/* footer */
.footer{
	/*background:#e2e2e2;*/ 
	top:75px; 
	margin:-25px; 
	height:125px;
	clear:both;
	margin-bottom: 50px;
	position: relative;
	font-size: 11px;
	color: #999;
	line-height: 18px;
	letter-spacing: .4px;
	border-top: 1px solid #ededed;
	padding:10px 0 0 0;
}
#footer_nav a, #footer_nav a:hover, #footer_nav a:visited, #footer_nav a:link{
	border: none;
}
span.footer_nav{
	margin: 0 0 0 20px;
	padding: 0;

}
span.note{
	color: #b0a017;
	font-size: 11px;
	letter-spacing: .4px;
}
span.medium{
	font-size: 11px;
	line-height: normal;
	letter-spacing: .8px;
}
span.small{
	font-size: 10px;
	letter-spacing: normal;
}


/* Why + Tour pages */

.why h2.section_title, .tour h2.section_title {
	/* TO-DO:image replacement? */
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}	
.why h3 {
	position: relative;
	font-size: 22px;
}
.why p, .tour p {
	font-size: 16px;
	letter-spacing: .25px;
	line-height: 22px;
	margin-bottom:40px;
}
.why ul {
	margin-left:5px;
}
.why li{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	letter-spacing: .25px;
}
