* {
	margin: 0;
	padding: 0;
}
body {
	background: #C9DBE8 url(images/bg_tile.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003366;
	position: relative;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #0000ff;
}
a:hover {
	color: #dE9400;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	padding: 10px 0 0 0;
}
h3 {
	background: #FEB400;
	color: #003366;
	width: 655px;
	padding: 7px;
	margin: 3px 0 0 10px;
	font-size: small;
}
h4 {
	width: 655px;
	font-size: 14px;
	font-weight: bold;
	color: #0000d0;
	padding: 10px 0 10px 10px;
}
h5 {
	width: 655px;
	font-size: 14px;
	font-weight: bold;
	color: #0000d0;
	padding: 10px 0 0 10px;
}
.hline {
	clear: left;
	margin: 0 auto;
	width: 650px;
	height: 1px;
	margin: 10px 0 10px 10px;
	background: url(Images/hline.jpg) repeat-x;
}
.no-bold {
	font-weight: normal;
}
.medium-blue-bold {
	color: #0F5F8F;
	font-weight: bold;
	font-size: larger;
}
.read-more {
	color: #003366;
	font-weight: bold;
}
.read-more img {
	border: 0px;
}
.section-heading {
	color: #FFF;
	font-size: medium;
	font-weight: bold;
	height: 35px;
	margin: 15px 0 0 15px;
	padding: 0;
}

/* Left Menu - Contact Us List */

#contactus {
	width: inherit;
	font-size: x-small;
	margin-left: 1px;
}
#contactus .img {
	float: left;
	height: 50px;
}
#contactus .txt {
	float: left;
	height: 50px;
}
#contactus .heading {
	color: #0F5F8F;
	font-weight: bold;
	font-size: larger;
	padding: 3px 0 3px 0;
}
#onlinecontactbutton {
	text-align: center;
}
#onlinecontactbutton img {
	margin: 15px 0 5px 0;
	width: 137px;
	height: 32px;
	border: 0;
}
#container {
	width: 890px;
	margin: 0 auto;
}
#header {
	background: url(images/header.jpg) no-repeat;
	width: 890px;
	height: 182px;
}
#navigation {
	height: 50px;
	position: relative;
	top: 131px;
}
#navigation img {
	border: 0px;
}
#navigation ul {
	list-style: none;
}
#navigation li {
	float: left;
}
#fields {
	margin-left: 10px;
}
#fields td {
	padding: 5px;
	font-weight: bold;
}
#fields .title {
	text-align: right;
	vertical-align: top;
}
.input, .input1, .input2 {
	padding: 5px;
	border: 0;
	background-color: #c9dbe8;
}
.input {
	width: 150px;
}
.input1 {
	width: 300px;
}
.input2 {
	width: 170px;
}
#content {
	background: url(images/content_tile.jpg) repeat-y;
	overflow: hidden;
	width: 890px;
}
#content p {
	padding: 5px 20px 5px 20px;
}
#content-left {
	float: left;
	width: 200px;
}
#left-navigation {
	background: #FEB400;
	border-left: 1px solid #333333;
}
#left-navigation a {
	display: block;
	color: #003366;
	text-decoration: none;
	height: 25px;
	padding: 10px 0 0 10px;
}
#left-navigation a:hover {
	display: block;
	color: #ffffff;
	background-color: #003366;
}
#left-navigation p {
	font-weight: bold;
	padding: 0;
	border-bottom: 1px solid #fff;
}
#content-center {
	background: url(images/content_center_bg.jpg) no-repeat;
	float: left;
	width: 690px;
}
#content-center ul {
	padding: 5px 20px 5px 20px;
}
#content-center li {
	list-style: none;
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(images/bullet.jpg) no-repeat;
}
#content-center img {
	margin: 5px 10px 5px 20px;
}

/* Online Contact Page - Contact Form */

#contactusform {
	width: inherit;
	margin-top: 10px;
}
#contactusform ul {
	list-style: none;
	margin: 0;
	padding: 5px 20px 5px 20px;
}
#contactusform li {
	clear: left;
	padding: 5px;
	background: none;
}
#contactusform .heading {
	float: left;
	width: 105px;
	padding: 5px 10px 0 0;
	text-align: right;
}
#contactusform .button {
	padding: 3px 0 0 118px;
}
#contactusformlist {
	height: 290px;
	padding-left: 20px;
}
#contactusformlist .details {
	float: left;
	height: 270px;
	padding: 0 20px 0 10px;
	margin-right: 20px;
	background: #f7f7f7 url(images/bg_tile_2.jpg) repeat-x;
}
#contactusformlist .details p {
	padding: 0;
	margin: 0;
}

/* Newsletter */

#newsletter {
	width: inherit;
	margin-top: 2px;
}
#newsletter ul {
	list-style: none;
	margin: 0;
	padding: 5px 20px 5px 20px;
}
#newsletter li {
	clear: left;
	padding: 5px;
	background: none;
}
#newsletter .heading {
	float: left;
	width: 105px;
	padding: 5px 10px 0 0;
	text-align: right;
}
#newsletter .button {
	padding: 3px 0 0 118px;
}
#newsletter .unsubscribe {
	padding: 3px 0 0 118px;
	font-size: 10px;
}

/* */

#content-right {
	background: url(images/login_heading.jpg) no-repeat;
	float: right;
	padding-top: 60px;
	width: 200px;
}
.small-blue-text {
	font-size: x-small;
	color: #003F9F;
}
.small-blue-text a {
	color: #003F9F;
}
#flash-banner {
	width: 486px;
	height: 195px;
	margin-left: 1px;
}
#flash-banner2 {
	width: 486px;
	height: 331px;
	text-align: center;
}
#flash-banner3 {
	width: 486px;
	height: 550px;
	margin-left: 1px;
}
#brochure {
	float: left;
	margin-right: 20px;
	width: 195px;
	height: 230px;
}
#brochure img {
	border: 0;
}
#partnerlist {
	margin-left: 10px;
}
#partnerlist p {
	padding: 0 20px 10px 10px;
}
#partnerlist .partner {
	float: left;
	width: 200px;
	height: auto;
	margin-left: 10px;
}
#partnerlist .partner img {
	margin: 0;
	padding-bottom: 10px;
	border: 0;
}
.tablebox {
	width: 600px;
	margin: 10px 0 10px 20px;
}
.tablebox .countries td {
	width: 150px;
	padding: 5px;
	margin: 2px;
	background: #d6e3ed;
}
#footer {
	background: #18629C;
	color: #FFF;
	width: 888px;
	height: 40px;
	clear: both;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
#footer span {
	margin: 0 10px;
}
#footer p {
	text-align: center;
	padding: 10px 0 0 0;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #FEB400;
}
#bottombit {
	clear: both;
	background: #ffffff;
	color: #000050;
	width: 888px;
	height: 90px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#bottombit img {
	float: left;
	padding: 17px 0 0 25px;
	border: 0;
}
#bottombit .tags {
	float: left;
	padding: 8px 0 0 35px;
	font-size: 10px;
	font-family: Tahoma;
}
#bottombit .tags a {
	text-decoration: none;
	font-weight: normal;
	color: #003366;
}
#bottombit .tags #twitter img {
	padding: 10px 0;
	width: 140px;
	height: 15px;
}
#copyright {
	clear: both;
	width: 888px;
	margin: 10px 0 10px 0;
	font-size: 10px;
	text-align: right;
}
#copyright #privacy {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}
