﻿<style type="text/css"> 
<!-- 

body  {
	font-family:Calibri, Bookman Old Style, Verdana, Geneva, sans-serif;
	
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #996633;
}

	
a:link    {color:#000080; background-color:transparent; text-decoration:none; font-weight: normal; }
a:visited {color:#000080; background-color:transparent; text-decoration:none; font-weight: normal; }
a:active  {color:#800000; background-color:transparent; text-decoration:none; font-weight: normal; }
a:hover   {color:#996633; background-color:transparent; text-decoration:underline overline; font-weight: normal; }


.bestoftheborders #container { 
	font-family:Calibri, Bookman Old Style, Verdana, Geneva, sans-serif;
	
	width: 100%; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.bestoftheborders #header { 
	background: #ffffff; 
	
} 
.bestoftheborders #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-family:Calibri;
	padding: px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.bestoftheborders #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
}
.bestoftheborders #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 70%;
} 

.bestoftheborders #accom { 
	font-family:Calibri, Bookman Old Style;
	color: #000000;
	font-size: 15px;

} 
.bestoftheborders #titles { 
	font-family:Calibri, ;
	font-weight:bold;
	color: #996633;

}
.bestoftheborders #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	font-family:Calibri, ;
	font-size: 12px;
	font: #996633;
} 
.bestoftheborders #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Navigation Bar */

#menu {
	list-style:none;
	width:940px;
	margin:30px auto 0px auto;
	height:43px;
	padding:0px 20px 0px 20px;

	/* Rounded Corners */

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Background color and gradients */

	background: url(menudivider.jpg);
	background: -moz-linear-gradient(top, #C97131, #FAA262);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAA262), to(#C97131));

	/* Borders */

	border: 1px solid #002232;

	-moz-box-shadow:inset 0px 0px 1px #FAA262;
	-webkit-box-shadow:inset 0px 0px 1px #FAA262;
	box-shadow:inset 0px 0px 1px #FAA262;
}

#menu li {
	float:left;
	text-align:center;
	position:relative;
	padding: 4px 10px 4px 10px;
	margin-right:30px;
	margin-top:7px;
	border:none;
}

#menu li:hover {
	border: 1px solid #777777;
	padding: 4px 9px 4px 9px;

	/* Background color and gradients */

	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));

	/* Rounded corners */

	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #EEEEEE;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}

#menu li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu li .drop {
	padding-right:21px;
	background:url("img/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("img/drop.png") no-repeat right 7px;
}

/* Drop Down */

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;

	/* Gradient background */
	background:#FAA262;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 100px;}

#menu li:hover .dropdown_1column,
#menu li:hover .dropdown_2columns,
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
    top:auto;
}

/* Columns */

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#menu .menu_norm {
	margin-right:0px;
}


/* Right alignment */

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}
#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

/* Drop Down Content Stylings */

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h1 {
	font-size:21px;
	font-weight:300;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h2 {
	font-size:21px;
	font-weight:300;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;
	color:#ffffff;
}
#menu li:hover div a:hover {
	color:#925E39;
}
.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.imgshadow {
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}
#menu li .black_box {
	background: url(menudivider.jpg);
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #013953;
	-moz-box-shadow:inset 0 0 3px #925E39;
	box-shadow:inset 0 0 3px #ffffff;
}
#menu li .white_box {
	background: url(menudivider.jpg);
	color: #000000;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #013953;
	-moz-box-shadow:inset 0 0 3px #925E39;
	box-shadow:inset 0 0 3px #ffffff;
}
#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

.toplinks{
	margin-left: 30px;
	padding-bottom: 0px;
	text-align:left;
}

.tableaccomm{
    float:right;
    width:100%;
    margin:0px;
    margin-left:0px;
    padding:0px;
	padding-bottom: 0px;
	border-collapse:collapse;
	padding-top:0px;
	text-align:left;
}
.tabletdleft{
    float:left;
    width:90%;
    margin:0px;
    margin-left:0px;
	padding-bottom: 0px;
	border-collapse:collapse;
	text-align:left;
}
.tabletdright{
    float:centre;
    width:10%;
    margin:0px;
	padding-bottom: 0px;
	border-collapse:collapse;
	border-style:hidden;
	border-width:0px;
}

.bestoftheborders #img {float:none; margin-right: 20px; margin-left: 20px; padding:1px; border-style:solid; border:1px solid #021a40;
}


.tabletdtitle{
    float:centre;
    width:100%;
    margin:0px;
    margin-left:0px;
	padding-bottom: 0px;
	border-collapse:collapse;
	text-align:left;
	font-weight:bold;
}
.tabletdaddress{
    float:centre;
    width:100%;
    margin:0px;
    margin-left:0px;
	padding-bottom: 0px;
	border-collapse:collapse;
	text-align:left;
}
.tabletddescription{
    float:centre;
    width:100%;
    margin:0px;
    margin-left:0px;
	padding-bottom: 0px;
	border-collapse:collapse;
	text-align:left;
}
.tablecontactmain{
    float:centre;
    width:60%;
    margin:0px;
    margin-left:0px;
    padding:0px;
	padding-bottom: 0px;
	border-collapse:collapse;
	text-align:left;
}
.tablecontacttitle{
    float:centre;
    width:20%;
    margin:0px;
    margin-left:0px;
	padding-bottom: 0px;
	border-collapse:collapse;
	text-align:left;
}
.tablecontactdetails{
    float:centre;
    width:80%;
    margin:0px;
    margin-left:0px;
	padding-bottom: 0px;
	border-collapse:collapse;
	text-align:left;
}







--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.bestoftheborders #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */


.bestoftheborders #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
