body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	background-color: #00488d;
	background-image: url(../images/BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #003E7E;
}
.clear {
clear:both;
}
.backtotop {
	font-size: 11px;
	color: #00488D;
	background-image: url(../images/uparrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
}
#logobar {
	margin: 0px;
	padding: 0px;
}
#logobar img {
	padding: 20px;
}
#LOGO {
	float: right;
	margin: 0px;
	width: 266px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#flags {
	width: 138px;
	float: right;
	padding: 20px;
	margin-top: 130px;
}
#flags img {
	padding: 0px;
}
#flags p {
	font-size: 10px;
	margin: 0px;
	color: #9FABD0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#navigation-bar {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003E7E;
}
#main-image {
	height: 300px;
	background-image: url(../images/image_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main-image-data {
	height: 300px;
	background-image: url(..images/<cfoutput>#rsContent.content_mainimage#</cfoutput>);
	background-repeat: no-repeat;
	background-position: center top;
}
#righthand {
	float: right;
	width: 240px;
	padding-bottom: 20px;
}

#you-are-here {
	background-color: #9FABD0;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 230px;
	margin-bottom: 20px;
	color: #FFFFFF;
	background-image: url(../images/YOUAREHERE-BG.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#you-are-here a {
	color: #FFFFFF;
}
#left-main-nav {
	width: 180px;
	float: left;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#left-main-nav img {
	padding: 0px;
	margin: 0px;
}
#left-main-nav ul {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	color: #ffc423;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#left-main-nav li a {
	font-size: 11px;
	list-style-position: inside;
	list-style-image: url(../images/nav_side_arrow.gif);
	background-image: url(../images/nav_side_HEX.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 14px;
	color: #00488D;
	text-decoration: none;
	display: block;
	font-weight: normal;
}
#left-main-nav li a:hover {
	font-size: 11px;
	list-style-position: inside;
	list-style-image: url(../images/nav_side_hex-over.gif);
	background-image: url(../images/nav_side_hex-over.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 14px;
	color: #00488D;
	text-decoration: none;
	display: block;
	font-weight: normal;
}

#main-section {
	float: left;
	width: 490px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
}
#main-section strong {
	font-weight: bold;
	color: #003E7E;
}
#main-section h1 {
	font-size: 22px;
	color: #00488D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
}
#main-section h2 {
	font-size: 16px;
	color: #00488D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	font-style: italic;
}
#main-section h3 {
	font-size: 18px;
	color: #9FABD0;
}
#main-section li {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
#main-section img {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}
#exhibition h5 {
	font-size: 14px;
	color: #094D8F;
	margin: 0px;
	padding: 0px;
}
#main-section h6 {
	font-size: 14px;
	color: #003E7E;
	background-color: #9FABD0;
	display: block;
	padding: 2px;
}
#main-section p {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin: 0px;
}
#main-section a {
	color: #00488D;
	text-decoration: underline;
}
#news-side {
	width: 205px;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#news-side h1 {
	font-size: 11px;
	color: #9FABD0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#news-side h6 {
	display: block;
	font-size: 12px;
	background-color: #9FABD0;
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px;
	margin: 0px;
}
#news-side p {
	font-size: 11px;
	color: #666666;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#news-side  a:link {
	font-size: 11px;
	color: #2E64A0;
	background-image: url(../images/nav_side_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	text-decoration: none;
}
#news-side a:visited {
	font-size: 11px;
	color: #2E64A0;
	background-image: url(../images/nav_side_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	text-decoration: none;
}
#news-side    a:hover {
	font-size: 11px;
	color: #2E64A0;
	background-image: url(../images/nav_side_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	text-decoration: underline;
}
#news-side a:active {
	font-size: 11px;
	color: #2E64A0;
	background-image: url(../images/nav_side_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	text-decoration: none;
}
#news-side img {
	padding: 0px;
	margin: 0px;
}
#copyright-section {
	font-size: 10px;
	background-color: #ffc423;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #333333;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFE2A3;
}
.copyright-right {
	float: right;
}
#database-side {
	width: 205px;
	float: left;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9FABD0;
}
#database-side p {
	font-size: 11px;
	color: #00488D;
	margin: 0px;
	line-height: 14px;
}
#brochure-holder {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0A4C8D;
}
#brochure-holder img {
	float: left;
	border: 2px solid #6D8CBB;
}
.brochure-right {
	float: right;
	width: 250px;
}
#agents {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.agents-right h5 {
	margin: 0px;
	color: #064C8E;
}
.agents-right h6 {
	font-size: 12px;
	font-weight: lighter;
	color: #094E90;
	margin: 0px;
	padding: 0px;
}
.agents-right h7 {
	font-size: 12px;
	color: #094D8F;
	margin-top: 2px;
	margin-bottom: 2px;
}
#agents img {
	float: left;
}
.agents-right {
	float: right;
	width: 300px;
}
#exhibition {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9FABD0;
}
#home-section {
	float: left;
	width: 490px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
}
#home-section h1 {
	font-size: 22px;
	padding: 0px;
	color: #00488D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#home-section h2 {
	font-size: 18px;
	color: #00488D;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-style: italic;
}
#home-section  p {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin: 0px;
}
.youarehere {
	font-size: 12px;
	color: #054B8E;
}
#youmaybeinterestedin {
	float: left;
	width: 465px;
	background-color: #9FABD0;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#youmaybeinterestedin p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00488D;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#youmaybeinterestedin a {
	color: #000000;
	text-decoration: underline;
}
#youmaybeinterestedin h4 {
	font-size: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #154B83;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
