/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*	SITE 1
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
body
{
	background-color:		white;
	background-image:		url( /images/bg_main.gif );
	background-repeat:		repeat-x;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Header
/*-------------------------------------------------------------------------------------------------------*/
#header
{
	background-image:		url( /images/bg_header.gif );
	background-position:	242px 0px;
	background-repeat:		no-repeat;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Home Page Layout 
/*-------------------------------------------------------------------------------------------------------*/
table#homelayout
{
	width:				740px;
}

col#homeleftcolumn
{
	width:				0px;
}

col#homecontentcolumn
{
	width:				auto;
}

col#homerightcolumn
{
	width:				190px;
}

/*	Home Layout Contents */
td#homeleftcontentcell
{
	display:			none;
}

td#homecontentcell
{
	width:				auto;
	vertical-align:		top;
	padding:			15px 20px 40px 30px;

	line-height:		20px;
	font-family:		verdana,arial,sans serif;
	font-size:			11px;
	color:				black;
}

td#homerightcontentcell
{
	vertical-align:		top;
	padding-bottom:		40px;
	padding-top:		40px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Layout Structure
/*-------------------------------------------------------------------------------------------------------*/
table#layout
{
	width:				740px;
}

col#leftcolumn
{
	width:				0px;
}

col#contentcolumn
{
	width:				auto;
}

col#rightcolumn
{
	width:				190px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Layout Contents
/*-------------------------------------------------------------------------------------------------------*/
td#leftcontentcell
{
	width:				0px;
	display:			none;
}

td#contentcell
{
	width:				auto;
	vertical-align:		top;
	padding:			15px 20px 40px 30px;

	line-height:		20px;
	font-family:		verdana,arial,sans serif;
	font-size:			11px;
	color:				black;
}

td#rightcontentcell
{
	vertical-align:		top;
	padding-bottom:		40px;
	padding-top:		40px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Global Navigation
/*-------------------------------------------------------------------------------------------------------*/
#globalnav
{
	text-align:			right;
	font-family:		        verdana,arial,sans serif;
	font-size:			10px;
	color:				black;
	
	position:			absolute;
	top:				42px;
	left:				250px;
	white-space:		        nowrap;
	width:				500px;
}

#globalnav a
{
	color:				white;
}

.globalnavdivider
{
	padding:			0em 0.7em;
	color:				white;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Top Navigation 3-Tier DHTML Menu
/*-------------------------------------------------------------------------------------------------------*/
#topnav
{
	clear:				both;
	width:				100%;
	border-top:			1px solid white;
	background-color:	        rgb(187,204,221);
	text-align:			left;
}

/* First tier of menu items */
#topnav a,#topnav a.active
{
}

#topnav a:hover,
#topnav a.active,
#topnav a.active:hover
{
}

/* Top nav menu items */
ul.menublock
{
	/*	Customizeable options */
	width:				175px;
	border-bottom:		        none;
	background-color:	        rgb(34,68,119);
	margin:				1px 0px 0px 0px;

	/*	Do not modify */
	position:			absolute;
	z-index:			200;
	visibility:			hidden;
	margin:				0px;
	padding:			0px;
	list-style-type:	        none;

}

ul.menublock li
{
	/*	Do not modify	*/
	display:			inline;
}

ul.menublock a
{
	display:			block;
	width:				auto;
	height:				29px;
	border-top:			1px solid white;
	padding:			0px 8px 0px 15px;
	line-height:		        29px;
	white-space:		        nowrap;
	font-family:		        verdana,arial,sans serif;
	font-size:			11px;
	color:				rgb(187,204,221);
}

ul.menublock a:hover
{
	background-color:	        rgb(17,51,85);
	color:				white;
}

ul.submenublock
{
	/*	Customizeable options */
	width:				175px;
	border-top:			1px solid white;
	border-bottom:		        none;
	background-color:	        rgb(187,204,221);
	padding:			3px 0px;

	/*	Do not modify */
	position:			absolute;
	z-index:			200;
	visibility:			hidden;
	margin:				0px;
	padding:			0px;
	list-style-type:	        none;

}

ul.submenublock li
{
	/*	Do not modify	*/
	display:			inline;
}

ul.submenublock a
{
	display:			block;
	width:				auto;
	padding:			0px 8px 0px 15px;
	white-space:		        nowrap;
	font-family:		        verdana,arial,sans serif;
	font-size:			11px;
	color:				rgb(187,204,221);
	border-bottom:		        none;
	background-color:	        rgb(34,68,119);
	height:				22px;
	line-height:		        22px;

}

.submenublock a:hover
{
	background-color:	        rgb(0,136,102);
	color:				white;
}

a.showsub,a.showsub:hover
{
	/*	Makes arrow indicator for links with submenu */
	background-image:		url( /images/arrow1.gif );
	background-position:	        center right;
	background-repeat:		no-repeat;
}

a.showsub:hover
{
	/* submenu arrow */
	background-image:		url( /images/arrow1.gif );
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Bread Crumb Navigation 
/*-------------------------------------------------------------------------------------------------------*/
#breadcrumbnav
{
	clear:				both;
	display:			block;
	width:				auto;
	height:				29px;
	line-height:		29px;
	padding:			0em 1.0em;
	white-space:		nowrap;
	font-family:		verdana,arial,sans serif;
	font-size:			11px;
	color:				rgb(34,68,119);
}

#breadcrumbnav a
{
	color:				rgb(34,68,119);
}

#breadcrumbnav .text
{
	font-weight:		bold;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Left Side Navigation
/*-------------------------------------------------------------------------------------------------------*/
#sidenav
{
}

#sidenav ul
{
	margin:				0px;
	padding:			0px;
	list-style-type:	none;
}

#sidenav ul.sub
{
	/*	indent submenu	*/
	padding-left:		1.0em;
	list-style-type:	none;
}

#sidenav li
{
	display:			inline;
	list-style-type:	none;
}

#sidenav a.top
{
	display:			block;
	padding:			0.7em 0em 0.8em;
	margin-bottom:		0.4em;
	border-bottom:		1px solid rgb(187,187,187);
	font-weight:		bold;
	color:				rgb(119,119,119);
}

#sidenav a
{
	display:			block;
	padding:			0.4em 0em;
	color:				rgb(119,119,119);
}

#sidenav a.active, #sidenav a.sub-active,
{
	/*	highlight active section items	*/
	color:				rgb(0,85,153);
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Page Title 
/*-------------------------------------------------------------------------------------------------------*/
a#pagetitle
{
	display:			block;
	margin:				0em;
	margin-top:			0px;
	margin-bottom:		15px;
	padding:			0em;
	text-align:			center;
	line-height:		18px;
	font-family:		verdana,sans serif;
	font-weight:		bold!important;
	font-size:			21px;
	color:				rgb(33,66,115)!important;
}

a#pagetitle:hover
{
	font-weight:		normal!important;
	color:				rgb(0,82,156)!important;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Document Attachments
/*-------------------------------------------------------------------------------------------------------*/
#documents
{
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	font-weight:		normal;
	line-height:		18px;
}

#documents a
{
	font-weight:		bold;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Widget
/*-------------------------------------------------------------------------------------------------------*/
table#widget
{
	margin-top:			30px;
	width:				170px;
	background:			white;
	line-height:		16px;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	
	border:				1px solid rgb(189,189,189);
	padding:			5px;
}

td#widgettitle
{
	padding-top:		1px;
	padding-bottom:		3px;
	background:			rgb(189,189,189);
	color:				white;
	text-align:			center;
	font-weight:		bold;
}


td#widgetcontent
{
	padding:			10px;
}

#widgetcontent a
{
	color:				rgb(0,82,156);
	text-decoration:	none;
}

#widgetcontent a:hover
{
	color:				rgb(0,82,156);
	text-decoration:	none;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Image Attachments
/*-------------------------------------------------------------------------------------------------------*/
.imagecaption
{
	color:				rgb(115,115,115);
	width:				160px;
	padding:			5px 0px;

	line-height:		18px;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	float:				right;
	margin:				0px 0px 20px 20px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Footer Content
/*-------------------------------------------------------------------------------------------------------*/
#footertext
{
	clear:				both;
	margin:				0px 0px 50px;
	border-top:			1px solid rgb(187,187,187);
	padding:			1em 2em;
	line-height:		1.9em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.65em;
	color:				rgb(119,119,119);
}

#footer a
{
	padding:			0px 0px;
	white-space:		nowrap;
	
	color:				rgb(0,136,102);
}



/*-------------------------------------------------------------------------------------------------------*/
/*	Content List Page 
/*-------------------------------------------------------------------------------------------------------*/
.listpagetable
{
	/*	Entire list table */
	font-family:		verdana,arial,sans serif;
	line-height:		20px;
	margin-top:			1.3em;
	margin-bottom:		1.3em;
	font-size:			12px;
	color:				black;
}

.listpagetable td
{
	/* All cells of the table */
	padding:			2px 2px 20px 2px;
}

.listpagetable td img
{
	/* All images in the list table cell */
	padding-right:		50px;
}

.listpagetable td a
{
	/* All anchors in the list table cell */
	font-weight:		bold;
}

.listpagebacklink
{
	display:			block;
	padding-top:		10px;
	font-weight:		bold;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Popup Window Page
/*-------------------------------------------------------------------------------------------------------*/
body.popup
{
	margin:				0px;
	padding:			0px;
	
	background-color:	white;
}

table#poplayout
{
	width:				auto;
}

col#popupcolumn
{
	width:				auto;
}

td#popupcolumncontent
{
	vertical-align:		top;
	width:				auto;
	padding:			20px 20px 20px 30px;

	margin:				0em 0em 1.6em 0px;
	line-height:		20px;
	font-family:		verdana,arial,sans serif;
	font-size:			11px;
	color:				black;
}

/* Images 1 & 2 in popup window */
.imagecaptionpopup
{
	display:			block;
	color:				rgb(115,115,115);
	width:				160px;

	line-height:		1.3em;
	font-family:		verdana,arial,sans serif;
	font-size:			1em;
	float:				none;
	margin:				10px;
}

a#popuppagetitle
{
	display:			block;
	margin:				0em;
	margin-bottom:		15px;
	padding:			0em;

	line-height:		20px;
	font-family:		times new roman,serif;
	font-weight:		normal!important;
	font-size:			21px;
	color:				rgb(0,82,156)!important;
}

a#popuppagetitle:hover
{
	font-weight:		normal!important;
	color:				rgb(0,51,102)!important;
}


#popupclosebutton
{
	display:			block;
	padding-top:		10px;
	font-weight:		bold;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	HTML Elements
/*-------------------------------------------------------------------------------------------------------*/
body
{
	margin:				0px;
	padding:			0px;
	background-color:	white;
}

hr
{
	/*	Do not show <hr> tags */
	display:			none;
}

p
{
	/*	Disable margin when <p> tags used */
	margin:				0px;
}

a
{
	text-decoration:	none;
	font-weight:		normal;
	color:				#446699;
}

a:hover
{
	color:				rgb(187,34,51);
	text-decoration:	none;
}

h1
{
	margin:				0em 0em 0em 0em;
	padding:			0em;

	line-height:		20px;
	font-family:		verdana,sans serif;
	font-weight:		bold;
	font-size:			15px;
	color:				rgb(33,66,115);
}

h2
{
	margin:				0em;
	padding:			0em;
	
	line-height:		20px;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			15px;
	color:				#A62A2a;
}

h3
{
	margin:				0em;
	padding:			0em;
	
	line-height:		1.1em;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			1.1em;
	color:				#A62A2a;
}

h4
{
	margin:				0em;
	padding:			0em;
	
	line-height:		1.1em;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			1.1em;
	xcolor:				rgb(33,66,115);
	color:				#CC8811;
}

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);
}


/*-------------------------------------------------------------------------------------------------------*/
/*	Form Elements
/*-------------------------------------------------------------------------------------------------------*/
form
{
	margin:				0em;
}

label
{
	display:			block;
	margin-top:			1.0em;
	font-family:		verdana,arial,sans serif;
}

label.checkbox, label.radio
{
	display:			inline;
	font-family:		verdana,arial,sans serif;
}

input.text, select
{
	font-family:		verdana,arial,sans serif;
}

input.button
{
	font-family:		verdana,arial,sans serif;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Custom styles
/*-------------------------------------------------------------------------------------------------------*/
#newslettersignup
{
	width:					158px;
	border:					1px solid rgb(187,204,221);
	border-top:				none;
	padding:				15px;

	line-height:			        1.3em;
	font-family:			        verdana,sans serif;
	font-size:				10px;
	color:					rgb(119,119,119);
}



/*-------------------------------------------------------------------------------------------------------*/
/*	Google stats box
/*-------------------------------------------------------------------------------------------------------*/
.google-stats-box, .google-stats-box-max, .google-stats-box-mini
{
	background:				white;
	border:					1px solid red;
	z-index:				1000;
	display:				block;
	width:					auto;
	font-size:				10px;
	font-family:			verdana,arial,sans serif;
	line-height:			16px;
	height:					16px;
	font-weight:			normal;
}

.google-stats-box-max
{
	background:				white;
	position:				absolute;
	top:					77px;
	left:					565px;
	width:					220px;
}

.google-stats-box-mini
{
	background:				white;
	width:					auto;
	display:				inline;
	line-height:			16px;
	margin-left:			2px;
	margin-right:			2px;
/*	float:					left;
	clear:					right; */
}

.google-stats-box-table
{
	display:				none;
	font-size:				10px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Extranet
/*-------------------------------------------------------------------------------------------------------*/
/* The table surrounding the login form */
#logintable
{
	margin-left:		auto;
	margin-right:		auto;
	margin-top:			40px;
	margin-bottom:		50px;
}

/* UserID, Password labels */
label.login
{
	font-family:		verdana,arial,sans serif;
	font-size:			0.70em;
	color:				black;
	
	vertical-align:		top;
	height:				20px;
	margin-right:		10px;
}

/* The login button */
input.loginbutton
{
	font-size:			0.8em;
	margin-top:			1.0em;
}

/* Located at the bottom of each secure page */
a.logout
{
	display:			block;
	padding-top:		1px;
	padding-bottom:		3px;
	background:			rgb(189,189,189);
	color:				white;
	width:				75px;
	margin-top:			20px;
	height:				17px;
	
	text-align:			center;
	font-weight:		bold;
	line-height:		17px;
}

/* Appears if a login fails */
.statusmessage
{
	display:			block;
	text-align:			center;

	margin:				30px 20px 0px 20px;
	line-height:		2.0em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.70em;
	color:				red;
	font-weight:		bold;
}