/* CSS Document */

body {
	background-color:#3f843f;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #663300;
}

a:link {
	color: #3f843f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3f843f;
}
a:hover {
	text-decoration: underline;
	color: #663300;
}
h1 {
	padding: 20px 0 5px 0;
	margin:0;
	}

.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #663300;
	font-weight: bold;
	font-style: italic;
}
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #663300;
	font-style: italic;
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #ffff66;
	font-weight: bold;
}
.style4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
	color:#999999;
}
.style5 {
	font-size: 1.7em;
	color: #663300;
	font-style: italic;
	font-weight: bold;
}
.style6 {
	font-size: 1.4em;
	color: #663300;
}


#body {
	position:relative;
	width:950px; 
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	border:0px solid #666666; 		
	}
		
#header {
	position:relative;
	left:0px;
	top:0px;
	height:210px;
	width:950px;
	background: url(images/BGheader.jpg);
	border-bottom: 0px solid #663300;	
	}
	#logo1 {
		position:absolute;
		left:20px;
		top:5px;
		width:180px;
		text-align:center;	
		}
	#logotext {
		position:absolute;
		left:200px;
		top:0px;
		width:550px;
		text-align:left;	
		}	
	#logo2 {
		position:absolute;
		left:750px;
		top:5px;
		width:180px;
		height:200px;
		padding: 0 20px 0 0px;
		text-align:center;
		background: url(images/SelbyLogo2.gif) no-repeat;
		}	
	#header ul {
		margin:0;
		padding: 0px 20px;
		}	
	
	/* ================================================================ 
The original version of the menu stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.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.
=================================================================== */

#menu {position:relative; top:0px; z-index:10; width:950px; height:30px; margin:0; padding:0; font:bold 0.9em Times New Roman, Times, serif; text-align:center; background-color:#fafaa2; border-bottom: 0; }

	/* hack to correct IE5.5 faulty box model */
	* html #menu {width:951px; w\idth:950px; height:28px; heig\ht:30px;}

/* remove all the bullets, borders and padding from the default list styling */
#menu ul {list-style-type:none; padding:0; margin: 0; }

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li { float:left; position:relative; left:3px; width:118px; text-align:center;}

/* style the links for the top level */
#menu a, #menu a:visited {display:block; text-decoration:none; color:#3f843f; width:117px; height:30px; padding-left:0px; line-height:14px; }

	/* a hack so that IE5.5 faulty box model is corrected */
	* html #menu a, * html #menu a:visited {width:118px; w\idth:117px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {visibility:hidden; position:absolute; z-index:10; height:0; top:30px; left:-3px; width:115px; font-size:0.9em;}

	/* another hack for IE5.5 */
	* html #menu ul ul {top:29px; t\op:30px;}
	
#menu ul ul {width:116;}

/* style the second level background */
#menu ul ul a.drop, #menu ul ul a.drop:visited {background:#ffff66;}

/* style the second level hover */
#menu ul ul a.drop:hover {background:#339900;}
#menu ul ul :hover > a.drop {background:#339900;}

/* style the table so that it takes no part in the layout - required for IE to work */
#menu table {position:absolute; z-index:10; width: 116px; margin:-2px 0 0 -51px; m\argin:0; border-collapse:collapse;}

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {background:#fafaa2; color:#339900; height:auto; line-height:14px; padding:3px 0 3px 0px; width:115px; border:solid #663300; border-width: 0 1px 1px 1px;}

	/* another hack for IE5.5 */
	* html #menu ul ul a, * html #menu ul ul a:visited {width:116px; w\idth:115px;}

/* style the top level hover */
#menu a:hover, #menu ul ul a:hover {color:#fafaa2; background:#339900; }
#menu :hover > a, #menu ul ul :hover > a {color:#fafaa2; background:#339900; }

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul, #menu ul a:hover ul {visibility:visible;}					

#content {
	position:relative;
	top:0px; 
	width:890px;
	padding:10px 30px 5px 30px;
	background: url(images/BGcontent.jpg) no-repeat;	
		}	
#content table tr td ul {
	margin:0px;
	padding: 0px 20px;
	}
	
#footer {
	position:relative;
	height:40px;
	padding: 5px 0 0 0;
	line-height: 18px;
	text-align:center;
	background: url(images/BGfooter.jpg);
	border-top: 0px solid #663300;
	}

