/* CSS Document */
body {
	margin: 0px;
	background-color: #270400;
	font-family: arial, san serif;
	font-size: 13px;
	text-align:justify;
}

table.header {background: url(images/bg_new.png) repeat-y center; width: 749px; padding: 0 10px;}

A:link {text-decoration: none; color: #000; font-variant: small-caps; font-weight: bold;}
A:visited {text-decoration: none; color: #000; font-variant: small-caps; font-weight: bold;}
A:active {text-decoration: none; color: #000; font-variant: small-caps; font-weight: bold;}
A:hover {text-decoration: underline; color: #000; font-variant: small-caps; font-weight: bold;}
/* color: #564a36; */

.brownlink A{text-decoration: none; color: #000; font-variant: small-caps; font-weight: bold;}
/* color: #e8cc9c; */

/*<![CDATA[*/

/*		Navigation core 	*/
#nav {
	position: relative;
	margin: 0 0 1.2em 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#nav li {
	font-size: 1em;
	line-height: .7em;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
}

#nav a {
	margin: 0;
	display: block;
}

#nav li ul {
	width: 100%;
	min-width: 100%;
	display: block;
	visibility: hidden;
	position: absolute;
	clear: both;
	top: 0.7em;/* watch for this value! you must make sure that this value and value of line-height for the parent items are such that it is possible to move the mouse over to submenu */
	left: 0;
}

#nav li.selected ul, #nav li:hover ul {
	visibility: visible;
	left: 0;
}

#nav li.selected ul {
	z-index: 10;
}

#nav li:hover ul {
	z-index: 100;
}

#navList:after {
	content: ".";
	height: 0;
	display: block;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

/*		Navigation make-up 	*/
 
#nav {
	font-size: 1em;
	font-weight: bold;
	font-varient: small-caps;
	color: #e8cc9c;
	background-color: #564a36;
	margin: 0 auto;
	border: 1px solid #564a36;
	border-width: 2px 0;
	height: 45px;
	width: 749 px;	/* this value should be close to what is needed for elements to stay on one line */
}

#nav a {
	color: #f4e6ce;
	text-decoration: none;
	padding: 0.5em 15px 0.7em;
}

#nav li {
	margin: 0;
	border-right: 1px solid #e8cc9c;
}

#nav li:hover {
	color: #564a36;
	background-color: #f4e6ce;
}

#nav li:hover ul {
	background-color: #f4e6ce;
}

#nav li:hover a {
	color: #564a36;
}

/* always pay attention that this two values are such that it is possible to move the mouse over to submenu */
#nav li ul {
	line-height: 2.0;
	top: 1.8em;
	color: #564a36;
	background-color: #e8cc9c;
}

#nav li li {
	border-right: 1px solid #564a36;
	font-size: 12px;
}

#nav li li a {
	color: #564a36;
}

#nav li li:hover {
	color: #564a36;
	background-color: #f4e6ce;
}
#nav li li a:hover {
	/*text-decoration: underline;*/
	background-color: #e8cc9c;
}

/* fix the colors for selected item and submenu, for better usability */

#nav li.selected a, #nav li.selected, #nav li.selected:hover a {
	color: #564a36;
}


#nav li.selected, #nav li.selected:hover a, #nav li.selected:hover ul {
	background-color: #e8cc9c;
}

#nav li.selected li a:hover {
	background-color: #f4e6ce;
}


/* IE5/Mac: \*//*/

#navList {
	display: inline-block;
}

#nav a {
	float: left;
}

#nav li ul {
	top: 1.8em;
	height: 2em;
}

#nav li li, #nav li li a {
	display: inline;
	float: none;
}

/*  */

/*]]>*/
.copy {/*color: #564A36*/ color: #000;}
.titlebox {
	
}

h4 { font-size: 18px; margin: 10px 0; font-family: Palatino, Georgia,Times, sans-serif; font-weight: normal;font-variant: small-caps;}
hr { background: #564a36; color: #564a36; height: 1px; }
#footer { background: url(images/footer.png) repeat-x; height: 50px; padding: 3px 10px; color: #444; border-top:1px solid #564a36;}

.title {
	font-size: 24px;
	font-weight: bold;
	font-family: Palatino, Georgia,Times, sans-serif;
	font-variant: small-caps;
	color: #000 /*564a36*/;
}
input { Height: 18; border-width: 2; font-family: arial, helvetica, sans-serif; font-size:10px;}

#footer p { margin: 2px 0;}
/*
#bottom_nav { padding: 0;}
#bottom_nav li { float: left; list-style: none;}
#bottom_nav li a { display: block; padding: 3px 14px;}
#bottom_nav li a img { border: none; float: left; margin-right: 5px;} */