/* REGUALR STYLES */

body
{
    margin-bottom: 5px;
	font-family: Arial,Helvetica,sans-serif/*Verdana, Arial, Helvetica, sans-serif*/;
	text-align: center;
    background: url('../images/bg.jpg');
}

.clear
{
	clear: both;

}

.center
{
    text-align: center;

}

.wrapper_shadow
{
    margin: 0px auto;
	width: 970px;
    background: url('../images/shadow.png') repeat-y;
	
}

.wrapper
{
    margin: 0px auto;
	width: 950px;
	background: #fff;


}

.main_content h1
{
    font-size: 24pt;
	text-align: right;

}

h1
{
    font-size: 48pt;
	display: inline;

}

h1.colourise
{
	color: #4f788e;

}

h2
{
    font-size: 20pt;

}

h3
{
    padding-top: 5px;
    font-size: 16pt;

}

h4
{
    padding-top: 5px;
    font-size: 14pt;
	font-weight: bold;

}

h5
{
    padding-top: 5px;
    font-size: 12pt;
	font-weight: bold;

}

strong
{
    font-weight: bold;

}

/* END REGULAR STYLES */

/* ----------------------------------- */

/* HEADER STYLES */

.header_logo h3
{
    padding: 15px;
    font-size: 12pt;

}

.header
{
    font-family: inherit;
	background: #fff;
	border-top: 10px solid #689ebb;
	border-bottom: 10px solid #689ebb;
	text-align: left;
    height: 324px;
	position: relative;
	
}

.header_logo
{
    width: 285px;
    font-family: inherit;
    text-align: center;
	padding: 25px 4px 10px 4px;
	background: url('../images/logo_bg.png') no-repeat #689ebb;
	color: #fff;
	float: left;
	clear: both;


}

.header_img
{
    font-family: inherit;
	background: url('../images/header_img.jpg') no-repeat #bcc7cd;
	margin: 5px;
	width: 645px;
	height: 313px;
	float: left;
	overflow: hidden;

}

#header_images
{
    width: 160px;
	display: block;
	float: right;
	overflow: hidden;
	clear: right;
	height: 313px;

}

.header_images_img_1, .header_images_img_2, .header_images_img_3
{
    float: right;
	clear: right;
	width: 160px;
	height: 105px;
	display: block;

}

#tourist_board
{
	background: url('../images/tourist_board.jpg') center no-repeat;
	margin-top: 10px;
	height: 91px;
	width: 285px;

}

a
{
    color: #666;
	text-decoration: underline;

}

a:hover
{
    text-decoration: none;

}

/* END HEADER STYLES */

/* ----------------------------------- */

/* PAGES STYLES */

.page_container
{
    background: #fff;
	color: #000;
	text-align: left;
	margin-top: 5px;
	display: block;

}

.main_content, #gallery
{
    display: inline;
	width: 490px;
	height: auto;
	text-align: left;
	padding: 10px;
	float: left;
	overflow: hidden;
	clear: right;
	border-left: 1px solid #e2e5ff;
	border-right: 1px solid #e2e5ff;

}

.contact
{
    font-size: 9pt;
    text-align: center;
	margin: 10px;
	padding: 10px;
    width: 175px;
	height: auto;
	float: right;
	overflow: hidden;
	background: url('../images/contact_corner.jpg') top right no-repeat #cfdde4;

}

.news
{
    font-size: 9pt;
    text-align: center;
	margin: 10px;
	padding: 10px;
    width: 175px;
	height: auto;
	clear: right;
	float: right;
	overflow: hidden;
	background: url('../images/contact_corner.jpg') top right no-repeat #cfdde4;

}

ul.check li
{
    list-style: circle inside url('../images/tick_box.jpg');
	padding: 5px 0px 5px 0px;

}

/* END PAGES */

/* ----------------------------------- */

/* GUEST COMMENTS */

.comments_date
{
    background: #edefff;
	border: 1px solid #b2b4c0;
	padding: 3px;
	font-size: 11pt;
	color: #8d999c;
	margin-bottom: 5px;
	-moz-box-shadow: 0px 1px 5px #666666;
	box-shadow: 0px 1px 5px #666666;
	
}

/* ----------------------------------- */

/* RATE STYLES */

#ratesTitle
{
	font-weight: bold;
	font-size: 12px;
	background: #F9EDC8;
	padding: 8px 0px 6px 5px;
	width: 80%;
	
}

.ratesColour
{
	background: #F9EDC8;
	padding: 6px 0px 6px 5px;
	width: 80%;

}

.ratesWhite
{
	background: #FFFFFF;
	padding: 0px 0px 0px 5px;
	width: 80%;
	line-height: 100%;
}


/* END RATES STYLES */

/* CONTACT STYLES */

#contact_form
{
    margin-top: 15px;
    float: left;
	overflow: hidden;
	clear: left;
	width: auto;

}

label.error 
{
    background: #FBFCDA url(../images/cancel.png) no-repeat;
    border: 1px solid #DBDBD3;
    display: block;
    font-size: 11px;
    margin-top: 4px;
    padding-left: 25px;
    width: 229px;

}

/* END CONTACT STYLES */

/* FOOTER STYLES */

#footer {
	clear: both;
	background: url(../images/navButtonOverlay.png) repeat-x #689ebb; 
	border-top: 1px solid #ccc;
	text-align: center;
	height: inherit;
	line-height: 2em;
	color: #fff;
	font-size: 9pt;

}

#footerNav
{
	padding: 0px 150px 0px 150px;
	color: #fff;
	border-bottom: dotted #fff 1px;

}

#footerNav a
{
	color: #fff;
	text-decoration: underline;

}

#footerNav a:Hover
{
	text-decoration: none;

}

#footerNav a:visited
{
	color: #fff;

}

#footerLink
{
	color: #fff;

}

#footer a
{
	color: #fff;
	text-decoration: underline;

}

#footer a:Hover
{
	text-decoration: none;

}

#footer a:visited
{
	color: #fff;

}

/* END FOOTER STYLES */

#left_bar
{
    float: left;
	overflow: hidden;
	clear: right;
	width: 220px;

}

/* SITEMAP */

li.collapsed
{
	list-style-type: disc;
	list-style-image: url(../images/menu-expanded.png);
	list-style-position: inside;
	padding: 0.2em 0.5em 0 0;
	margin: 0;

}

li.bullet 
{
	list-style-type: square;
	list-style-image: url(../images/menu-collapsed.png);
	list-style-position: inside;
	padding: 0.2em 0.5em 0 0;
	margin: 0;

}

.tree
{
	padding-left: 30px;

}

/* WIDGET */

#widget
{
	overflow: hidden;
	height: 180px;
	position: relative;
	padding: 0.5em;
	margin: 0.5em;
	text-align: left;
	
}

#widget img 
{
    float: left;
    border: 1px solid white;
    padding: 0.2em;
    background: #d3d3d3;
    margin-right: .5em;
    width: 90px;
    height: 90px;
	overflow: hidden;

}

#widget li 
{
    clear: left;
    overflow: hidden;
    position: relative;
    top: 0;
    padding-bottom: 1em;
    height: auto; /* Change this to fit your needs. The plugin will access this value if you don't pass a parameter in when you call it. */
}

/* DISCLAIMER */

.disclaimer_wrap
{
    margin: 0px auto;
	width: 550px;

}

.disclaimer
{
    background: #fff;
	height: auto;
	text-align: left;
	padding: 10px;

}

.disclaimer h4
{
    margin: 5px;

}