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

	/*	Default text styles	----------------------------*/
	font-family:			Verdana;
	color:					#f3ede1;
	font-size:				11px;
}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	outline: 				none;
 	color:					#ed9205;
}

a:hover
{
	color:					#bda976;
}

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

	/*	Customize			----------------------------*/
	background:				#7e7b5b url(/images/bg_headermap.gif) no-repeat;
	width:					797px;
	border:					1px solid #770A30;
	
	position: 				relative;
}

/*	Popup container	*/
#popup-box
{
	/*	Customize			----------------------------*/
	background-color:		white;
	border:					1px solid black;
	margin:					0px 20px 0px 20px;
	padding:				15px;
}

#login
{
	width:					797px;
	text-align: 			right;
	color: 					#ffcc66;
	margin: 				0px auto;
	padding: 				3px 0;
	font-size:				1.1em;
	font-weight:			bold;
}

#login a
{
	/*color: 					#bc7a8f;*/
}

#header
{
}

#logo
{
	position: 				absolute;
	top: 					0px;
	left: 					260px;
}

#logo a,
#logo a:hover
{
	color:					white;
}

table#body
{
	border-collapse:		collapse;
	width:					100%;
}

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

col#col-content
{
	width:					auto;
}

/*	See sectionnav CSS tempaltes for td#left	*/

/*	Optional sitebar	*/
td#right
{
}

td#content
{
	width:					auto;
	padding:				20px;

	background: 			#7E7B5B url(/images/bg_footerscroll.gif) bottom right no-repeat;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px;
	padding:				17px 0px 0 0;
	line-height:			17px;

	background: 			#770a30 url(/images/bg_footerscroll2.gif) top right no-repeat;
	
	text-align: 			right;
}

#footer p
{
	background: 			none;
}

#copyright
{
	background: 			none;
	color: 					#bc7a8f;
}

#credit,
#mapcredit
{
	background: 			none;
/* 	float: 					left; */
	text-align: 			left;
	color: 					#bc7a8f;
}

#mapcredit
{
	font-size:				9px;
}

#credit a
{
	color: 					#bc7a8f;
}

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

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

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

	font-weight:			bold;
	font-size:				1.4em;
}

h1 a,h1 a:hover
{
	color:					#888888;
}

#popup-box h1
{
	margin-top:				10px;
	text-align:				center
}

h2
{
	margin:					0em;
	padding:				0px;
	
	font-weight:			bold;
	font-size:				0.85em;
	color:					#666666;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.7em;
	font-weight:			bold;
	font-size:				0.70em;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			17px;
}

.bodytext a
{
 	color:					#bda976;
}

.bodytext a:hover
{
	color:					#ed9205;
}

blockquote
{
	margin:					1em 3em;
	padding:				0em;
	font-style:				italic;
	line-height:			1.4em;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					180px;
	padding:				20px;
}

.sidebar
{
	line-height:			1.4em;
	font-size:				0.65em;
}

/*=========================================================================================================
//	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-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;
}

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;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					26px;
	line-height:			26px;
	padding:				0em 1.0em;
	white-space:			nowrap;
	font-size:				11px;

	border-bottom:			1px solid rgb(238,238,238);
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	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;
}

.bodytext ol, .bodytext ul
{
	margin: 				0px;
	padding: 				0 0 0 20px;
}

.bodytext ol ol, .bodytext ul ul
{
	padding-left: 			40px;
}

/*---------------------------------------------------------------------------------------------------------
//	Formatter Styles
//-------------------------------------------------------------------------------------------------------*/

.pageopening
{
	color: 					#730930;
	font-size: 				12.5px;
	font-weight: 			bold;
}

.redtext
{
	color: 					#952b30;
}

.runintext
{
	color: 					#642f2f;
}
