/* Text CSS */
h1 {
	display: block;
	font-size: 3em;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	color: #FAC6E1;
	margin-top: 14px;
	margin-bottom: 14px;
}

h2 {
	color: #CFEAF5;
	font-size: 1.8em;
	font-weight: normal;
	font-family: arial, verdana, sans-serif;
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	color: #CFEAF5;
	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.7em;
	font-weight: normal;
	font-family: arial, verdana, sans-serif;
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

strong {
	font-weight: bold;
	color: #FAC6E1;
}

ul {
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	background-color: #CFEAF5;
}

ul li {
	font-size: 1.5em;
	line-height: 1.7em;
	font-weight: bold;
	color: #779FB0;
	list-style-type: none;
	padding: 8px 0px 8px 40px;
}

ul li a {
	color: #F38CC1;
}

ul li a:hover {
	color: #86B4C7;
}

a {
	color: #FAC6E1;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #CFEAF5;
}

hr {
	height: 1px;
	border-style: dashed;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #FAC6E1;
	margin: 20px 0px 20px 0px;
}

/* 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 {
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #CFEAF5;
}

.testimonial p {
	color: #86B4C7;
	font-weight: bold;
}

.testimonial h2 {
	text-align: right;
	color: #F38CC1;
	font-weight: bold;
	font-size: 2em;
	line-height: 2em;
	margin: 25px 0px 0px 0px;
}

.testimonial span.quote_left {
	display: block;
	padding: 5px;
	font-size: 4em;
	float: left;
}

.testimonial span.quote_right {
	display: block;
	padding: 5px;
	font-size: 4em;
	float: right;
}

/* Alignment Styles */

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

/* Form Styles */

form {
	text-align: left;
	background-color: #CFEAF5;
	padding: 10px 0 10px 0;
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	overflow: hidden;
	padding: 5px;
}

form label {
	margin: 8px 8px 0 8px;
	float: left;
	display: block;
	width: 100px;
	font-size: 1.2em;
	font-weight: bold;
	color: #F38CC1 !important;
	line-height: 1.6em;
}

form input {
	margin: 4px;
	float: left;
	display: block;
	width: 180px;
	border-style: solid;
	border-width: 1px;
	border-color: #5B5B5B;
	padding: 2px 2px 2px 2px;
}

form input.small {
	width: 80px;
}

form input.checkbox {
	margin: 10px 4px 10px 4px;
	float: left;
	display: block;
	width: auto !important;
	border: none;
	padding: 2px 2px 2px 2px;
}

form input.checkbox:hover {
	border: none;
}

form textarea {
	margin: 4px;
	float: left;
	display: block;
	width: 380px;
	height: 80px;
	border-style: solid;
	border-width: 1px;
	border-color: #5B5B5B;
	padding: 2px 2px 2px 2px;
}

form .readonly {
	background-color: #DDDDDD;
}

form input:hover, form input:focus, form textarea:hover, form textarea:focus {
	background-color: #EEEEEE;
}

form select {
	margin: 4px;
	float: left;
	display: block;
	width: 250px;
	border-style: solid;
	border-width: 1px;
	border-color: #5B5B5B;
	padding: 2px 2px 2px 2px;
}

form select:hover, form select:focus {
	background-color: #EEEEEE;
}

form select.small {
	width: 80px;	
}

form .button {
	clear: both;
	display: block !important;
	float: none !important;
	margin: 5px 5px 0 5px;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	background-color: #86B4C7;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.4m;
	border-style: solid;
	border-width: 1px;
	border-color: #5B5B5B;
}

form .button:hover, form .button:focus {
	background-color: #F38CC1!important;
	color: #FFFFFF;
	cursor: pointer;
}

form .hidden {
	border: none;
	padding: 0px;
	display: none;
}

form hr {
	display: block;
	padding: 0px;
	padding-top: 5px;
	margin: 5px 0 5px 0;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 2px;
	border-color: #000000;
	width: 100%;
}

form br {
	clear: both;
}