/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"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:    #F5EACD;
	background-image:    url('/images/back.gif');
	background-position: top center;
	background-repeat:   repeat-y;

	/*	Default text styles	----------------------------*/
	font-family:         verdana,arial,sans-serif;
	color:               #666666;

}

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

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

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

	/*	Customize			----------------------------*/
	width:               927px;
	background-image:    url('/images/back.gif');
	background-position: top center;
	background-repeat:   repeat-y;
}

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

#header
{
	height:              97px;
	background-image:    url('/images/header_back.gif');
	background-repeat:   repeat-x;
	overflow:            hidden;
	padding:             0 17px;
}

#right
{
	margin-left:         17px;
}

#logo
{
	margin-top:          12px;
	margin-left:         32px;
}

#logo a,
#logo a:hover
{
	color:               white;
}


div#left
{
	float:               left;
	width:               172px!important;
	width:               169px; /* not sure why but IE 6 is throwing an extra 2px in so I'm getting rid of it. */
	overflow:            hidden;
	margin:              0px;
}

div#container
{
	width:               753px;
	margin:              0px;
	overflow:            hidden;
}

div#content
{
	width:               auto;
	padding:             35px;
	background-image: url('/images/starburst.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
	border-bottom: 1px solid black;
	margin-bottom: 1px;
}


/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
.right-sidebar
{
	float:            right;
	position:         relative;
	top:              -36px;
	right:            -36px;
	line-height:      1.4em;
	font-family:      "Trebuchet MS", verdana,arial,sans serif;
	width:            200px;
	border:           1px solid black;
	background-color: #F5EACD;
}

.caption
{
	border-top: 1px solid black;
}

#left .sidebar
{
	margin-top:24px;
}

.sidebar, .caption
{
	font-size:        0.7em;
	line-height: 1.4em;
	padding:          15px;
}

.right-sidebar .extranetwidget
{
	padding:          15px;
}


hr.line
{
	display:          block;
	color:            #F5EACD;
	background-color: #F5EACD;
	height: 3px;
	border: none;
	border-top: 1px solid #C59454;
	margin: 0 20px;
}


/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px 0px 10px;
	padding:				0em 1em;
	line-height:			2.0em;
	font-family:			"Trebuchet MS", verdana,arial,sans serif;
	font-size:				0.7em;
	background-color: #F3F0E9;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

#footer p
{
	clear:					both;
}

#footer ul
{
	width:					100%;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

#footer li
{
	float:					right;
	padding:				0px 10px;
}

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

	font-family:			"Trebuchet MS", helvetica,arial,sans-serif;
	font-weight:			bold;
	font-size:				1.8em;
	color: #8AB3C3;
}

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

h2
{
	margin:					0em;
	padding:				0px;
	
	font-family:			"Trebuchet MS", verdana,arial,sans-serif;
	font-weight:			bold;
	font-size:				1em;
	color: #8AB3C3;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.7em;
	font-family:			"Trebuchet MS", verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.8em;
	color: #8AB3C3;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			1.7em;
	font-family:			"Trebuchet MS", verdana,arial,sans serif;
	font-size:				0.8em;
}

blockquote
{
	margin:					1em 3em;
	padding:				0em;
	font-family:			"Trebuchet MS", verdana,arial,sans serif;
	font-style:				italic;
	line-height:			1.4em;
}

/*=========================================================================================================
//	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-family:			"Trebuchet MS", verdana,arial,sans serif;
	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;
	font-family:			"Trebuchet MS", verdana,arial,sans serif;
}

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;
	height:					26px;
	line-height:			26px;
	padding:				0em 1.0em;
	white-space:			nowrap;
	font-family:			"Trebuchet MS", verdana,arial,sans serif;
	font-size:				11px;

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

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

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

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

div.registration
{
	clear: right;
	font-family: georgia;
	width: 140px;
	float: right;
	margin-left: 35px;
	margin-bottom: 10px;
	border: 1px solid #524B67;
	background-color: white;
	padding: 1px;
}

div.registration a
{
	background-color: #524B67;
	display: block;
	font-size: 18px;
	color: white;
	padding: 4px;
}

.list-item
{
	border-top: 1px solid #C59454;
	padding: .5em 0;
}

.list-item .bodytext, .list-item h3
{
	margin: 0 0 .5em 0;
}

.clear-both
{
	height: 0px;
	overflow: hidden;
	clear: both;
}