body {
    margin: 0;
    padding: 0;
    background: #547698;
}
td {
    font-family: Verdana, Tahoma,  Times New Roman;
    font-size: 11px;
}
form {
    display: inline;
}
a {
    font-family: Verdana, Tahoma,  Times New Roman;
    font-size: 11px;
    color: #bbffbb;
    text-decoration: underline;
}
a:hover {
    font-family: Verdana, Tahoma,  Times New Roman;
    font-size: 11px;
    color: #bbffbb;
    text-decoration: none;
}
.a-title {
    font-family: Verdana, Tahoma,  Times New Roman;
    font-size: 12px;
    font-weight: bold;
    color: #bbffbb;
    text-decoration: underline;
}
.a-title:hover {
    font-family: Verdana, Tahoma,  Times New Roman;
    font-size: 12px;
    font-weight: bold;
    color: #bbffbb;
    text-decoration: none;
}
select {
    background: #eeffff;
    font-family: Verdana, Tahoma,  Times New Roman;
    font-size: 10px;
    padding-left: 2px;
    border: 1px solid #677484;
}

/* menu */
#menu {
 width: 856px;
 height: 19px;
 background: url(../images/all.jpg);
 margin: 0px;
 margin-left: 0px;
 padding: 0;
 position: relative;
}
#menu li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#menu a {display: block;}

#menu1 {left: 0px; top: 0px; width: 80px; height: 100px;}
#menu2 {left: 74px; top: 0px; width: 215px; height: 19px;}
#menu3 {left: 282px; top: 0px; width: 79px; height: 19px;}
#menu4 {left: 356px; top: 0px; width: 85px; height: 19px;}
#menu5 {left: 434px; top: 0px; width: 164px; height: 19px;}
#menu6 {left: 591px; top: 0px; width: 91px; height: 19px;}
#menu7 {left: 675px; top: 0px; width: 98px; height: 19px;}
#menu8 {left: 766px; top: 0px; width: 90px; height: 19px;}

#menu1 a {height: 19px;}
#menu2 a {height: 19px;}
#menu3 a {height: 19px;}
#menu4 a {height: 19px;}
#menu5 a {height: 19px;}
#menu6 a {height: 19px;}
#menu7 a {height: 19px;}
#menu8 a {height: 19px;}

#menu1 a:hover {background: url(../images/all.jpg) 0px -19px no-repeat;}
#menu2 a:hover {background: url(../images/all.jpg) -74px -38px no-repeat;}
#menu3 a:hover {background: url(../images/all.jpg) -282px -57px no-repeat;}
#menu4 a:hover {background: url(../images/all.jpg) -356px -76px no-repeat;}
#menu5 a:hover {background: url(../images/all.jpg) -434px -95px no-repeat;}
#menu6 a:hover {background: url(../images/all.jpg) -591px -114px no-repeat;}
#menu7 a:hover {background: url(../images/all.jpg) -675px -133px no-repeat;}
#menu8 a:hover {background: url(../images/all.jpg) -766px -152px no-repeat;}

#submenu1 {
    width: 100px;
    visibility: hidden;
    border-top: 2px solid #634811;
}

#submenu2 {
    width: 115px;
    visibility: hidden;
    border-top: 2px solid #634811;
}

#submenu6 {
    width: 130px;
    visibility: hidden;
    border-top: 2px solid #634811;
}

#submenu8 {
    width: 70px;
    visibility: hidden;
    border-top: 2px solid #634811;
}

#submenu1 div a:hover {
    background-color: #fdffe5;
    background-image: url(../images/arrow.gif);
    background-repeat: no-repeat;
    background-position: left;
    font-family: Verdana, Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #343434;
    text-decoration: underline;
}

#submenu2 div a:hover {
    background-color: #fdffe5;
    background-image: url(../images/arrow.gif);
    background-repeat: no-repeat;
    background-position: left;
    font-family: Verdana, Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #343434;
    text-decoration: underline;
}

#submenu6 div a:hover {
    background-color: #fdffe5;
    background-image: url(../images/arrow.gif);
    background-repeat: no-repeat;
    background-position: left;
    font-family: Verdana, Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #343434;
    text-decoration: underline;
}

#submenu8 div a:hover {
    background-color: #fdffe5;
    background-image: url(../images/arrow.gif);
    background-repeat: no-repeat;
    background-position: left;
    font-family: Verdana, Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #343434;
    text-decoration: underline;
}

.submenu a {
    background-color: #fdffe5;
    background-image: url(../images/arrow.gif);
    background-repeat: no-repeat;
    background-position: left;
    border-left: 1px solid #634811;
    border-right: 1px solid #634811;
    border-bottom: 1px solid #634811;
    font-family: Verdana, Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #343434;
    text-decoration: none;
    padding-left:17px;
    padding-top:2px;
}

/* end menu */

#main-table {
    padding: 0px;
    width: 900px;
}

.input {
    background: #eeffff;
    font-family: Verdana, Tahoma,  Times New Roman;
    font-size: 11px;
    padding-left: 2px;
    border: 1px solid #677484;
}

.inp_e {
	font-famly: Verdana;
	font-size: 10px;
	color: #222;
	border: 1px solid #555;
	height: 14px;
}

.textarea {
    width: 300px;
    height: 200px;
    background: #eeffff;
    font-family: Verdana, Tahoma, Times New Roman;
    font-size: 11px;
    padding-left: 2px;
    border: 1px solid #677484;
}

.button {
    font-family: Verdana, Tahoma, Times New Roman;
    font-size: 11px;
    color: #0a3a3e;
    font-weight: bold;
    padding-left: 2px;
    border: 1px solid #375378;
    background-color: #b7bde1;
}
.sectiontext {
    font-family: Verdana, Tahoma, Times New Roman;
    font-size: 11px;
}

.spacer {
    border-bottom: 1px solid #bccada;
    line-height:7px;
}

.error {
    font-family: Verdana, Tahoma,  Times New Roman;
    font-size: 11px;
    color: #ffdddd;
    font-style: italic;
}

.title {
    font-family: Georgia, Verdana, Tahoma,  Times New Roman;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;

}
.info {
    font-family: Verdana, Tahoma,  Times New Roman;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    line-height: 12px;
}

.td-content {
    border: 2px solid #597a9c;
    width: 814px;
    height: 282px;
    background-image: url(../images/ocms_content.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #597a9b;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 12px;
}

.td-content-index {
    border: 1px solid #597a9c;
    width: 814px;
    height: 282px;
    background-image: url(../images/welcome.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #597a9b;
    vertical-align: top;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 12px;
}

.td-content-contact {
    border: 1px solid #597a9c;
    width: 814px;
    height: 282px;
    background-image: url(../images/contact.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #597a9b;
    vertical-align: top;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 12px;
}

.td-content-enq {
    border: 1px solid #597a9c;
    width: 814px;
    height: 282px;
    background-image: url(../images/enq.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #597a9b;
    vertical-align: top;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 12px;
}

.td-content-about {
    border: 1px solid #597a9c;
    width: 814px;
    height: 282px;
    background-image: url(../images/about.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #597a9b;
    vertical-align: top;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 12px;
}

.td-content-cms {
    border: 1px solid #597a9c;
    width: 814px;
    height: 282px;
    background-image: url(../images/cms.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #597a9b;
    vertical-align: top;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 12px;
}
.td-content-team {
    border: 1px solid #597a9c;
    width: 814px;
    height: 282px;
    background-image: url(../images/team.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #597a9b;
    vertical-align: top;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 12px;
}
.td-content-career {
    border: 1px solid #597a9c;
    width: 814px;
    height: 282px;
    background-image: url(../images/career.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #597a9b;
    vertical-align: top;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 12px;
}

.td-content-principals {
    border: 1px solid #597a9c;
    width: 814px;
    height: 282px;
    background-image: url(../images/principals.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #597a9b;
    vertical-align: top;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 12px;
}

.td-content-news {
    border: 1px solid #597a9c;
    width: 814px;
    height: 282px;
    background-image: url(../images/news.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #597a9b;
    vertical-align: top;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 12px;
}

.left-side {
    background-image: url(../images/left_side.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 20px;
    height: 318px;
}

.left-side-normal {
    background-image: url(../images/left_side_normal.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 20px;
    height: 318px;
}

.right-side {
    width: 56px;
}

.td-footer {
    padding-left: 10px;
    background-color: #547698;
    height: 29px;
    width: 900px;
    color: #c1d1df;
    font-family: Verdana, Arial;
    font-size: 10px;
    text-align: center;
}

.td-footer-index {
    background-image: url(../images/footer_background.jpg);
    background-repeat: no-repeat;
    padding-left: 10px;
    height: 29px;
    width: 900px;
    color: #c1d1df;
    font-family: Verdana, Arial;
    font-size: 10px;
    text-align: center;
}

.div-content {
    text-align: justify;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 12px;
}

.div-content img {
    float: right;
}

.div-content-normal {
    text-align: left;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 12px;
}

.img-right {
    float: right;
}

.img-left {
    float: left;
}

.div-rollover {
    position: absolute;
    visibility: hidden;
}

.div-rollover img {
    border: 0px;
}

.td-menu-left {
    width: 9px;
    background-image: url(../images/left_menu_fill.jpg);
}

/* steps menu */
#steps_menu {
   padding-top: 15px;
   text-align: right;
   font-size: 10px;
   color: #b3c4ff;
}

#steps_menu a {
   color: #b3c4ff;
   font-family: Verdana, Tahoma,  Times New Roman;
   font-size: 12px;
   font-weight: bold;
   text-decoration: underline;
}

#steps_menu a:hover {
   color: #fdffe5;
   text-decoration: underline;
}
/* end steps menu */

.more {
    width:80%;
    background:#89a5bb;
    padding:5px;
}

.more_content {
    font-family: Verdana, Tahoma,  Times New Roman;
    font-size: 12px;
    color: #333333;
    background:#89a5bb;
    padding:5px;
    border: 1px solid #abc7dd;
}

.error_more {
    font-family: Verdana, Tahoma,  Times New Roman;
    font-size: 11px;
    color: #990000;
    font-style: italic;
}

.legend {
    font-family: Verdana, Tahoma,  Times New Roman;
    font-size: 13px;
    color: #89a5bb;
    font-weight: bold;
}

.bb {
    border-bottom: 1px solid #bccada;
}

.td-content-about {
    border: 1px solid #597a9c;
    width: 814px;
    background-image: url(../images/about.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #597a9b;
    vertical-align: top;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-family: Verdana, Arial;
    font-size: 12px;
}

.td-content-cms {
    border: 1px solid #597a9c;
    width: 814px;
    height: 282px;
    background-image: url(../images/cms.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #597a9b;
    vertical-align: top;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-family: Verdana, Arial;
    font-size: 12px;
}

.td-content-team {
    border: 1px solid #597a9c;
    width: 814px;
    height: 282px;
    background-image: url(../images/team.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #597a9b;
    vertical-align: top;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-family: Verdana, Arial;
    font-size: 12px;
}

.td-content-career {
    border: 1px solid #597a9c;
    width: 814px;
    height: 282px;
    background-image: url(../images/career.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #597a9b;
    vertical-align: top;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-family: Verdana, Arial;
    font-size: 12px;
}

.td-content-contact {
    border: 1px solid #597a9c;
    width: 814px;
    height: 282px;
    background-image: url(../images/contact.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #597a9b;
    vertical-align: top;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-family: Verdana, Arial;
    font-size: 12px;
}

.td-content-enq {
    border: 1px solid #597a9c;
    width: 814px;
    height: 282px;
    background-image: url(../images/enq.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #597a9b;
    vertical-align: top;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-family: Verdana, Arial;
    font-size: 12px;
}

.td-content-principals {
    border: 1px solid #597a9c;
    width: 814px;
    height: 282px;
    background-image: url(../images/principals.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #597a9b;
    vertical-align: top;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-family: Verdana, Arial;
    font-size: 12px;
}

.td-content-news {
    border: 1px solid #597a9c;
    width: 814px;
    height: 282px;
    background-image: url(../images/news.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #597a9b;
    vertical-align: top;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-family: Verdana, Arial;
    font-size: 12px;
}

.table-800 {
    width: 754px;
}

.policy {
    font-family: Verdana, Tahoma,  Times New Roman;
    font-size: 11px;
    color: #ffffff;
    padding:20px;
    background: #597a9b;
    text-align: justify;
}

dl.map {
	position:relative;
	width:550px;
	height:275px;
	background:url(../images/worldmap.png) no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
	border:#999 1px solid;
}
dl.map dt {
	list-style:none;
	display:inline;
}
dl.map dd {
	position:absolute;
	left:-9999px;
	width:200px;
	padding:4px;
	border:#222 2px solid;
	background:#666;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
	font-size:0.8em;
	color:#FFF;
}

dl.map a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(../images/point.png) no-repeat;
	width:10px;
	height:10px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map a.location:hover {
	background:url(../images/point-hover.png) no-repeat -1px -1px;
}


/* START OF CSS FOR MAP POINTS */
dl.map a#location01 {
	top:80px;
	left:484px;
}
dl.map a#location02 {
	top:103px;
	left:448px;
}
dl.map a#location03 {
	top:105px;
	left:383px;
}
dl.map a#location04 {
	top:40px;
	left:279px;
}
dl.map a#location05 {
	top:93px;
	left:388px;
}
dl.map a#location06 {
	top:124px;
	left:430px;
}
dl.map a#location07 {
	top:100px;
	left:353px;
}
dl.map a#location08 {
	top:89px;
	left:150px;
}
dl.map a#location09 {
	top:130px;
	left:434px;
}
dl.map a#location10 {
	top:80px;
	left:343px;
}