/* 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-color: #09063B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#fff;
}

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


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

.mycal {
}
.mycal a:link {
	color: #000;
	text-decoration: underline;
}
.mycal a:visited {
	color: #000;
	text-decoration: underline;
}
.mycal a:hover {
	color: #000;
	text-decoration: none;
}
.mycal a:active {
	color: #000;
	text-decoration: underline;
}

/* example formatting for bordered area with background colour */
.area-container {
	padding: 5px;
	background-color: #EEE;
	border: 1px solid #000;
	margin: 0 10px;
}
.accfeature {
	padding: 2px;
	background-color: #EEE;
	border: 1px solid #000;
	margin: 0 10px;
}
.accfeature img {
	border:2px solid #fff;
}

/* example formatting for bordered area without background colour */
.pic-container-clear {
	padding: 5px;
	background-color: #EEE;
	border: 1px solid #000;
	margin: 0 0 10px 0;
	color:#000033;
}

/* formatting for header and footer */
.indexwrap {
	width:750px;
	margin:10px auto;
}
.indextop {
	background:transparent url(img/indextop.jpg) no-repeat right top;
	height: 80px;
}
.indexmid {
	background:transparent url(img/indexmid.jpg) no-repeat right top;
	height: 330px;
}
.indexbot {
	background:transparent url(img/indexbot.jpg) no-repeat right top;
	height: 138px;
}
.indexleft {
	width:144px;
	float:left;
}
.indexright {
	width:576px;
	float:right;
	text-align:right;
	padding:10px 30px 0px 0px;
}
.indexright a {
	color:#0000FF;
	font-size:16px;
}
.indexmenu {
	margin-top:100px;
}
.logosubtext {
	width:400px;
	float:left;
	font-size:28px;
	color:#FF0000;
	font-weight:normal;
	margin:85px 0 0 113px;

}
.smokefree {
	width:200px;
	float:right;
	text-align:right;
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0px 20px 0 0;
}
.introtext {
	width:400px;
	float:left;
	font-size:14px;
	color:#FFF;
	font-weight:normal;
	margin-left:50px;
}
.ouraddress {
	width:200px;
	float:right;
	text-align:right;
	font-size:14px;
	color:#FFFFFF;
}

/* CSS for template */
.mainwrap {
	width:900px;
	margin:10px auto;
}
.mainheader {
	background:transparent url(img/maintop.jpg) no-repeat left top;
	height: 194px;
}
.mainmenu {
	background:transparent url(img/menubg.jpg) repeat-x right top;
	height: 30px;
}
.maincontent {
	background:transparent url(img/contentbg.jpg) repeat-y left top;
	float:left;
	width:900px;
}
.lhs {
	width:200px;
	float:left;
}
.lhs li {
	list-style-type:circle;
	margin-left:-20px;
}
.dotpoints {
	width:900px;
	background-color:#09063B;
	border:1px solid #09063B;
	color:#FFA200;
	font-size:20px;
}
.contactinfo {
	text-align:center;
}
.contentarea {
	width:670px;
	float:right;
	padding:10px 0px 0px 30px;
}
.mainfooter {
	font-size:10px;
}
.copyright {
	padding-top:30px;
	width:200px;
	float:left;
}
.footerlinks {
	padding-top:30px;
	width:500px;
	float:left;
	text-align:center;
	font-size:12px;
}
.credits {
	padding-top:30px;
	width:200px;
	float:left;
	text-align:right;
}


/* altered formatting for heading tags */
h1 {
	color: #3E65C7;
	font-size: 24px;
	margin-top:0px;
}

h2 {
	font-size: 18px;
	color: #ACDADE;
}



#navcontainer {
	float:left;
}
#navcontainer ul
{
text-align: left;
padding-bottom: 0px;
padding-top: 7px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
color: black;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
/* 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: black;
text-decoration: none;
}

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

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

.unitsummary {
	border-top:1px solid #414056;
	margin:0 10px 30px 10px;
	padding-top:20px;
	width:600px;
}
.unitsummary img {
	float:left;
	margin-right:20px;
}
.roomtext {
	width:390px;
	float:left;
}
.roomtext li {
	margin-bottom:8px;
	list-style-image:url(img/bullet.gif);
}
.roompics {
	width:260px;
	float:right;
	text-align:center;
}