body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #000000;
}

A:link { color: #FFF; }
A:visited { color: #888; }

A:hover
{
	color: #FFF;
	text-decoration: underline;
}

A:active
{
	color: #FFF;
	text-decoration: underline;
}

h2
{
	margin: 0.5em 0 1em 0.7em;
	clear:left;
}

h3
{
	margin: 0.5em 0 1em 0.9em;
	clear:left;
}

P
{
	margin: 0 1em 1.5em 1em;
	line-height: 1.4em;
}

.mainPage
{
	width: 55em;
	min-width: 600px;
	margin: 2em auto;
	padding: 0;
	border: double 3px #444;
	font-size: 0.8em;
	color: #FFF;
	font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
}

.pageHeader
{
	background-color: #222;
	border-bottom: 1px solid #444;
	height: 54px;
	padding: 1em;
	clear:both;
}

.page-footer
{
	background-color: #222;
	border-top: 1px solid #444;
	height: 2em;
	padding: 0.5em 1em 0 0;
	text-align: right;
	font-size: 0.8em;
	color: #888;
	clear:both;
}

.itemBar
{
	margin: 1em 1em 0.5em 1em;
	padding: 1px 0 0 1em;
	height: 20px;
	background: black url("/img/navbar-bg-up.gif");
	background-repeat: repeat-x;
	font: normal 10px/18px Verdana, Lucida, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	color: #f5d7b4;
	clear:left;
	
}

#gcHomePageGallery
{
	float: left;
	/* border:1px solid #339900; */
	margin: 0.5em 1em 1em 1em;
}

dl.navCalItem  
{
	margin: 0.5em 1em 0.5em 1em;
}

dl.navCalItem .calItemAdditional
{
	/* We don't want this material blowing out the navbar... */
	display: none;
}

dl.navCalItem dd 
{
	margin: 0em 1em 1em 1em;
}

.lede
{
	font-size:1.1em;
}


.rightCol
{
	float: right;
	width: 200px;
	margin: 0.5em;
	background: #222;
	font-size: 0.9em;
	line-height: 1.4em;
	/* background: black center url("img/CastleArmsFiddleVert.jpg");
	background-repeat: no-repeat;
	background-position: center 0%; */
}

.leftCol
{
	min-width:25em;
	margin: 0.5em 200px 0 0;
}

/* Holly Hack for main column, because IE/Win is lame */
/* Hides from IE5-mac \*/
* html .leftCol {height: 1%;}
/* End hide from IE5-mac */

/* ---------BEGIN HORIZONTAL BUTTONS -----------*/
#navcontainer
{
	margin: 0;
	padding: 0;
	height: 20px;
	background: black url("/img/navbar-bg-up.gif");
	background-repeat: repeat-x;
}

#navcontainer > ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 18px;
}

#navcontainer ul li a
{
	/* background: #fff; */
	/* background: #B63434; */
	width: 7.5em;
	height: 17px;
	/* border-top: 1px solid #f5d7b4; */
	/* border-left: 1px solid #f5d7b4; */
	/* border-bottom: 1px solid #f5d7b4; */
	/* border-right: none; */
	padding: 2px 0 0 0;
	m\argin: 0 0 10px 0;
	margin; 0;
	color: #f5d7b4;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/18px Verdana, Lucida, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#navcontainer ul li a:hover,
#navcontainer ul li ul li a:hover

{
	/* color: #930; */
	/* background: #f5d7b4; */

	/* Red
	color:#FC0;
	background: #DB3F3F;
	*/
	
	/* Green */
	color:#FF0;
	background: #090;

	
}   


#navcontainer + ul li#active a
{
	padding: 1px 0 0 0;

	/* background: #c60 url("/img/navbar-bg-down-red.gif"); 
	border: 1px solid #c60; */

	background: #FF0 url("/img/navbar-bg-down.gif");
	border: 1px solid #cc9; 

	background-repeat: repeat-x;
	color: #fff;
}

/*
    Drop downs, based on Son of Suckfish dropdowns
    http://www.htmldog.com/articles/suckerfish/dropdowns/
*/

#navcontainer ul li ul

{
	position: absolute;
	list-style: none;
	display: block;
	list-style: none;
	width: 12.4em;
	margin: 0;
	padding: 0;
	background-color: #333;
	border: solid 1px #555;
	left: -999em;
	z-index: 2000; /* keep out of the way of rotating gallery images */
}

/* #navcontainer li#active ul a*/

#navcontainer ul li ul a

{
	display: block;
	width: 15em;
	border: none;
	text-align: left;
	padding: 0 0 0 1em;
}

#navcontainer li:hover ul
{
	left: auto;
}

#navcontainer li.sfhover ul
{
	left: auto;
}



/* --------- END HORIZONTAL BUTTONS -----------*/

