/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				0px;
	
	background-color:		white;

	/*	Default text styles	----------------------------*/
	font-family:			georgia,serif;
	background-image:		url('/images/back.gif');
	background-position:	center top;
}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#E8612E;
	text-decoration:		underline;
}

/*---------------------------------------------------------------------------------------------------------
//	Camp Hanes structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	width:					800px;
	padding: 0 21px;
	position: relative;

	background-image:		url('/images/center_back.gif');
	background-position:	center top;
	background-repeat: repeat-y; 
}

#pagecontent
{
	width: 800px;
	background-image:		url('/images/content_back.jpg');
	background-repeat:		no-repeat;
}

#header
{	
	height: 246px;
}

a#logo
{
	z-index: 100;
	position: absolute;
	display: block;
	top: 10px;
	left: 45px;
	width: 127px;
	height: 100px;
}

a#logo span
{
	visibility: hidden;
}


table#body
{
	border-collapse:		collapse;
	width:					800px;
}

col#col-left
{
	width:					160px;
}

col#col-content
{
	width:					auto;
}

td#content
{
	width:					auto;
	padding:				20px;
	padding-left:		50px;
}

#titleimage
{
	z-index: 30;
	position: absolute;
	top: 142px;
	left: 255px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer2
{
	border-top:				1px solid #A3A792;
}

#footer
{
	clear:					both;
	margin:					0px 0px 50px;
	border-top:				1px solid #ECEFE1;
	padding:				22px 1em;
	line-height:			2.0em;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;	
	font-size:				0.7em;
	text-align: center;
	color: #755E3F;
}

#footer p
{
	clear:					both;
}

#footer ul
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

#footer li
{
	float:					left;
	padding:				5px 10px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:				0px 0px 0em 0px;
	padding:				0px;

	font-family:			Trebuchet MS, verdana, sans-serif;
	font-weight:			bold;
	font-size:			1.2em;
}

h1 a,h1 a:hover
{

}

h2
{
	margin:					0em;
	margin-top:				1em;
	padding:				0px;
	
	font-family:			arial,sans-serif;
	font-weight:			bold;
	font-size:				0.85em;

}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.7em;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.70em;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			1.7em;
	font-size:				0.9em;
	color: 					#574630;
}

blockquote
{
	margin:					1em 3em;
	border-top:				1px solid rgb(221,204,204);
	border-bottom:			1px solid rgb(221,204,204);
	padding:				0.5em 0em;
	font-family:			times new roman,times;
	font-size:				1.15em;
	font-style:				italic;
	line-height:			1.4em;
	color:					rgb(153,51,51);
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
/* transparent sidebar... we show the content twice to do the transparency effect */
.sidebarcontent
{
	filter:alpha(opacity=35);
	opacity: 0.35;
	-moz-opacity:0.35;
	
	background-color: white;
	padding: 15px;
	margin-bottom: 20px;

	line-height:			1.7em;
	font-size:				0.8em;
	color: white;
}

.sidebarcontent2
{
	position: absolute;
	top: 0;
	left: 0;

	padding: 15px;
	margin-bottom: 20px;

	line-height:			1.7em;
	font-size:				0.8em;
	color: #574630;
}



td#right
{
	width:					138px;
	padding:				0px;
}

.sidebar
{
	position: relative;
	float: right;
	width: 260px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.caption-right
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	clear: right;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 200px;
	line-height:			1.7em;
	font-size:				0.7em;
	color: #E8612E;	
	float: right;
}

.sidebar img
{
	clear: right;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-bottom: .5em;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:					1px solid rgb(204,215,238);
	border-collapse:		collapse;
	empty-cells:			show;
}

table.data caption
{
	margin:					0.5em 0em;
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.70em;
}

tr.r0
{
	background-color:		white;
}

tr.r1
{
	background-color:		rgb(238,245,255);
}

table.data th,
table.data td
{
	padding:				0.5em 1.0em;
	text-align:				left;
	font-family:			verdana,arial,sans serif;
}

table.data th
{
	vertical-align:			bottom;
	background-color:		rgb(204,215,238);
	font-weight:			bold;
	font-size:				0.70em;
	color:					white;
}

table.data td
{
	vertical-align:			top;
	border-bottom:			1px solid rgb(204,215,238);
	font-size:				0.68em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Menu widget
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
#menudiv
{
	position: relative;
	top: -90px;
	right: -35px;
	background-image: url('/images/menu_back.gif');
	width: 138px;
}

ul#menu-widget li.toplevel
{
	display: block;
	padding-top: 	1px;
	padding-bottom:	1px;
}

ul#menu-widget li.toplevel a
{
	display: block;
}
	
ul#menu-widget, ul#menu-widget ul, ul#menu-widget ul ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}

ul#menu-widget
{
	margin: 0px 2px 0px 3px;
}

ul#menu-widget ul li a
{
	display: block;
	color: white;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	line-height: 15px;
	padding: 3px;
}

ul#menu-widget ul
{
	display: none;
}

li.subnav
{
	border-top: 1px dotted white;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 1px;
}

li.subnav li { padding-bottom: 1px;}

ul#menu-widget ul ul {border: none; display: block;}

#ul_800000010{ background-color: #E8612E;}
#ul_800000010 a:hover, #ul_800000010 a.active
{ background-color: #DD431B; }
#ul_800000010 li.subnav ul a{ color: #EFCCBF;}

#ul_800000020{ background-color: #CFA829; }
#ul_800000020 a:hover, #ul_800000020 a.active{ background-color: #BA8916; }
#ul_800000020 li.subnav ul a{ color: #EFCCBF;}

#ul_800000030{ background-color: #819538; }
#ul_800000030 a:hover, #ul_800000030 a.active{ background-color: #617622; }
#ul_800000030 li.subnav ul a{ color: #EFCCBF;}

#ul_800000040{ background-color: #3C778F; }
#ul_800000040 a:hover, #ul_800000040 a.active{ background-color: #25576F; }
#ul_800000040 li.subnav ul a{ color: #B2DAED;}

#ul_800000050{ background-color: #9C401F; }
#ul_800000050 a:hover, #ul_800000050 a.active{ background-color: #7D2811; }
#ul_800000050 li.subnav ul a{ color: #FFB1B5;}

#ul_800000060{ background-color: #9C7F1F; }
#ul_800000060 a:hover, #ul_800000060 a.active{ background-color: #7D5F11; }
#ul_800000060 li.subnav ul a{ color: #FFAA98;}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*	do not underline links	*/
a
{
	text-decoration:		none;
}

/*	shortcomings of the formatter	*/
p
{
	margin:					0px;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}

#dancingb
{
	z-index: 10;
}

.red_asterisk
{
	color:					red;
}
	
