
h1{
	color 				: #68B28F;
	font-size			: 150%;
	text-transform		: uppercase;
	letter-spacing		: 3px;
}

h2{
	color 				: #68B28F;
	font-size			: 120%;
	text-transform		: uppercase;
	letter-spacing		: 3px;
}

h3{
	color 				: #68B28F;
	font-size			: 100%;
	text-transform		: uppercase;
	letter-spacing		: 3px;
}

h4{
	color 				: #68B28F;
	font-size			: 100%;
	text-transform		: uppercase;
	letter-spacing		: 3px;
}

.rightContentImages{
	float				: right;
	margin-left			: 10px;
	border				: none;
}

a.generalLink{
	color				: #68B28F;
	font-weight			: bold;
	text-decoration		: none;
}

a.generalLink:hover{
	text-decoration		: underline;
}


a.otherLink{
	color				: #666666;
	text-decoration		: none;
}

a.otherLink:hover{
	text-decoration		: underline;
}

.quoteReference{
	clear				: both;	
	width				: 90%;
	float				: left;
	text-align			: right;
	margin-right		: 30px;	
}

.contentLinkBox{
vertical-align:top;
	
	width				: 246px;
	height:300px;
	float				: right;
	border-left:1px solid #cccccc;
	clear				: both;
	position:relative;
}

.topContentBox{
	border				: 1px solid #68B28F;
	min-height			: 36px;
	width				: 274px;
	float				: left;
	margin-top			: 10px;
	clear				: both;
	padding				: 7px;
	vertical-align		: middle;
}

.faqHeader{
	color			: #68B28F;
	font-weight		: bold;
}

.tourImg{
	border: 1px solid #68B28F;
}

.beforeAfterPic{
	margin-left: 10px;
	border: none;
}

.beforeAfterHR{
	border-top: none;
	height: 1px;
	border-bottom: 1px solid #68B28F;
	margin-top: 15px;
}

td{
	vertical-align: top;
}
.newsHeadline{
	background-color 	: #D6EAE1;
	padding:5px;
}	

.newsArticle{
	padding:5px;
	background-color:#f2f2f2;
}
.newsImage{
	border	: 1px solid #D6EAE1;
	padding:5px;
}

.contentLinkBox ul{
	list-style			: none;
	}
.imageRight{
	float 				: right;
	margin-left 		: 10px;
}