/* CSS Document */
HTML, BODY {
	background: #2F94CE url("../images/bg.jpg") repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
	color: #fff;
	margin: 0 0 10px 0;
}
/* layout */
#container {
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	border-left: 7px #fff solid;
	border-right: 7px #fff solid;
}
#header {
	margin: 0;
	padding: 0;
	height: 270px;
	background: url("../images/main_pic.jpg");
	background-repeat: no-repeat;
	background-color: #2F94CE;
	border-bottom: 7px #fff solid;
}
#nav {
	padding: 230px 0 0 25px;
	text-align: left;
	color: #fff;
	font-size: 14pt;
	word-spacing: 5px;
}
/* for mozilla/safari/opera */
*>#mainbox {
	padding-top: 450px;
	min-height: 1px;
}
*>#mainbox div {
	margin-top: -450px;
}
/* for ie, with ie5/mac backslash filter \*/
* html #mainbox {
	height: 450px;
}
/* end filter */
#main {
	margin: 0;
	padding: 5px;
	min-height: 450px;
}
#footer {
	height: 22px;
	background: #fff url("../images/footerbg.png") repeat-x;
	padding: 0;
	margin: 0;
	color: #186498;
	font-size: 10px;
}
/* right box */
.rbox {
	position: absolute;
	width: 180px;
	height: auto;
	top: 300px;
	left: 570px;
	background: #D0E9F6;
}
/* right box images and position */
.rbtop {
	background: url("../images/rcl_t.png") repeat-x;
}
.rbtop div {
	background: url("../images/rcl_tl.png") no-repeat top left;
}
.rbtop div div {
	background: url("../images/rcl_tr.png") no-repeat top right;
}
.rbbot {
	background: url("../images/rcl_b.png") repeat-x;
}
.rbbot div {
	background: url("../images/rcl_bl.png") no-repeat top left;
}
.rbbot div div {
	background: url("../images/rcl_br.png") no-repeat top right;
}
.rbcontentwrap {
	background: url("../images/rcl_l.png") repeat-y;
}
.rbcontent {
	background: url("../images/rcl_r.png") repeat-y right;
}
/* right box height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.rbin {
	padding: 5px;
	text-align: center;
	color: #186498;
	font-size: 11pt;
}
/* right box end */
.padd {
	padding: 4px 10px 4px 0;
}
.in {
	padding: 0 230px 0 5px;
	font-size: 13px;
	font-weight: 500;
	text-align: justify;
}
.hpimg {
	height: 110px;
	margin-top: 10px;
	padding: 0 250px 0 0;
	word-spacing: 15px;
}
.flags {
	margin: 10px 0 0 10px;
	border-style: none;
}
.img-space {
	margin-left: 25px;
	border-style: none;
	background: #2F94CE;
}
.valid {
  width: 30px;
  float: left;
  background: #96c0d9;
  border: 1px solid #186498;
  margin: 1px 0 0 8px;
  text-align: center;
  font-size: 7pt;
  color: #204465;
  text-decoration: none;
}
.copyr {
  float: right;
  text-align: right;
}
h1 {
	margin: 15px 0 15px 5px;
	padding: 0;
	font-size: 13pt;
	font-weight: 800;
}
h2 {
  margin: 15px 0 5px 10px;
  font-size: 12pt;
  font-weight: 600;
}
  
ul {
	margin: 0;
	padding: 5px 0 0 30px;
}
span {
  text-align: right;
}
/* hovers */
a.mail {
	color: #186498;
	text-decoration: none;
}
a.mail:hover {
	color: #F15822;
	text-decoration: underline;
}
a.menu_act {
	color: #C5E8F6;
	text-decoration: none;
}
a.menu {
	color: #fff;
	text-decoration: none;
}
a.menu:hover {
	color: #fff;
	text-decoration: underline;
}
a.bmenu {
	color: #F36F32;
	text-decoration: none;
}
a.bmenu:hover {
	color: #F36F32;
	text-decoration: underline;
}
a.link {
	color: #fff;
	font-size: 12pt;
	margin-left: 15px;
	text-decoration: none;
}
a.link:hover {
	color: #fff;
	font-size: 12pt;
	margin-left: 15px;
	text-decoration: underline;
}
