@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:#F1F1F3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5c5c5c;
	line-height:1.5em;
}

h1, h2, h3 {
	color:#0e3b6b;
	margin:1.2em 0 .75em;
	font-size:150%;
	font-weight:normal;
}

h1 {
	font-size:180%;
}

h3 {
	font-size:120%;
}

p {
	margin:.5em 0 1em;
}

a {
	color:#0e3b6b;
}

img {
	border:none;
}

#wrapper {
	width:953px;
	margin:20px auto 0;
}

#page {
	background:#FFF;
	border:#a3a3a3 solid 1px;
	overflow:auto;
	padding-bottom:20px;
}

#header {
	background:url(../images/header.gif) no-repeat;
	height:141px;
	position:relative;
}

#header ul {
	position:absolute;
	left:1px;
	bottom:0;
	background:url(../images/nav.gif);
	width:950px;
	margin:0;
}

#header ul li {
	display:inline;
}

#header ul a {
	float:left;
	padding:5px 66px;
	color:#FFF;
	text-decoration:none;
}

#header ul a:hover, #header ul li.active a {
	background:url(../images/nav-hover.gif) repeat-x;
}

#content {
	padding:20px 0;
}

#col-left {
	width:570px;
	float:left;
	margin:0 20px;
}

#col-right {
	width:320px;
	float:left;
}

#enquiry {
	margin-bottom:20px;
	background:url(../images/form.gif);
	min-height:340px;
	overflow:auto;
	border:#a3a3a3 solid 1px;
}

#enquiry .form-title {
	background:url(../images/form-title.gif) repeat-x;
	display:block;
	color:#FFF;
	font-size:120%;
	padding:8px 0 20px 20px;
}

#enquiry div {
	margin:0 20px 20px 20px;
}

#enquiry .submit {
	float:right;
	background:url(../images/submit.gif) no-repeat;
	width:95px;
	padding:2px 5px 4px;
	margin-top:20px;
	border:none;
	color:#FFF;
}

label {
	display:block;
	color:#0e3b6b;
}

label input, label textarea {
	border:#a3a3a3 solid 1px;
	background:#FFF;
	float:right;
	width:265px;
	padding:5px;
	color:#5c5c5c;
}

#footer .top {
	background:#0e3b6b;
	margin-top:10px;
	color:#FFF;
	font-size:90%;
	padding:10px;
	overflow:auto;
}

#footer .top div {
	width:49%;
	float:left;
}

#footer .btm {
	margin-bottom:20px;
	overflow:auto;
}

#footer .btm img {
	float:right;
}

#footer h3 {
	color:#ff9600;
	margin-top:0;
}

#footer a {
	color:#ff9600;
	text-decoration:none;
}

.box-blue {
	background:#0e3b6b;
	border:#a3a3a3 solid 1px;
	padding:10px;
	overflow:auto;
}

.box-blue h2, .box-blue h3 {
	padding:10px;
	border-bottom:#FFF solid 1px;
	margin:0;
	color:#FFF;
}

.box-blue h3 {
	border:none;
	margin-top:20px;
	padding-left:0;
}

.box-blue div {
	float:left;
	width:45%;
	margin-left:10px;
}

ul {
	list-style:none;
	margin:0.5em 0 2em;
}

.list {
	color:#FFF;
}

.list li, .list-sub li {
	background:url(../images/bullet.gif) no-repeat 0 50%;
	padding-left:1em;
	margin-left:1em;
}

.list-sub {
	color:#0e3b6b;
}

.list-sub li {
	background-image:url(../images/bullet-sub.gif);
}

#rss-feed {
	background:#F0F0F0;
	border:#a3a3a3 solid 1px;
	padding:10px;
}

#rss-feed h2 {
	background:url(../images/rss.gif) no-repeat 100% 50%;
	margin-top:10px;
}

.entry
{
	overflow: hidden;
	margin-top: 5px;
	border-bottom: solid 1px #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

.entry dl
{
	background: #FFF url(../images/stamp_bg.jpg) bottom left;
	float: left;
	border: solid 1px #CCCCCC;
	padding: 5px;
	margin: 0 5px 5px 5px;
	width:20px;
}

.entry dt
{
	font-size: 17px;
	font-weight: bold;
}

.entry dd
{
	font-size: 10px;
	margin-top: 2px;
	text-transform: uppercase;
}

.entry .content
{
	float: left;
	margin-left: 10px;
}

.entry .small_content
{
	width: 230px;
	float: left;
	margin-left: 10px;
}

.entry a
{
	font-weight: bold;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}

.entry p
{
	padding:0;
	margin-top:.025em;
}

.highlight {
	color:#ff9600;
}

.img-left {
	float:left;
	margin:0 10px 10px 0;
}

.box-blue a, .box-blue a:link {
color:#fff;
text-decoration:none;
}

.box-blue a:hover {
text-decoration:underline;
}















