/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
/*-------------------------------------------------------------------------------------------------------*/
/*	CONTENT STYLES
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Body structure elements
/*-------------------------------------------------------------------------------------------------------*/
body,body.nobg
{
	margin:					0px;
	padding:				0px;
	
	background-color:		white;
	background-image:		url( /images/bg_main.gif );
	background-repeat:		repeat-y;
}

/*	Eliminate background image	*/
body.nobg
{
	background-image:		none;
}

#header
{
	background-color:		rgb(189,191,152);
	border-bottom:			1px solid white;
	background-image:		url( /images/bg_header.gif );
	background-repeat:		no-repeat;
}

table#body
{
	display:				block;
	clear:					both;
	width:					760px;
	min-height:				220px;
}

col#left
{
	width:					120px!important;
}

td#left
{
	width:					100px;
	background-image:		url( /images/bg_left.gif );
	background-repeat:		repeat-x;
	vertical-align:			top;
	padding:				25px 5px 50px 15px;
}

col#content
{
	width:					auto;
}

td#right
{
	vertical-align:			top;
	width:					110px;
	padding:				34px 0px 0px;
}

td#content
{
	vertical-align:			top;
	width:					auto;
	padding:				10px 40px 20px 30px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Miscellaneous
/*-------------------------------------------------------------------------------------------------------*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

p
{
	margin:					0px;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

td
{
	vertical-align:			top;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Global styles
/*-------------------------------------------------------------------------------------------------------*/
#globals
{
	display:				block;
	clear:					both;
	width:					auto;
	height:					21px;
	padding-left:			652px;
	white-space:			nowrap;
	background-image:		url( /images/bg_globals.gif );
	background-repeat:		repeat-y;
}

ul#nearby
{
	width:					110px;
	list-style-type:		none;
	margin:					0px;
	padding:				5px 0px 0px;

	text-align:				center;
	line-height:			1.3em;
	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
}

ul#nearby a
{
	display:				block;
	padding:				0.3em 0em;
	color:					rgb(51,102,187);
}

ul#nearby a:hover
{
	color:					rgb(153,51,34);
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Footer styles
/*-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					13px 0px 50px 140px;
	padding:				0em 1em;
	line-height:			2.0em;
	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
	color:					rgb(170,170,170);
}

/*	Equal opportunity logo	*/
#footer img
{
	vertical-align:			-10%;
}

#footer a
{
	padding:				0px 0px;
	white-space:			nowrap;
	
	text-decoration:		none;
	color:					rgb(170,170,170);
}

/*	used for the dividing line | between nav items	*/
.divider
{
	padding:				0em 0.4em;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Standard body styles
/*-------------------------------------------------------------------------------------------------------*/
h1
{
	margin:					0px;
	padding:				0.2em 0em;

	line-height:			1.2em;
	font-family:			georgia,times new roman,serif;
	font-weight:			normal;
	font-size:				1.5em;
	color:					rgb(173,105,82);
}

h1 a,h1 a:hover
{
	text-decoration:		none;
	color:					rgb(173,105,82);
}

h2
{
	margin:					0em;
	padding:				0.5em 0em 0.25em 0em;
	
	font-family:			georgia,verdana,sans serif;
	font-weight:			bold;
	font-size:				0.80em;
	color:					black;
}

h2 a
{
	color:					rgb(119,136,85);
}

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
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			1.7em;
	font-family:			verdana,arial,sans serif;
	font-size:				0.70em;
	color:					black;
}

.bodytext2
{
	line-height:			1.4em;
	margin-bottom:			1.3em;
}

a
{
	text-decoration:		none;
	color:					rgb(153,51,51);
}

a:hover
{
	color:					rgb(153,51,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);
}

/*********************************************************************************************************/
/*	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.data
{
	border:					1px solid rgb(204,204,204);
}

th.thead
{
	background-color:		rgb(204,204,204);
	vertical-align:			bottom;
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.72em;
	color:					black;
}

td.tdata
{
	background-color:		white;
	padding:				0.25em 0.5em;
	border-bottom:			1px solid rgb(204,204,204);
	vertical-align:			top;
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
	color:					black;
}

/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	MENUS & NAVIGATION
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Container blocks for nav sets
/*-------------------------------------------------------------------------------------------------------*/
#topnav
{
	clear:					both;
	width:					100%;
	border-bottom:			2px solid white;
	background-color:		white;
	background-image:		url( /images/bg_topnav.gif );
	background-repeat:		repeat-y;
}


/*********************************************************************************************************/
/*	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;
	text-align:				left;
	
	/*	Customizeable options	--------------------*/
	width:					140px;
	border-top:				1px solid white;
	border-bottom:			none;
	background-color:		rgb(153,170,119);
}

ul.submenublock
{
	background-color:		rgb(119,136,85);
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:				inline;
}

ul.menublock a,ul.submenublock a
{
	display:				block;
	width:					auto;
	height:					25px;
	border-bottom:			1px solid rgb(119,136,85);
	padding:				0px 8px;
	line-height:			25px;
	white-space:			nowrap;
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
	text-decoration:		none;
	color:					white;
}

ul.submenublock a
{
	height:					23px;
	line-height:			23px;
	border-top:				none;
}

.menublock a:hover,.submenublock a:hover
{
	background-color:		rgb(119,136,85);
	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 );
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Sidenav styles
/*-------------------------------------------------------------------------------------------------------*/
ul#sidenav,
ul#sidenav ul.sub
{
	margin:					0px;
	padding:				0px;
	width:					100px;
	list-style-type:		none;
}

a.sidenav-top
{
	display:				block;
	padding:				0.3em 0em;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	text-transform:			uppercase;
	font-size:				0.65em;
	text-decoration:		none;
	color:					rgb(119,136,85);
}

ul#sidenav a
{
	display:				block;
	padding:				0.3em 0em;
	line-height:			1.3em;
	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
	text-decoration:		none;
	color:					rgb(119,136,85);
}

ul#sidenav ul.sub a
{
	margin-left:			1.0em!important;
}

ul#sidenav a.active,
ul#sidenav a:hover
{
	color:					rgb(153,51,34);
}