/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, td, ul {
	font-size: 95%;
	font-family: "Verdana", Verdana, "Arial", Arial, sans-serif;
	color: #000000;
}

h1, h4, h5, h6 {
	font-size: 140%;
	font-family: "Georgia", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #ffffff;
	line-height: 1.7;
}

h2 {
	font-size: 140%;
	font-family: "Georgia", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #01562C;
}

h3 {
	font-size: 180%;
	font-family: "Georgia", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #01562C;
}

div, span, img, form, h1, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table {
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
	background-color: #ffffff;
}

div#container {
	width: 940px;
	margin: 20px auto;
}

img.logo {
	margin-bottom: 20px;
}

div#nav {
	background-color: #01562C;
	width: 940px;
	border-bottom: 1px solid #ffffff;
}

div.clear {
	clear: both;
}

div#slogan_text {
	background: #659a66 url(/images/banner_strips.jpg) repeat-x;
	height: 115px;
	width: 196px;
	border-right: 1px solid #ffffff;
	float: left;
	padding: 25px 20px 60px 20px;
}

div#flash {
	width: 703px;
	height: 200px;
	position: relative;
	float: right;
	z-index: 100;
}

div.slogan_bottom,
div.flash_bottom {
	float: left;
	height: 29px;
	/*height: 8px;*/
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #01562C;
}

div.slogan_bottom {
	width: 236px;
	border-right: 1px solid #ffffff;
}

div.flash_bottom {
	width: 703px;
}

div#content {
	clear: both;
	background: #ffffff url(/images/content_bg.jpg) repeat-y top left;
	margin-top: -4px;
}

div#content_white {
	clear: both;
	background-color: #ffffff;
	padding: 20px;
	border-bottom: 8px solid #01562C;
}

div#left_side {
	width: 196px;
	padding: 20px;
	float: left;
}

div.focused_feature_left,
div.focused_feature_right {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 2px dotted #01562C;
}

div.focused_feature_left img,
div.focused_feature_right img {
	float: left;
	margin-bottom: 10px;
}

div.focused_feature_left img {
	width: 70px;
	margin-right: 10px;
}

div.focused_feature_right img {
	width: 150px;
	margin-right: 20px;
}

div.focused_feature_left_content {
	float: left;
	width: 116px;
}

div.focused_feature_right_content {
	float: left;
	width: 463px;
}

div.focused_feature_left_content h2,
div.focused_feature_right_content h3 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

div.focused_feature_left_content h2 a:link,
div.focused_feature_left_content h2 a:visited,
div.focused_feature_right_content h3 a:link,
div.focused_feature_right_content h3 a:visited {
	text-decoration: none;
	color: #01562C;
}

div.focused_feature_left_content h2 a:hover,
div.focused_feature_left_content h2 a:active,
div.focused_feature_right_content h3 a:hover,
div.focused_feature_right_content h3 a:active {
	text-decoration: underline;
}

div.focused_feature_left_content p {
	font-size: 90%;
}

div#news {
	font-size: 85%;
}

div#news a:link,
div#news a:visited {
	text-decoration: none;
	color: #01562C;
}

div#news a:hover,
div#news a:active {
	text-decoration: underline;
}

div#right_main {
	width: 663px;
	padding: 20px;
	float: left;
}

div#news span.date{
	font-style: italic;
}

div#right_main ul li,
div#right_main ol li {
	padding-bottom: 10px;
}

table.tariff tr th,
table.tariff tr td {
	padding: 10px;
	text-align: left;
	border: 1px solid #cccccc;
}

div#footer p {
	color: #666666;
	font-size: 85%;
	margin-top: 3px;
	margin-bottom: 20px;
}

div#contact_details_1 {
	width: 236px;
	float: left;
}

div#contact_details_2 {
	width: 236px;
	float: left;
}

div#contact_details_3 {
	width: 236px;
	float: right;
	text-align: right;
}

a:link,
a:visited {
	color: #01562C;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #669966;
}

/*
-------------------------------------------------
	LIGHTBOX PHOTO GALLEY - Also see lightbox.css
-------------------------------------------------
*/

#lightbox_gallery {
	margin-top: 30px;
}

#lightbox_gallery img.thumb,
#lightbox_gallery img.thumb_last {
	padding:3px;
	border: 1px solid #01562C;
	margin: 0 17px 17px 0;
}

#lightbox_gallery img.thumb_last {
	margin: 0 17px 17px 0;
}

/*
----------------------------------------
	CONTACT FORM
----------------------------------------
*/

input.big_input {
	width: 513px;
}

span.required {
	float: right;
	color: #670A0A;
	font-weight: bold;
}

textarea.comments {
	width: 663px;
}

input.submit_button {
	width: 663px;
}

div.highlight {
	background-color: #670A0A;
	padding: 3px 10px;
	text-align: center;
	color: #ffffff;
	width: 651px;
}

/*
-----------------------------------------------
	SUBMIT YOUR IMAGE FORM - Guest Gallery Page
-----------------------------------------------
*/

div.highlight_image_form {
	background-color: #670A0A;
	padding: 3px 10px;
	margin-bottom: 10px;
	color: #ffffff;
}

input.width_196 {
	width: 196px;
}

/*
-----------------------------------------------
	COMMENT STYLING
-----------------------------------------------
*/

.comment_name {
	font-weight: bold;
	font-size: 110%;
	color: #01562C;
}

div.star_rating {
	margin-top: -6px;
}

.star_spacing {
	margin-right: -1px;
}

.grey {
	color: #555555;
}

.hr {
	border-bottom: 2px dotted #01562C;
	margin: 20px 0;
}

/*
-----------------------------------------------
	ADDITIONAL CMS STYLING
-----------------------------------------------
*/

input.edit_input_area {
	width: 660px;
}

input.edit_input_area,
textarea.edit_textarea {
	border: 1px solid #000000;
}

input.edit_input_area:focus,
textarea.edit_textarea:focus {
	background-color: #EFFFEF;
}

div.highlight_cms {
	background-color: #670A0A;
	padding: 3px 10px;
	text-align: center;
	color: #ffffff;
	width: 880px;
}

div.highlight_cms a:link,
div.highlight_cms a:visited {
	color: #EFC2C2;
	text-decoration: underline;
	font-weight: bold;
}

div.highlight_cms a:hover,
div.highlight_cms a:active {
	color: #ffffff;	
}