/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
/*-------------------------------------------------------------------------------------------------------*/
/*	CONTENT STYLES
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Body structure elements
/*-------------------------------------------------------------------------------------------------------*/
body,body.nobg
{
	margin:					0px;
	padding:				0px;
	
	background-color:		white;
}

/*	Eliminate background image	*/
body.nobg
{
	background-image:		none;
}

#header
{
}

table#body
{
	width:					700px;	
}

col#left
{
}

td#left
{
	width:					120px;
	background-color:		rgb(255,255,238);
	padding:				20px;
}

col#content
{
	width:					auto;
}

td#right
{
}

td#content
{
	width:					auto;
	padding:				20px;
	padding-left:			54px;
}

img.title
{
	margin-top:				57px;
	margin-left:			52px;
	margin-bottom:			22px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Footer styles
/*-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					20px 0px 50px;
	text-align:				center;
	width:					700px;
	font-family:			"Times New Roman", Times, serif;
	font-size:				8pt;
	font-style:				normal;
	line-height:			10pt;
	color :					#cccccc;
}

#footer img
{
	display:				block;
	margin-bottom:			13px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Developer positioning tools
/*-------------------------------------------------------------------------------------------------------*/
#poslabel
{
	position:				absolute;
	display:				none;
	z-index:				1000;
	background-color:		rgb(238,238,238);
	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
	padding:				5px 3px;
	border:					1px solid rgb(153,51,51);
}

#grid
{
	position:				absolute;
	display:				none;
	z-index:				500;
	top:					0px;
	left:					0px;
	width:					100%;
	height:					0px;
	background-image:		url(/images/grid.gif);
	border:					1px solid black;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Miscellaneous
/*-------------------------------------------------------------------------------------------------------*/
/*	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;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Global styles
/*-------------------------------------------------------------------------------------------------------*/
#globals
{
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
	color:					black;
	
	position:				absolute;
	top:					20px;
	right:					20px;
	white-space:			nowrap;
}

#globals a
{
	margin-right:			10px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Standard body styles
/*-------------------------------------------------------------------------------------------------------*/
h1
{
	font-family :			serif;
	font-size :				12pt;
	font-style :			italic;
	font-weight :			lighter;
	list-style-position :	outside;
	list-style-type :		square;
	color:					#808080;
}

h1 a,h1 a:hover
{
	text-decoration:		none;
	color:					#808080;
}

h2
{
	margin:					0em;
	padding:				0.5em 0em 0em 0em;
	
	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;
}

/*	Same properties except different line-height	*/
.bodytext,
.bodytext2
{
	font-family:			Times New Roman, Times, serif;
	font-size:				11pt;
	font-style:				normal;
	line-height:			13pt;
	color:					#808080;
}

.bodytext2
{
	line-height:			1.4em;
	margin-bottom:			1.3em;
}

.smalltext
{
	font-family:			Times New Roman, Times, serif;
	font-size:				10pt;
	font-style:				italic;
	line-height:			15pt;
	color:					#808080;
}

a
{
	text-decoration:		none;
	color:					#808080;
}

a:hover
{
	color:					#808080;
	text-decoration:		underline;
}

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);
}

ul
{
	list-style-type:		square;
	color:					#999999;
}

/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Image positioning ( image only )
/*-------------------------------------------------------------------------------------------------------*/
img.right
{
	float:					right;
	margin:					0px 0px 20px 20px;
}

img.left
{
	float:					left;
	margin:					0px 20px 20px 0px;
}

/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Image positioning with caption block
/*-------------------------------------------------------------------------------------------------------*/
.caption-left,.caption-right
{
	width:					200px;
	padding:				5px 0px;

	line-height:			1.3em;
	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
}

.caption-left
{
	float:					left;
	margin:					0px 20px 20px 0px;
}

.caption-right
{
	float:					right;
	margin:					0px 0px 20px 20px;
}

/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Table data
/*-------------------------------------------------------------------------------------------------------*/
table.text
{
}

table.text td
{
	padding-right:			10px;
	padding-bottom:			10px;

	font-family:			Times New Roman, Times, serif;
	font-size:				11pt;
	font-style:				normal;
	line-height:			13pt;
	color:					#999999;
}

table#gallery
{
	margin-top:				15px;
	margin-left:			18px;
}

table#gallery td
{
	font-family :			serif;
	font-size :				12pt;
	font-style :			italic;
	font-weight :			lighter;
	list-style-position :	outside;
	list-style-type :		square;
	padding-right:			25px;
	padding-bottom:			20px;
}

table#gallery td img
{
	float:				left;
	margin-right:		20px;
	margin-bottom:		41px;
}

table#items
{
	margin-top:				15px;
	margin-left:			18px;
}

table#items td
{
	font-family :			serif;
	font-size:				9pt;
	font-style:				italic;
	line-height:			10pt;
	color:					#999999;
	padding-right:			35px;
	padding-top:			16px;
	padding-bottom:			8px;
}

table#items td.nav
{
	font-family :			serif;
	font-size:				9pt;
	font-style:				italic;
	line-height:			10pt;
	color:					#AAAAAA;
	background-color:		#DBDBDB;
	padding:				2px 5px;
}

table#items td.nav a,
table#items td.nav a:hover
{
	color:					#666666;
}

table#items td img
{
	display:				block;
	margin-bottom:			24px;
}





table#location
{
	margin-top:				25px;
	margin-left:			10px;
	width:					568px;
}

table#location td
{
	font-family :			serif;
	font-size:				11pt;
	font-style:				italic;
	color:					Gray;
	border-bottom:			1px solid #808080;
	padding-right:			12px;
	padding-bottom:			20px;
	padding-top:			20px;
}

table#videos
{
	margin-top:				25px;
	margin-left:			10px;
	width:					568px;
}

table#videos td
{
	font-family :			serif;
	font-size:				12pt;
	line-height:			13pt;
	color:					Gray;
	padding-right:			10px;
	padding-bottom:			20px;
	padding-top:			20px;
}

table#videos td img
{
	float:					left;
	margin-right:			20px;
}

/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	MENUS & NAVIGATION
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Container blocks for nav sets
/*-------------------------------------------------------------------------------------------------------*/
/*	NOTE:  Do not user border-top property because IE and Opera will not position DHTML menus correctly
/*-------------------------------------------------------------------------------------------------------*/
#topnav
{
	/*	Do not modify		----------------------------*/
	clear:					both;
	border-top:				0px!important;
	
	/*	Customizeable		----------------------------*/
	margin-left:			42px;
}


/*********************************************************************************************************/
/*	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;

	/*	Customizeable options	--------------------*/
	width:					140px;
	border-top:				1px solid rgb(204,204,204);
	border-bottom:			none;
	background-color:		rgb(238,238,238);
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:				inline;
}

ul.menublock a,ul.submenublock a
{
	display:				block;
	width:					auto;
	height:					21px;
	border-bottom:			1px solid rgb(204,204,204);
	padding:				0px 8px;
	line-height:			21px;
	white-space:			nowrap;
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
	text-decoration:		none;
}

.menublock a:hover,.submenublock a:hover
{
	background-color:		rgb(153,51,51);
	color:					white;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,a.showsub:hover
{
	background-image:		url( /images/arrow0.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Change color on mouseover	*/
a.showsub:hover
{
	background-image:		url( /images/arrow1.gif );
}

/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Main nav item styles (for text-only menu headers - delete these if graphics are used for main nav)
/*-------------------------------------------------------------------------------------------------------*/
#topnav a,#topnav a.active
{
	display:				block;
	width:					auto;
	padding:				0px 0px;
	white-space:			nowrap;
	
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				11px;
	text-decoration:		none;
	color:					black;
}

#topnav a.active
{
	
}

#topnav a:hover,
#topnav a.active:hover
{
	background-color:		rgb(153,51,51);
	color:					white;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Sidenav styles
/*-------------------------------------------------------------------------------------------------------*/
ul#sidenav,
ul#sidenav ul.sub
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

a.sidenav-top
{
	display:				block;
	padding:				0.8em 0em;
	margin-bottom:			0.4em;
	border-bottom:			1px solid rgb(204,204,204);
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.68em;
	text-decoration:		none;
	color:					rgb(153,51,51);
}

ul#sidenav a
{
	display:				block;
	padding:				0.4em 0em;
	line-height:			1.3em;
	font-family:			verdana,arial,sans serif;
	font-size:				0.7em;
	text-decoration:		none;
	color:					gray;
}

ul#sidenav ul.sub a
{
	margin-left:			1.0em!important;
}

ul#sidenav a.active,
ul#sidenav a:hover
{
	color:					blue;
}