/* Set up the page */
html {
	overflow-y: scroll;
}

/* remove the focus dotted lines */
:focus {
	outline: 0;
}
/* default style for evening up columns */
.clear{
	width:100%;
	height:0px;
	clear:both;
}

/* set the basic page formatting */
body {
	background:black url(img/headerimg.jpg) no-repeat center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
}

/* set the main title colour independant of size */
.colourtitle {
	color: #DE0707;
	font-weight:bold
}

/* set the basic page links formatting */
a:link {
	color: #F65A31;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #F65A31;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #C93914;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #F65A31;
	text-decoration: underline;
	font-weight: bold;
}

.ondark {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.ondark a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.ondark a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* example formatting for bordered area with background colour */
.area-container {
	padding: 5px;
	background-color: #EEE;
	border: 1px solid #000;
}

/* example formatting for bordered area without background colour */
.pic-container-clear {
	padding: 5px;
	border: 1px solid #EEEEEE;
}

/* formatting for main areas 
.wrapper {
	width:950px;
	margin:0 auto;
}
*/
.tritonheader {
	height: 228px;
	margin:0 auto;
	width:950px;
}

.tritoncontent {
	background-color:#18173D;
	border-top:1px solid #000;
	min-height:300px;
	padding-bottom:20px;
}
.innercontent {
	margin:0 auto;
	width:910px;
	color:#fff;
}

.tritonfooter {
	background-color:#000;
	font-style: normal;
	height: 120px;
	margin:0 auto;
	width:950px;
	color:#fff;
	padding-top:20px;
}

.footer1 {
	width:200px;
	float:left;
}

.footer2 {
	width:200px;
	float:left;
}

.footer3 {
	width:350px;
	float:left;
}

.footer4 {
	width:200px;
	float:left;
	text-align:right;
}

/* altered formatting for heading tags */
h1 {
	color: #fff;
	font-size: 24px;
}

h2 {
	font-size: 18px;
	color: #fff;
}
.tritonmenu {
	background:transparent url(img/menubg.png) repeat-x left top;
	height:40px;
	margin:10px auto;
	width:950px;
}
.logo {
	margin:0 auto;
	width:950px;
	height:80px;
}	
.logoleft {
	width:550px;
	float:left;
}
.logo img {
	margin-top :10px;
}	
.env {
	width:400px;
	float:right;
}
.tritonqualmark {
	width:70px;
	float:right;
	margin-top:8px;
	margin-right:10px;
}
.envimage {
	width:200px;
	float:right;
}

#navcontainer {
	float:left;
	width:780px;
}
#navcontainer ul
{
text-align: left;
padding-bottom: 0px;
padding-top: 10px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
}

#navcontainer ul li a:hover
{
color: white;
}

#navcontainer #last { border-right: 0px; }

.booknow {
	float:right;
	width:170px;
}
.imgright {
	float:right;
	margin:0 10px 10px 20px;
}
.features {
	float:left;
	width:400px;
}

.findus {
	float:right;
	width:520px;
	padding-left:30px;
}
.withcaption {
	text-align:center;
	color:#666666;
	font-size:12px;
}
.roomtext {
	float:left;
	width:560px;
}
.roomimg {
	float:right;
	width:350px;
	text-align:center;
}
.roomimg img {
	margin-bottom:10px;
}
.botimgcontainer img {
	float:left;
	margin:8px;
}

/* accommodation features columns */
.acccont {
	margin:10px 5px;
}
.accfeature {
	width:257px;
	float:left;
	text-align:center;
	padding:0 20px;
	height:650px;
}
.accfeature img {
	margin: 5px;
}
.accfeaturetext {
	padding:10px;
	text-align:justify;
}
.img300 {
	width:310px;
	margin-bottom:5px;
}
.img300 img{
	margin-bottom:4px;
}
.rhimg-container {
	padding-top: 5px;
	background-color: #EEE;
	border: 1px solid #000;
}
.imgcredits, .imgcredits a {
	color:#174C53;
	text-decoration:none;
	font-size:10px;
}
