﻿/* CSS layout */
Body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#EDEDED;
	color:#41566b;
	margin:0 0 0 0;
}

/* This is Global link format */

a:link {
	color:blue;
}

a:hover {
	text-decoration :none;
}

a:visited {
	color: blue;
}

#masthead {
	height: 100px;
	padding-top: 1px;
	background-image: url('/images/bgheader(10x100).jpg');
	margin:  0 0em 0;
	/*background-color:#738292;*/
	border-bottom-width:thick;
	border-bottom-style:solid;
	border-bottom-color:#41566b;
}
.header{}


.headerTemp {
  font-size: 45px;
  font-weight: bold;
  color: #EDEDED;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 10px;
}

.timedate { 
  color: #EDEDED;
  font-size: 12px;
  text-align: right;
  position: absolute;
  right: 5px;
  top: 70px;
}


#top_nav {
	margin-left: 175px;
	font-size:8pt;
}

#container {
	/*border: 1px black solid;*/
	width: 100%;
	margin-bottom: 10px;
}

#left_nav {
	/*border: 1px black solid;*/
	width: 150px;
	margin-bottom: 10px;
	float: left;
	left: 0px;
	top: 0px;

}

.navimages {margin-left: 7px; font-size: 10pt;  text-align: center;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {font-family: arial, sans-serif; width:150px; position:relative; margin:0; font-size:10pt;}
.menu p {margin: 0; padding-right: 10px; background-color: #41566b; color:white; text-align: right; font-size:10pt;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#41566b; width:140px; text-align:right; padding-right: 10px; border:1px solid #41566b; border-width:0 0 1px 0; background:#EDEDED; line-height:19px; font-size:10pt;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none; }

/* specific to non IE browsers */
.menu ul li:hover a {color:#000; background:#dfc184;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:150px; width:105px;}
.menu ul li:hover ul li a.hide {background:#EDEDED; color:#41566b;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#EDEDED; color:#41566b; width:150px;}
.menu ul li:hover ul li a:hover {background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:160px; top:0; color:#000;}

#page_content {
	border: 1px black solid;
	margin-left: 165px;
	margin-right: 30px;
	padding: 3px 10px 3px 10px;
	background-color: white;
	margin-bottom: 10px;
	font-size: 10pt;
}

#page_content H1 {
	font-size: 14pt;
	font-weight: bold
}

#page_content H2 {
	font-size: 12pt;
	font-weight: bold
}

#page_content img {
	text-align:center;
}

ul#newslist {
  	list-style-type: none;
}

#footer {
	clear:both;
	height: 50px;
	background-image: url('/images/bgfooter(10x50).jpg');
	margin:  0 0em 0;
	bottom: 0;
	background-color: #738292;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #41566b;
	font-size: 8pt;
	color: white;
	text-align: center;
}

