/* CSS Document */

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #006699;
}
a:link {
	color: #FFFFCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #FFFFCC;
}
h1 {
	font-size: 12px;
	color: #FFFFFF;
}
h2 {
	font-size: 18px;
	color: #FFFFFF;
	font-style: italic;
}

/* MAIN TABLE */
.sidecolumns {
	margin: 0px;
	padding: 0px;
	width: 33%;
	background-image: url(../img/main/bg.jpg);
}

.maincolumn {
	margin: 0px;
	padding: 0px;
	width: 931px;
	background-image: url(../img/main/contentbg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: top;
}

.style1 {
	color: #2C365A;
	}
	
.footer {
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

/* CENTRE TABLE */
#menubg {
	background-image: url(../img/main/menubg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 7px 62px 0px 0px;
	height: 21px;
	width: 869px;
	font-size: 12px;
	color: #003366;
	position:relative;
	}
	
div.move-menu
{
	left:130px;
	position:absolute;
	top:7px;
}

#menubg a {
	color: #003366;
}

#menubg a:hover {
	color: #990000;
}


.content {
	padding: 2px 65px 5px;
	text-align: left;
	vertical-align: top;
	width: 801px;
}

#whitediv {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* RATES TABLE */

#table {
	padding: 0px;
	width: 575;
}

#tablehd {
	padding: 3px 0px;
	width: 565px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	float: left;
}

#listitems {
	padding: 3px 0px;
	width: 565px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFCC;
	float: left;
	border-bottom-width: 1px;
}

#package {
	padding: 2px 2px 2px 5px;
	width: 235px;
	float: left;
}

#people {
	padding: 2px 2px 2px 10px;
	width: 130px;
	float: left;
}

#cost {
	padding: 2px 2px 2px 20px;
	width: 155px;
	float: left;
}

.font10 {
	font-size: 10px;
	color: #FFFFFF;
}

/* FOOTER TABLE */
.footercolumns {
	margin: 0px;
	padding: 0px;
	width: 33%;
}

#footermain {
	margin: 0px;
	padding: 0px;
	width: 931px;
	font-size: 10px;
}

#footerleft {
	padding: 5px 0px 0px 65px;
	float: left;
	text-align: left;
	vertical-align: top;
	width: 300px;
}

#footerright {
	text-align: right;
	vertical-align: top;
	float: right;
	padding: 5px 62px 0px 0px;
	width: 500px;
}

#footerright a {
	color: #FFFFFF;
}

#footerright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.txtRed {
	color:#FF6600;
}