/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*
/*-------------------------------------------------------------------------------------------------------*/
/*	SITE 1 
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Header
/*-------------------------------------------------------------------------------------------------------*/
#header
{
	background-color:		#0A3413;
	xbackground-image:		url( /images/bg_header.gif );
	xbackground-repeat:		repeat-y;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Home Page Layout
/*-------------------------------------------------------------------------------------------------------*/
table#homelayout
{
	width:				740px;
}

col#homeleftcolumn
{
	width:				200;
	xbackground-image:		url(/images/bg_texture.gif);
	xbackground-repeat:		repeat-y;
}

col#homecontentcolumn
{
	width:				auto;

}

col#homerightcolumn
{
	width:				auto;
}

/* Home Page Layout Contents */
td#homeleftcontentcell
{
	display:			none;
}

td#homecontentcell
{
	background-image:		url(/images/bg_texture.gif);
	background-repeat:		repeat-y;
	
vertical-align:		top;
	padding:			20px 20px 20px 220px;

	margin:				0em 0em 1.6em 0px;
	line-height:		18px;
	font-family:		arial,sans serif;
	font-size:			12px;
	color:				black;
}

td#homerightcontentcell
{
	vertical-align:		top;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Subpage Layout
/*-------------------------------------------------------------------------------------------------------*/
table#layout
{
	width:				740px;
}

col#leftcolumn
{
	width:				170px;
}

col#contentcolumn
{
	width:				auto;
}

col#rightcolumn
{
	width:				auto;
}

/* Subpage Layout Contents */
td#leftcontentcell
{
	background-image:		url(/images/bg_texture.gif);
	background-repeat:		repeat-y;

	width:				130px;
	vertical-align:			top;
	background-color:		rgb(238,238,238);
	padding:			20px 20px 40px 20px;
	font-family:			arial,sans serif;
	line-height:			18px;
	font-size:			11px;
	color:				black;

}

td#contentcell
{
	vertical-align:		top;
	padding:			30px 30px 30px 40px;

	margin:				0em 0em 1.6em 0px;
	line-height:		18px;
	font-family:		arial,sans serif;
	font-size:			12px;
	color:				black;
}

td#rightcontentcell
{
	vertical-align:		top;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Global Navigation
/*-------------------------------------------------------------------------------------------------------*/
#globalnav
{
	text-align:			right;
	font-family:		arial,sans serif;
	font-size:			0.65em;
	color:				black;
	
	position:			absolute;
	top:				93px;
	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:			0px solid white;
	border-bottom:			5px solid #F8CB66;
	background-color:		#2C4F29;
	text-align:			left;
}

/* First tier of menu items */
#topnav a,#topnav a.active
{
	/* Adjust space between menu items	*/	
	margin-left:		0px; 

	display:			block;
	width:				auto;
	height:				93px;
	background-color:	rgb(68,170,136);


	padding:			0px 0px;
	line-height:		32px;
	white-space:		nowrap;
	
	font-family:		arial,sans serif;
	font-weight:		bold;
	font-size:			11px;
	color:				white;
}

#topnav a:hover,
#topnav a.active,
#topnav a.active:hover
{
	background-color:	rgb(0,136,102);
}

/* Top nav menu items */
ul.menublock
{
	/*	Customizeable options */
	width:				175px;
	border-top:			1px solid white;
	border-bottom:		none;
	background-color:	rgb(68,170,136);
	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:				26px;
	border-bottom:		1px solid white;
	padding:			0px 8px 0px 15px;
	line-height:		26px;
	white-space:		nowrap;
	font-family:		arial,sans serif;
	font-size:			10px;
	color:				white;
}

ul.menublock a:hover
{
	background-color:	rgb(0,136,102);
	color:				white;
}

ul.submenublock
{
	/*	Customizeable options */
	width:				175px;
	border-top:			1px solid white;
	border-bottom:		none;
	background-color:	rgb(0,136,102);
	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:		arial,sans serif;
	font-size:			10px;
	color:				white;
	border-bottom:		none;
	background-color:	rgb(0,136,102);
	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:				26px;
	line-height:		26px;
	padding:			0em 1.0em;
	white-space:		nowrap;
	font-family:		arial,sans serif;
	font-size:			11px;
}

#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:		20px;
	border-bottom:		1px solid #2C4F29;
	font-weight:		bold;
	text-align:		right;
	color:			#CC3311;
	font-size:			12px;

}

#sidenav a
{
	display:			block;
	padding:			0px 0px 16px 0px;
	font-weight:		bold;
	text-align:		right;
	color:			#2C4F29;
}

#sidenav a.active, #sidenav a.sub-active,
{
	/*	highlight active section items	*/
	color:				#CB350B;
}


#sidenav a:hover
{
	color:				#CB350B;
}



/*-------------------------------------------------------------------------------------------------------*/
/*	Page Title 
/*-------------------------------------------------------------------------------------------------------*/
a#pagetitle
{
	display:			block;
	margin:				0em;
	margin-bottom:		15px;
	padding:			0em;

	line-height:		24px;
	font-family:		bodoni,times new roman,serif;
	font-weight:		bold!important;
	font-size:		22px;
	color:			#CC3311!important;
}

a#pagetitle:hover
{
	font-weight:		normal!important;
	color:				#CC3311!important;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Document Attachments
/*-------------------------------------------------------------------------------------------------------*/
#documents
{
	font-family:		arial,sans serif;
	font-size:			0.9em;
	font-weight:		normal;
	line-height:		2.0em;
}

#documents a
{
	font-weight:		bold;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Widget
/*-------------------------------------------------------------------------------------------------------*/
table#widget
{
	margin-top:			30px;
	width:				170px;
	background:			white;
	line-height:		16px;
	font-family:		arial,sans serif;
	font-size:			10px;
	
	border:				1px solid rgb(189,189,189);
	padding:			0px;
}

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
/*-------------------------------------------------------------------------------------------------------*/
/* Images 1 & 2 in right column */
.imagecaption
{
	color:				#CC3311;
	width:				200px;
	padding:			5px 0px;

	line-height:		20px;
	font-family:		arial,sans serif;
	font-size:			12px;
	float:				right;
	margin:				20px 0px 20px 0px;

	text-align:			left;
}

/* Formatter */
img.right
{
	float:				right;
	margin:				0px 0px 16px 16px;
}

img.left
{
	float:				left;
	margin:				0px 16px 16px 0px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Footer Navigation
/*-------------------------------------------------------------------------------------------------------*/
#footernav
{
	clear:				both;
	margin:				0px 0px 0px;
	border-top:			1px solid rgb(187,187,187);
	padding:			1em 2em;
	line-height:			1.9em;
	font-family:			arial,sans serif;
	font-size:			0.65em;
	color:				#BBC89C;
}

#footernav a
{
	padding:			0px 0px;
	white-space:		nowrap;
	color:				#CFA344;
}

.footernavdivider
{
	padding:			0em 1em;
	color:				rgb(187,187,187);
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Footer Text Content
/*-------------------------------------------------------------------------------------------------------*/
#footertext
{
	clear:				both;
	margin:				0px 0px 50px;
	padding:			1em 2em;
	line-height:		1.9em;
	font-family:		arial,sans serif;
	font-size:			0.65em;
	color:				#BBC89C;
	background-color:		#2C4F29;

}

#footertext-right
{
	margin:				0px 0px 0px;
	padding:			0px 50px 0px 500px;
	line-height:		1.9em;
	font-family:		arial,sans serif;
	font-size:			0.65em;
	xcolor:				#BBC89C;
	color:				red;
}


#footertext a
{
	padding:			0px 0px;
	white-space:		nowrap;
	
	color:				#CFA344;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Content List Page 
/*-------------------------------------------------------------------------------------------------------*/
.listpagetable
{
	/*	Entire list table */
	font-family:		arial,sans serif;
	line-height:		1.4em;
	margin-top:			3.0em;
	margin-bottom:		1.3em;
	font-size:			1.0em;
	color:				#2C4F29;
}

.listpagetable td
{
	/* All cells of the table */
	padding:			2px 2px 20px 2px;
}

.listpagetable td img
{
	/* All images in the list table cell */
	padding-right:		20px;
	padding-top:		5px;
}

.listpagetable td a
{
	/* All anchors in the list table cell */
	font-weight:		bold;
}

/* When there is no details page */
.listpagenodetails
{
	font-weight:		bold;
	color:				#2C4F29;
}

.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:		2.0em;
	font-family:		arial,sans serif;
	font-size:			0.70em;
	color:				black;
}

/* Images 1 & 2 in popup window */
.imagecaptionpopup
{
	display:			block;
	color:				rgb(115,115,115);
	width:				160px;

	line-height:		1.3em;
	font-family:		arial,sans serif;
	font-size:			1em;
	float:				none;
	margin:				10px;
}

a#popuppagetitle
{
	display:			none;
	margin:				0em;
	margin-bottom:		15px;
	padding:			0em;

	line-height:		1.0em;
	font-family:		times new roman,serif;
	font-weight:		normal!important;
	font-size:			2.1em;
	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;
	color:			#2C4F29;
}

a.abstractlist
{
	text-decoration:	none;
	color:			red;
	font-weight:		normal!important;

}


a:hover
{
	color:			#CC3311;
	text-decoration:	none;
}

h1
{
	font-family:		arial,sans serif;
	font-weight:		normal;
	font-size:		16px;
	line-height:		24px;
	color:			red;
	display:		inline;
}

h2
{

	font-family:		arial,sans serif;
	font-weight:		normal;
	font-size:		12px;
	color:			red;
	display:		inline;
}


h3
{

	font-family:		arial,sans serif;
	font-weight:		normal;
	font-size:		12px;
	color:			blue;
	display:			inline;
}

h4
{
	margin:				0px 0px 0px 0px;
	padding:			0px 50px 0px 400px;
	font-family:		arial,sans serif;
	font-size:			10px;
	display:			inline;
	font-weight:		normal;
	color:				#BBC89C;

}


ul#contentarea, ul#contentarea a
{
	display:			block;	
	margin:			0px 0px 0px 30px;
	padding:			0px 0px 0px 0px;
	line-height:		20px;
	font-family:		arial,sans serif;
	font-weight:		bold;
	font-size:			12px;
	font-style:		normal;
	color:			#2C4F29;
}


blockquote
{
	margin:			10px 50px 10px 50px ;
	border-top:		0px solid rgb(221,204,204);
	border-bottom:		0px solid rgb(221,204,204);
	padding:		0px 0px 0px 0px ;
	font-family:		arial,sans serif;
	font-size:		12px;
	line-height:		20px;

}

/*-------------------------------------------------------------------------------------------------------*/
/*	Form Elements
/*-------------------------------------------------------------------------------------------------------*/
form
{
	margin:				0em;
}

label
{
	display:			block;
	margin-top:			1.0em;
	font-family:		arial,sans serif;
	color:				#CC3311;
	font-weight:			bold;
}

label.checkbox, label.radio
{
	display:			inline;
	font-family:		arial,sans serif;
}

input.text, select
{
	font-family:		arial,sans serif;
}

input.button
{
	margin-top:			20px;
	font-family:		arial,sans serif;
}

/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*
/*-------------------------------------------------------------------------------------------------------*/
/*	End SITE_1 standard css
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------------*/
/*	Gallery
/*-------------------------------------------------------------------------------------------------------*/
/*	Thumbnail table	*/
table#thumbnailtable
{
	margin-top:			20px;
	margin-right:		0px;
}

/*	Thumbnail cell	*/
td.thumbnailitem
{
	padding:			0px 25px 20px 0px;
	text-align:			center;
}

/*	The thumbnail image	*/
td.thumbnailitem img
{
}

/*	The thumbnail description container	*/
.thumbnaildescription
{
	line-height:		1.4em;
	font-family:		arial,sans serif;
	font-size:			0.85em;
	display:			none;
}

/*	Thumbnail description links	*/
.thumbnaildescription a
{
	color:				rgb(204,204,204);
	display:			block;
	font-weight:		bold;
}

.thumbnaildescription a:hover
{
	color:				rgb( 118, 134, 176 );
}

/*	The thumbnail description abstract text	*/
.thumbnailabstract
{
	line-height:		1.4em;
	font-family:		arial,sans serif;
	font-size:			0.85em;
	width:				75px;
	text-align:			left;
}

/*	The results, forward/next line	*/
#results
{
	border-top:			1px solid rgb( 118, 134, 176 );
	margin-top:			13px;
	color:				rgb( 118, 134, 176 );
	padding-top:		3px;
	font-size:			11px;
}

#results a
{
	color:				rgb( 118, 134, 176 );
}	

#results a:hover
{
	color:				rgb( 118, 134, 176 );
}

/*	The 'Back to Gallery' link	*/
a.backlink
{
	display:			block;
	color:				rgb(204,204,204);
	margin-top:			20px;
}	

a.backlink:hover
{
	color:				rgb( 118, 134, 176 );
}