
/* ===== textual framework ================ */

.pdf_link{
	padding:10px 0 8px 40px;
	float:left;
	width:95%;
	background:url("../../images/pdf-icon.png") no-repeat center left;
	height:25px;
	margin:0 0 5px;
	font-size:1em;
	text-decoration:none;
	font-family: Arial;
	color:#666;
}
.zip_link{
	padding:10px 0 0 40px;
	float:left;
	width:95%;
	background:url("../../images/zip-icon.png") no-repeat center left;
	height:25px;
	margin:0 0 5px;
	font-size:1em;
	text-decoration:none;
	font-family: Arial;
	color:#666;
}
.beyondthemountains
{
	font-size: 2.5em;
	font-family: 'Beyond The Mountains';
	text-transform:none !important;
}
.bigtext
{
	font-size: large;
}
.medium_text
{
	font-size: 125%;
}
.smalltext
{
	font-size: 80%;
}
.verysmalltext
{
	font-size: x-small;
}
.textleft
{
	text-align: left;
}
.textright
{
	text-align: right;
}
.center
{
	text-align: center;
}

.picture-left
{
	float:left;
	margin-right:30px;
}
.picture-right
{
	float:right;
	margin-left:20px;
	padding:5px;
}

.float-left
{
	float:left;
	width:40%;
	text-align:center;

}
.greentext{
	color:#638E0E;
}
.float-center
{
	float:left;
	width:20%;
	text-align:center;

}
.float-right
{
	float:right;
	width:40%;
	text-align:center;
}
.half_left{
	float:left;
	width:48%;
	margin-right:1%;
}
.half_right{
	float:right;
	width:48%;
	margin-left:1%;
}
.half_left iframe,
.half_right iframe{
	width:100%;
}

.s30left{
	float:left;
	width:31.5%;
	margin-right:2.5%;
	margin-bottom:15px;
}
.s30right{
	float:right;
	width:32%;
	margin-bottom:15px;
}