﻿/*
Dark Red (border) - #800000
Brown (menu) - #916f38
*/

body
{
	font-family:sans-serif;
	font-size:10pt;
}

#container
{
	margin-left:auto;
	margin-right:auto;
	width:58.5em;
}

#top, #border, #middle
{
	border-left:2px solid #800000;
	border-right:2px solid #800000;
}

#top
{
	background-image:url(/Imgs/Backgrounds/banner.gif);
	background-position:center;
	background-repeat:no-repeat;
	border-top:2px solid #800000;
	height:90px;
	width:58.5em;
}

#border
{
	background-image:url(/Imgs/border.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	width:58.5em;
	height:1.5em;
	padding-top:0.25em;
}

#middle
{
	margin-left:auto;
	margin-right:auto;
	border-bottom:2px solid #800000;
	float:left;
	font-size:10pt;
	width:58.5em;
}

#left
{
	font-family: Tahoma;
	float:left;
	height:52em;
	margin-top:0.5em;
	margin-left:0.25em;
	width:26%;	
}

#right
{
	float:left;
	margin-top:0.5em;
	width:73%;
}
 
#bottom
{
	color:gray;
	float:left;
	font-size:8pt;
	padding-top:1em;
	padding-bottom:0.1em;
	text-align:center;
	width:100%;
}

#copy
{
	font-size:6pt;
}

.mnuItem
{
	padding-top:0.25em;
	margin-top:0.15em;
	margin-left:0.25em;
	height:1.5em;
	width:14em;
/*	background-color:#805e27;*/
	background-color:#916f38;
}

.mnuItemSub
{
/*	background-color:#805e27;*/
	background-color:#916f38;
	padding-top:0.25em;
	margin-top:0.15em;
	margin-left:2.5em;
	height:1.5em;
	width:11.75em;
}

.mnuItem a, .mnuItemSub a
{
	display:block;
	width:100%;
	height:100%;
}


#contactBox
{	
	background-image:url(/Imgs/marimbasketch.jpg);
	background-position:center;
	background-repeat:no-repeat;
	border:solid 2px #800000;
	font-size:9pt;
	margin-top:1em;
	margin-bottom:0.5em;
	width:16em;
	height:26em;
}

#contactBoxTitle
{
/*	background-color:#805e27;*/
	background-color:#916f38;
	border-bottom:solid 2px #800000;
	color:black;
	font-weight:bold;
	height:1.5em;
	padding-top:0.25em;
	text-align:center;
	width:16em;
}

#contactBoxText
{
	padding-left:0.5em;
	padding-right:0.5em;
}

.mnuTxt
{
	padding-left:2.5em;
	padding-right:0em;
	margin-left:0em;	
	font-weight:bold;
}

a:link, a:visited
{
	color:black;
	text-decoration:none;
}

a:hover
{
	color:#800000;
}

img#lblMedia
{
	float:left;
	margin-left:0.25em;
	
}

#media
{
	margin-top:0.75em;
	margin-bottom:0.75em;
}