/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"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:		#333333;

	/*	Default text styles	----------------------------*/
	font-family:			arial,sans-serif;
	color:					white;

}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#96D2E3;
}

a:hover
{
	color:					#96D2E3;
	text-decoration:		underline;
}

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

	/*	Customize			----------------------------*/
	width:					956px;
}

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

#header
{
	width:					100%;
	height:					90px;
	clear:					both!important;
}

img#logo
{
	float:					left;
	margin-top:				20px;
}

img#frog
{
	float:					right;
	clear:					right;
	margin-top:				20px;

	background-image:		url( /site/images/value.gif );
	background-repeat:		no-repeat;

	padding:				4px 0px 5px 187px;
}

img#left
{
	float:					left;
	width:					124px;
	height:					400px;
	background-color:		#898989;
	background-image:		url( /site/images/bg_menu.gif );
	background-repeat:		repeat-x;
	border-right:			4px solid black;
}

img#image-main
{
	float:					right;
	display:				block;
}
.rightpadding
{
	padding:				20px;
}


#main
{
	margin:					0px 128px;
	background-color:		#666666;

/*
	margin-left:			128px;
*/
/*	width:					700px;	*/
}

.two-column
{
	background-image:		url( /site/images/bg_2column.gif );
	background-repeat:		repeat-y;
}


#content
{
	min-height:				350px;

	padding:				25px;
}

.two-column #content
{
	padding-right:			270px;
}

#right
{
	float:					right;
	width:					248px;
	background-color:		#4D8EA0;
	color:					white;
}

#right ul
{
	list-style-type:		none;
	margin-left:			0px;
	padding-left:			0px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	background-color:		#333333;
	padding:				0px -8px 0px 0px;
	line-height:			24px;
	font-size:				9px;
	text-transform:			uppercase;
	color:					#666666;
	clear:					both;
}

#footer a
{
	font-weight:			bold;
	color:					#666666;
}


#footer ul
{
	float:					right;
	white-space:			nowrap;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

#footer li
{
	float:					left;
	padding:				0px 0px 0px 15px;
}


a.active
{
	color:					orange;
}

a#nwfcredit
{
	color:					#484848;
}

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

	width:					auto;
	font-weight:			bold;
	font-size:				0.97em;
}

#logout
{
	float:					right;
	line-height:			1.8em;
	font-size:				0.75em;
}

h1 a,h1 a:hover
{
	color:					#96D2E3;
	text-decoration:		none!important;
}

#popup-box h1
{
	margin-top:				10px;
	text-align:				center
}

h2,
h3
{
	margin:					0em;
	padding:				0px;
	
	line-height:			1.56em;
	font-weight:			bold;
	font-size:				0.72em;
}


/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			1.56em;
	font-size:				0.72em;
}

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

ul.bodytext
{
	list-style-type:		none;
	margin-left:			0px;
	padding-left:			0px;
}

a.pdf
{
	padding-right:			22px;
	background-image:		url( /site/images/icon_pdf.gif );
	background-position:	right center;
	background-repeat:		no-repeat;
}

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

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

/*	shortcomings of the formatter	*/
p
{
	margin:					0px;
}

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

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

.clear
{
	clear:					both!important;
}

/*	used in extranet	*/
h1.divider
{
	margin-top:				15px;
	padding-top:			15px;
	border-top:				1px solid white;
}
