/* Text CSS */
h1 {
	display: block;
	font-size: 3em;
	font-weight: bold;
	color: #BCDE97;
	margin-bottom: 30px;
}

h2 {
	color: #BCDE97;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	color: #BCDE97;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

h4, h5, h6 {

}

p {
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
}

strong {
	font-weight: bold;
	color: #BCDE97;
}

a {
	color: #BCDE97;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #CCCCCC;
}

hr {
	height: 1px;
	border-style: dashed;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #BCDE97;
	margin: 20px 0px 20px 0px;
}

.title {
	width: 200px;
	margin: 0px 0px 40px 0px;
}

#page_center .title {
	margin: 0px 0px 20px 0px !important;
}

/* Contact Details Styles */

#contact_details h1 {
	color: #86B4C7;
	text-align: right;
	margin: 45px 0px 0px 0px;
}

#contact_details ul {
	float: right;
	background: none;
	margin: 0px;
}

#contact_details ul li {
	font-size: 1.6em;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
	color: #5B5B5B;
}

#contact_details ul li a, #contact_details ul li strong {
	color: #F38CC1;
	font-weight: bold;
}

#contact_details ul li a:hover {
	color: #7EC4E5;
}

/* Testimonial Styles */

.testimonial {
	font-size: 1.6em;
	line-height: 1.6em;
	text-decoration: italic;
	font-weight: bold;
	color: #2B2B2B;
	width: 400px;
	margin: 0px 0px 0px 50px;
}

/* Alignment Styles */

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

/* Gallery Styles */

#thumbnail_container {
	width: 200px;
	height: 260px;
	overflow: hidden;
	margin: 5px 0px 5px 0px;
	position: relative;
}

#thumbnails {
	position: relative;
	top: 0px;
}

.thumbnail {
	width: 200px;
	margin: 5px 0px 5px 0px;
	text-align: center;
}

.thumbnail img {
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

#gallery_img {
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}