/* General body components */
body 
{
	margin:5px 5px 5px 5px;
	background:#fff;
	font-family:arial,verdana,sans-serif;	
	max-width:1280px;
}

a  
{
     text-decoration: none;
} 
a:link	
{ 
    color:#6278b2; text-decoration: none; font-weight:bold; 
} 
a:visited
{
    color: #6278b2; text-decoration: none; font-weight:bold;
} 
a:active
{
    color: #6278b2; text-decoration: none; font-weight:bold;
} 
a:hover
{
    color: #43527a;
    text-decoration: underline;
    font-weight: bold;
}


h1, h2, h3 
{
	margin: 0px;
	padding: 0px;
}

ul 
{ 
	list-style-image:url("images/purple_box.png"); 
	line-height:160%;
	list-style-position:outside;
	list-style-type:square;
}

/* Eagles Rest top of body */
.body_top 
{
	padding-left:1%;
}

.body_main 
{
	padding-left:1%;
	background:url(images/eagle.jpg) bottom right no-repeat;
	padding-bottom:10px;
	font-size:12px;
	padding-right:1%;
	min-height:200px;
}

.body_purple 
{
	color:#6278b2;
	padding-bottom:12px;
	font-size:14px;
	padding-left:1%;
}

.body_info
{
    width:49%;
    float:left;
    padding-left:1%;
    font-size:14px;
}

.body_images_left
{
    width:25%;
    float:left;
    text-align:left;
}

.body_images_right
{
    width:25%;
    float:right;
    text-align:right;
}

.ul_large 
{
	font-size:14px;
	margin-left:-15px;
}

.body_right 
{
	float:right;
	width:250px;
	padding-left:50px;
}

/* Header elements */
.header 
{
	background: url(images/header_strip.jpg) top left no-repeat;
	height:255px;
	padding:5px;
}

.header_layer_2_container 
{
	height:164px;
	padding-bottom:5px;
}

.header_layer_2_right 
{
	padding:5px;
	height:161px;
	width:370px;
	float:right;
	text-align:right;
}

.header_layer_2_left 
{
	float:left;
	width:132px;
	border:solid #6278b2 8px;
}

.menu 
{
	font-family:arial,verdana,sans-serif;
	background: url(images/background.gif) top left repeat-x;
	padding:2px;
	height:22px;
	font-size:14px;
	color:#000;
	text-align:center;
}

/* Footer elements */
.footer 
{
	background:url(images/bottom_curves.jpg) top left no-repeat;
	height:45px;
	font-size:10px;
	text-align:center;
	float:left;
	width:100%;
}

.accom_header 
{
	background:#abd3cb;
	text-align:center;
	padding:5px;
	height:40px;
}

.accom_body 
{
	padding:5px;
	height:255px;
}

.accom_left 
{
	float:left;
	width:31%;
	text-align:left;
	padding:5px;
	border:solid #43527a 2px;
	height:500px;
}

.accom_right 
{
	float:right;
	width:31%;
	text-align:left;
	padding:5px;
	border:solid #43527a 2px;
	height:500px;
}

.accom_middle 
{
	border:solid #43527a 2px;
	text-align:left;
	padding:5px;
	margin-left:33%;
	margin-right:33%;
	height:500px;
}

.accom_container 
{
	text-align:center;
	padding-top:10px;
}

.accom_book 
{
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}

.accom_bottom 
{
	border:solid #43527a 1px;
	text-align:center;
	vertical-align:bottom;
	padding:3px;
	height:175px;
}

.location_right 
{
	padding-top:150px;
	padding-bottom:120px;
}

.location_left {
	float:left;
	padding:10px;
	width:350px;
}

.tranquil_right {
	padding-top:10px;
	font-size:14px;
	height:190px;
}

.tranquil_left {
	float:left;
	width:250px;
}

.contact {
	text-align:center;
	font-size:14px;
}

.awards {
	text-align:center;
	font-size:10px;
	line-height:150%;
	padding-top:10px;
	padding-bottom:25px;
}

/*.footer a  { text-decoration: none; } 
.footer a:link	{ color:#000; text-decoration: none; font-weight:bold;} 
.footer a:visited	{ color: #000; text-decoration: none; font-weight:bold;} 
.footer a:active	{ color: #000; text-decoration: none; font-weight:bold;} 
.footer a:hover	{ color: #000; text-decoration: underline; font-weight:bold;}*/

.footer_bt a  { text-decoration: none; } 
.footer_bt a:link	{ color:#000; text-decoration: none; font-weight:bold;} 
.footer_bt a:visited	{ color: #000; text-decoration: none; font-weight:bold;} 
.footer_bt a:active	{ color: #000; text-decoration: none; font-weight:bold;} 
.footer_bt a:hover	{ color: #000; text-decoration: underline; font-weight:bold;}

.booking_left {
	float:left;
	width:49%;
	padding-right:5px;
}

.booking_right {
	float:right;
	padding-left:5px;
	width:49%;
}

.tariff {
	background:#abd3cb;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	color:#6278b2;
}

.tariff_cols {
	background:#c3c6e5;
	padding:2px;
	text-align:left;
}

.thanks {
	padding-top:100px;
	font-size:16px;
	padding-bottom:150px;
}

.error {
	color:red;
	font-weight:bold;
	font-size:16px;
	padding-bottom:15px;
	padding-top:15px;
}

