body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
color:#000000;
text-align:center;
background-color:#CCCCCC;
margin:0;
padding:0;
}

input, select, textarea, option, a, td {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
}

#wrapper{
width:984px;
margin-left:auto;
margin-right:auto;
text-align:left;
padding:0;
color:#000000;
padding:0;
background-color:#FFFFFF;
}

#header{
position:relative;
height:244px;
width:984px;
margin-left:auto;
margin-right:auto;
background-image:url(img/bgHeaderHolidayHome.jpg);
background-repeat:repeat-y;
}

#header .menu {
position:relative;
top:222px;
left:25px;
width: 944px;
}

#main{
	position:relative;
	width:984px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	text-align:left;
	background-color:#FFFFFF;
	background-image:url(img/bgMid.gif);
	background-repeat:repeat-y;
}

#main .textLeft{
	position:absolute;
	top:0;
	left:0;
	height:500px;
	width:195px;
	padding:15px 20px 0 35px;
	text-align:left;
	background-image:url(img/bgSideBoxL.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

#main .textCentre{
	position:relative;
	height:auto;
	width:480px;
	padding:15px 0 0 0;
	text-align:left;
	left: 252px;
}

#main .textRight{
	position:absolute;
	top:2px;
	left:734px;
	height:500px;
	width:195px;
	padding:15px 30px 0 25px;
	text-align:left;
	background-image:url(img/bgSideBoxR.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#footer{
	position:relative;
	width:984px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(img/bgMid.gif);
	background-repeat:repeat-y;
}

#footerLower{
	position:relative;
	width:984px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(img/bgBottom.gif);
	background-repeat:no-repeat;
}

#footer .text{
position:relative;
left:15px;
height:auto;
width:944px;
padding:5px;
text-align:center;
line-height:20px;
border-top: 1px dotted #CC0000;
}

#footer a:link {
	color:#0A4D93;
}

#footer a:visited {
	color:#0A4D93;
}

#footer a:active {
	color:#CC0000;
}

#footer a:hover {
	color:#CC0000;
}

#main a:link {
	color:#0A4D93;
}

#main a:visited {
	color:#0A4D93;
}

#main a:active {
	color:#CC0000;
}

#main a:hover {
	color:#CC0000;
}

#mainAutoH a:link {
	color:#0A4D93;
}

h1 {
color:#0A4D93;
font-size:11pt;
font-weight:bold;
padding:0;
margin:0;
}

h2 {
color:#0A4D93;
font-size:10pt;
font-weight:bold;
padding:0;
margin:0;
}

h3 {
color:#FFFFFF;
font-size:10pt;
font-weight:bold;
padding:0;
margin:0;
}

.bold {
font-weight:bold;
}

.boldBlue {
font-weight:bold;
color:#0A4D93;
}

.boldGold {
font-weight:bold;
color:#E1C64C;
}

ul {
margin:2px 0 2px 25px;
padding:0;
list-style:url(img/IconArrow3.gif) outside;
/*line-height:15px;*/
}

.imgLeft {
margin:0 7px 0 0;
float:left;
}

.imgRight {
margin:0 0 5px 5px;
float:right;
}

.imgVAlign {
margin:7px 0 0 7px;
}

.borderBottom {
border-bottom:dotted 1px #999999;
padding:5px 5px 5px 0;
}

.borderBottomQ {
border-bottom:dotted 1px #003399;
padding:5px;
}

.sectionBottom {
border-bottom:solid 1px #003399;
padding:5px;
}

.clear {
clear:both;
}

.boxBlue {
border:solid 1px #003399;
}

/* VALIDATION CLASSES */
input.errHilite, select.errHilite, textarea.errHilite {
	border: 1px solid #DDC;
	background-color: #FFE;
	}
label.errHilite {
	color: #C00;
	}
ul#errors {
	display: none;
	margin-top: 1em;
	background-color: #FFE;
	border: 1px solid #CC9;
	padding: .3em;
	color: #C00;
	font-weight: bold;
	}	
ul#errors li {
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 0;
	}
ul#errors li.heading {
	list-style-type: none;
	color: #000;
	font-weight: normal;
	font-style: italic;
	margin: .5em 0;
	padding: 0;
	}
