/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #e07c10;
}

p {
	margin: 0;
}

ul , ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

p, ul, ol {
	line-height: 1.5em;
	color: #333;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
}

h1 {
	color: #5e1f1f;
	font-size: 2.2em;
}

h2 {
	color: #333;
	font-size: 1.7em;
	margin-bottom: 10px;
}

h4 {
	color: #142E50;
	border-top: 1px dashed #bbb;
	border-bottom: 1px dashed #999;
	padding: 5px 0 5px 5px;
	font-size: 1.1em;
	margin-bottom: 10px;
}

h4 span {
	color: #666666;
}

.NewsTitle
{
    color: #142E50;
    font-size: 1.1em;
    font-family: Verdana;
    font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

form ul li {
	margin-top: 8px;
}

form ul li label {
	display: block;
	float: left;
	width: 35%;
}	

input, textarea, select {
	border: 1px solid #888;
	background-color:#FAFAFA;
}

form input, form textarea, form select {
	width: 45%;
}

button {
	background-image:url(../img/mb_background_o1.gif);
	background-position: top;
	background-repeat: repeat-x;
	border: 0;
	color: #FAFAFA;
	padding: 4px 20px;
	cursor: pointer;
}

img {
	border: 0;
}

.clearleft {
	clear: left;
}

.clearboth {
	clear: both;
}

.nomargin {
	margin: 0;
}

.nodisplay {
	display: none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.red {
	color: #990000;
}

ul.standard {
	margin-left: 20px;
	list-style: disc;
}

.paragraph li {
	margin-bottom: 10px;
}

ul.standard ol {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 25px;
}

ul.paragraph ol li, ol.paragraph ul li {
	margin-top: auto;
	margin-bottom: auto;
}

ol.standard {
	margin-left: 30px;
}

ol.roman {
	list-style: lower-roman;
}

#general {
	margin: 0 auto;
	width: 970px;
	border-left: 1px solid #777;
	border-right: 1px solid #777; 
}

#h_top {
	padding: 15px 30px;
	background-image: url(../img/h_line.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#h_top p {
	font-weight: bold;
	color: #888;
}

#h_top a{
	text-decoration: none;
}

.language {
 	float: right;
	font-size: 10px;
}

#h_middle {
	background-image: url(../img/h_background.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

.logo {
	margin: 28px 60px;
}

#h_bottom {
	border-bottom: 1px solid gray;
}

div.menu {
	background-image: url(../img/m_background.jpg);
	background-repeat: repeat-x;
	height: 55px;
}

div.menu ul {
	margin-left: 40px;
}

div.menu ul li {
	float: left;
	height: 55px;
	padding-right: 2px;
	background-image:url(../img/m_separator.gif);
	background-repeat: no-repeat;
	background-position:  center right ;
}

div.menu ul li.last {
	background-image: none;
}

div.menu ul li a{
	display: block;
	height: 15px;
	padding: 15px 30px;
	margin-top: 8px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

div.menu ul li a.selected {
	background-image: url(../img/mb_background.gif);
	background-repeat: repeat-x;
}

div.menu ul li a:hover {
	background-image: url(../img/mb_background_o1.gif);
	background-repeat: repeat-x;
}

#body {
	padding: 20px 20px 5px 30px;
	min-height: 500px;
}

#body img.frame {
 	border: 1px solid #777;
}

#body img.loading {
	float: left;
	margin-right: 10px;
}

#body p {
	margin-bottom: 10px;
}

#body p.secondary {
	
}

img.welcome, img.our_team, img.trustee_services {
	float: left;
	margin-right: 20px;
}

img.welcome {
	width: 160px;
}

img.our_team {
	width: 200px;
	height: 140px;
}

#b_sidemenu {
	width: 295px;
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}

#b_sidemenu .section {
	border-top: 5px solid #747068;
	padding: 10px;
	color: #333;
	background-color: #f5f5f5;
}

#b_sidemenu .colorb {
	border-top: 5px solid #0B2443;
}

#b_sidemenu p {
	font-weight: bold;
}

#b_sidemenu ul {
	margin-left: 2px;
}

#b_sidemenu ul li{
	background-image: url(../img/bm_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	margin: 8px 0;
}

#b_sidemenu ul li a{
	color: #333;
	text-decoration: none;
	line-height: 1.25em;
}

#b_sidemenu ul li a:hover{
	text-decoration: underline;
}

#b_sidemenu ul li ul li{
	background-image: none;
}

#b_sidemenu .section span {
	display:block;
	float:left;
	font-size:.9em;
	width:220px;
}

#b_sidemenu .section span.title {
	font-weight:bold;
	font-size:1.1em;
	color:#0b2548;
	text-transform:uppercase;
}

#b_sidemenu .section span.subtitle {
	margin-top: 4px;
	line-height: 1.4em;
}

#b_sidemenu .section div.download_icon {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#contact_information {
	width: 550px;
}

div#contact_information p{
	color: #747068;
	margin: 0;
}

div.block {
	clear: left;
	width: 590px;
}

div.board h4 {
	margin-top: 20px;
	padding-left: 22px;
}

img.boardicon {
	float: left;
	padding-top: 10px;
}

div.medium {
	margin-bottom: 22px;
}

div.article h1 {
	margin-bottom: 0;
}

div.article h4 {
	margin-bottom: 4px;
}

img.article {
	float: left;
	margin-left: -5px;
	margin-top: -7px;
	margin-right: 10px;
}

div.article span.title {
	font-weight: bold;
	display: block;
	margin-top: 10px;
	padding-bottom: 5px;
}

div.article p.details {
	color: #666666;
}

div.long p.details{
	border-bottom: 1px dashed #999;
	padding: 0px 0 5px 5px;
	font-size: 1.1em;
	margin-bottom: 10px;
	text-align: right;
}

div.article span.source{
	font-style: italic;
}

div.article p.body br{
	margin-top: 10px;
}

form.contact {
	width: 590px;
}

form.contact span.mini {
	font-size: 0.8em;	
}

select#l_countries {
	width: 150px;
}

.legislation_box, area_box {
	border-top: 1px dashed #bbb;
	border-bottom: 1px dashed #999;
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 330px;
	margin-bottom: 10px;
}

.legislation_note {
	margin-right: 330px;
}

.legislation_title {
	float: left;
	margin-right: 5px;
}

#footer {
	margin-top: 10px;
	background-image: url(../img/f_line.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 10px;
	clear: both;
}

#footer p {
	padding-left: 20px;
	color: #333;
	font-size: 0.8em;
	padding-bottom: 8px;
}
