@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background:#fff url(images/bg.png) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

a {
	color:#0a2d85;
	text-decoration:none;
	outline:none;
}

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

a img {
	border:0;
}

.blue {
	color:#0a2d85;
}

.bigger {
	font-size:12px;
}

.smaller {
	font-size:10px;
}

th {
	text-align:left;
	background:#f4f4f4;
}

b {
	color:#0a2d85;
	font-weight:bold;
}

h2 {
	text-align:center;
	font-size:18px;
	color:#0a2d85;
	margin-bottom:4px;
}

h3 {
	text-align:center;
	font-size:15px;
	color:#0a2d85;
}

h4 {
	font-size:13px;
	color:#0a2d85;
	margin:0;
}

h5 {
	text-align:center;
	font-size:11px;
	margin-top:0px;
}

div.news_title {
	color:#0a2d85;
	font-size:12px;
	text-transform:uppercase;
	margin:0;
	margin-top:8px;
	margin-bottom:4px;
}

.date {
	color:#999999;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:0;
	padding:0px;
	padding-bottom:6px;
	border-bottom:dotted 1px #ccc;
	margin-top:2px;
	margin-bottom:8px;
}

.left {
	display:block;
	width:48%;
	float:left;
	padding-right:2%;
}

.right {
	display:block;
	width:48%;
	float:left;
	padding-left:2%;
	clear:right;
}

#container {
	width:820px;
	margin:0 auto;
}

#header {
	height:85px;
	background:url(images/header.png) no-repeat top;
	width:820px;
	position:relative;
}

#logo {
	width:453px;
	height:74px;
	position:absolute;
	left:0;
}

#number {
	width:280px;
	text-align:right;
	position:absolute;
	top:23px;
	right:20px;
	font-size:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-transform:uppercase;
}

#number b {
	color:#55a9ff;
	font-weight:bold;
}

#menu {
	padding-left:22px;
	float:left;
	width:226px;
	height:240px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu ul li {
	float:left;
}

#menu ul li a {
	display:block;
	width:184px;
	padding-left:42px;
	color:#fff;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	background:url(images/menu-off.png) no-repeat;
	height:22px;
	padding-top:2px;
	text-decoration:none;
}

#menu ul li a:hover, #menu ul li a.active {
	background:url(images/menu-on.png) no-repeat;
	color:#fff;
}

#banner {
	float:left;
	width:551px;
	height:240px;
}

#content-main {
	width:776px;
	float:left;
	background:url(images/content_bg.png) repeat-y;
	min-height:300px;
	margin-top:22px;
	padding-left:22px;
	padding-right:22px;
	padding-bottom:22px;
}

#content-main h1 {
	margin:0;
	padding:0;
	background:#10142e url(images/title_bg.png) left top no-repeat;
	min-height:22px;
	padding-top:5px;
	padding-left:28px;
	color:#fff;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}

#content-main #latest_news h1 {
	margin:0;
	padding:0;
	background:url(images/blog_title.png) left top;
	height:22px;
	padding-top:5px;
	padding-left:28px;
	color:#fff;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}

#left_col {
	width:550px;
	margin-left:16px;
	float:left;
}

#left_col p {
	text-align:justify;
	line-height:16px;
}

#left_col li {
	margin:4px 0px;
}

#left_col ol li {
	margin:8px 0px;
}

#left_col #enquiry_form {
	padding:10px 30px;
	background:#f8f8f8;
	border:solid 1px #efefef;
}

#left_col #enquiry_form p {
	margin:0px;
}

#left_col #enquiry_form input, #left_col #enquiry_form select, #left_col #enquiry_form textarea {
	width:100%;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

#left_col #enquiry_form input[type=radio] {
	width:40px;
}

#left_col #enquiry_form input#button {
	width:76px;
	height:20px;
	margin-bottom:4px;
}

#left_col .image_right {
	float:right;
	margin-left:20px;
	padding:1px;
	background:#fff;
	border:solid 1px #9e9e9e;
	margin-bottom:10px;
}

#left_col2 {
	width:550px;
	margin-right:16px;
	float:left;
}

#left_col2 p {
	text-align:justify;
	line-height:16px;
}

#latest_news {
	width:210px;
	float:left;
}

#footer {
	background:#1a1a1a;
	float:left;
	width:100%;
	min-height:30px;
	clear:both;
	text-align:center;
	text-transform:uppercase;
	font-size:10px;
	padding-top:22px;
	padding-bottom:22px;
	color:#959595;
}

#footer b {
	font-weight:normal;
	color:#fff;
}

#footer a {
	color:#8fa7d6;
}

#footer_inner {
	width:776px;
	margin:0 auto;
}

#footer_inner .left {
	text-align:left;
}

#footer_inner .right {
	text-align:right;
}