/*Tui Glen DefaultStylesheet*/
/*2008, Joos Potter*/

/*HTML Overrides*/
body
{
	background-color: #990000;
	font-family: "Trebuchet MS";
	text-align: center;
}

/*Wrappers*/
#page
{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/*Header Section*/

#header
{
	width: 100%;
	height: 130px;
	background-color: #fff;
}

#header_left
{
	background-image: url('../images/header_left.jpg');
	width: 36px;
}

#header_center
{
	background-image: url('../images/header_center.jpg');
	color: #fff;
	vertical-align: top;
}

#header_right
{
	background-image: url('../images/header_right.jpg');
	width: 36px;
}

#header_center #logo
{
	padding-top: 23px;
	border: 0;
}

#header_center #logo img
{
	border: 0;
}

/*Navigation Section*/
#nav
{
	width: 100%;
	height: 40px;
	background-color: #fff;
	font-size: smaller;
}

#nav_left
{
	width: 10px;
}

#nav_center
{
	background: url('../images/nav_center.jpg') #587100 repeat-x;
	text-align: center;
}

#nav_right
{
	width: 10px;
}

#nav_links
{
	font-family: "Trebuchet MS";
	color: #0000ff;
	font-size: 130%;
	height: 40px;
	margin: 0 auto;
}

#nav_links ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;
	height: 40px;
}

#nav_links li
{
	height: 40px;
	font-size: 90%;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	padding-right: 10px;
	padding-left: 10px;
}

#nav_links li:hover
{
	background: url('/images/nav_center_active.jpg') #DA0100 repeat-x;
}

#nav_links a
{
	text-decoration: none;
	color: #fff;
	display: block;
	margin-top: 8px;
}

#nav_links #current
{
	background: url('/images/nav_center_active.jpg') #DA0100 repeat-x;
}

/*Body Section*/
#body
{
	width: 100%;
	background-color: #fff;
}

#body_left
{
	width: 10px;
}

#body_center
{
	background: url('/images/body_center.jpg') #F7F9B9 repeat-x;
	font-family: "Arial";
}

#body_right
{
	width: 10px;
}

#body_center #content
{
	padding: 5px 10px 5px 10px;
	font-size: 78%;
}

#body_center #content h1
{
	border-bottom: 1px solid #cd0200;
	font-weight: normal;
	font-size: 235%;
	padding-top: 0;
	margin-top: 0;
}

#body_center #content p
{
	color: #4c4023;
}

/*Footer Section*/
#footer
{
	width: 100%;
	background-color: #fff;
	height: 50px;
}

#footer_left
{
	background-image: url('/images/footer_left.jpg');
	width: 36px;
}

#footer_center
{
	background-image: url('/images/footer_center.jpg');
	color: #fff;
	text-align: center;
	vertical-align: top;
	font-size: 70%;
}

#footer_right
{
	background-image: url('/images/footer_right.jpg');
	width: 36px;
}

#footer_center p
{
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

/*Menu*/

ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav_links li 
{
	float: left;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	height: 40px;
	background: #587100 url('../images/nav_center.jpg');
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
}

li a
{
	text-decoration: none;
	color: #fff;
	display: block;
	margin-top: 9px;
	text-align: center;
}

li a img
{
	border: 0;
}

li ul 
{
	display: none;
	position: absolute;
	top: 35px;
	right: auto;
	z-index: 1000;
	margin-left: -8px;
}

li>ul 
{
	top: auto;
	left: auto;
}

#nav_links li:hover
{
	background: url('../images/nav_center_active.jpg') #DA0100 repeat-x;
}

li:hover ul, li.over ul 
{
	display: block;
}

#nav_links .submenu
{
	color: #000;
}

#nav_links .submenu li a
{
margin: 3px;
text-align: left;
}

#nav_links .submenu li
{
	width: 150px;
	font-size: 80%;
	height: auto;
	color: #000;
	background: #85AC02 none;
	border-bottom: 1px solid #557100;
	padding-top: -5px;
	text-align: left;
	position: relative;
	top: 8px;
	z-index: 5000000;
}

#nav_links .submenu li:hover
{
	background-color: #DA0100;
	border-bottom: 1px solid #490000;
}