﻿/* CSS layout */
#container {
	border: 1px #1e407b solid;
	width: 750px;
	background: #FFFFFF;
	padding: 0;
	margin: 0 auto;

}
#masthead {
	width: auto;
	margin: 0;
	padding: 0;
	overflow: auto;

}

#page_content {
	padding: 10px 50px 10px 50px;
}


#footer {
	background-color: #FFFFFF;
	color: #FDFECB;
	font-size: .80em;
	margin: 0px;
	padding: .3em 1em;
	clear: both;
	height: 90px;
}




a:link
{
	color: #0000FF;text-decoration:none; font-size:10pt  
}
a:visited
{
	color: #0000FF;text-decoration:none; font-size:10pt; 
} 
a:active 
{
	color: #0000FF;text-decoration:none; font-size:10pt;
}
a:hover      
{ 
	color: #0000FF;text-decoration:underline; font-size:10pt;
}

body
{
	font-family: sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: #666666;
	font-size: 10pt;
	padding-top: 10px;
	background-color: #CCCCFF;
}


h2
{
	font-family: sans-serif; margin-top:0; margin-bottom:0; color:#993399; 
}


h1
{
	font-family: sans-serif; margin-top:0; margin-bottom:0; color:#1E407B; 
}

h6
{
	font-family: sans-serif; margin-top:0; margin-bottom:0; color:#FD8606; 
}

h5
{
	font-family: sans-serif; margin-top:0; margin-bottom:0; color:#FD8606; 
}

h4
{
	font-family: sans-serif; margin-top:0; margin-bottom:0; color:#FD8606; 
}

h3
{
	font-family: sans-serif; margin-top:0; margin-bottom:0; color:#FD8606; 
}

p {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	margin: 0px;
}

#navigation {
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
	background-color: #fff;
}

/* ================================================================ 
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.stunicholls.com/menu/skeleton.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#nav, 
#nav ul {padding:0 0 5px 0; margin:0; list-style:none; font: 10px verdana, sans-serif; border:1px solid #000; border-color:#eca #b97 #a86 #edb; border-width:1px 2px 2px 1px; background:#fff; position:relative; z-index:200;}
#nav {height:25px; padding:0;}

#nav li {float:left;}
#nav li li {float:none; background:#fff;}
/* a hack for IE5.x and IE6 */
* html #nav li li {float:left;}

#nav li a {display:block; float:left; color:#b75; margin:0 25px 0 32px; height:25px; line-height:25px; text-decoration:none; white-space:nowrap;}
#nav li li a {height:20px; line-height:20px; float:none;}

#nav li:hover {position:relative; z-index:300;}
#nav li:hover ul {left:0; top:22px;}
/* another hack for IE5.5 and IE6 */
* html #nav li:hover ul {left:10px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
/* yet another hack for IE5.x and IE6 */
* html #nav ul {width:1px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:-15px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {text-decoration:underline; color:#1e407b;}


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:-15px; margin-left:100%; top:-1px;}

/* keep further levels hidden */
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

/* show path followed */
#nav li:hover a,
#nav li:hover li:hover a,
#nav li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover li:hover a
{text-decoration:underline; color:#1e407b;}

/* hide futher possible paths */
#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li:hover li a
{text-decoration:none; color:#b75;}
