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

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

}

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

a:hover
{
	color:					#C70B0D;
}

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

	/*	Customize			----------------------------*/
	width:					799px;

	background-color:		#4782BA;
	background-image:		url( /site/images/bg.jpg );
	background-position:	top center;
	background-repeat:		no-repeat;
	background-attachment:	fixed!important;
}

#header
{
	background-image:		url( /site/images/bg_header.png );
	background-repeat:		no-repeat;

	position:				relative;
	width:					100%;
	height:					94px;
}

#tagline
{
	float:					right;

	padding:					15px 50px 0px 0px;

	width:					280px;

	text-align:				right;
	font-family:			arial,sans-serif;
	font-weight:			bold;
	font-style:				italic;
	font-size:				16px;
	color:					white;
	text-shadow:			1px 2px 7px rgba( 0,51,102,0.8 );
	-moz-text-shadow:		1px 2px 7px rgba( 0,51,102,0.8 );
	-webkit-text-shadow:	1px 2px 7px rgba( 0,51,102,0.8 );
}

img#logo
{
	float:					right;
}

form#search
{
	margin:					0px;
	padding-left:			16px;
	height:					19px;
}

form#search label
{
	margin-right:			7px;
	display:				block;
	float:					left;
	line-height:			19px;
	font-size:				0.68em;
	color:					white;
}
form#search input#findtext
{
	border:					1px solid #AEAEAE;
	margin-right:			4px;
	float:					left;
	width:					142px!important;
	background-color:		#7199BF;
	float:					left;
	color:					white;
	font-weight:			bold;
}

table#body
{
	border-collapse:		collapse;
	width:					799px;
}

col#col-left
{
	width:					190px;
}

col#col-content
{
	width:					auto;
}

/*	See sectionnav CSS tempaltes for td#left	*/

/*	Optional sitebar	*/
col#col-right
{
	width:					162px;
}

td#content
{
	width:					auto;

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

	padding:				20px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px;
	padding:				0px;
	background-color:		#002242;

	text-align:				center;
	line-height:			1.6em;
	font-size:				0.65em;
	color:					#3399CC;
}

#footer table
{
	border-collapse:		collapse;
}
#footer table td
{
	padding:				10px!important;
}

#footer p
{
	clear:					both;
}

#footer a
{
	color:					#3399CC;
}

#footer #fn
{
	display:				block;
	text-align:				center;
	margin:					0px;
	padding:				0px;

	line-height:			2.5em;
	list-style-type:		none;
	background-color:		#CC3433;
	color:					white!important;

}

#footer #fn a
{
	padding:				0px 2px;
	color:					white!important;
}

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

	border-bottom:			2px solid #BA4850;

	font-weight:			bold;
	font-style:				italic;
	letter-spacing:			0.1em;
	font-size:				1.2em;
	color:					#CC3333;
}

h1 a,h1 a:hover
{
	color:					#CC3333;
}

h2
{
	margin:					0em;
	padding:				0px;
	
	line-height:			1.4em;
	font-weight:			bold;
	font-size:				0.72em;

}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.7em;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.70em;
}

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

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

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	background-color:		#003466;
	background-image:		url( /site/images/bg_right.gif );
	background-position:	top right;
	background-repeat:		no-repeat;

	width:					162px;
	padding:				80px 0px 20px 26px;

	color:					white;
}

td#right h2,
td#right h3,
td#right .head,
td#right .subhead
{
	display:				block!important;
	clear:					both;
	color:					white;
}
td#right h2,
td#right .head
{
	padding:				0.5em 0em;
	font-size:				0.75em;
	border-bottom:			2px solid #BA4850;
}

td#right .head
{
	margin-bottom:			0.5em;
	padding-bottom:			0.5em;
	font-weight:			bold;
	font-size:				1.25em;
}
td#right .subhead
{
	margin-bottom:			1.0em;
	font-weight:			bold;
	font-size:				1.0em;
}

td#right a
{
	color:					#33CCFF;
}
td#right a:hover
{
	color:					#FF3333;
}

td#right-bottom
{
	background-color:		#003466;
	background-image:		url( /site/images/flag.gif );
	background-position:	bottom center;
	background-repeat:		no-repeat;

	width:					188px;
	padding:				0px 0px 90px 0px;

	color:					white;
}

.sidebartext
{
	padding-right:			20px;
	line-height:			1.4em;
	font-weight:			normal;
	font-size:				0.70em;
	color:					white;
}

.sidebar
{
	line-height:			1.4em;
	font-family:			verdana,sans serif;
	font-size:				0.65em;
	color:					white;
}

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

/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	margin:					0px 0px 1.8em;
	width:					auto;
	line-height:			1.8em;
	padding:				0em;
	font-weight:			bold;
	font-size:				10px;
	color:					#0F4173;
}

#breadcrumb a
{
	color:					#0F4173;
}

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