/* --------------------------------------------------
    Table of Contents
-----------------------------------------------------
:: Reset & Standards
:: Links
:: Lists
:: Tables
:: Misc
*/

/*	--------------------------------------------------
	:: Global Reset & Standards
	-------------------------------------------------- */

	/*
		Eric Meyer's CSS Reset
		http://meyerweb.com/eric/tools/css/reset/
		v2.0 | 20110126
   		License: none (public domain)
	*/

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed,
	figure, figcaption, footer, header, hgroup,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
		vertical-align: baseline;
	}
	html {
		font-size: 62.5%;
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body { background: #1d313e; color: #5a5a5a; font-family: Tahoma, Geneva, Verdana, sans-serif; font-size: 13px; line-height: 18px; color: #5a5a5a; position: relative; -webkit-font-smoothing: antialiased; }

/*	--------------------------------------------------
	:: Links
	-------------------------------------------------- */
	a { color: #d60000; text-decoration: none; outline: 0; line-height: inherit; }
	a:hover { color: #d93f3f; }
	p a, p a:visited { line-height: inherit; }

/*	--------------------------------------------------
	:: Lists
	-------------------------------------------------- */
	ul, ol { margin-bottom: 18px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ol ol { margin: 4px 0 5px 30px; }
	li { margin-bottom: 6px; }
	ul.large li { line-height: 21px; }

	ul li,
	ol li {
		color: inherit;

	}
	.content ul,
	.widget ul {
		padding-left: 12px;
		/*text-indent: -12px;*/
		/*list-style-image: url('img/bullet.png');*/
		list-style: disc url('img/bullet.png') outside;

	}
	.content ul li,
	.widget ul li {
		margin-left: 12px;
		padding-left: 6px;
	}
	.content ul.dotted li,
	.widget ul.dotted li {
		border-top: 1px dotted #a2a0a0;
		padding-top: 6px;
	}
	.content ul.dotted li:first-child,
	.widget ul.dotted li:first-child {
		border-top: 1px solid transparent;
	}
	.content .item ul {
		float: left;
		margin: 6px 0 12px;
	}
	ul.red {
		list-style-image: url('img/bullet-red.png');
	}
	ul.nobullet {
		list-style: none;
		word-break: break-all
	}


/*	--------------------------------------------------
	:: Tables
	-------------------------------------------------- */
	table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; width: 100%; margin: 0 0 18px; border: 1px solid #ddd;  }

	table thead, table tfoot { background: #f5f5f5; }
	table thead tr th,
	table tfoot tr th
	table tbody tr td,
	table tfoot tr td { font-size: 12px; line-height: 18px; text-align: left; }
	table thead tr th,
	table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }
	table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }
	table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }

	table tbody tr.even,
	table tbody tr.alt { background: #f9f9f9; }
	table tbody tr:nth-child(even) { background: #f9f9f9; }
	table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }


/* --------------------------------------------------
	:: Misc
---------------------------------------------------*/

	.left       { float: left; }
	.right      { float: right; }
	.hide     	{ display: none; }
	.highlight 	{ background: #ff0; }

	/*=Font colours */
	.teal 		{ color: #008d9c; }
	.white		{ color: #fff; }
	.grey 		{ color: #eee; }
	.lightgrey  { color: #c2c2c2; }
	.darkgrey 	{ color: #5a5a5a; }
	.red		{ color: #d60000; }

	/*Background colors */
	.teal-bg 	 { background-color: #008d9c; }
	.darkteal-bg { background-color: #106074; color: #fff; }
	.grey-bg 	 { background-color: #eee; }
	.white-bg 	 { background-color: #fff; }
	.red-bg		 { background-color: #d60000; color: #fff; }

	small { font-size: 80%;}

	b, strong { font-weight: bold; line-height: inherit; }

	.clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
        }
	.clearfix { display: inline-block; }
	/* start commented backslash hack \*/
	* html .clearfix { height: 1%; }
	.clearfix { display: block; }
	/* close commented backslash hack */
	* html .clearfix             { zoom: 1; } /* IE6 */
	*:first-child+html .clearfix { zoom: 1; } /* IE7 */

	.clear	{ clear:both; }

	hr {
		width: 100%;
		padding: 12px 0;
		border: 0;
		border-bottom: 1px dotted #C1C1C1;
		background: transparent;
	}

	.pot { display: none !important; visibility: hidden !important; }

/*	--------------------------------------------------
    :: Typography
	-------------------------------------------------- */
	h1, h2, h3, h4, h5, h6 { font-weight: bold; line-height: 1.25; color: inherit; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 22px; font-size: 2.2rem; margin-bottom: 12px;}
	h2 { font-size: 20px; font-size: 2.0rem; margin-bottom: 9px; }
	h3 { font-size: 18px; font-size: 1.8rem; margin-bottom: 9px; }
	h4 { font-size: 16px; font-size: 1.6rem; margin-bottom: 3px; }
	h5 { font-size: 14px; font-size: 1.4rem; margin-bottom: 3px; }
	h6 { font-size: 12px; font-size: 1.2rem; }

	.page-title { float: left; font-size: 20px; font-size: 2.0rem; text-transform: uppercase; margin: 6px 0; }

	/*	Highlights  */
	::selection {
        background: #80c6cf; /* Safari */
        }
	::-moz-selection {
			background: #80c6cf; /* Firefox */
	}

	p {
		margin-bottom: 12px;
		line-height: 1.5;
		word-wrap: break-word;
	}
	.content p + p { text-indent: 1.5em }
	/*h3 + p:first-letter {
		font-size: 2em;
		line-height: 0;
	}*/

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Grid
:: Buttons
:: Notices/Alerts
:: Tabs
:: Panels
:: Forms
*/

/* --------------------------------------------------
	:: Grid

	Adapted from http://foundation.zurb.com

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

	.container { width: auto; padding: 0 20px; }
	.row { width: 100%; max-width: 960px; min-width: 727px; margin: 0 auto; position: relative; }


/*	--------------------------------------------------
	:: Block grids
	-------------------------------------------------- */

/*	--------------------------------------------------
	Buttons
	-------------------------------------------------- */

	.button {
		position: relative;
		display: inline-block;
		zoom: 1;
		vertical-align: baseline;
		margin: 0 2px;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		font-size: 13px;
		line-height: 100%;
		font-weight: bold;
		padding: 10px 20px 12px;
		text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
		font-family: inherit;
		text-transform: uppercase;
		/*behavior: url(css/PIE.htc);*/ /* enables CSS3 styling in lt IE9 */
	}
	html.ie7 .button {
		display: inline;
		width: auto;
	}
	a.button:hover {
		text-decoration: none;
	}
	.button.red {
		color: #FADDDE;
		border: 1px solid #eb8080;
		border-bottom: 2px solid #c20202;
		border-left: 0;
		border-right: 0;
		background: #d70000;
		background: -webkit-gradient(linear, left top, left bottom, from(#d70000), to(#8f0000));
		background: -moz-linear-gradient(top, #d70000, #8f0000);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d70000', endColorstr='#8f0000');
		-webkit-box-shadow: 0 1px 3px #333333;
		-moz-box-shadow: 0 1px 3px #333333;
		-ms-box-shadow: 0 1px 3px #333333;
		-o-box-shadow: 0 1px 3px #333333;
		box-shadow: 0 1px 3px #333333;
	}
	.button.teal {
		color: #bbdcdf;
		border: 1px solid #80c6cf;
		border-bottom: 2px solid #028a9a;
		border-left: 0;
		border-right: 0;
		background: #008d9e;
		background: -webkit-gradient(linear, left top, left bottom, from(#008d9e), to(#005d65));
		background: -moz-linear-gradient(top, #008d9e, #005d65);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008d9e', endColorstr='#005d65');
		-webkit-box-shadow: 0 1px 3px #333333;
		-moz-box-shadow: 0 1px 3px #333333;
		-ms-box-shadow: 0 1px 3px #333333;
		-o-box-shadow: 0 1px 3px #333333;
		box-shadow: 0 1px 3px #333333;
	}
	.button.red:hover {
		color: #fff;
	}
	.button.teal:hover {
		color: #fff;
	}

	a.icon {
		display: block;
		width: 100%;
		height: 20px;
	}
	a.icon span {
		float: left;
		width: 115px;
	}
	a.icon b {
		display: block;
		float: left;
		width: 20px;
		height: 20px;
		margin-right: 5px;
		background: url('img/sprite.png') transparent no-repeat;
	}
	a.icon.twitter b {
		background-position: -84px 0;
	}
	a.icon.facebook b {
		background-position: -84px -22px;
	}
	a.icon.newsletter b {
		background-position: -84px -46px;
	}
	a.icon.rss b {
		background-position: -84px -69px;
	}

    /* nav social */
    .nav-social {
        float: left;
        width: 100%;
        margin-top: 30px;
    }
    .nav-social li {
        display: inline-block;
        margin: 0 0 0 16px;
    }

    .nav-social li:first-child {
        margin-left: 0;
    }

    .nav-social li a.icon {
        display: block;
        width: 63px;
        height: 65px;
        font-size: 12px;
        text-align: center;
    }

    .nav-social li a.icon span {
        display: block;
        padding: 5px 0;
        width: 100%;
    }

    .nav-social li a.icon b {
        display: block;
        width: 63px;
        height: 65px;
        background: 0 none;
    }

    .nav-social li a.icon.twitter b {
        background: url(img/icon-twitter.png) no-repeat;
    }

    .nav-social li a.icon.facebook b {
        background: url(img/icon-facebook.png) no-repeat;
    }

    .nav-social li a.icon.newsletter b {
        background: url(img/icon-newsletter.png) no-repeat;
    }

    .nav-social li a.icon.rss b {
        background: url(img/icon-rss.png) no-repeat;
    }

    .nav-social li a.icon.instagram b {
        background: url(img/icon-instagram.png) no-repeat;
    }

	/*pdfs*/
     a[href$=".pdf"] {background: url('img/icon-pdf.gif') no-repeat left 50%;}

/*	--------------------------------------------------
	Notices/Alerts
	-------------------------------------------------- */


/*  --------------------------------------------------
    Tabs
    -------------------------------------------------- */

/*	--------------------------------------------------
	Panels
	-------------------------------------------------- */
	.content .item .box { float: left; width: 100%; margin-bottom: 30px; }
	.box .inner { overflow: hidden; padding: 10px 20px; }

/*	--------------------------------------------------
	Forms
	-------------------------------------------------- */
/* -----------------------------------------
	   Custom Forms
	----------------------------------------- */

	form { float: left; margin: 0 0 18px; }
	form.custom { position: relative; }
	.form-field { position: relative; margin-bottom: 12px; }
	form label { display: block; font-size: 13px; line-height: 18px; font-weight: bold; cursor: pointer; margin-bottom: 9px; }

	input.input-text, textarea { border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; }
	input.input-text, textarea, select { display: block; margin-bottom: 9px; }
	label + input.input-text, label + textarea, label + select, label + div.dropdown, select + div.dropdown { margin-top: -9px; }

	/*form.custom div.form-field input, */form.custom input.input-text, form.custom textarea { border: solid 1px #afafaf; /*border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;*/ }
	/*form.custom div.form-field input, */form.custom input.input-text, form.custom textarea { color: #4c4c4c; font-size: 13px; padding: 6px 3px 4px; outline: none !important; background: #eee; /*background: url(../images/misc/input-bg.png) #fff;*/ font-family: inherit; resize: none; }
	/*form.custom div.form-field input:focus, */form.custom input.input-text:focus, form.custom textarea:focus { background-color: #f9f9f9 !important; }
	.grey-bg form.custom input.input-text, .grey-bg form.custom textarea { background-color: #fff; }

	/* Text input and textarea sizes */
	form.custom div.form-field input.input-text { width: 254px; }
	form.custom div.form-field input.small { width: 134px; }
	form.custom div.form-field input.medium { width: 254px; }
	form.custom div.form-field input.large { width: 450px; }

	form.custom div.form-field textarea { width: 254px; height: 40px; }
	form.custom div.form-field textarea.small { width: 134px; height: 60px; }
	form.custom div.form-field textarea.medium { width: 254px; height: 80px; }
	form.custom div.form-field textarea.large { width: 450px; height: 100px; }
	.control.comment-form form.custom div.form-field textarea.large { width: 420px; height: 100px; }

	::-webkit-input-placeholder { color: #4c4c4c; }
	:-moz-placeholder { color: #4c4c4c; }

	form.custom span.custom { display: inline-block; width: 14px; height: 14px; position: relative; top: 2px; border: solid 1px #afafaf; background: url('img/custom-form-sprites.png') #eee 0 0 no-repeat; z-index: 99; }
	form.custom span.custom.radio { border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; }
	form.custom span.custom.radio.checked { background-position: 0px -14px; }
	form.custom span.custom.checkbox.checked { background-position: 0px -28px; }
	form.custom span.custom.checkbox { margin-right: 6px; }

	form.custom div.custom.dropdown { position: relative; display: inline-block; width: 262px !important; height: 28px; margin-bottom: 9px; background: #eee; }
	form.custom div.custom.dropdown a.current { display: block; width: auto; line-height: 26px; padding: 0 38px 0 6px; border: solid 1px #afafaf; color: #4c4c4c; }
	form.custom div.custom.dropdown a.selector { position: absolute; width: 26px; height: 26px; display: block; background: url('img/custom-form-sprites.png') #38939c -14px 0 no-repeat; right: 0px; top: 0px; border: solid 1px #006169; }
	form.custom div.custom.dropdown:hover a.selector,
	form.custom div.custom.dropdown.open a.selector { background-position: -14px -26px; }

	form.custom div.custom.dropdown ul { position: absolute; width: 232px !important; display: none; margin: 0; list-style: none; left: 0px; top: 27px; margin: 0; padding: 0; background: rgba(255,255,255,0.9); border: solid 1px #afafaf; z-index: 101; }
	html.ie7 form.custom div.custom.dropdown ul { background: #eee; }
	form.custom div.custom.dropdown ul li { cursor: pointer; padding: 3px 38px 3px 6px; margin: 0; }
	form.custom div.custom.dropdown ul li.selected { background: url('img/custom-form-sprites.png') right -52px no-repeat; }
	form.custom div.custom.dropdown ul li:hover { background-color: #80c6cf; color: #fff; }
	form.custom div.custom.dropdown ul li.selected:hover { background: url('img/custom-form-sprites.png') #80c6cf right -78px no-repeat; }
	form.custom div.custom.dropdown ul.show { display: block; }

	form.custom div.custom.dropdown.open ul { display: block; min-width: 155px; }

	form.custom input.date-picker { background-image: url('/css/img/icon-calendar-red.png'); background-repeat: no-repeat;  background-position: right center;}

	/*= Errors */
	form.custom div.form-field.error input, form.custom div.form-field.error textarea, input.input-text.red { border-color: #d60000; background-color: rgba(255,0,0,0.15); color: #a50000; }
	form.custom div.form-field.error label, label.red, .error { color: #d60000; }
	form.custom .error { margin-bottom: 12px; }
	form.custom div.form-field.error small, small.error { padding: 6px 4px; border: solid 0px red; border-width: 0px 1px 1px 1px; margin-top: -10px; background: #d60000; color: #fff; font-size: 10px; font-weight: bold; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomleft: 2px; -moz-border-radius-bottomright: 2px; }

	form.custom div.form-field.error div.custom.dropdown { position: relative; display: inline-block; width: auto; height: 28px; margin-bottom: 9px; background: #FED8D8; }
	form.custom div.form-field.error div.custom.dropdown a.current { display: block; width: auto; line-height: 26px; padding: 0 38px 0 6px; border: solid 1px #d60000; color: #a50000; }
	form.custom div.form-field.error div.custom.dropdown a.selector { position: absolute; width: 26px; height: 26px; display: block; background: url('img/custom-form-sprites.png') #d60000 -14px 0 no-repeat; right: 0px; top: 0px; border: solid 1px #a50000; }
	form.custom div.form-field.error div.custom.dropdown:hover a.selector,
	form.custom div.form-field.error div.custom.dropdown.open a.selector { background-position: -14px -26px; }

	form.custom div.form-field.error .small + small { width: 140px; }
	form.custom div.form-field.error .medium + small { width: 252px; }
	form.custom div.form-field.error .large + small { width: 432px; }

	/*= Inline */
	form.custom div.form-field.inline  { display: inline-block; width: 100%; }
	html.ie7 form.custom div.form-field.inline  { display: inline-block; }
	form.custom div.form-field.inline label,
	form.custom div.form-field.inline input,
	form.custom div.form-field.inline textarea,
	form.custom div.form-field.inline small { display: inline-block; margin: 0; }
	html.ie7 form.custom div.form-field.inline label,
	html.ie7 form.custom div.form-field.inline input,
	html.ie7 form.custom div.form-field.inline textarea,
	form.custom div.form-field.inline small { display: inline; }
	form.custom div.form-field.inline label { margin-right: 12px;  margin-bottom: 9px; width: 180px; vertical-align: top; }
	form.custom div.form-field.inline label.small { width: 130px; }
	form.custom div.form-field.inline.error small { float: right; }

	form.custom div.form-field.inline textarea,
	form.custom div.form-field.inline textarea.small,
	form.custom div.form-field.inline textarea.medium,
	form.custom div.form-field.inline textarea.large { width: 254px; }

	form.custom div.form-field.inline textarea + small,
	form.custom div.form-field.inline textarea.small + small,
	form.custom div.form-field.inline textarea.medium + small,
	form.custom div.form-field.inline textarea.large + small { width: 252px; margin-top: -4px; }

	form.custom div.form-field.inline label + label { width: 100%; margin-bottom: 9px; }

	/*= Form specific */
	.search-bar form.custom div.form-field input.input-text { width: 226px }
	.search-bar form.custom div.form-field input.submit { width: 28px; height: 28px; display: block; background: url('img/custom-form-sprites.png') -37px 0 no-repeat; border: solid 1px #006169; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; cursor: pointer; }
	.search-bar form.custom div.form-field input.submit:hover { background-position: -37px -26px; }
	.search-bar form.custom div.form-field input.submit.teal { background-color: #38939c; }

	.forgot-password { float: right; font-size: 10px; color: #fff; margin-right: 12px; line-height: 1.2; text-align: right; }
	.forgot-password a { color: #fff; text-decoration: underline; }
	.forgot-password a:hover { text-decoration: none; }

/*	--------------------------------------------------
	Images
	-------------------------------------------------- */
	/*img:not([width]):not([height]) {
	  border: 2px solid #c00 !important;
	}*/


/*	--------------------------------------------------
	Transparency
	-------------------------------------------------- */
	.transparent-75 {
		/* IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";

		/* IE 5-7 */
		filter: alpha(opacity=75);

		/* Netscape */
		-moz-opacity: 0.75;

		/* Safari 1.x */
		-khtml-opacity: 0.75;

		/* Good browsers */
		opacity: 0.75;
	}
	.transparent-75>* {
		position: relative;
	}
	.transparent-90 {
		/* IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

		/* IE 5-7 */
		filter: alpha(opacity=90);

		/* Netscape */
		-moz-opacity: 0.90;

		/* Safari 1.x */
		-khtml-opacity: 0.90;

		/* Good browsers */
		opacity: 0.90;
	}
	.transparent-90>* {
		position: relative;
	}


/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Containers
:: Header
:: Sections
:: Page
:: Footer
:: Widgets
:: Misc

*/


/*	--------------------------------------------------
	Containers
	-------------------------------------------------- */
	html {
		background: #fff;
		overflow-y: scroll;
	}
	body {
		overflow: hidden;
	}
	#wrapper {
		position: relative;
		max-width: 1920px;
		margin: 0 auto;
		overflow: hidden;
	}
	html.ie7 #wrapper {
		width: 1920px;
	}
	/* =containers */
	.page-content .container {
		padding: 0 7px;
	}

/* --------------------------------------------------
	:: Header
---------------------------------------------------*/

/*	--------------------------------------------------
	Pull Down Tab
	-------------------------------------------------- */
	/* =red version

	 #pull-down-tab-wrapper {
		height: 0;
		overflow: hidden;
	}
	#pull-down-tab-wrapper.open {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url('img/overlay-darkblue.png') transparent repeat;
		z-index: 99;
	}
	.pull-down-tab {
		position: absolute;
		top: -150px;
		left: 50%;
		margin-left: -220px;
		width: 440px;
		height: 190px;
	}
	.pull-down-button {
		position: absolute;
		top: 145px;
		left: 50%;
		display: block;
		margin-left: -23px;
		width: 46px;
		height: 105px;
		background: url('img/sprite.png') transparent no-repeat -140px -105px;
		text-indent: -9999px;
		text-transform: capitalize;
		overflow: hidden;
		z-index: 102;
	}
	.open .pull-down-button {
		background-position: -140px 0;
	}
	.pull-down-tab .arrow {
		display: block;
		position: absolute;
		top: 50%;
		width: 9px;
		height: 19px;
		margin-top: -10px;
		background: url('img/sprite.png') transparent no-repeat;
		text-indent: -9999px;
		text-transform: capitalize;
		overflow: hidden;
	}
	.pull-down-tab .arrow.left {
		left: 0;
		background-position: -109px -84px;
	}
	.pull-down-tab .arrow.right {
		right: 0;
		background-position: -118px -84px;
	}
	.fact-box {
		position: absolute;
		top: 0;
		left: 0;
		width: 440px;
		height: 148px;
		background: #7f0606;
		border-bottom: 2px solid #420000;
		z-index: 101;
		-webkit-box-shadow: 0 1px 3px #333333;
		-moz-box-shadow: 0 1px 3px #333333;
		-ms-box-shadow: 0 1px 3px #333333;
		-o-box-shadow: 0 1px 3px #333333;
		box-shadow: 0 1px 3px #333333;
		overflow: hidden;
		text-shadow: 0 -1px 1px rgba(0, 0, 0, .3);
	}
	.pull-down-tab .inner {
		margin: 5px 20px;
		color: white;
		text-align: center;
		overflow: hidden;
		height: 128px;
	}
	.fact-counter {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.fact-text-container {
		width: 336px;
		margin: 0 auto;
		overflow: hidden
	}
	ul.fact-text {
		margin: 0;
		padding: 0;
		list-style: none
	}
	ul.fact-text li {
		float: left;
		font-size: 14px;
		width: 336px;
		margin: 0 auto;
		text-align: center;
	}
	ul.fact-text li p {
		line-height: 1.2;
	}
	*/
	#pull-down-tab-wrapper {
		height: 0;
		overflow: hidden;
	}
	#pull-down-tab-wrapper.open {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url('img/overlay-darkblue.png') transparent repeat;
		z-index: 99;
	}
	.pull-down-tab {
		position: absolute;
		top: -148px;
		left: 50%;
		margin-left: -220px;
		width: 440px;
		height: 190px;
	}
	/*.open .pull-down-tab {
		top: 0;
	}*/
	.pull-down-button {
		position: absolute;
		top: 148px;
		left: 50%;
		display: block;
		margin-left: -43px;
		width: 87px;
		height: 42px;
		background: url('img/sprite.png') transparent no-repeat -109px -42px;
		text-indent: -9999px;
		text-transform: capitalize;
		overflow: hidden;
		z-index: 102;
	}
	.open .pull-down-button {
		background-position: -109px 0;
	}
	.pull-down-tab .arrow {
		display: block;
		position: absolute;
		top: 50%;
		width: 9px;
		height: 19px;
		margin-top: -10px;
		background: url('img/sprite.png') transparent no-repeat;
		text-indent: -9999px;
		text-transform: capitalize;
		overflow: hidden;
	}
	.pull-down-tab .arrow.left {
		left: 0;
		background-position: -109px -84px;
	}
	.pull-down-tab .arrow.right {
		right: 0;
		background-position: -118px -84px;
	}
	.fact-box {
		position: absolute;
		top: 0;
		left: 0;
		width: 440px;
		height: 148px;
		background: #008291;
		border-bottom: 2px solid #0a5561;
		z-index: 101;
		-webkit-box-shadow: 0 1px 3px #333333;
		-moz-box-shadow: 0 1px 3px #333333;
		-ms-box-shadow: 0 1px 3px #333333;
		-o-box-shadow: 0 1px 3px #333333;
		box-shadow: 0 1px 3px #333333;
		overflow: hidden;
	}
	.pull-down-tab .inner {
		margin: 5px 20px;
		color: white;
		text-align: center;
		overflow: hidden;
		height: 128px;
	}
	.fact-counter {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.fact-text-container {
		width: 336px;
		margin: 0 auto;
		overflow: hidden
	}
	ul.fact-text {
		margin: 0;
		padding: 0;
		list-style: none
	}
	ul.fact-text li {
		float: left;
		font-size: 14px;
		width: 336px;
		margin: 0 auto;
		text-align: center;
	}
	ul.fact-text li p {
		line-height: 1.2;
	}

/*	--------------------------------------------------
	Top Bar
	-------------------------------------------------- */
	.top-bar {
		position: absolute;
		top: 0;
		left: 0;
		height: 116px;
		width: 100%;
		background: #203342;
		zoom: 1;
		filter: alpha(opacity=90);
		opacity: 0.9;
		/*z-index: 5;*/
		z-index: 6;
	}
	a#logo {
		position: relative;
		display: block;
		float: left;
		width: 300px;
		height: 112px;
		background: url('img/logo.png') no-repeat 12px 10px;
		text-decoration: none;
	}
	a:hover#logo {
		text-decoration: none;
	}
	#header a#logo span {
		position: absolute;
		bottom: 2px;
		left: 112px;
		margin: 0;
		font: bold italic 12px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #fff;
	}
	#header .info-bar {
		position: absolute;
		bottom: 2px;
		left: 50%;
		width: 340px;
		margin-left: -170px;
		font: bold italic 20px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #fff;
		text-align: center;
	}
	#header .info-bar p {
		margin-bottom: 0px;
		line-height: 1;
	}
	#header .info-bar p small {
		font-size: 10px;
	}
	.language-bar {
		position: absolute;
		top: 30px;
		right: 0;
		/*z-index: 99;*/
	}
	.language-bar form {
		margin: 0;
	}
	.language-bar .custom.dropdown {
		width: 200px !important;
	}
	.search-bar {
		position: absolute;
		top: 62px;
		right: 0;
	}
	.search-bar .input-text {
		width: 164px;
		margin-right: 28px;
	}
	input.submit.search {
		position: absolute;
		right: 0;
		top: 0;
	}
	.booking-button {
		position: absolute;
		/*top: 0;*/
		bottom: -39px;
		right: 0;
		margin: 0;
		/*z-index: 5;*/
	}

/*	--------------------------------------------------
	Navigation
	-------------------------------------------------- */

	/*= Main nav */
	#main-nav {
		position: absolute;
		top: 112px;
		left: 0;
		width: 100%;
		height: 46px;
		background: url('img/nav-bg.png') repeat-x;
		/*z-index: 10;*/
		z-index: 5;
	}
	#main-nav ul {
		list-style-image: none;
		float: left;
		height: 32px;
		line-height: 32px;
		margin: 4px 0 10px;
	}
	#main-nav ul li {
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
		height: 32px;
		border-right: 2px solid #00464e;
		border-top: 0;
		border-bottom: 0;
		line-height: 32px;
		/*z-index: 3;*/
		z-index: 5;
	}
	#main-nav ul li a {
		display: block;
		height: 32px;
		line-height: 32px;
		margin: 0;
		padding: 0 10px;
		color: #ccdfe0;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	}
	#main-nav ul li:hover > a,
	#main-nav ul li:active > a,
	#main-nav ul li.active > a {
		color: #fff;
		background: #003d42;
		background: -webkit-gradient(linear, left top, left bottom, from(#007d8c), to(#003d42));
		background: -moz-linear-gradient(top, #007d8c, #003d42);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007d8c', endColorstr='#003d42');
	}
	#main-nav ul li:first-child {
		border-left: 2px solid #00464e;
	}

	/*= Main nav | Sub nav */
	#main-nav ul li:hover ol,
	#main-nav ul li.nav-main-hover ol {
		display: block;
		visibility: visible;
		z-index: 999;
	}
	#main-nav ul ol.sub-nav {
		position: absolute;
		top: 32px;
		left: -1px;
		z-index: 99;
		background: #007c89;
		min-width: 228px;
		/*width: 228px;*/
		margin: 0;
		padding: 0;
		border: 0 none;
		-webkit-box-shadow: 0 1px 3px #333333;
		-moz-box-shadow: 0 1px 3px #333333;
		-ms-box-shadow: 0 1px 3px #333333;
		-o-box-shadow: 0 1px 3px #333333;
		box-shadow: 0 1px 3px #333333;
		display: none;
		visibility: hidden;
	}

	html.ie7 #main-nav ul ol.sub-nav  { width: 250px; }

	#main-nav ul ol.sub-nav li {
		display: block;
		float: left;
		clear: left;
		width: 100%;
		height: 36px;
		line-height: 36px;
		border: 0 none;
		border-top: 1px dashed #60adb5;
		margin: 0;
		padding: 0;
	}
	#main-nav ul ol.sub-nav li a {
		display: block;
		background: none;
		min-width: auto;
		height: 36px;
		line-height: 36px;
		text-transform: none;
		white-space: nowrap;
		zoom: normal;
	}
	#main-nav ul ol.sub-nav li a:hover {
		background: #2f98a3;
	}
	html.ie7 #main-nav ul ol.sub-nav li a:hover {
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f98a3', endColorstr='#2f98a3');
	}
	#main-nav ul ol.sub-nav li:first-child {
		border-top: 1px solid #00545d;
	}
	#main-nav ul ol.sub-nav li:first-child a {
		-webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,.3);
		-moz-box-shadow: inset 0 3px 3px rgba(0,0,0,.3);
		-ms-box-shadow: inset 0 3px 3px rgba(0,0,0,.3);
		-o-box-shadow: inset 0 3px 3px rgba(0,0,0,.3);
		box-shadow: inset 0 3px 3px rgba(0,0,0,.3);
		zoom: 1;
	}

	/*= Breadcrumbs */
	ul.breadcrumbs {
		float: left;
		width: 100%;
		margin: 0 0 12px;
		padding: 0;
	}
	ul.breadcrumbs li {
		display: inline;
		margin: 0;
		padding: 0;
		font-size: 11px;
		color: #008d9c;
	}
	ul.breadcrumbs li a {
		color: #008d9c;
		text-decoration: none;
	}
	ul.breadcrumbs .divider {
		padding: 0 5px;
		color: #008d9c;
	}
	ul.breadcrumbs li.active {
		font-weight: bold;
	}

	/*= Page nav */
	ul.page-nav {
		list-style: none;
		margin: 0 5px 0 0;
		padding: 0;
		border-bottom: 1px dotted #d0d0d0;
	}
	ul.page-nav li {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 157px;
	}
	ul.page-nav li a {
		display: block;
		width: 132px;
		padding: 12px 10px;
		color: #5a5a5a;
		font-weight: bold;
		border-top: 1px dotted #d0d0d0;
		text-decoration: none;
	}
	ul.page-nav li:first-child a {
		border-top: 1px dotted #d0d0d0;
	}
	ul.page-nav li.active {
		background: url('img/arrow-right-teal.png') transparent no-repeat 152px 16px;
	}
	ul.page-nav li.active a {
		color: #fff;
		background: #008d9c;
		border-top: 1px solid #008d9c;
		font-weight: bold;
	}
	/*= Page nav | Sub nav */
	ul.page-nav ul {
		width: 147px;
		margin: 0  0 0 10px;
		padding: 0;
		font-size: 11px;
	}
	ul.page-nav li.active li {
		background: none;
	}
	ul.page-nav li.active li a {
		background: none;
		border: 0 none;
		padding: 5px 0;
		color: #5a5a5a;
		font-weight: normal;
	}
	ul.page-nav li li a:hover {
		color: #007c89;
		text-decoration: underline;
	}
	ul.page-nav li li.active,
	ul.page-nav li li.active a {
		font-weight: bold;
		color: #232323;
	}

	/*= Pagination */
	.content ul.pagination,
	.control.gallery-items ul.pagination {
		display: block;
		height: 24px;
		margin: 20px auto;
		padding: 0 5%;
		width: 90%;
		display: inline-block;
		float: left;
		text-align: center;
	}
    .content ul.pagination li,
	.control.gallery-items ul.pagination li {
		float: none;
		display: inline-block;
		width: auto;
		height: 30px;
		color: #D60000;
		font-size: 14px;
		margin: 0 auto;
		padding: 0;
	}
    .content ul.pagination li a,
	.control.gallery-items ul.pagination li a {
		display: block;
		height: 16px;
		padding: 6px 7px 4px;
		color: #d60000;
	}
	.content ul.pagination li a:hover,
	.control.gallery-items ul.pagination li a:hover {
		background: none;
	}
    .content ul.pagination li.current a,
	ul.pagination li:hover a,
	ul.pagination li a:focus,
	.control.gallery-items ul.pagination li.current a,
	.control.gallery-items ul.pagination li:hover a,
	.control.gallery-items ul.pagination li a:focus	{
		border-bottom: 2px solid #d60000;
		color: #141414;
	}
    .content ul.pagination li.unavailable a,
	.control.gallery-items ul.pagination li.unavailable a {
		cursor: default;
		color: #999;
	}
    .content ul.pagination li.unavailable:hover a,
	ul.pagination li.unavailable a:focus {
		border-bottom: none;
	}
	.content ul.pagination li.arrow-left,
	.control.gallery-items ul.pagination li.arrow-left {
		float: left;
	}
	.content ul.pagination li.arrow-right,
	.control.gallery-items li.arrow-right {
		float: right;
	}

/*	--------------------------------------------------
	Slideshow
	-------------------------------------------------- */
	.slideshow-wrapper {
		position: relative;
		width: 100%;
		height: 587px;
		background: url('img/slideshow-bg.png') #1d313e;
		z-index: 1;
	}
	.slideshow-container {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -710px;
		width: 1420px !important;
		height: 587px;
		text-align: left;
		overflow: hidden;
		z-index: 2;
	}
	.slideshow-container .orbit-caption {
		display: none;
		position: absolute;
		top: 235px;
		left: 50%;
		width: 960px;
		margin-left: -480px;
		z-index: 5;
	}
	.slideshow-container .orbit-caption .inner {
		width: 480px;
	}
	.slideshow-container .orbit-caption .inner.right-aligned {
		float: right;
		text-align: right;
	}
	.slideshow-container .orbit-caption .inner.left-aligned {
		float: left;
	}
	.slideshow-container .orbit-caption .caption-title {
		color: #fff;
		font: bold italic 50px/50px 'Calibri',Tahoma, Geneva, Verdana, sans-serif;
		text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	}
	.slideshow-container .orbit-caption p {
		color: #fff;
		font-size: 18px;
		text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	}
	.slideshow-mask {
		position: absolute;
		top: 0;
		left: 0;
		width: 1420px;
		height: 587px;
		background: url('img/slideshow-mask-full.png') transparent no-repeat center top;
		z-index: 4;
	}
	/*=Slideshow | Bar */
	.slideshow-bar {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 40px;
		background: url('img/slideshow-bar-bg.png') repeat-x left bottom;
		text-align: center;
		z-index: 4;
	}
	html.ie7 .timer { display: none; }
	html.ie7 div.orbit-caption { background: transparent; zoom: 1; }

/* --------------------------------------------------
	:: Sections
---------------------------------------------------*/
/*	--------------------------------------------------
	Main
	-------------------------------------------------- */
	#main {
		background: url('img/shadow-large.png') #fff no-repeat center top;
		padding: 20px 0;
	}
	/*= Page head */
	.page-head {
		margin-bottom: 18px;
		border: 0 none;
	}

/*	--------------------------------------------------
	Secondary
	-------------------------------------------------- */
	#secondary {
		background: #eee;
		padding: 20px 0;
	}

/* --------------------------------------------------
	:: Page
---------------------------------------------------*/

/*	--------------------------------------------------
	Sidebars
	-------------------------------------------------- */
	.sidebar.left {
		float: left;
		width: 157px;
		margin-right: 10px;
	}
	.sidebar.right {
		float: right;
		width: 306px;
		margin-left: 15px;
	}

/*	--------------------------------------------------
	Content
	-------------------------------------------------- */
	.content {
		float: left;
		min-width: 458px;
		min-width: 458px;
		width: 458px;
	}
	.full .content {
		width: 960px;
		max-width: 960px;
	}
	.one-sidebar .content {
		width: 625px;
		max-width: 625px;
	}
	.no-sidebars.centered .content {
		text-align: center;
	}
	.content .item {
		float: left;
		width: 100%;
		/*margin-bottom: 12px;*/
		padding: 12px 0;
		border-bottom: 1px dotted #c1c1c1;
	}
	.content .item:first-child {
		border-top: 1px dotted #c1c1c1;
	}
	.no-sidebars.centered .content .item {
		float: none;
		display: inline-block;
		width: 458px;
		margin: 0 auto;
		text-align: left;
	}
	.content .item .col {
		width: 48%;
		margin-bottom: 12px;
		padding: 10px;
	}
	.content .item h3 a {
		text-decoration: none;
	}
	.content .meta {
		font-size: 14px;
		font-weight: bold;
		color: #5a5a5a;
	}
	/*.content .item p {
		float: left;
		margin: 0;
	}*/
	.content .item img.left {
		margin: 0 12px 12px 0;
	}
	.content .item img.right {
		margin: 0 0 12px 12px;
	}
	.content .item .item-link {
		clear: both;
		text-align: right;
	}

/* --------------------------------------------------
	:: Footer
---------------------------------------------------*/
	#footer {
		background: url('img/footer-bg.jpg') #364550 no-repeat center;
		padding-bottom: 55px;
		color: #fff;
	}
	#footer .row.top {
		position: relative;
		/*min-height: 326px;*/
		padding: 20px 0;
	}
	#footer .row.login {
		position: relative;
		height: 20px;
		bottom: 12px;
		text-align: right;
	}
	#footer .row.bottom {
		position: relative;
		height: 20px;
		bottom: 12px;
	}
	#footer .bottom-bar {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 55px;
		background: url('img/shadow-large.png') #fff no-repeat center top;
	}
	#footer a {
		color: #fff;
	}
	#footer h6 {
		color: #fff;
		font-weight: bold;
	}
	#footer .menu-column {
		float: left;
		width: 120px;
		margin: 0 10px 0 5px;
		padding: 0;
		list-style: none;
	}
	#footer .menu-column li {
		font-size: 11px;
		margin: 0 0 10px 0;
		padding: 0;
	}
	#footer .menu-column:last-child,
	#footer .menu-column.last{
		width: 140px;
		margin-right: 5px;
	}
	.credits {
		float: left;
		width: 50%;
	}
	.links {
		float: left;
		width: 50%;
		text-align: right;
	}
	.logos {
		position: relative;
		bottom: 12px;
		right: 0;
		text-align: right;
		/*margin-top: -65px;*/
	}
	.logos a {
		display: inline-block;
		width: 65px;
		height: 65px;
		margin: 0 8px;
	}
	html.ie7 .logos a {
		display: inline;
	}
	.logos a:last-child {
		margin-right: 0;
	}


/* --------------------------------------------------
	:: Widgets
---------------------------------------------------*/

/*	--------------------------------------------------
	Widgets | General
	-------------------------------------------------- */
	.row.widgets {
		position: relative;
		overflow: hidden;
	}
	.widget {
		position: relative;
		float: left;
		margin: 0 7px 7px;
		padding-bottom: 10px;
		overflow: hidden;
	}
	#main .widget {
		background-color: #eee;
	}
	#secondary .widget {
		background-color: #fff;
	}
	.widget-wrap {
		float: left;
		width: 320px; /* additonal 14px for margin of widgets */
	}
	.widget-title {
		padding: 12px;
	}
	.widget-title h3 {
		color: #fff;
		margin: 0;
		line-height: 1;
	}
	.widget-inner {
		padding: 12px 12px 30px;
		overflow: hidden;
	}
	.widget-bottom {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 10px;
	}
	.one-third .widget-bottom {
		width: 306px;
		background: url('img/shadow-small.png') no-repeat center top;
	}
	.two-thirds .widget-bottom {
		width: 626px;
		background: url('img/shadow-medium.png') no-repeat center top;
	}
	#main .widget .widget-bottom {
		background-color: #fff;
	}
	#secondary .widget .widget-bottom {
		background-color: #eee;
	}
	.widget.one-third {
		width: 306px;
	}
	.widget.two-thirds {
		width: 626px;
	}
	.widget-link {
		position: absolute;
		bottom: 10px;
		right: 0;
		text-align: right;
		padding: 6px 12px;
		/*background: #EEE;*/
		background: inherit;
		width: 100%;
		display: block;
	}
	.widget-link a {
		font-size: 14px;
		font-style: oblique;
		text-decoration: none;
	}
	html.ie7 .widget-link a {
		font-style: normal;
	}
	/*.widget-link a:after {
		content:"... >>";
	}*/
	.sidebar .widget {
		margin-left: 0;
		margin-right: 0;
	}

/*	--------------------------------------------------
	Widgets | Home
	-------------------------------------------------- */
	.home .widget-wrap {
		min-height: 344px;
		max-height: 344px;
	}
	.home .widget {
		min-height: 324px;
		max-height: 324px;
	}
	.home .widget.half-height {
		min-height: 154px;
		max-height: 154px;
	}

	.home .widget.third-height {
		min-height: 64px;
		max-height: 64px;
	}

/*	--------------------------------------------------
	Widget | Video
	-------------------------------------------------- */
	a.video {
		display: block;
		position: relative;
	}
	a.video span.control {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -44px;
		margin-left: -32px;
		padding: 0;
		width: 75px;
		height: 75px;
		background: url('img/icon-overlay-play.png') transparent no-repeat 0 -75px;
		z-index: 99;
	}
	a.video span.control:hover {
		background-position: 0 0;
	}
	.video img {
		position: relative;
		z-index: 0;
	}
	.video .caption {
		position: absolute;
		bottom: 60px;
		left: 50%;
		width: 258px;
		margin-left: -141px;
		padding: 12px;
		color: #fff;
		font-weight: bold;
		background: url('img/overlay-darkblue.png');
		z-index: 99;
	}

/*	--------------------------------------------------
	Widget | Image
	-------------------------------------------------- */
	a.image {
		display: block;
		position: relative;
	}
	a.image span.control {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -44px;
		margin-left: -32px;
		padding: 0;
		width: 75px;
		height: 75px;
		background: url('img/icon-overlay-play.png') transparent no-repeat 0 -75px;
		display: none;
	}
	a.image span.control:hover {
		background-position: 0 0;
	}
	.image .caption {
		position: absolute;
		bottom: 60px;
		left: 50%;
		width: 258px;
		margin-left: -141px;
		padding: 12px;
		color: #fff;
		font-weight: bold;
		background: url('img/overlay-darkblue.png');
		z-index: 99;
	}

/*	--------------------------------------------------
	Widget | Gallery | Vertical
	-------------------------------------------------- */
	.gallery-vertical {
		position: relative;
	}
	.gallery-vertical-image {
		position: relative;
		float: left;
		overflow: hidden;
	}
	.gallery-vertical-caption {
		position: absolute;
		bottom: 17px;
		left: 0;
		width: 100%;
		padding: 12px;
		color: #fff;
		font-weight: bold;
		background: url('img/overlay-darkblue.png');
	}
	.gallery-vertical-thumbs {
		position: relative;
		float: left;
		padding: 15px 0;
		overflow: hidden;
	}
	.gallery-vertical-thumbs .inner {
		position: relative;
		float: left;
		height: 230px;
		overflow: hidden;
	}
	.gallery-vertical a.scroll {
		display: block;
		position: absolute;
		left: 50%;
		width: 26px;
		height: 15px;
		margin-left: -5px;
		background: url('img/sprite.png') transparent no-repeat;
		text-indent: -9999px;
		overflow: hidden;
		text-transform: capitalize;
	}
	.gallery-vertical a.scroll.up {
		top: 0;
		background-position: -28px -75px;
	}
	.gallery-vertical a.scroll.down {
		bottom: 0;
		background-position: -28px -90px;
	}
	.widget .gallery-vertical-thumbs ul {
		list-style: none;
		margin: 0;
		padding: 0;
		height: 228px;
		text-align: center;
		overflow: hidden;
	}
	.widget .gallery-vertical-thumbs ul li {
		list-style-image: none;
		margin: 0 0 6px;
		padding: 0 0 0 16px;
	}
	.widget .gallery-vertical-thumbs ul li:first-child {
		margin-top: 0;
	}
	.widget .gallery-vertical-thumbs ul li:last-child {
		margin-bottom: 0;
	}
	.widget .gallery-vertical-thumbs ul li a {
		display: block;
		width: auto;
		height: auto;
		padding: 2px;
		cursor: pointer;
	}
	.widget .gallery-vertical-thumbs ul li img {
		display: block;
		width: 120px;
		height: 68px;
	}
	.widget .gallery-vertical-thumbs ul li.selected {
		background: url('img/arrow-left-red.png') transparent no-repeat 9px center;
	}
	.widget .gallery-vertical-thumbs ul li.selected a {
		background: #d5232f;
	}

/*	--------------------------------------------------
	Widget | News
	-------------------------------------------------- */
	.widget.news .item {
		border-top: 1px dotted #acabab;
		margin-top: 6px;
		padding-top: 6px;
	}
	.widget.news .item:first-child {
		border: 0 none;
		margin-top: 0;
		padding-top: 0;
	}
	.widget.news .item .meta {
		font-size: 9px;
		clear: both;
	}
	.widget.news .item .meta span {
		float: left;
		display: block;
		margin: 0 6px 0 0;
	}
	.widget.news .item .meta span.comments {
		clear: none;
	}
	.widget.news .item h5 {
		line-height: 1;
		clear: both;
	}
	.widget.news .item h5 a {
		color: inherit;
		font-weight: bold;
	}
	.widget.news .item h5 a:hover {
		color: #D60000;
		text-decoration: none;
	}
	.widget.news .item p {
		margin: 0;
		clear: both;
	}

/*	--------------------------------------------------
	Widget | Action | Small
	-------------------------------------------------- */
	.widget.action-small .widget-inner {
		text-align: center;
	}
	.widget.third-height .button {
		margin: 0 auto;
	}
	.widget.one-third.half-height p {
		line-height: 1.2;
	}

/*	--------------------------------------------------
	Widget | Action
	-------------------------------------------------- */
	.widget.action .button {
		float: right;
	}

/*	--------------------------------------------------
	Widget | List
	-------------------------------------------------- */
	.widget.list li {
		padding-left: 12px;
	}
	.widget.list li {
		line-height: 24px;
		clear: both;
	}
	html.ie7 .widget.list li {
		display: inline-block;
	}
	.widget.list li .left {
		display: block;
		width: 70%;
	}
	.widget.list li .right {
		display: block;
		width: 30%;
		text-align: right;
	}

/*	--------------------------------------------------
	Widget | Categories
	-------------------------------------------------- */
	.widget.categories li a {
		color: #5a5a5a;
	}
	.widget.categories li a:hover {
		color: #d60000;
		text-decoration: underline;
	}

/*	--------------------------------------------------
	Widget | Social Media
	-------------------------------------------------- */
	.widget.social-media {
		text-align: left;
	}
	.widget.social-media ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.widget.social-media ul li {
		margin: 0;
		padding: 0;
	}
	.widget.social-media li a {
		color: #5a5a5a;
	}
	.widget.social-media li a span {
		width: auto;
	}

/*	--------------------------------------------------
	Widget | Subscribe | Blog
	-------------------------------------------------- */
	.widget.subscribe-blog {
		text-align: left;
	}
	.widget.subscribe-blog ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.widget.subscribe-blog ul li {
		margin: 0;
		padding: 0;
	}
	.widget.subscribe-blog li a {
		color: #5a5a5a;
	}
	.widget.subscribe-blog li a span {
		width: auto;
	}

/*	--------------------------------------------------
	Widget | Subscribe | Newsletter
	-------------------------------------------------- */
	.widget.subscribe-newsletter p {
		margin-bottom: 6px;
	}
	.widget.subscribe-newsletter .input-text {
		width: 246px;
		margin-right: 28px;
		background-color: #fff;
	}
	.widget.subscribe-newsletter form.custom input.submit {
		position: absolute;
		right: 0;
		top: 0;
	}

/*	--------------------------------------------------
	Widget | Map
	-------------------------------------------------- */
	.widget.map .caption {
		position: absolute;
		bottom: 36px;
		left: 50%;
		width: 258px;
		margin-left: -141px;
		padding: 12px;
		color: white;
		font-weight: bold;
		background: url('img/overlay-darkblue.png');
		z-index: 99;
	}

/*	--------------------------------------------------
	Widget | Image Slider
	-------------------------------------------------- */
	.widget.image-slider {
		padding-bottom: 30px;
	}
	.image-slider .slides {
		position: relative;
		overflow: hidden;
	}
	.image-slider .slides ul, .image-slider .slides li {
		background: none;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.image-slider .slides ul li {
		position: relative;
		float: left;
		width: 282px;
		height: 256px;
	}
	.image-slider .slides .slide-text {
		position: absolute;
		top: auto;
		bottom: 28px;
		left: 0;
		width: 258px;
		margin: 0;
		padding: 12px;
		color: #fff;
		font-weight: bold;
		background: url('img/overlay-darkblue.png');
		z-index: 5;
	}
	.image-slider .slides ul li img {
		position: relative;
		z-index: 2;
		width: 282px;
		height: 256px;
	}
	.image-slider .slideshow-controls {
		position: absolute;
		top: 50%;
		left: 50%;
		bottom: auto;
		margin-left: -141px;
		margin-top: -13px;
		width: 282px;
		height: 26px;
		text-align: center;
		z-index: 99;
	}
	/*=Slideshow | Arrows */
	.image-slider a.slideshow-arrow {
		display: block;
		position: absolute;
		top: 0;
		width: 15px;
		height: 26px;
		background: url('img/sprite.png') transparent no-repeat;
		text-indent: -9999px;
		overflow: hidden;
		text-transform: capitalize;
	}
	.image-slider a.slideshow-arrow.left {
		left: 6px;
		background-position: -27px -105px;
	}
	.image-slider a.slideshow-arrow.right {
		right: 6px;
		background-position: -41px -105px;
	}

/* --------------------------------------------------
	:: In Content Controls
---------------------------------------------------*/
/*	--------------------------------------------------
	General
	-------------------------------------------------- */
	.control {
		float: left;
		width: 456px;
		position: relative;
		/*margin-bottom: 30px;*/
		margin-bottom: 12px;
		padding-bottom: 12px;
	}
	.item .control:last-child,
	.item .control.last {
		margin-bottom: 0;
	}
	.control.nowidth {
		float: left;
		width: auto !important;
	}
	.control-inner {
		position: relative;
		float: left;
		padding: 14px;
		width: 428px;
	}
	.control-title {
		padding: 12px;
	}
	.control-title h3 {
		margin: 0;
		line-height: 1;
	}
	.control-title.darkteal-bg h3 {
		color: #fff;
	}
	.control-bottom {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 10px;
		width: 456px;
		background: url('img/shadow-small.png') #fff no-repeat center top;
	}
	.control.grey-bg .control-bottom {
		background-color: #fff;
	}
	.control.darkteal-bg, .control.darkteal-bg h3 {
		color: #fff;
	}
	.control.darkteal-bg ul {
		list-style-image: url('img/bullet-white.png');
	}
/*	--------------------------------------------------
	Downloads
	-------------------------------------------------- */
	.control.download a {
		display: inline-block;
		margin-left: 12px;
		padding-left: 26px;
		line-height: 22px;
	}
	html.ie7 .control.download a {
		display: inline;
	}
	a.pdf {
		background: url('img/icon-pdf.png') transparent no-repeat 0 0;
	}

/*	--------------------------------------------------
	Control | Gallery | Horizontal
	-------------------------------------------------- */
	.control.gallery-horizontal {
		float: left;
		position: relative;
	}
	.gallery-horizontal-image {
		position: relative;
		float: left;
		min-width: 428px;
		min-height: 290px;
		overflow: hidden;
	}
	html.ie7 .gallery-horizontal-image {
		height: 290px;
	}
	/*.gallery-horizontal-image {
		background: url('img/no-preview-white.png') no-repeat center;
	}
	.grey-bg .gallery-horizontal-image {
		background: url('img/no-preview-grey.png') no-repeat center;
	}
	.darkteal .gallery-horizontal-image {
		background: url('img/no-preview-darkteal.png') no-repeat center;
	}*/
	.gallery-horizontal-thumbs {
		position: relative;
		float: left;
		margin-top: 7px;
		padding: 0;
		overflow: hidden;
	}
	.gallery-horizontal-thumbs .inner {
		position: relative;
		float: left;
		width: 428px;
		overflow: hidden;
	}
	.gallery-horizontal a.scroll {
		display: block;
		position: absolute;
		top: 50%;
		width: 15px;
		height: 26px;
		margin-top: -9px;
		background: url('img/sprite.png') transparent no-repeat;
		text-indent: -9999px;
		overflow: hidden;
		text-transform: capitalize;
		z-index: 5;
	}
	.gallery-horizontal a.scroll.left {
		left: 6px;
		background-position: -27px -105px;
	}
	.gallery-horizontal a.scroll.right {
		right: 6px;
		background-position: -41px -105px;
	}
	.gallery-horizontal-thumbs ul {
		margin: 3px 0 0;
		padding: 0;
		width: 428px;
		height: 102px;
		text-align: center;
		overflow: hidden;
	}
	.gallery-horizontal-thumbs ul li {
		list-style: none;
		margin: 0 0 0 4px;
		padding: 7px 0 0 0;
		float: left;
	}
	.gallery-horizontal-thumbs ul li:first-child {
		margin-left: 0;
	}
	.gallery-horizontal ul li a {
		display: block;
		width: auto;
		height: auto;
		padding: 2px;
	}
	.gallery-horizontal ul li img {
		display: block;
		width: 136px;
		height: 90px;
	}
	.gallery-horizontal ul li.selected {
		background: url('img/arrow-up-red.png') transparent no-repeat center top;
	}
	.gallery-horizontal ul li.selected a {
		background: #d5232f;
	}

/*	--------------------------------------------------
	Control | Social media
	-------------------------------------------------- */
	.control .social-media {
		margin: 0 0 4px;
		text-align: right;
	}

	.control.video .social-media h6 {
		color: #fff;
		float: right;
		line-height: 24px;
		margin: 0 10px 4px 0;
	}
	.social-media h6 {
		color: #5a5a5a;
		float: left;
		line-height: 24px;
		margin: 0 10px 4px 0;
		font-weight: bold;
	}
	.item .control .social-media {
		float: left;
		margin: 12px 0;
	}
	.social-media .addthis_toolbox {
		height: 24px;
	}
	.social-media .addthis_toolbox a {
		display: block;
		float: right;
		width: 24px;
		height: 24px;
		margin: 0 2px;
		background: url('img/icons-social-media.png') transparent no-repeat;
	}
	.control .social-media .addthis_toolbox a img,
	.control .social-media .addthis_toolbox a div {
		display: none !important;
	}
	a.addthis_button_facebook {
		background-position: -171px -24px !important;
	}
	a.addthis_button_facebook:hover {
		background-position: -171px 0 !important;
	}
	a.addthis_button_twitter {
		background-position: -136px -24px !important;
	}
	a.addthis_button_twitter:hover {
		background-position: -136px 0 !important;
	}
	a.addthis_button_google_plusone {
		background-position: -103px -24px !important;
	}
	a.addthis_button_google_plusone:hover {
		background-position: -103px 0 !important;
	}
	a.addthis_button_email {
		background-position: 0 -24px !important;
	}
	a.addthis_button_email:hover {
		background-position: 0 0 !important;
	}
	a.addthis_button_expanded {
		background-position: -205px -24px !important;
	}
	a.addthis_button_expanded:hover {
		background-position: -205px 0 !important;
	}

/*	--------------------------------------------------
	Control | Video
	-------------------------------------------------- */
	.control.video {
		float: left;
		padding-bottom: 0;
	}
	.control.video .control-inner {
		min-width: 402px;
		min-height: 266px;
		padding: 14px 14px 0;
		overflow: hidden;
	}
	html.ie7 .control.video .control-inner {
		height: 266px;
	}
	.control.video a.video span.control {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -44px;
		margin-left: -32px;
		padding: 0;
		width: 75px;
		height: 75px;
		background: url('img/icon-overlay-play.png') transparent no-repeat 0 -75px;
	}
	.control.video .control-inner a.video {
		display: block;
		min-width: 402px;
		min-height: 266px;
	}
	html.ie7 .control.video .control-inner a.video {
		height: 266px;
	}
	.control.video a.video:hover span.control {
		background-position: 0 0;
	}
	/*.control.video .control-inner {
		background: url('img/no-preview-white.png') no-repeat center 80px;
	}
	.control.video.grey-bg .control-inner {
		background: url('img/no-preview-grey.png') no-repeat center 80px;
	}
	.control.video.darkteal-bg .control-inner {
		background: url('img/no-preview-darkteal.png') no-repeat center 80px;
	}*/

/*	--------------------------------------------------
	Control | Pricing
	-------------------------------------------------- */
	.control.pricing {
		float: left;
	}
	.control.pricing .control-inner {
		width: 426px;
		border: 1px solid #5a5a5a;
	}
	.control.pricing table {
		margin-bottom: 0;
	}
	.control.pricing table td {
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
	.price {
		color: #f00000;
	}
	.control.pricing table td.date {
		width: 176px;
	}
	.control.pricing table td.price {
		width: 107px;
	}
	.control.pricing table td.book-now {
		width: 142px;
	}

/*	--------------------------------------------------
	Control | Text
	-------------------------------------------------- */
	.control.text {
		padding-bottom: 0;
	}

/*	--------------------------------------------------
	Control | Map
	-------------------------------------------------- */

	.control.map .caption {
		position: absolute;
		bottom: 26px;
		left: 14px;
		width: 402px;
		padding: 12px;
		color: #fff;
		font-weight: bold;
		background: url('img/overlay-darkblue.png');
	}

/*	--------------------------------------------------
	Control | Gallery | Image & Video
	-------------------------------------------------- */
	.control.gallery-items ul {
		margin: 0;
		padding: 0;
		list-style: none;
		width: 430px;
	}
	.control.gallery-items ul li {
		float: left;
		position: relative;
		width: 140px;
		overflow: hidden;
		margin: 0 3px 3px 0;
		padding: 0;
	}
	.control.gallery-items ul li a {
		display: block;
		height: 94px;
	}
	.control.gallery-items ul li.image a,
	.control.gallery-items ul li.video a {
		width: 124px;
		margin: 0 auto;
	}
	.control.gallery-items ul li a:hover {
		background: #d60000;
	}
	.control.gallery-items ul li a img {
		margin: 2px;
		height: 90px;
	}
	.control.gallery-items ul li .caption {
		position: relative;
		left: auto;
		bottom: auto;
		width: 116px;
		margin: 0 8px;
		padding: 2px;
		color: #5a5a5a;
		font-size: 12px;
		font-weight: bold;
		background: none;
		line-height: 1.2;
	}
	.control.gallery-items li.video span.overlay {
		position: absolute;
		top: 23px;
		left: 50%;
		margin-left: -21px;
		padding: 0;
		width: 42px;
		height: 42px;
		background: url('img/icon-overlay-play-small-red.png') transparent no-repeat 0 0;
	}
	.control.gallery-items li.video a:hover span.overlay {
		background-position: 0 -42px;
	}
	.control.gallery-items ul.pagination {
		margin: 10px 0;
	}

/*	--------------------------------------------------
	Control | Comments
	-------------------------------------------------- */
	.comments {
		float: left;
		margin-top: 12px;
		clear: both;
	}
	.comment {
		display: block;
		float: left;
		width: 432px;
		margin: 5px 0;
		padding: 12px;
		background-color: #eee;
	}
	.comment .meta,
	.blog .comment .meta {
		margin-bottom: 6px;
		font-size: 12px;
		font-weight: bold;
		clear: both;
	}
	.comment .meta .time {
		margin-left: 12px;
	}

/* --------------------------------------------------
	:: Includes
---------------------------------------------------*/
/*	--------------------------------------------------
	Contact Info
	-------------------------------------------------- */
	.include.contact-info {
		float: right;
		position: relative;
		width: 782px;
		margin: 14px 4px 14px 0;
		padding-bottom: 10px;
	}
	.include.darkteal-bg {
		color: #fff;
	}
	.include-inner {
		float: left;
		width: 754px;
		padding: 14px;
	}
	.include-bottom {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 782px;
		height: 10px;
		background: url('img/shadow-medium.png') no-repeat center top;
	}
	.darkteal-bg .include-bottom {
		background-color: #fff;
	}
	.include.contact-info .column {
		float: left;
		width: 30%;
		margin-left: 5%;
	}
	.include.contact-info .column:first-child {
		margin-left: 0;
	}
	.include.darkteal-bg a {
		color: #fff;
	}

/* --------------------------------------------------
	:: Misc
---------------------------------------------------*/
/*	--------------------------------------------------
	Guest Book
	-------------------------------------------------- */
	.guest-book-entry {
		display: block;
		/*float: left;*/
		margin: 10px 0;
		padding: 12px;
		background-color: #eee;
		clear: both;
	}
	.guest-book .location {
		font-size: 12px;
	}
	.guest-book .date {
		margin-bottom: 6px;
		font-size: 12px;
		font-weight: bold;
		clear: both;
	}

/*	--------------------------------------------------
	Agent Login
	-------------------------------------------------- */
	.agent-login .box {
		margin-bottom: 12px;
	}
	.agent-login .box .inner {
		padding: 20px;
	}
	.agent-login .box .inner h3 {
		margin-bottom: 24px;
	}
	.agent-login.marketing-materials .box .columns:first-child {
		border-right: 1px dotted #a2a0a0;
	}
	ul.download {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	ul.download li {
		margin-left: 0;
		padding-left: 0;
	}
	ul.download li a {
		display: inline-block;
		margin-left: 12px;
		padding-left: 26px;
		line-height: 22px;
	}

/*	--------------------------------------------------
	Blog
	-------------------------------------------------- */
	.blog .meta {
		font-size: 9px;
		font-weight: normal;
		clear: both;
	}
	.blog .meta .date,
	.blog .meta .comment-count,
	.blog .meta .article-category,
	.blog .meta .tags {
		float: left;
	}
	.blog .meta .article-category,
	.blog .meta .tags {
		clear: both;
	}
	.blog .meta a {
		color: #5a5a5a;
	}
	.blog .author {
		float: left;
		width: 601px;
		background: #eee;
		margin: 12px 0;
		padding: 12px;
		font-size: 12px;
		clear: both;
	}
	.blog .author img.left {
		margin-bottom: 0;
	}
	.blog .author p {
		margin-bottom: 0;
		line-height: 1.2;
		vertical-align: bottom;
	}

/*	--------------------------------------------------
	Accommodation
	-------------------------------------------------- */
	.accommodation .content .item .clear {
		overflow: hidden;
	}
	.accommodation .content .item .col {
		float: right;
		width: 200px;
		margin-bottom: -9000px;
		padding-bottom: 9010px;
	}
	.accommodation .content .item .clear .col:first-child {
		float: left;
	}
	.accommodation .content .item .col .placeholder {
		display: block;
		width: 196px;
		height: 130px;
		background: url('img/icon-shark.png') no-repeat center;
	}
	.accommodation .content .item .col p {
		margin: 0;
	}
	.accommodation .content .item .col hr {
		margin: 6px 0;
		padding: 0;
	}
	.accommodation .content .item .col a {
		color: #008d9c;
	}