@charset "utf-8";
/* CSS Document */

body {
	background:#3ba2e3;
	margin:0 auto;
	padding:0;
	position:static;
	font-size:62.5%;
	font-family:Tahoma,Arial,Verdana;
	color:#494f4e;
	text-align:justify;
}

strong {
	font-weight:bold;
	color:red;
}

ul {
	list-style-image:url("images/arrow_ul.gif");
}

li {
	padding:1px;
	margin:0;
	line-height:1.3em;
}

h3 {
	font-size:1.5em;
	font-weight:100;
}

textarea, input, select {
	border:1px solid #000000;
}

label {
	font-size:1em;
}

.enquiry {
	margin-top:30px;
}

a:link, a:visited {
	color:#FF0000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:link.bottom, a:visited.bottom {
	color:#494f4e;
	text-decoration:none;
}

a:hover.bottom {
	text-decoration:underline;
}

#header {
	margin:0 auto;
	width:749px;height:140px;
	background:#ffffff url("images/header.gif") no-repeat;
}

#navigation {
	padding-top:102px;
	padding-left:2px;
	
}

.navigation_button {
	width:122px;height:18px;
	padding-top:10px;
	margin-top:10px;
	background:#1d8bd0;
	text-align:center;
	color:white;
	font-family:Tahoma;
	font-size:1.1em;
	line-height:1em;
	font-weight:bold;
	border-right:1px solid #1e609d;
	border-left:1px solid #b2d7ef;
	float:left;
}

.navigation_button:hover {
	text-decoration:underline;
}

#banner {
	margin:0 auto;
	width:749px;height:192px;
	background:url("images/banner.gif") no-repeat;
}

#container {
	background:url("images/container_bg.gif") repeat-y;
	width:749px;height:auto;
	margin:0 auto;
	overflow:auto;
}

#content_container {
	background:url("images/container_bg.gif") repeat-y;
	width:729px;height:auto;
	margin:0 auto;
	padding-left:10px;
	padding-right:10px;
	overflow:show;
	float:left;
	font-size:1.1em;
	margin-bottom:30px;
	clear:both;
}

#container_header {
	margin:0 auto;
	width:749px;height:12px;
	background:#3ba2e3 url("images/container_top.gif") no-repeat;
}

.small_container {
	width:266px;height:auto;
	float:left;
	padding:0 10px 0 10px;
}

.large_container {
	width:415px;height:auto;
	float:left;
	padding:0 10px 0 10px;
}

.full_container {
	width:681px;height:auto;
	float:left;
	padding:0 10px 0 10px;
}

.even_container {
	width:340px;height:auto;
	float:left;
	padding:0 10px 0 10px;
}

#bottom_ad {
	background:url("images/bottom_ad.gif") no-repeat;
	clear:both;
	width:729px;height:100px;
	margin:0 auto;
	padding-left:20px;
}

.ad_entry {
	width:auto;height:82px;
	border:1px solid #8eb4e7;
	float:left;
	margin-top:8px;
	margin-right:7px;
}

.vertical_divider {
	background:url("images/vertical_divider.gif") repeat-y;
	width:2px;height:auto;
	float:left;
}

.heading {
	color:#1c64a8;
	font-size:1.3em;
	line-height:2em;
	padding-left:3px;
	font-family:Arial, Verdana;
	font-weight:bold;
}

.subheading {
	color:#2bbdf4;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:1.5em;
}

.alt_subheading {
	color:#FF0000;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:1.5em;
}


.indent_paragraph {
	margin-left:90px;
	margin-right:20px;
}

.footer_copyright {
	color:#494f4e;
	font-weight:100;
}

#footer {
	margin:0 auto;
	width:729px;height:77px;
	background:url("images/footer.gif") no-repeat;
	padding-top:10px;
	padding-left:20px;
	font-weight:bold;
	color:#1d8bd0;
	line-height:2.5em;
}

.collapseblock {display:none}
.expandblock {display:inline}

p.success {
	margin-left:15px;
	font-weight:bold;
	color:#00CC33;
	font-size:0.9em;
	text-align:center;
}

p.failure {
	margin-left:15px;
	font-weight:bold;
	color:#FF0000;
	font-size:0.9em;
	text-align:center;
}
