	/* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
/*background-color: #ffffff;*/
color: #174784;
font-family: Calibri;
font-size: 15px;
font-weight: normal;
line-height: 18px;
    }

ul {list-style-type:square;}

/*************** Links ******************/


a {
color: #F38E21;
text-decoration: none;
}

a:hover {
color: #F38E21;
text-decoration: underline;
}

.faq a {color: #174784;}

/*************** Headings ******************/


h1  {
font-family: Verdana, Helvetica, sans-serif;
font-size:  20px;
color: #174784;
}

h2  {
font-family: Verdana, Helvetica, sans-serif;
font-size:  18px;
color: #F38E21;
}

h3, h4  {
font-family: Verdana, Helvetica, sans-serif;
font-size:  12px;
color: #174784;
}

h5, h6 {
font-family: Verdana, Helvetica, sans-serif;
font-size:  11px;
color: #174784;
}

	/* Header styles */
    #header {

margin-bottom: 15px;
    }

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
    }

    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 0 0 200px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .col2 {		/* This overrides the float:left above */
        width:180px;        	/* Width of left column content (left column width minus left and right padding) */
        margin: 0px 20px 0px 0px;         	/* Width of the left-had side padding on the left column */
float: left;

    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:180px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:40px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
background-color:#999999;
text-align: center;
color: #ffffff;
        padding:3px;

    }
    #footer p {
        margin:0;
    }

#footer a {
color: #ffffff;
}

#head-left  {
float: left;
height: 192px;}

#head-center {
margin: 0 auto;
height: 192px;}

#head-right {
float: right;
height: 192px;}

.contact-form {
width: 180px;
}

.contact {
float: right;
width: 180px;
}

.form-head {
height: 50px;
background-image: url('/images/form-head.jpg');
}

.form-body {
background-image: url('/images/form-bg.jpg');
background-repeat: repeat-y;
padding-left: 10px;
color: #ffffff;
}

.form-foot {
height: 13px;
background-image: url('/images/form-foot.jpg');
background-repeat: no-repeat;
}

.booking-form {
width: 380px;
}

.booking {
width: 380px;
}

.booking-head {
height: 50px;
background-image: url('/images/book-head.jpg');
}

.booking-body {
background-image: url('/images/book-bg.jpg');
background-repeat: repeat-y;
padding-left: 10px;
color: #ffffff;
}

.booking-foot {
height: 13px;
background-image: url('/images/book-foot.jpg');
background-repeat: no-repeat;
}

.enquiry-form {
width: 180px;
}

.enquiry {
width: 180px;
}

.enquiry-head {
height: 50px;
background-image: url('/images/form-head.jpg');
}

.enquiry-body {
background-image: url('/images/form-bg.jpg');
background-repeat: repeat-y;
padding-left: 10px;
color: #ffffff;
}

.enquiry-foot {
height: 13px;
background-image: url('/images/form-foot.jpg');
background-repeat: no-repeat;
}

.nav {
width: 180px;
padding: 0px;
margin: 0px;
}

.colmask holygrail {
background-image: url('/images/watermark.jpg');
background-position: bottom right;
background-repeat: no-repeat;
}

.colmask{
background-image: url('/images/watermark.jpg');
background-position: bottom right;
background-repeat: no-repeat;
}
.holygrail {
background-image: url('/images/watermark.jpg');
background-position: bottom right;
background-repeat: no-repeat;
}

.main-content {
padding: 20px 0px 20px 20px;
background-image: url('/images/watermark.jpg');
background-position: bottom right;
background-repeat: no-repeat;
}

form {
margin: 0px !important;
padding: 0px !important;
}

.orange {
color: #F78E23;
}

.green {
color: #31E709;
}