@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	background: #1D2834;
}

#wrapper {
	width: 902px;
	margin: 0 auto;
	text-align: center;
	background: #1D2834;
	padding: 3px;
}
p {
	color: white;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

h3 {
	font: bold 25px Arial, Helvetica, sans-serif;
	color: #0033FF;
	text-align: left;
	margin: 30px 0 18px 15px;
}
h4 {
	font: bold 18px Arial, Helvetica, sans-serif;
	padding-top: 175px;
}
img {
	margin-bottom: 4px;
}
a {
	text-decoration: none;
	color: orange;
}
a:hover {
	color: red;
	text-decoration: underline;
}
#stripe1 {
	width: 902px;
	height: 4px;
	font-size: 2px;
	background: orange;
}
#top {
	width: 900px;
	height: 83px;
	border-top: 1px solid orange;
	border-right: 0px solid orange;
	border-bottom: 1px solid orange;
	border-left: 0px solid orange;
	background: url(images/03.jpg) no-repeat;
}
#header ul {
	text-align: left;
	margin: 3px 0 0 10px;
	padding: 0;
}
#header li {
	margin-right: 10px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	float: left;
}
table {
	clear: both;
	border: 1px dashed orange;
	padding: 5px;
}
table td {
	padding: 15px;
}
#text {
	height: 257px;
	font: 14px Arial, Helvetica, sans-serif;
	background: #1D2834 center url(images/world.jpg) no-repeat;
	padding: 20px 75px 20px 15px;
}
#text p {
	color: #000033;

}
.ad {
	background: #1D2834;

	width: 280px;
	height: 56px;
	border: 1px solid orange;
}
.ad a {
	display: block;
	height: 56px;
	width: 280px;
}
.ad a:hover {
	text-decoration: none;
	color: black;
}
a#overseas {
	background: white url(images/dance.jpg) center no-repeat;
}
a#diversified {
	background: white center url(images/displayoxo.jpg) no-repeat;
}
a#pension {
	background: white center url(images/eflow.gif) no-repeat;
}
a#life {
	background: white center url(images/giftoxo.jpg) no-repeat;
}
a#mortgage {
	background: white center url(images/javelin.jpg) no-repeat;
}
a#serious {
	background: white center url(images/media.jpg) no-repeat;
}
#footer {
	width: 900px;
	height: 65px;
	padding-top: 15px;
	text-align: center;
	margin: 0 auto;
	background: url(images/footer.jpg) no-repeat;
}
#footer p {
	font: 11px Arial, Helvetica, sans-serif;

	margin: 0;
	clear: both;
}
#footer ul {
	text-align: center;
	margin: 2px 0 0 400px;
	padding: 0;
}

#footer li {
	margin-left: 8px;
	list-style: none;
	font: 12px Arial, Helvetica, sans-serif;
	float: left;
	color: orange;
}
.backwards{
  unicode-bidi:bidi-override;
  direction:rtl;
  background:transparent;
  text-decoration:underline;
  padding:0 4px;
}

