/* ----- BASIC ELEMENTS AND FONTS ----- */
html, body {
	color: #fff;
	font-size: 11px;
	font-family: 'Tahoma';
	background: #072450 url("../assets/headerphoto.jpg") repeat-x;
	margin:0;
	padding:0;
	height:100%;
}

.clear {
	clear: both;

}

p {
	margin: 10px 30px 10px 30px;
	font-size:130%;
}

.date {
	color:#ffd502;
	text-decoration:overline;
	font-size:10px;
	padding: 10px 0 20px 0;
}
#content_footer p {
	margin: 10px 30px 10px 30px;
	padding-top: 20px;
	font-size:10px;
	text-align:left;
}
.login_box p {
	margin:0px 10px 20px 25px;
	font-size:11px;
	color:#fff;
	text-transform: uppercase;
}
.content_box_left p {
	margin: 10px 0px 10px 0px;
	font-size:130%;
	text-align:justify;
}
.content_box_photo h3 {
	margin: 0px 0px 10px 45px;
}
#content_footer p {
    margin: 10px 0px 10px 60px !important;
	margin: 10px 0px 10px 85px;
	font-size:12px;
	text-align:justify;
}
.red {
	color:red;
	font-weight: bold;
}
.yellow {
	color:#ffd502;
	font-weight:bold;

}
.blue {
	color:#006FDD;
	font-weight:bold;
}
.headercolour {
	color:#330099;
	font-weight:bold;
}
h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:48px;
	text-transform:uppercase;
	font-weight:normal;
	margin: 0px 0px 0px 0px !important;
	margin: 10px 0px 0px 0px;
	color:#fff;
}
h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	margin: 0px 50px 10px 30px !important;
	margin: 0px 30px 10px 30px;
	font-size:12px;
	text-transform:uppercase;
	color:#072450;
	font-weight:normal;
}
h3 {
	margin: 0px 0px 10px 20px;
	font-size:16px;
	color:#ffd502;
}
h4 {
	margin: 0px 0px 10px 10px;
	font-size:14px;
	color:#FF0000;
}
a {
	text-decoration: none;
	color:#ffd502;
	font-size:110%;
}
/* mininav hover colour */
a:hover {
color: #FFd502;
font-size:110%;
font-weight:500;
text-decoration: underline;
}
/*   *********** Section for Paper & Glass Table ******/
table.paperglass {
	border: 1px solid #737A80;
	border-collapse: collapse;
}
table.paperglass th {
	border: 1px solid #737A80;
	background-color: #333333;
	background-image: url(../assets/paperglass-header.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	padding: 0.2em;
	color: #FFFF00;
	font-weight: bolder;
}

table.paperglass td {
	font: 1.2em Arial, Verdana, sans-serif;
	padding: 0.2em;
	border: 1px solid #757ED0;
	font-weight: bolder;
}

table.paperglass tr {
	background-color: #3333FF;
}

table.paperglass tr.evens {
	background-color: #757ED0;
}
table.paperglass tr.odds {
	background-color: #757ED0;
}

table.paperglass tr:hover, table.paperglass tr.hilite {

	color: #000099;
}

/*   ********** Section to Reveal Photos */
#pix {
	position: absolute;top:0px;left:0px;
	z-index:1;
}
img {
	border: 0px;
	margin:0px;
	padding:0px 0px ;
}
#pix a img.hid {
/* ************ Size of Large Photo **Not Home**********/
	width: 600px;height:479px;
	position: absolute;top:-0px;left:-280px;
	visibility: hidden;
}
#pix a:hover {
	background: White;
}
#pix a:hover img.hid {
	visibility: visible
}
/* ********* End of Section to reveal Photos */

/*----- MENU ----- */

/*   ********** Menu hover texts ********** */
ul#nav_list {width: 150px; height: 300px; font: 12px Verdana, sans-serif; z-index: 100;margin:0;padding:0;}
ul#nav_list a {display: block; font: bold 1.1em sans-serif; 
   padding: 0px 10px 0px 30px; margin: 0 0 1px; border-width: 0; 
   text-decoration: none; color: #FFF; url(../assets/nav_body.png) no-repeat;
   border-right: 5px solid #white;}
ul#nav_list a:hover {color: white; url(../assets/nav_body.png) no-repeat;
   border-right: 5px double white;}


ul#nav_list a span {display: none;}
ul#nav_list a:hover span {display: block;
   position: absolute; top: 360px; left:30px; width: 135px;
   padding: 5px; margin: 10px; z-index: 100;
   color: white; background: #072450;
   font-size: 11px;font-weight:normal; text-align: center;}


#nav_list {
	list-style: none;

}
.li_nav_body a  {
	display: block;
	width: 110px;
	height: 20px;
	background: url(../assets/nav_body.png) no-repeat;
	padding-left: 25px;
	line-height:20px;
}

.li_nav_footer a  {
	display: block;
	width: 110px;
	height: 21px;
	background: url(../assets/nav_body.png) no-repeat;
	background-position:  0 0px;
	padding-left: 25px;
	line-height:21px;
}

.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_nav_footer a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_active a:active  {
	background: url(../assets/nav_body.png) no-repeat;
	background-position:  0 -40px;
	color:#fff;
}

/*----- LAYOUT ----- */
#mininav {
float:right;
height: 40px;
text-align: right;
padding-right: 12px;
color: #777777;
font: 15px Arial, sans-serif;
text-transform: uppercase;
}

#container {
	width:100%;
	background: url(../assets/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(../assets/sidebar_body.png) 60px 0px repeat-y;
	min-height:100%;
	height:100%;
}
#menu_header {
	width:170px;
	height:200px;
	text-align:left;
	float:left;
	margin:0 0 0 30px;
}
.login_box {
	width: 170px;
	float:left;
	margin:0 0 0 10px;
}

#head {
    width: 790px !important;
	width: 820px;
	height: 200px;
	float:left;
	text-align: right;
}

#content {
	width: 900px;
	text-align: justify;
	float: left;
	margin:0 0 0 20px;
	background: url(../assets/sidebar_body.png) 10px 0px repeat-y !important;
	background: url(../assets/sidebar_body.png) 20px 0px repeat-y;
}
#content_includes {
	width: 710px;
	float:left;
}
.content_box_left {
	width: 350px;
	margin:0px 0px 0px 20px;
	float: left;
}
.content_box_photo {
	width: 260px;
	margin:0px 0px 0px -10px;
	float: right;
}
.news_box_left {
	width: 680px;
	margin:0px 0px 0px 20px;
	float: left;
	font-size: 120%;
}
.pg_box_left {
	width: 600px;
	margin:0px 0px 0px 50px;
	float: left;

}
.hall_box_left {
	width: 700px;
	margin:0px 0px 0px 20px;
	float: left;
	font-size: 120%;
}
.float-left {
	float: left;
}

#content_footer {
	background: url(../assets/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(../assets/sidebar_body.png) 60px 0px repeat-y;
	width:100%;
	clear:both;
	margin-bottom:-70px;
	height:50px;}

/*----- IMAGES ----- */
a img{
	border: none;
}
#menu_header img {
margin:20px 0px 0px 15px;
}

img.left,img.center,img.right {
	padding: 4px;
	border: 1px solid #a0a0a0;
}

img.left {
	float: left;
	margin: 0px 12px 5px 0px;
	background:#fff;
}

img.right {
	float: right;
	margin: 0px 50px 5px 0px;
}
/*   ********** Section to Reveal Photos */
#pix {
	position: relative;top:10px;left:26px;
}
img {
	border: 0px;
	margin:0px;
	padding:0px;
}
#pix a img.hid {    /*   Size of large hover picture */
	width: 800px;height:600px;
	position: absolute;top:-100px;left:-350px;
/* 	width: 600px;height:400px;
	position: absolute;top:-0px;left:-200px;  Normal Settings    */
	visibility: hidden;
}
#pix a:hover {
	background: White;
}
#pix a:hover img.hid {
	visibility: visible
}
/* ********* End of Section to reveal Photos */
#mapwrapper {
	position:absolute;
	top:260px; left:260px;

}
