*{
	padding: 0;
	margin: 0;
}

html
{
	height: 100%;
}

body
{
	background: #ffffff;
	color: #16334d;

	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	font-weight: normal;
	line-height: 1.2em;
}

.hide
{
	display: none;
}

.nowrap
{
	white-space: nowrap;
}

div.left
{
	float: left;
}

div.right
{
	float: right;
}

div.break
{
	clear: both;
}

h1
{
	margin: 0 0 0.5em 0;
	color: #16334d;
	font-size: 1.25em;
	font-weight: bold;
}	
		
h2, h3, h4, h5, h6
{
	margin: 0 0 0.5em 0;
	color: #16334d;	
	font-size: 1em;
	font-weight: bold;
}	

p
{
	margin: 0 0 1em 0;
}

a
{
	color: #16334d;
	text-decoration: underline;
}

a:hover
{
	color: #285e8a;
	text-decoration: underline;
}


a.button
{
	padding: 3px 5px 3px 5px;
	background-color: #1e4567;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}

a.button:hover
{
	text-decoration: none;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

label,
span.label
{
	font-weight: bold;
}

label.nobold
{
	font-weight: normal;
}

input,
select,
textarea
{
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
	margin: 3px 0 0 0;
	padding: 1px;
}

select option
{
	padding: 0 2px 0 2px;
}

input.box,
select.box,
textarea.box,
input.halfbox,
select.halfbox,
textarea.halfbox,
input.quarterbox,
select.quarterbox,
textarea.quarterbox
input.nosize,
select.nosize,
textarea.nosize
{
	margin: 0 0 3px 0;
}

input.box,
select.box,
textarea.box
{
	width: 100%;
}

input.halfbox,
select.halfbox,
textarea.halfbox
{
	width: 50%;
}

input.quarterbox,
select.quarterbox,
textarea.quarterbox
{
	width: 25%;
}

input.button,
input.defaultbutton
{
	margin: 0;
	padding: 3px 5px 3px 5px;
	background-color: #1e4567;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-size: 0.9em;
	font-weight: bold;
}

div.block
{
	width: 100%;
	padding: 0 0 10px 0;
}

div.buttonblock
{
	padding: 0 0 10px 0;
	text-align: center;
}

div.block div.element,
div.buttonblock div.element
{
	float: left;
}

#body-container
{
	position: relative;
	width: 960px;
	margin: 70px auto 0 auto;
}


/* Header */
#header-container
{
	width: 960px;
	height: 55px;
	background: url(../images/logo.png) no-repeat 30px 5px;
}

#header-twitter-link
{
	float: right;
	padding: 20px 20px 0 0;
}

#header-twitter-link a
{
	padding: 10px 0 10px 40px;
	background: url(../images/twitter.gif) no-repeat center left;
	text-decoration: none;
}

/* Menu */
#menu-container
{
	width: 940px;
	margin: 0 0 5px 0;
	padding: 2px 0 2px 20px;
	background: #56748d;
}

#menu-container ul.menu-items
{
}

#menu-container ul.menu-items li
{
	float: left;
	background: url(../images/menu_seperator.gif) no-repeat 2px 10px;
}

#menu-container ul.menu-items li.first
{
	background: none;
}

#menu-container ul.menu-items li a
{
	display: block;
	margin: 0 0 0 10px;
	padding: 4px 8px 4px 8px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#menu-container ul.menu-items li:hover a
{
	background: #1a3a52;
	color: #ffffff;
	text-decoration: none;
}

#menu-container ul.menu-items li.first
{
	margin: 0;
}

#menu-container ul.menu-sub-items
{
	position: absolute;
	display: none;
	margin: 0 0 0 9px;
	padding: 0;
	list-style: none;
	background: #ffffff;
}

#menu-container ul.menu-sub-items li
{
	float: none;
	padding: 0;
	margin: 0;
	background: #ffffff;
	border-left: 1px solid #56748d;
	border-right: 1px solid #56748d;
	border-bottom: 1px solid #56748d;
}

#menu-container ul.menu-sub-items li a
{
	width: 180px;
	display: block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	color: #002f64;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

#menu-container ul.menu-sub-items li:hover a
{
	color: #ffffff;
	background: #56748d;
	text-decoration: none;
}

/* Main area */
#main-container
{
	width: 960px;
	margin: 0 0 5px 0;
	background: #e0e7ef url(../images/main_background.gif) repeat-y left top;
}

#content-container
{
	float: left;
	width: 700px;
	margin: 0 1px 0 0;
	background: #d4dee7;
}

#toolbar-container
{
	float: right;
	width: 259px;
}


/* Footer */
#footer-container
{
	width: 944px;
	padding: 5px 8px 5px 8px;
	background: #56748e;
	color: #ffffff;
	font-size: 0.9em;
}

#footer-container a
{
	color: #ffffff;
	text-decoration: underline;
}

#footer-container a:hover
{
	color: #c0c0c0;
	text-decoration: underline;
}

div.home-content
{
	background: #e0e7ef;
}

div.home-content-inner
{
	width: 621px;
	padding: 15px 39px 15px 40px;
}

/* Page */
div.page-banner
{
	width: 700px;
	height: 152px;
	background: #adbfcd url(../images/page_banner.jpg) no-repeat left top;
}

div.page-content-container
{
	width: 621px;
	padding: 15px 39px 15px 40px;
	background: url(../images/page_content_background.gif) repeat-x left top;
}

div.page-content
{
	float: left;
	width: 620px;
}

div.page-content-prop
{
	float: right;
	width: 1px;
	height: 310px;
}

/* Toolbar */
div.toolbar-item,
div.toolbar-item-highlight
{
	width: 259px;
	background: #e0e7ef;
}

div.toolbar-item-highlight
{
	background: #e0e7ef url(../images/toolbar_highlight_background.gif) repeat-y left top;
}

div.toolbar-item a,
div.toolbar-item-highlight a
{
	color: #16334d;
	text-decoration: underline;
}

div.toolbar-item a:hover,
div.toolbar-item-highlight a:hover
{
	color: #285e8a;
	text-decoration: underline;
}

div.toolbar-item-link
{
	padding: 15px 12px 15px 12px;
	color: #16334d;
	font-size: 0.9em;
	text-align: right;
}

div.toolbar-item-link img
{
	border: 1px solid #ffffff;
}

div.toolbar-item-link div.left
{
	float: left;
	width: 142px;
}

div.toolbar-item-link div.right
{
	float: right;
	width: 75px;
	padding: 0 0 0 8px;
	line-height: 0;
}

div.toolbar-item-link div.name
{
	font-weight: bold;
	text-align: right;
}

div.toolbar-item-link div.image
{
}

div.toolbar-item-map
{
	width: 259px;
	height: 210px;
	background: url(../images/map_small.jpg) no-repeat left top;
}


/* Message boxes */
div.messagebox-error
{
	color: #d00000;
	border: 1px solid #d00000;
	margin: 0 30px 20px 30px;
	padding: 10px;
}

div.messagebox-error p
{
	margin: 0;
	padding: 0;
}

div.warning
{
	color: #d00000;
	border: 1px solid #d00000;
	margin: 0 30px 20px 30px;
	padding: 10px;
}

div.warning h2
{
	color: #d00000;
	font-size: 1.1em;
}

div.warning ul
{
	list-style-type: disc;
	margin: 0 0 0 20px;
}

/* Content */
div.object-left
{
	float: left;
	padding: 0 5px 5px 0;
}

div.object-right
{
	float: right;
	padding: 0 0 5px 5px;
}

div.object-center
{
	padding: 0 5px 5px 5px;
}


/* Page navigator */
div.pagenavigator
{
	margin: 20px 0 0 0;
	text-align: center;
}

div.pagenavigator span.previous
{
	float: left;
}

div.pagenavigator span.next
{
	float: right;
}


/* Item list */
div.item-list
{
}

div.item-list div.item,
div.item-list div.item-with-image
{
	padding: 0 0 10px 0;
}

div.item-list div.item div.left,
div.item-list div.item-with-image div.left
{
	float: left;
	width: 75px;
	padding: 0 15px 0 0;
}

div.item-list div.item-with-image div.left img
{
	border: 1px solid #ffffff;
}

div.item-list div.item div.right,
div.item-list div.item-with-image div.right
{
	float: left;
	width: 520px;
}

div.item-list div.item div.right
{
	width: 610px;
}

div.item-list div.name
{
	font-weight: bold;
}

div.item-list div.name a
{
	color: #16334d;
	text-decoration: underline;
}

div.item-list div.name a:hover
{
	color: #285e8a;
	text-decoration: underline;
}

/* Item list (table) */
div.item-list-table
{
	padding: 0 0 10px 0;
}

/* Ecard */
div.ecard-item-list
{
	padding: 0 0 0 30px;
}

div.ecard-item-list div.ecard-item,
div.ecard-item-list div.ecard-item-first
{
	float: left;
	width: 150px;
	padding: 0 0 15px 50px;
	text-align: center;
}

div.ecard-item-list div.ecard-item-first
{
	padding-left: 0;
}

div.ecard-item-list div.ecard-text
{
	padding-bottom: 5px;
}

/* Inline forms */
p.form-required-message
{
	text-align: center;
}

div.form-container-inline
{
}

div.form-container-inline div.form-element-label
{
	float: left;
	width: 40%;
	padding: 2px 0 0 0;
	text-align: right;
}

div.form-container-inline div.form-element-input
{
	float: left;
	width: 50%;
	padding: 0 0 0 10px;
}

div.form-container-inline input.halfbox,
div.form-container-inline select.halfbox,
div.form-container-inline textarea.halfbox,
div.form-container-inline input.quarterbox,
div.form-container-inline select.quarterbox,
div.form-container-inline textarea.quarterbox
{
	width: 100%;
}

div.form-container-inline span.radio-label
{
	padding: 0 0 0 5px;
}


/* Gallery */
div.gallery-item-list
{
	padding: 0 0 0 30px;
}

div.gallery-item-list div.gallery-item,
div.gallery-item-list div.gallery-item-first
{
	float: left;
	width: 150px;
	padding: 0 0 15px 50px;
	text-align: center;
}

div.gallery-item-list div.gallery-item-first
{
	padding-left: 0;
}

div.gallery-item-list div.gallery-text
{
	padding-bottom: 5px;
}

div.image-view-container
{
	text-align: center;
}

div.image-view-container div.image img
{
	border: 1px solid #ffffff;
}

div.image-request-container
{
	padding: 10px 0 0 0;
	text-align: center;
}

/* Forums */
table.forum
{
	width: 98%;
	margin: 0 0 10px 0;
}

table.forum th,
table.forum td
{
	padding: 2px 8px 2px 2px;
	text-align: left;
}

table.forum th
{
	font-weight: bold;
	border-bottom: 1px solid #1e4567;
}

table.forum th.tight,
table.forum td.tight
{
	width: 1%;
}

div.forum-thread-container
{
}

div.forum-thread-item
{
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #1e4567;
}

div.forum-thread-item-details
{
}

div.forum-thread-item-details-left
{
	float: left;
	font-weight: bold;
}

div.forum-thread-item-details-right
{
	float: right;
}

div.forum-thread-item-name
{
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #1e4567;
}

div.forum-thread-item-content
{
	padding: 5px 0 0 0;
}

div.forum-thread-item-content div.quotefrom
{
	font-style: italic;
}

div.forum-thread-item-content div.quoteblock
{
	margin: 0;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #1e4567;
}

div.forum-thread-item-reply-button
{
	padding: 5px 0 0 0;
	text-align: right;
}


p.user-forgotpassword-link
{
	text-align: center;
}


/* Ratings */
div.rating-star-container
{
	width: 60px;
	padding: 0 0 2px 0;
}

div.rating-star-container div.rating-star
{
	float: left;
	padding: 0 0 0 2px;
}

/* Place to stay (Table list) */
table.place-to-stay-table
{
	width: 95%;
	border-top: 1px solid #16334d;
}

table.place-to-stay-table td
{
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #16334d;
	vertical-align: top;
}

table.place-to-stay-table td.place-to-stay-column-image
{
	width: 75px;
}

table.place-to-stay-table td.place-to-stay-column-image img
{
	border: 1px solid #ffffff;
}

table.place-to-stay-table td.place-to-stay-column-name
{
	width: 140px;
	padding-left: 5px;
}

table.place-to-stay-table td.place-to-stay-column-rating
{
	width: 60px;
	padding-left: 5px;
}

table.place-to-stay-table td.place-to-stay-column-address
{
	padding-left: 5px;
}

table.place-to-stay-table td.place-to-stay-column-telephone
{
	width: 100px;
	padding-left: 5px;
}

/* Place to stay (View) */
div.place-to-stay
{
}

div.place-to-stay h1
{
	width: 540px;
}

div.place-to-stay div.place-to-stay-floater
{
	float: right;
	width: 160px;
	padding: 0 0 5px 5px;
}

div.place-to-stay div.place-to-stay-floater-image
{
}

div.place-to-stay div.place-to-stay-floater-image img
{
	border: 1px solid #ffffff;
}

div.place-to-stay div.place-to-stay-floater-rating
{
	width: 70px;
}

div.place-to-stay div.place-to-stay-description
{
	padding: 0 0 10px 0;
}

div.place-to-stay div.play-to-stay-contact
{
	padding: 0 0 10px 0;
}

div.place-to-stay div.play-to-stay-price
{
	padding: 0 0 10px 0;
}


/* Place to visit (Table list) */
table.place-to-visit-table
{
	width: 95%;
	border-top: 1px solid #16334d;
}

table.place-to-visit-table td
{
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #16334d;
	vertical-align: top;
}

table.place-to-visit-table td.place-to-visit-column-image
{
	width: 75px;
}

table.place-to-visit-table td.place-to-visit-column-image img
{
	border: 1px solid #ffffff;
}

table.place-to-visit-table td.place-to-visit-column-name
{
	width: 145px;
	padding-left: 5px;
}

table.place-to-visit-table td.place-to-visit-column-address
{
	padding-left: 5px;
}

table.place-to-visit-table td.place-to-visit-column-telephone
{
	width: 100px;
	padding-left: 5px;
}

/* Place to visit (View) */
div.place-to-visit
{
}

div.place-to-visit h1
{
	width: 540px;
}

div.place-to-visit div.place-to-visit-floater
{
	float: right;
	width: 160px;
	padding: 0 0 5px 5px;
}

div.place-to-visit div.place-to-visit-floater-image
{
}

div.place-to-visit div.place-to-visit-floater-image img
{
	border: 1px solid #ffffff;
}

div.place-to-visit div.place-to-visit-floater-rating
{
	width: 70px;
}
