/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
html
{
}

body
{
	margin:					0;
	padding:				0;
	
	background-color:		#AAAAAA;

	/*	Default text styles	----------------------------*/
	font-family:			Georgia,"Times New Roman",Times,Serif,serif;
	color:					#404040;
	font-size:				75%;

	background-image:		url(/images/background-tile.jpg);
}

#secondary-body
{
	background-image:		url(/images/background3.jpg);
	background-repeat:		repeat-x;
}

/*img,div { behavior:				url(/site/iepngfix/iepngfix.htc); }*/

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					rgb(59,121,166);
	position:				relative;
}

a:hover
{
	color:					rgb(119,119,119);
}

div#header-top,div#header-bottom
{
	background-color:		#811a00;
	color:					white;
	height:					21px;
	margin:					0 auto;
	text-transform:			uppercase;
	font-family:			"Lucida Grande",Verdana,Helv,Arial,Helvetica,Sans,sans-serif;
	font-size:				12px;
	line-height:			18px;
	padding:				2px;
}

div#header-top a, div#header-bottom a
{
	color:					white;
}

div#header-top a:hover, div#header-bottom a:hover
{
	color:					white;
}

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

	/*	Customize			----------------------------*/
	width:					703px;
	padding:				0 35px 0 35px;
	background-image:		url(/images/backplate.png);
	background-repeat:		repeat-y;
}

div.bodytextbox
{
	border:					1px solid #bbbbbb;
	background-color:		white;
	margin-bottom:			15px;
}

.bodytextbox h1
{
	width:					auto;
	background-image:		url(/images/header_background.png);
	background-position:	50% 0;
	color:					#811a00;
	text-transform:			uppercase;
	font-size:				1.3em;
	line-height:			1.3em;
	padding:				3px 5px;	
}

.bodytextbox .text
{
	margin:					10px;
}


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

#header
{
	text-align:				center;
}

#logo
{
	margin-bottom:			15px;
}

#header-logo
{
	margin:					1px 0;
}

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#content
{
	width:					auto;
	padding:				15px 20px 0 0;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	line-height:			2.0em;
	text-align:				center;
	padding:				20px 0;
}

#footer p
{
	clear:					both;
	font-weight:			bold;
	margin:					0;
}

#footer ul
{
	list-style-type:		none;
	text-transform:			uppercase;
	line-height:			2.0em;
	margin:					0;
	padding:					0;
}

#footer li
{
	margin:					0;
	display:				inline;
	padding:				0;
}

#footer li a
{
	color:					#811A00;
	font-weight:			bold;
}
#footer a
{
	color:					#811A00;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	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:				1.2em;
	color:					#666666;
}

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

/*	Standard body style	*/
.bodytext
{
	line-height:			1.7em;
}


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

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					205px;
	padding-top:			15px;
}

div.sidebar
{
	border:					1px solid #bbbbbb;
	margin-top:				10px;
	font-family:			"Lucida Grande",Verdana,Helv,Arial,Helvetica,Sans,sans-serif;

}

div.sidebar h2
{
	width:					auto;
	color:					white;
	background-color:		#811A00;
	padding:				7px;
	font-family;			bold;
	font-size:				11px;
	text-transform:			uppercase;
}

div.sidebar div.text
{
	padding:				10px;
	color:					#666666;
	font-family:			Verdana,Arial,Helvetica,sans-serif;
	font-size:				9px;
}

div.sidebar div.text img
{
	margin:					0 auto;
	margin-bottom:			10px;
}


/*=========================================================================================================
//	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;
	white-space:			nowrap;
}

#breadcrumb a
{
}

#breadcrumb .static
{
}

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


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

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


ul#sidenav 
{
	list-style-type:		none;
	margin:					0;
	padding:				0;
	font-family:			"Lucida Grande",Verdana,Helv,Arial,Helvetica,Sans,sans-serif;
	text-transform:			uppercase;
	width:					205px;
	font-weight:			bold;
	font-size:				11px;
}

ul#sidenav a
{
	display:				block;
	padding:				7px;
	color:					white;
	background-color:		#811A00;
}
	

ul#sidenav a:hover
{
	background-color:		#7F7E3D;
}


ul#sidenav ul.submenu a
{
	color:					#811A00;
	font-weight:			bold;
	background-color:		#eeeeee;
	
	/*
	background-image:		url(/images/bullet.gif);
	background-repeat:		no-repeat;
	background-position:	20px;
	padding-left:			50px;
	*/
	height:					1%;

}

ul#sidenav ul.submenu a:hover,
ul#sidenav ul.submenu a.active
{
	color:					#7F7E3D;
	background-color:		white;
}

ul#sidenav li
{
	margin-bottom:			5px;
	border:					1px solid #bbbbbb;
	border-bottom:			none;
	padding:				0;
	position:				relative;
}

ul#sidenav ul li
{
	border:			none;
}


ul#sidenav ul.submenu
{
	display:  				none;
	list-style-type:		none;
	text-transform:			none;
	margin:					0;
	padding:				5px;
	background-color:		white;
	border-bottom:			1px solid gray;
}

ul#sidenav ul.submenu li
{
	background-color:		#EEEEEE;	
	margin-bottom:			0;
	border-top:				1px dotted black;
}

.gray
{
	color:					gray;
}

h2.graybox
{
	background-color:		#333333;
	color:					white;
	width:					auto;
	padding:				5px 8px;
	margin-bottom:			15px;
	font-family:			verdana,arial,sans serif;
}


/*	Slideshow styles	*/
#slideshow_frame
{
	position:		relative;
	height:			133px;

}

.slideshow_slide
{
	z-index: 		0;
	
	position: 		absolute;
	top: 			0px;
	left: 			0px;


	display: 		none;
	
	overflow: 		hidden;
}

#slide_1
{
	display: 		block;
}

#slideshow_queued
{
	display: 		block;
	z-index: 		10;
}

#slideshow_shown
{
	display: 		block;
	z-index: 		20;

	filter: 		alpha(opacity=99);
	opacity: 		.99;
	-moz-opacity: 	.99;
	-khtml-opacity:	.99;
}

#SignUp table
{
	width:			300px !important;
}

#SignUp table td
{
	padding:		5px;
	white-space:	nowrap;
}

#adspace {
			width:206px;
			height:301px;
			background:#eaf3f8;
			margin:10px 0px 25px;
		}

.galItem
{
	display:		block;
			width:206px;
			height:301px;
}
