/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"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-image: url(/images/back.gif);
	background-repeat: repeat-y;
	background-color: #A6A6A6;
}

/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------
	margin-right:			auto;
	margin-left:			auto;
*/
	/*	Customize			----------------------------*/
	margin-bottom:			0px;
	margin-top:				0px;
	width:					800px;
}

#header
{
	height: 163px;
	margin: 0px;
	background-image: url(/images/header_back.jpg);
	background-repeat: no-repeat;
}

#logo
{
	margin-left:	29px;
	margin-top:		12px;
}

table#body
{
	width:					800px;
	background-image: url(/images/bodytable_back.gif);
	background-repeat: repeat-y;
}

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 30px 30px 30px;
	background-image: none;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	color:					#BF808B;
	clear:					both;
	margin:					0px 0px 50px;
	border-top:				1px solid #E2CEAF;
	padding:				0em 1em;
	line-height:			2.0em;
	font-family:			verdana,arial,sans-serif;
	font-size:				0.7em;
}

#footer a
{
	color:					#BF808B;
}

#footer a.active
{
	color:					#FFF;
}

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

	font-family: 			Georgia, "Times New Roman", Times, serif;
	font-weight:			normal;
	font-size:				24px;
	color:					#7E0017;
}

h1 a,h1 a:hover
{
	text-decoration: none;
	color: #7e0017!important;
	font-weight: 100;
}

h1 img
{
	vertical-align: baseline;
}

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

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

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			1.7em;
	font-family:			verdana,arial,sans serif;
	font-size:				0.70em;
	color:					black;
}

a
{
	text-decoration:		none;
	color:					rgb(153,51,51);
}

a:hover
{
	color:					rgb(102,34,34);
}

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
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					180px;
	padding:				20px;
}

.sidebar
{
	line-height:			1.4em;
	font-family:			verdana,sans serif;
	font-size:				0.65em;
	color:					rgb(102,102,102);
}

.caption-right
{
	font-size: 10px;
	color: #9A805A;
}

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

table.data th
{
	background-color:		rgb(204,204,204);
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.72em;
	color:					black;
}

table.data td
{
	background-color:		white;
	padding:				0.25em 0.5em;
	border-bottom:			1px solid rgb(204,204,204);
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
	color:					black;
}

/*=========================================================================================================
//	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-family:			verdana,arial,sans serif;
	font-size:				11px;
}

#breadcrumb a
{
	text-decoration:		none;
}

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

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

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	DHTML menu styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
ul.menublock,ul.submenublock
{
	/*	Do not modify		----------------------------*/
	position:				absolute;
	z-index:				200;
	visibility:				hidden;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
	display:				none;
	
	/*	Customizeable options	------------------------*/
	width:					147px;
	border-top:				1px solid #A4001E;
	border-bottom:			none;
	background-color:		#7E0017;
}

ul.submenublock
{
	border-top:				none;
	background-color:		#430009;
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:				inline;
}

ul.menublock a
{
	display:				block;
	width:					auto;
	height:					27px;
	border-bottom:			1px solid #A4001E;
	padding:				0px 8px;
	line-height:			27px;
	white-space:			nowrap;
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
	text-decoration:		none;
	color:					white;
}

ul.submenublock a
{
	border-bottom:			none;
	display:				block;
	width:					auto;
	height:					27px;
	padding:				0px 8px;
	line-height:			27px;
	white-space:			nowrap;
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
	text-decoration:		none;
	color:					white;
}

.menublock a:hover,
a.highlight
{
	color: white;
	background-color:		#430009;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover,
a.highlight
{
	background-image:		url( /images/arrow1.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Menu item mouseover	*/
a.showsub:hover,
a.highlight
{
	background-image:		url( /images/arrow1.gif );
}



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

p
{
	margin:					0px;
}

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

.subhead
{
	font-weight: bold;
	color: #7E0017;
}

.listitem
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			1.7em;
	font-family:			verdana,arial,sans serif;
	font-size:				0.70em;
	color:					black;
}

.listitem h3
{
	font-size: 1em;
}
/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Gallery Page Styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
table.gallery tr td
{
	width:	25%;
	line-height:			1.7em;
	font-family:			verdana,arial,sans serif;
	font-size:				0.70em;
	color:					black;
	text-align: center;
	border-bottom: 1px solid #E2CEAF;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-right: 10px;
}

table.gallery tr td a
{
	font-size: 10px;
	color: #9A805A;
}

image.galleryimage
{
	background-color: white;
	padding: 1px;
	border: 1px solid #A6A6A6;
}
