body {
	font-size: 76%;
	color: #fff;
	background: #312F2A;/*
	background: #BBD6F1;
	background: #C2D28A;*/
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	background: #fff;
	border: solid 1px #fff;
	padding: 0px 0px 0px 0px;
	margin: 15px 5% 15px 5%;
	text-align: left;
}

#header {
	height: 40px;
	padding-top: 20px;
	margin: 0 0 0 0px;
	position: relative;
	top: 0;
	left: 0;
	background: #eee;
}

#header .logo {
	float: left;
	margin: -10px 40px 0 10px;
	height: 50px;
	width: 200px;
}

#navigation {
	width: auto;
	height: 20px;
	padding: 0;
	margin: 0px 0px 10px 20px;
	position: relative;
	top: 0;
	left: 0px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul li {
	float: left;
	margin-left: 3px;
	margin-right: 4px;
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;	
	background-image: url(../images/navigation_pipe.gif);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 0px 10px 0px 3px;    
}

#navigation ul li.nopipe
{
    background-image: none; 
    padding-right: 11px;
}

#navigation a, #navigation a:link, #navigation a:visited {
	color: #145087;
	text-decoration: none;
}

#navigation a:hover {
	color: #c60;
}

#navigation a.selected {
	font-weight: bold;
}

#flashcontent {
	width: auto;
	margin: 0;
	position: relative;
	padding-bottom: 20px;
	top: 0;
	left: 0;
	background: #fff;
}


#flashcontent .words {
	margin: 0px 10px 0px 10px;
	padding-top: 10px;
	text-align: left;
	color: #323232;
}

.words p {
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	text-align: left;	
	
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.6em;
}

#leftcol {
	width: 330px;
	margin-right: 20px;
	float: left;
}

#rightcol {
	width: 400px;
	padding-right: 40px;
	padding-left: 5px;
	float: left;
}


h2 {
	font-size: 12px;
	margin-bottom: 0px;
	color: #145087;
	text-transform: uppercase;
	font-weight: bold;

	font-family: Cambria, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.3em;

}

input, textarea, select {
	padding: 2px;
	background: #eee;
	border: solid 1px #ddd;
	width: 100%;
	font-size: 11px;
}

form {
	padding-left: 5px;
	padding-top: 0px;
}

label {
	text-transform: uppercase;
	color: #312F2A;
	font-size: 11px;
}

.row {
	margin-bottom: 10px;
}

.small {
	font-size: 10px;
	padding-left: 10px;
}

.clearer
{
    clear: both;
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.hr_grey 
{
	padding: 5px 0px 0px 0px;
	border-bottom: solid 5px #eee;
	margin: 0px 0px 5px 0px;
}

.hr_grey_dot 
{
	height: 6px;
	margin: 2px 0px 2px;
	background: url(../images/grey_dot.gif) scroll repeat-x center left;
}

.input_button
{
    color: #FFF;
    font-size: 90%;
    text-align: center;
    padding: 2px 5px;
    border: 1px solid #ebebeb;
    background-color: #3E546E;
    cursor:pointer;
    width: auto;
    display: inline;
}

p.price {
	font-weight: bold;
	font-size: 11px;
	color: #145087;
	font-family: Tahoma, sans-serif;
}

.words a, .words a:link, .words a:visited {
	color: #145087;
	text-decoration: none;
	font-weight: bold;
}

.words a:hover {
	color: #c60;
}

.words #rightcol a.breadcrumb,
.words #rightcol a.breadcrumb:link,
.words #rightcol a.breadcrumb:visited,
.words #rightcol a.breadcrumb:hover {
	color: #888;
	font-weight: normal;
	margin-bottom: 10px;
}

#footer {
	margin-top: 5px;
	height: 25px;
	border-top: solid 1px #eee;
	background: #fff;
}

#container table#splash {
	width: 680px;
	background: #fff;
	border: solid 1px #fff;
	margin: 100px 20px 100px 20px;
}

#container table#splash td.card {
	background: #eee;
	vertical-align: middle;
	text-align: center;
}

#container table#splash td.card a {
	text-decoration: none;
	cursor: pointer;
}

#container table#splash td.card a img {
	border-style: none;
}

.tableborder {
	padding: 10px;
	background: #fff;
	border: solid 1px #222;
}

#strapline {
	font-family: Georgia, Serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

#flashcontent #navbuttons {
	text-align: center;
	margin: 5px 0px 5px 0px;
}

#flashcontent #navbuttons img {
	margin-right: 5px;
	margin-left: 5px;
}

#flashcontent #photos {
	text-align: center;
}

#flashcontent #navbuttons a {
	text-decoration: none;
}

#flashcontent #navbuttons a img {
	border-style: none;
}

#flashcontent a.box,
#flashcontent a.box:link,
#flashcontent a.box:visited,
#flashcontent a.box:hover
{
	color: #6f6f00 !important;
}	

#flashcontent a.box img {
	border: solid 2px #fff;
}

.thumb {
	float: left;
	margin: 5px;
}

.filter {
	margin-top: 20px;
}

.lbthumbs {
	margin-top: 20px;
}

.breadcrumb ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	padding-bottom: 20px;
}
.breadcrumb ul li {
	float: left;
	margin-right: 10px;
}

.breadcrumb ul.bookings {
	list-style-type: none;
}
.breadcrumb ul.bookings li {
	float: none;
	display: block;
}

.breadcrumb ul li.selected {
	border-bottom: dotted 1px #8a8224;
	color: #8a8224;
}

a.deletelink {
	padding-left: 30px;
	font-weight: normal !important;
}

#header img, #header a img {
	border-style: none;
	text-decoration: none;
}
	
ul.nobullet {
	padding: 0;
	margin: 10px 0px 10px 0px;
}

ul.nobullet li {
	list-style-type: none;
	line-height: 16px;
}

#rightcol img.carousel {
	border: solid 5px #fff;
}


/* ====================== thumb grid ======================== */
#grid
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	width: 260px;
}

.thumb
{
	float: left;
	width: 262px;
	margin: 10px;
}

.thumb img
{
	border: solid 5px #fff;
}

.caption
{
	font-family: “Lucida Grande”, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.4em;
	padding: 5px 0 0 0;
	margin: 0 0 10px 0;
	color: #ff5c00 !important;	
	color: #8a8824 !important;
}