@charset "utf-8";
/* CSS Document */
@import "text.css";
/*---------------------Reset-----------------------*/
html, body, div, span, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
h1, h2, h3, h4, h5, h6, p, a {vertical-align:baseline}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
html, body {height: 100%;}
html {overflow-y: scroll;}
body {line-height: 1; background:#ccc;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
/*---------------------Workspace-----------------------*/
#container {
	width: 960px;
	/*padding-left:10px;
	padding-right:10px;*/
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: 3px 7px 10px 5px #666;
	box-shadow: 3px 7px 10px 5px #666; 
}
#header {
	height: 190px;
	background: #000048;
	width: 960px;
	border-bottom:30px solid #333;
}
#header img {
	margin: 20px 45px/*61px*/ 20px 29px;
	border: 2px solid #000;
	float:left;
}
#header-text {
	width: 775px;
	float:left;
}
#header h1, #header h2 {
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-weight:normal;
}
#header h1 {
	font-size: 43px;
	margin-top: 60px;
}
#header h2 {
	font-size: 30px;
	margin-top: 20px;
}
#page {
	background:/*#333*/#000048;
	min-height: 400px;
}
#page-left {
	float:left;
	width: 150px;
	/*padding-left:30px;
	padding-right:30px;*/
	padding-top:30px;
	/*margin-top: 30px;*/
	/*min-height: 770px;*/
	background: #000048;
}

#left_nav {
	/*min-height:200px;*/
}
.left_divide {
	margin: 10px;
}
#left_nav ul {
	display:inline block;
}
#left_nav ul li {
	list-style:none;
	display:block;
	margin:0;
}
#left_nav ul li a {
	font-family:font-family: 'Varela', sans-serif;
	letter-spacing: 1px;
	text-decoration:none;
	text-align:center;
	display:block;
	color: #fff;
	padding: 10px 10px 10px 10px;
	width:130px;
	font-size:13px;
}
#left_nav ul li a:hover {
	background:#FFF;
	color: #024;
	padding-right:10px;
}
#left_nav ul ul {
	position:absolute;
	visibility:hidden;
	margin-left: 130px;
	margin-top:-37px;
	overflow:visible;
	background-color:#1B1B1B;
	width: 170px;
	z-index:38;
}
#left_nav ul li:hover > ul {
	visibility:visible;
}
#left_nav ul ul li {
	width: 150px;
}
#left_nav ul ul li a {
	width: 150px;
	color:#ccc;
}
#left_nav ul ul li a:hover {
	visibility:visible;
	color:#1B1B1B;
}
#left_low {
	margin-left: 0px;
	position: relative;
	top:-164px/*-90px*/;
	width: 150px;
	z-index:4;
	float:left;
	height:0;
}
#left_low img {
	margin-bottom:15px;
	float:left;
	margin-left:15px;
}

#page-right {
	float:right;
	width: 750px;
	padding-left:30px;
	padding-right:30px;
	background:#333;
}
#image-panel {
	width: 750px;
	height: 350px;
	margin-bottom:30px;
	overflow:hidden;
	-webkit-box-shadow: 3px 7px 10px 5px #222;
	box-shadow: 3px 7px 10px 5px #222; 
	}
.nivoSlider {
    position:relative;
    /*background:url(images/loading.gif) no-repeat 50% 50%;*/
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}
#title-panel {
	width: 750px;
	float:left;
	min-height: 20px;
	margin-bottom:30px;
}
#title-panel h1{
	margin:0;
	text-align:right;	
	font-family: 'PT Sans', sans-serif;
}
.text-panel {
	width: 710px;
	float:left;
	background: #1b1b1b;
	min-height: 100px;
	padding: 20px;
	-webkit-box-shadow: 3px 7px 10px 5px #222;
	box-shadow: 3px 7px 10px 5px #222; 
}
.text-panel p {
	margin: 0px;
	line-height: 20px;
	letter-spacing: 1px;
	font-family: 'Varela', sans-serif;
}
.text-panel th, .text-panel td {
	font-family: 'Varela', sans-serif;
	font-size: 13px; 
	line-height: 17px; 
	color: #BBB; 
	text-align:left; 
	padding:5px 0px 5px 0px;
}
.text-panel a {
	color:#fff;
}
.text-panel ul {
	margin-left:140px;
}
.text-panel ul li {
	line-height: 20px;
	letter-spacing: 1px;
	font-family: 'Varela', sans-serif;
}
#footer {
	background: #000048;
	width: 865px;
	padding-left:95px;
	padding-top:10px;
	border-top: 30px solid #333;
	padding-bottom: 10px;
}
#footer td {
	height: 20px;
}
#footer p {
	font-family:"Times New Roman", Times, serif;
	letter-spacing: 2px;
	font-size:13px;
}
.centre p {
	text-align:center;
}
.left p {
	text-align:left;
}
.right p {
	text-align:right;
}

/*----------------------Misc----------------------*/
