/* Videos */
#videos {
	width: 700px;
	margin-top: 10px;
}

#videos img {
float: left;
display: block;
clear: left;
padding:5px 10px 5px 80px;
}

div#videos .soon{
font-style: italic;
padding-top: 5px;
padding-bottom: 5px;
height: 150px;
width: 400px;
margin-left: 250px;
color: #FF6600;
}

/* CSS Document */

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #666;
	font: 75%/1.5em Arial, Helvetica, sans-serif;
	text-align: center; /* for IE to centre content div */
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			HEADER RULES

---------- ---------- ---------- ---------- ---------- ---------- */

#top {
	margin: 0;
	display: block;
	color: #FFFF66;
	width: 100%;
	padding: 2px 0 0 10px;
	font-weight: bold;
	letter-spacing: 0.7em;
	height: 70px;
	background-color: #094098;
	text-align: left;
}

div#globalNav {
	position: relative;
	top: -11px;
	right: -17px;
	text-align: center; /* to centre in ie when auto does not work */
	padding: 0;
	background: url(../images/header.jpg) no-repeat;
	height: 278px;
	width: 800px;
	border-left: 2px solid #094098;
	z-index: 10;
	margin-bottom: -12px; /* for IE */
}
html>body #globalNav {
margin: 0 auto;
right: -18px;
}



/* ---------- ----- ------ ------ ---------- 

		content body
		
------ ------ --------- -------- -------- -----*/

#content {
border-right: 2px solid #094098;
border-left: 2px solid #094098;
width: 766px;
text-align: center;
margin: 0;

}
html>body #content {
margin: -12px auto 0 auto;
width: 762px;
}

#text {
float: right;
width: 500px;
padding: 4px;
text-align: left;
font-size: 1.2em;
}



/* ---------- ---------- ---------- ---------- ---------- ----------

			GLOBAL NAVIGATION RULES - Start

---------- ---------- ---------- ---------- ---------- ---------- */



#nav {
	font-size: 14px;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	width: 700px;
	display: block;
	height: 20px;
	position: relative;
	top: -25;
	left: 0;
	text-align: left;
}
#nav ul {display: inline;
margin-left: -30px;
padding-left: 30px;
}
#nav ul li{display: inline;
}
#nav li a{display: inline-block;
text-decoration: none;
padding: 4px;
background: #0050cd;
vertical-align: top;
border: 2px solid #ABC7CD;
color: #FFFFFF;
}
#nav li a:hover{display: inline-block;
text-decoration: none;
padding: 4px;
background: #FFFF66;
vertical-align: top;
border: 2px solid #CCCCCC;
color: #000066;
}


/* ---------- ---------- ---------- ---------- ---------- ----------

			TABLE RULES

---------- ---------- ---------- ---------- ---------- ---------- */

table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 3em;
	font-size: 96%;
	width: 100%;
}
.noborder {
	border: 1px solid #fff;;
}

caption {
	padding: 0.2em 0.4em;
	border: 1px solid #ccc;
	background-color: #eee;
	color: #333;
	text-align: left;
}

tr {
	background-color: #fff;
}
tr input, tr select, tr option, tr button {
	font-size: 110%;
}

tr.alternate {
	background-color: #f2f5f8;
}

th {
	padding: 0.3em 0.4em;
	background-color: #7e9cb8;
	text-align: left;
	vertical-align: top;
	color: #fff;
	font-size: 115%;
	font-variant: small-caps;
}

td {
	border: 1px solid #ccc;
	padding: .2em 0.4em .2em 0.4em; /* top right bottom left*/
	vertical-align: top;
}

tfoot td {
	background-color: #eee;
	font-size: 90%;
}
 table.box2 {width: 300px; margin: 20px; float: left;}
 table.box2 td.header {background-color: #336699; color: #FFFFFF; font-weight: bold;}

/* ---------- ---------- ---------- ---------- ---------- ----------

			FOOTER RULES

---------- ---------- ---------- ---------- ---------- ---------- */

#footer {
	clear: both;
	font-size: 95%;
	text-align:left;
	width: 100%;
	padding: 0;
	margin:0;
	background: #094098;
}

#footer div.content {
	text-align: left;
	margin: 0;
	padding: 7px;
	
	}


#footer_left {
	float: left;
	width: 104px;
	margin: 0;
	padding: 0;
	text-align: left;

}
#footer p {margin-top: 5px; color: #FFF !important; text-align: right; width: 100%;
}
#footer_centre {
	padding-top: .5em;
}
#footer_centre ul {
	margin: 0;
}

#footer_centre ul li {
	display: inline;
	padding: 0 1em;
	list-style: none;
	margin-top: 2px;
	color: #FFF !important;
}

#footer_centre li a, footer_centre li a:visited {
	color: #a3c6d5;
    text-decoration:none;
}

#footer_centre li a:hover, footer_centre li a:active {
	color: #999;
	text-decoration: underline;
}

/* ---------- ----- ------ ------ ---------- 

		Basic Style Rules

------ ------ --------- -------- -------- -----*/

em, cite, blockquote {
	font-style: italic;
}

acronym, abbr {
	cursor: help;
}

h1 {
	font-size: 180%;
	display: none;
}

h2 {
	font-size: 20px;
	text-transform: capitalize;
	margin: 0;
	padding: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background: #39399e;
	width: 300px;
	display: block;
	position: relative;
	top: 0;
	left: 198px;
	margin-bottom: 10px;
	
}
html>body h2{
left: 185px;
}
h3 {
/* to line up with left navigation menu */
	margin: 0px 0 0.6em 0;
	padding: 0;
	width: 190px;
	font-size: 120%;
	font-family: verdana, arial, Helvetica, sans-serif;
	margin-left: 50px;
	border-bottom: 2px solid #FFFF66;
/*	text-transform: uppercase; */
	color: #6699CC;
	text-align: left;
}


p {
	font-size: 100%;
	margin: 0 0 .8em 0;
	line-height: 1.4em;
	color: #555;
	text-align: justify;
}
.bold {
	font-weight: bold;
}


/* ---------- ---------- ---------- ---------- ---------- ----------

			HYPERLINK RULES

---------- ---------- ---------- ---------- ---------- ---------- */

a:link {
	color: #6699CC; /* #36c; */
	text-decoration: none;
}

a:visited {
	color: #6699CC;
	text-decoration: none;
}

a:hover {
	color: #6699CC;
	text-decoration: underline;
}

a:active {
	color: #6699CC;
	text-decoration: none;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			LIST RULES

---------- ---------- ---------- ---------- ---------- ---------- */
ul, ol, dl {
	margin-top: 0;
	margin-left: 1.5em;
	margin-bottom: 1em;
	color: #666;

}

ul li, ul li a, ul li a:visited {
    text-decoration: none;
}
ul li a, ul li a:hover, ul li a:active {
    text-decoration: underline;
}


ol li {
	margin-bottom: 1em;

}

ol li li {
	list-style-type: lower-roman;
}

ol li li li {
	list-style-type: lower-alpha;
}

