/*		index.css		*/


/*==============================
	Page
================================*/
*
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

body
{
	margin: 13px;
	padding: 0;
	font-size: 99%;
	background-color: rgb(255,255,192);			/* bisque */ 
}
a
{
	border-bottom: 1px dotted rgb(0,88,89);		/* dark blue */
	text-decoration: none;
}
a:hover
{
	border-bottom-style: solid;
}
h1, h2, h3, h4, h5, h6
{
	margin-bottom: .3em;
}
h1
{
	font-size: xx-large;
}
h2
{
	font-size: x-large;
}
h3, h4, h5, h6
{
	font-size: large;
}

p
{
	margin-bottom: .5em;
}

/*==============================
	Page Content
================================*/
/*
#contentwrapper
{
	position: absolute;
}
*/
/*==============================
	Navigation Menu
================================*/
#navmenu
{
	display: none;				/* reactivated by Javascript */
	position: absolute;
	top: 50px;
	left: 0px;
	margin-left: 130px;
	border: 1px solid rgb(0,88,89);		/* dark blue */
	background-color: rgb(5,147,157);	/* light blue */
}
#navmenu ul
{
	list-style: none;
	margin: 0 0;
	padding: 1ex;
}
#navmenu li a
{
	margin: 0 3px;
	padding: 0px 3px;
	text-decoration: none;
	color: rgb(0,88,89);		/* dark blue */
}
#navmenu li span
{
	font-size: 100%;
	font-family: Lithograph, Austere, Krypta, Liddie, Liste, Listium, Literat, "Lithographic Script", Litschi, Tribeca, "Trebuchet MS", sans-serif;
}
#navmenu li a:hover
{
	color: rgb(255,255,192);		/* bisque */ 
}
#navmenu li.selected a,
#navmenu li.selected a:hover
{
	color: rgb(0,88,89);		/* dark blue */
	cursor: default;
}

/*==============================
	Logo Bar
================================*/
#logobar
{
	height: 50px;
	margin: 0;
	padding: 0;
	border: 1px solid #000;			/* black */
	background-color: #05949D;		/* light blue */
}
#logobar h1
{
	float: left;
	margin: 0;
	padding: 0;
}
#logobar h1 a
{
	display: block;
	width: 262px;		/* 319px; */
	height: 50px;
	background-image: url("../images/PageLogoDandemutande.jpg");
	background-position: center;
	background-color: rgb(0,88,89);		/* dark blue */
	background-repeat: no-repeat;
}
#logobar h2
{
	margin: 0;
	padding: 0;
}
#logobar h2 a
{
	display: block;
	height: 50px;
	margin-left: 262px;		/* 319px; */
	/* background-image: url("../images/PageTitleDandemutande.jpg"); */
	background-position: center;
	background-color: #05949D;		/* light blue */
	background-repeat: no-repeat;
}
#logobar span
{
	display: none;
}


/*==============================
	Logo Bar
================================*/
#logobarOLD
{
	position: relative;
	height: 50px;
	border: 1px solid #000;			/* black */
}
#logobarOLD #logolink
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 262px;		/* 319px; */
	height: 50px;
	vertical-align: middle;
	background-color: rgb(0,88,89);		/* dark blue */
}
#logobarOLD #logolink a
{
	display: block;
	width: 242px;	/* 319px; */
	height: 50px;
	margin: auto auto;
	background: rgb(0,88,89) url("../Images/PageLogoDandemutande.jpg") no-repeat center;		/* dark blue */
}
#logobarOLD #logolink a span
{
	display: none;
}
#logobarOLD #titlebar
{
	margin-left: 262px;		/* 319px; */
	background-color: #05949D;
}
#logobarOLD #title
{
	margin: auto;
	width: 375px;
	height: 50px;
	background-color: #05949D;
	background-repeat: no-repeat;
	background-position: center;
}

#logobarOLD #logolink h1 a span,
#logobarOLD #logolink a h1,
x#logobarOLD h2
{
	display: none;
}

div#logobarOLD div#pagetitle
{
	margin-left: 262px;		/* 319px; */
	background-color: #05949D;
}
div#logobarOLD div#pagetitle h2
{
	margin: auto;
	width: 375px;
	height: 50px;
	background-color: #05949D;
	background-repeat: no-repeat;
	background-position: center;
}
div#logobarOLD div#pagetitle h2 span
{
	display: none;
}

/*==============================
	Page Footer
================================*/
div#pagefooter
{
	clear: both;
	width: 25em;
	margin: 25px 0 0 0;
	padding: 10px 0 50px 75px;
	border-top: 1px solid #EE8800;	/* <hr width="75%" color="#EE8800"> */
	background-image: url("../Images/mbira1.gif");
	background-position: left 5px;
	background-repeat: no-repeat;
}
div#pagefooter h3
{
	margin: 0;
	font-size: small;
	color: rgb(0,88,89);		/* dark blue */
}
div#pagefooter h4
{
	margin: 0;
	font-size: x-small;
	color: rgb(0,88,89);		/* dark blue */
}
div#pagefooter p
{
	margin: 0;
	font-size: x-small;
}
