/* CSS Document */
/* MAIN STYLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #061661;
	background-color: #CCCCCC;
	margin: 2px 0px 0px;
	padding:0px;
	text-align: justify;
}
h1 { 
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #061661;
	text-decoration: underline;
	padding-left: 10px;}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #061661;
	text-decoration: underline;
	padding-left: 10px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #061661;
	padding-left: 10px;
}
.smallFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.page_header {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#outSide_container {
	width: 770px;
	margin: auto;
	background-color: #FFFFFF;
}
#content_box {
	width: 770px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.mainTBL_1 {
	margin: 0px;
	padding: 0px;
	width: 770px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
}
/**************** mainNav Main *****************/
/* Table around the mainNav */

/*#mainNav_holder {
	width: 100%;
}*/
/* This setup the box for navigation */
#mainNav {
	width: 370px;
	/* background:add bk - behind buttons */
	float: left;
	height: auto;
}
/* Remove bullets and list indents */
#mainNav ul {
	list-style: none;
	margin: 0;
	/* padding around the button */
	padding-top: 2px;	
	width: 5.3em; /* Spacing inside the box */
	float: left;
}
/* Style, colour and size links and headings to suit */
#mainNav a, #mainNav h2  {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0px;
	/* padding inside the buton */
	padding: 3px;
	cursor: hand;
	text-align: center;
	/* border around the main button */
	border-top: 1px solid #999999;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 1px solid #999999;
}
/* Style, colour headings to suit */
#mainNav h2 {
	color: #FFFFFF;
	 /* background inside the main */
	text-transform: uppercase;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 3px; /*  Add this option if you want space between the buttons == see below */
}
/* Set the styles and colours for dropdown box */
#mainNav a {
	color: #000000; /* Sub text colour */
	background: #FFA300; /* Sub BK colour */
	text-decoration: none;
	border-bottom: 1px solid #000000; /* Dropdown button */
	margin-left: 4px; /* If you use the space option above you must use this option to */
}
/* Set the styles and colours for dropdown box (hover) */
#mainNav a:hover {
	color: #FFFFFF; /* (HOVER) Sub text colour */
	background: #FFA300; /* (HOVER) sub BK Colour */
}
/* Make the list elements a containing block for the nested lists */
#mainNav li {
	position: relative;
}
#mainNav ul ul {
	position: absolute;
	z-index: 500;
}
#mainNav ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
}
div#mainNav ul ul,
div#mainNav ul li:hover ul ul,
div#mainNav ul ul li:hover ul ul{
	display: none;
}
div#mainNav ul li:hover ul,
div#mainNav ul ul li:hover ul,
div#mainNav ul ul ul li:hover ul{
	display: block;
}
/* The fix for IE */
body {
	behavior:  url("csshover.htc"); 
	font-size: 100%;
}

#mainNav ul li {
	float: left; 
	width: 100%;
}
#mainNav ul li a {
	height: 100%;
} 

#mainNav a, #mainNav h2 {
	font: bold 0.7em/1.2em Verdana, Arial, Helvetica, sans-serif;
}
/**************** END - mainNav *****************/
/**************** sideNav *****************/
#menu {
	width: 165px;
	background-color: #1B2C5F;
	margin-top: 5px;
	vertical-align: top;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu a, #menu h2 {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 27px;
}
#menu h2 {
	color: #FFFFFF;
	background: #000000;
	text-transform: uppercase;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1B2C5F;
	background-image: url(../mainImages/but_ring.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu a:hover {
	color: #000000;
	background-color: #FFA300;
	background-image: url(../mainImages/but_ring_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu li {
	position: relative;
}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 200px; /* width of the side box */
}
div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
#menu ul li {float: left; width: 100%;}
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 
#menu a, #menu h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 2.0em; /* old 1.4em */
	font-weight: bold;
} 
/**************** END - sideNav *****************/

/**************** page content *****************/

#page_content {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: justify;
}
#sample_text {
	float: left;
}

#page_content_2 {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: justify;
}
.newsTbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	width: 100%;
}
/**************** END page content *****************/
/**************** baseNav Main *****************/
#baseNav_holder_1 {
	width: 100%;
}
#baseNav_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}
#baseNav_1 ul {
	list-style: none;
	margin: 0;
	padding: 3px 0px 1px 10px;
}
#baseNav_1 li {
	display: inline;
}
#baseNav_1 a:link, #baseNav_1 a:visited {
	margin-right: 3px;
	padding: 2px 5px;
	color: #333333;
	background-color: #90ACD6;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
	margin-bottom: 3px;
}
#baseNav_1 a:hover {
	background-color: #648BC6;
	color: #000000;
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
/********** Base 2 **********/
#baseNav_holder_2 {
	width: 100%;
}
#baseNav_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}
#baseNav_2 ul {
	list-style: none;
	margin: 0;
	padding: 3px 0px 1px 10px;
}
#baseNav_2 li {
	display: inline;
}
#baseNav_2 a:link, #baseNav_2 a:visited {
	margin-right: 3px;
	padding: 2px 5px;
	color: #333333;
	background-color: #90ACD6;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
	margin-bottom: 3px;
}
#baseNav_2 a:hover {
	background-color: #648BC6;
	color: #000000;
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
/**************** END baseNav Main *****************/
#wwwMktBox {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
	font-size:9px;
	text-align: right;
	width: 770px;
	background-image: url(../mainImages/base_bkl.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
#wwwMktBox a:link, a:hover, a:visited{ color:#FFFFFF;}
.wwwMktCell {
	text-align: right;
	padding: 10px;
}
#Sample_image img {
	float: right;
	padding: 8px;
}
.cont_cell_1 {
	font-weight: bold;
	text-align: right;
	width: 175px;
}
.cont_cell_2 {
	font-weight: bold;
	color: #CC0000;
}
.cont_cell_1Re {
	font-weight: bold;
	width: 170px;
	padding-top: 8px;
	padding-bottom: 4px;
}
.cont_cell_2Re {
	width: 250px;
	padding-top: 8px;
	padding-bottom: 4px;
}
#index_textBox {
	width: 100%;
}
#index_content {
	width: 435px;
	float: left;
}
#index_news {
	float: right;
	width: 138px;
	margin-right: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #061661;
	background-color: #E0E0E0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B6B6B6;
	border-bottom-color: #B6B6B6;
	border-left-color: #B6B6B6;
}
#news_container {
	padding: 2px;
}
a.anchor:link { 
	color:#061661;
}
a.anchor:visited { 
	color:#061661;
}
a.anchor:hover { 
	color:#FF6600;
}
a.bee:link { 
	color:#061661; 
	font-size:10px;
}
a.bee:visited { 
	color:#061661;
	font-size:10px;
}
a.bee:hover { 
	color:#FF6600;
	font-size:10px;
}