@charset "utf-8";
/* CSS Document */

html {
 overflow-y: scroll;
}

body {
	background-color: #11163e;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	text-align: center; /* to correct the centering IE bug*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 0px;
}

a:link a:visited a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #ffa823
}
/*
a:hover {
	font-size: 12px;
	text-decoration: underline;
}
*/
/*
a:visited {
	text-decoration: none;
	font-size: 12px;
	text-decoration: none;
	color: #ffa823
}
*/

h1 {
	font-size: 25px;
	font-weight: bold;
}

h2 {	
	font-size: 13px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
p, li {
	font-size: 12px;
}

h6 {	
	font-size: 18px;
	font-weight: bold;	
	color: #7E81A5
}


/*These are the styles for the languages section*/

.languages{
	width: 989px;
	margin-right: auto;
	margin-left: auto;
	height: 26px;
	text-align: right;
	vertical-align: middle;
	line-height: 12px;
	font-size: 9px;
	color: #FFFFFF;
}
.languages img{
	float:right
}
#languages_centre {
	position:relative;
	z-index:8;
	vertical-align: middle;
	min-width:10px;
	float: right;
	padding-top: 8px;
	padding-bottom: 8px;
}
/*This is where the main container styles start*/

#main_container {
	width: 979px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 4px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-position: top;
}

/*These are the styles for the header section*/

.header {
	position: relative;
	height: 79px;
	width: 979px;
	background-image: url(images/headbg.jpg);
}
#topbanner {
	position: relative;
	top: 0px;
	width: 402px;
	height: 79px;
	float: right;
}

#logo {
	position: absolute;
	height: 79px;
	width: 577px;
}

/*These are the styles for the navigation section*/

.navigation {
	position: relative;
	height: 26px;
	width: 979px;
	text-align: right;
	background-image: url(images/template1/template1_style1_img2.jpg);
	color: #ffffff;
	z-index: 7;
	text-transform: uppercase;
	margin-top: 1px;
	background-color: #000000;
	background-repeat: repeat-x;
}

.navigation a.selected,
.navigation a:hover
{
	background-color: #404890;
}

.leftnav li,
.rightnav li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.leftnav li {
	float: left;
	height: 26px;
	width: 12%;
}
.leftnav li a{
	display: block;
	height: 26px;
	margin: 0px 0px 0 0 ;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	color: #fff;
	background-color: #000000;
	padding-right: 30px;
	padding-left: 30px;
}

.rightnav li {
	float: right;
	width: 12%;
	height: 26px;
}
.rightnav li a{
	display: block;
	height: 26px;
	margin: 0px 0px 0 0 ;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	color: #fff;
	background-color: #4a4a4a;
}

.rightnav a:hover,
.rightnav a.selected
{
	background-color: #FFF;
	color: #000000
}

/*These are the styles for the subnavigation section*/

.subnavigation {
	position: relative;
	height: 26px;
	width: 979px;
	text-align: right;
	background-image: url(images/template1/template1_style1_img2.jpg);
	color: #ffffff;
	z-index: 7;
	text-transform: uppercase;
	background-color: #384280;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-color: #313a70;
	border-top-style: solid;
}

.subnav ul,
.subnav li {
	margin: 0;
	padding: 0;
	list-style: none;

}
.subnav li {
	float: left;
	height: 26px;
	display:inline;
	width:13%

}
.subnav li a{
	display: block;
	height: 26px;
	margin: 0px 0px 0 0 ;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	color: #fff;
	background-color: #384280;
	padding-right: 30px;
	padding-left: 30px;
	padding-right: 5px;
	padding-left: 5px;
}

.subnav a.subselected,
.subnav a:hover
{
	background-color: #4d55a3;
	color:#FFFFFF;
}

/*This where the content section starts*/

.content {
	position: relative;
	background-repeat: repeat-x;
	top: -17px;
	_top: 0px;
	background-position: top;
	background-color: #FFFFFF;
	background-image: url(images/index_r5_c2.jpg);
	vertical-align: top;
}

/*These are the styles for the content image section*/

#contentImage {
	position: absolute;
	height: 100%;
	margin: 0px;
	top: 20px;
	width: 322px;
	float: left;
}

/*These are the styles for the content text section*/

#contentText {
	position: relative;
	height: auto;
	background-image: url(images/template1/template1_style1_img3.jpg);
	color: #000000;
	background-position: top;
	top: 20px;
	bottom: 0px;
	width: 570px;
	padding: 0px;
	margin-top: 0px;
	left: 362px;
	min-height: 374px;
	_height: 391px;
}
.indentedHomePageHeading {
	font-size: 18px;
	padding-left: 105px;
	font-weight: bold;
	color: #232a61;
}
.indentedHomePageList {
	font-size: 18px;
	color: #232a61;
	padding-left: 105px;
	margin-left: 20px;
}
.indentedHomePageList li{
	font-size: 18px;
}

/*These are the styles for the 3 column at the bottom of the page*/

#columnsAtBottom {
	position: relative;
	height: auto;
	width: 959px;
	background-image: url(images/template1/template1_style1_img4.jpg);
	top: 0px;
	padding-top: 0px;
	margin-top: 20px;
	bottom: 10px;
	left: 10px;
	background-color: #FF00FF;
}
#columnsAtBottom table {
	background-color: #161c47;
	background-image: url(images/tablebg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.topCells {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding-top: 16px;
	padding-bottom: 3px;
	text-align: left;
	padding-right: 18px;
	padding-left: 18px;
}
.bottomCells{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 11px;
	color: #FFFFFF;
	top: 10px;
	_padding-top:10px;
	padding-bottom: 15px;
	padding-right: 18px;
	padding-left: 18px;
	text-align: left;
	vertical-align: top;
}
.bottomCells h1, h2, h3{
	color:#ffa823;
}
.bottomCells img{
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 8px;
	margin-left: 5px;
}
.bottomCells p {
	font-size: 11px;
	color: #FFFFFF;
}
.bottomCells a, .bottomCells a:visited{
	color:#ffa823;
	font-size: 11px;
}
.bottomCells a:hover {
	color:#ffa823;
	font-size: 11px;
	text-decoration:underline;
}
.bottomCells #leftList {
	position:relative;
	top:0px;
	width:135px;
	z-index:8;
	float: left;
	background-position: top;
	margin: 0px;
	height: auto;
	top:10px;
	_top:0px;
}
.bottomCells #rightList {
	position:relative;
	top:0px;
	width:140px;
	z-index:8;
	float: right;
	background-position: top;
	height: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	top:10px;
	_top:0px;
}
.bottomCells #leftList ul,
.bottomCells #rightList ul{
	margin-top:0px;
	margin-left:10px;
	padding-left:10px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-right: 0px;
	color:#ffa823;
}
.bottomCells #leftList a,
.bottomCells #rightList a{
	color:#FFFFFF;
	font-size:12px;
}

/*These are the styles for the footer section*/

#footer{
	width: 989px;
	margin-right: auto;
	margin-left: auto;
	height: 26px;
	text-align: right;
	vertical-align: middle;
	margin-top: 5px;
	font-size: 10px;
}
#footer a{
	color:#FFF;
	font-size:10px;
}
#footer a:hover{
	color:#FFF;
	font-size:10px;
}
#footer a:visited{
	color:#FFF;
	font-size:10px;
}



table.contact td {
 border-bottom: 1px solid #C7D4FF;
}
small {
 font-size: 8pt;
 color: grey;
}
