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

/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-bottom:			20px;

	/*	Customize			----------------------------*/
	margin-top:				20px;
	margin-left:			auto;
	width:					800px;
	border:					1px solid rgb(170,170,170);
}

#header
{
	background-image:		url( /site/images/bg_header.gif );
	background-repeat:		repeat-x;
}

table#body
{
	clear:					both;
	empty-cells:			show;
	width:					800px;
}

col#col-left
{
}

col#col-content
{
	width:					auto;
}

/*	See sectionnav CSS tempaltes for td#left	*/
td#left h2
{
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.70em;
}

/*	Optional sitebar	*/
td#right
{
}

td#content
{
	width:					auto;
	padding:				20px;
	background-color:		white;
}

#nav-global
{
	position:				absolute;
	top:					0px;
	left:					530px;
	z-index:				100;
}


/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:				block;
	clear:					both;

	width:					100%;
	height:					23px;
	white-space:			nowrap;

	background-image:		url( /site/images/nav/bg_mainnav.gif );
	background-repeat:		repeat-x;
}

#nav-main ul
{
	display:				block;
	float:					left;
	margin:					0px;
	padding:				0px;

	list-style-type:		none;

}

#nav-main li
{
	display:				inline;
	float:					left;
}

#nav-main a
{
	display:				block;
	background-color:		rgb(153,153,153);
	padding-left:			1px;
}


img#header
{
	float:					left;
}

img#logo
{
	margin-top:				28px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
td#footer
{
	padding:				0px 13px 15px 10px;

	vertical-align:			bottom;

	background-image:		url( /site/images/bg_left.gif );
	background-position:	top right;
	background-repeat:		repeat-y;

	line-height:			1.5em;
	font-family:			verdana,sans serif;
	font-size:				0.55em;
	color:					rgb(204,204,204);
}
td#footer a
{
	color:					rgb(204,204,204);
	font-weight:			bold;
}

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

	background-color:		white;
	background-image:		url( /site/images/bg_h1.gif );
	background-position:	bottom left;
	background-repeat:		no-repeat;

	line-height:			1.6em;
	font-family:			verdana,sans serif;
	font-weight:			bold;
	font-size:				1.5em;
	color:					rgb(238,238,238);
}

h1 a,h1 a:hover
{
	text-decoration:		none;
	color:					rgb(204,204,204);
}

h1#title
{
	height:           auto;
	margin:           0em 0em 0.4em;
	padding:          0px;

	background-image: none;
	
	line-height:      normal;
	font-family:      caslontwotwentyfour-book,times new roman,times,serif;
	font-weight:      normal;
	font-size:        2.0em;
	color:            rgb(0,51,102);
}

h2
{
	margin:					0em 0em 0.4em;
	padding:				0px;
	
	font-family:			caslontwotwentyfour-book,times new roman,times,serif;
	font-weight:			normal;
	font-size:				2.0em;
	color:					rgb(0,51,102);
}

h3
{
	margin:					1.7em 0em 0em 0em;
	padding:				0px;
	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.4em;
	font-family:			verdana,arial,sans serif;
	font-size:				0.70em;
	color:					rgb(51,51,51);
}

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

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

blockquote
{
	margin:					1em 3em;
	border-top:				4px solid rgb(204,204,204);
	border-bottom:			4px solid rgb(204,204,204);
	padding:				0.5em 0em;
	font-family:			arial,sans serif;
	font-size:				0.95em;
	line-height:			1.4em;
	color:					rgb(153,153,153);
}

ul.groups
{
	float:					left;
	width:					180px;
	list-style-type:		none;
	font-family:			verdana,sans serif;
	font-size:				0.70em;
	font-weight:			bold;
	line-height:			1.4em;
	color:					rgb(153,153,153);

}

ul.groups li
{
	padding:				0.5em 0em;
}

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

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

	border-bottom:			10px solid rgb(204,204,204);
}

#custom-sidebar
{
	width:					177px;
	float:					left;
	border-right:			1px solid rgb(204,204,204);
	margin:					0px 19px 0px 0px;
	padding:				19px 19px 0px 0px;

	text-align:				right;
}

#custom-sidebar h3
{
	margin:					0em 0em 1em;
	padding:				1em 0em 0em;
	border-bottom:			1px solid rgb(204,204,204);
	text-transform:			uppercase;
	color:					rgb(102,102,102);
}

#custom-sidebar h4
{
	margin:					0px;
	padding:				0px;

	font-family:			verdana,sans serif;
	font-weight:			normal;
	font-size:				0.70em;
	color:					rgb(153,153,153);
}

#custom-sidebar ul
{
	list-style-type:		none;
	margin:					0px 0px 1em;
	padding:				0px;

	font-family:			verdana,sans serif;
	font-size:				0.70em;
	color:					rgb(153,153,153);
}

#custom-sidebar ul li.member
{
	margin:					0px;
	padding:				0.1em 0px;
}

#custom-sidebar ul li
{
	padding-bottom:			1em;
}

#custom-sidebar a
{
	font-weight:			bold;
	color:					rgb(102,102,102);
	white-space:			normal;
}

ul.searchresults
{
	list-style-type:		none;
	margin:					0px 0px 20px;
	padding:				0px 0px 20px;

	font-family:			verdana,sans serif;
	font-size:				0.70em;
	color:					rgb(153,153,153);

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

ul.searchresults li
{
	padding-top:			1em;
}


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


/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	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:					140px;
	border-top:				1px solid white;;
	border-bottom:			none;
	background-color:		rgb(226,226,226);
}

ul.submenublock
{
	width:					250px;
	background-color:		rgb(241,241,241);
}

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

ul.menublock a,ul.submenublock a
{
	display:				block;
	width:					auto;
	height:					22px;
	border-bottom:			1px solid white;
	padding:				0px 8px;
	line-height:			22px;
	white-space:			nowrap;
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
	text-decoration:		none;
	color:					rgb(0,51,102);
}

.menublock a:hover,
.submenublock a:hover,
a.highlight
{
	background-color:		rgb(0,51,102);
	color:					white!important;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover,
a.highlight
{
	background-image:		url( /images/arrow0.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;
}

.listitem
{
margin-bottom: 10px;
}

.eventlistitem
{
margin-bottom: 10px;
}


/*---------------------------------------------------------------------------------------------------------
//	Dim
//-------------------------------------------------------------------------------------------------------*/
#emailthispage-dim
{
	display:				none;


	background-color:		rgb(0, 0, 0);
	opacity:				0.7;
	filter:					alpha(opacity=70);
	-moz-opacity:			0.70;
	z-index:				1000;
	height:					100%;
	width:					100%;
	background-repeat:		repeat;
	position:				absolute;
	top:					0px;
	left:					0px;
	height:					2100px;
}	

#emailthispage
{
	position:				absolute;
	top:					0px;
	left:					0px;
	z-index:				1001;
	width:					100%;
	height:					100%;
	display:				none;
	text-align:				center;
	padding-top:			50px;

	text-align:				left;
}

#emailthispage form h2
{
	background-color:		#8F8F81;
	padding:				10px 20px;
	color:					white;
}

#emailthispage form
{
	margin:					0px auto;
	border-collapse:		collapse;

	width:					500px;
	height:					500px;
	background-color:		white;
}
#emailthispage table td
{
	padding:				0px;
}
#emailthispage #formblock
{
	padding:				10px 20px;  
}

#emailthispage form h2
{
	background-color:		#8F8F81;
	padding:				10px 20px;
	color:					white;
}

#emailthispage textarea
{
	width:					450px;
	height:					135px;
}
/*
.contentarea_2
{
	width:					369px;
	float:					left;
}*/
#tracker-onpage table
{
	font-size:			11px;
}