body {
	margin: 0;
	padding: 0;
	font-family: "Arial";
	font-size: 10pt;
	text-align: center;
	color: black;
	background-image: url(images/bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #A7D5F3;
	}

h1 {
	font-family: "Arial";
	font-size: 24px;
	font-weight: black;
	color: #0072BB;
	padding: 0px
}

h2 {
	font-family: "Arial";
	font-size: 16px;
	font-weight: normal;
	color: #0072BB;
}
h3 {
	font-family: "Arial";
	font-size: 14px;
	font-weight: black;
	color: #0072BB;
}
h4 {
	font-family: "Arial";
	font-size: 12px;
	font-weight: black;
	color: #0072BB;
}
a.nav:link {color: white; text-decoration: none; }
a.nav:visited {color: white; text-decoration: none; }
a.nav:hover {color: white; text-decoration: underline; }
a.nav:active {color: white; text-decoration: none; }

a.header:link {color: #666666; text-decoration: none; }
a.header:visited {color: #666666; text-decoration: none; }
a.header:hover {color: #666666; text-decoration: underline; }
a.header:active {color: #666666; text-decoration: none; }

a.content:link {color: black; text-decoration: none; }
a.content:visited {color: black; text-decoration: none; }
a.content:hover {color: black; text-decoration: underline; }
a.content:active {color: black; text-decoration: none; }

#container {
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 816px;
	text-align: center;
	background-color: #FFFFFF;
	}

* html #container {
height: 100%;
}

#header {
	text-align: left;
	height: 180px;
	background-image: url(images/header_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 8px;
	}

#links {
	text-align: center;
	height: 40px;
	background-image: url(images/links_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	}
	

#content {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	text-align: center;
	}

#content_mini {
	text-align: left;
	padding: 1px 30px 1px 30px;
	}

#footer {
	text-align: right;
	height: 141px;
	background-image: url(images/footer_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 20px 0px 0px;
	margin: 0px;
	font-size: 8pt;
	}

#madeby {
	height: 20px;
	color: black;
	font-size: 8pt;
	}

	.style5 {
	font-size: 12px;
	font-weight: bold;
	color: #471107;
	font-family: Arial, Helvetica, sans-serif;
}
.style14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #471107;
	font-weight: bold;
}
.style17 {font-size: 12px; }
	
/* SEO */

.header2 {
    font-size:13pt;
    font-weight:bold;
}

.header2Italic {
    font-size:11pt;
    font-style:italic;
}
	
.underFooter {
	background-color:#FFFFFF;
	font-family:arial;
	color:#000000;
	
}
.underFooter a {
	font-size:8pt;
	color:#000000
}

.underFooter h2 {
	text-align:center;
	padding: 10px;
	
	font-size:11pt;
	
}
.underFooter h3 {
	text-align:center;
	
	
	font-size:11pt;
	
}

.underFooter h4 {
	text-align:center;
	
	font-size:10pt;
	
}

.footerMenu {
	text-align:center;
}

.loc2 {

	font-size:11pt;
	color: #000000;
	font-style: italic;
}

.loc3 {

	text-align:left;
	font-size:8pt;
	margin:0px 40px 0px 40px;
}

#AutoNumber1 {
	text-align:center;
	border-collapse: collapse;
	font-size:9pt;
}
#AutoNumber1 td {
	text-align:left;
}
#AutoNumber1 a {
	color:#000000;
	font-size:8pt;
	text-decoration:none;
}

#copyright  {
	font-size:8pt;
	color:#000000;
	}

/* Enquiry */
form{
	padding-left:5%;
}
form p{
	font-weight: bold;
}
form label{
	float: left;
	width: 130px;
	text-align:right;
	padding-right:10px;
}
form input, form textarea{
	margin-bottom: 5px;
}
form select{
	margin-bottom: 5px;
}
form textarea{
	width: 250px;
	height: 50px;
}
form .short{
	width:80px;
}
form .long{
	width:180px;
}
form input[type="radio"], form input[type="checkbox"]{
	width:1em;
}
form #Submit{
	margin-left: 138px;
	margin-top: 5px;
	width: 90px;
}
.red{
	color:#f00;
}
button.calendarStyle{ /* pop-up calendar */
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(calendar/calendar.png);
	cursor: pointer;
	cursor: hand;
}
/* Browser specific (not valid) styles to make preformatted text wrap */		
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/* Enquiry End */
#invisible {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	font-style: normal;
	color: #FFFFFF;
	height: 40px;
	width: 800px;
	vertical-align: top;
	top: 1px;
	clip: rect(1px,auto,auto,auto);
}

