/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*	SITE 1 PROTOTYPE
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Header
/*-------------------------------------------------------------------------------------------------------*/
#header
{
	background-image:		url( /images/bg_header.gif );
	background-repeat:		repeat-x;
	background-color:	black;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Layout Structure
/*-------------------------------------------------------------------------------------------------------*/
table#homelayout
{
	width:				740px;
}

col#homeleftcolumn
{
	width:				auto;
}

col#homecontentcolumn
{
	width:				auto;
}

col#homerightcolumn
{
	width:				auto;
}

/* Layout Contents */
td#homeleftcontentcell
{
	display:			none;
}

td#homecontentcell
{
	vertical-align:		top;
	padding:			20px 20px 20px 30px;

	margin:				0px 0px 20px 0px;
	line-height:		18px;
	font-family:		verdana,arial,sans serif;
	font-size:			11px;
	color:				black;
}

td#homerightcontentcell
{
	vertical-align:		top;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Layout Structure
/*-------------------------------------------------------------------------------------------------------*/
table#layout
{
	width:				740px;
}

col#leftcolumn
{
	width:				130px;
}

col#contentcolumn
{
	width:				auto;
}

col#rightcolumn
{
	width:				auto;
}

/* Layout Contents */
td#leftcontentcell
{
	width:				130px;
	vertical-align:		top;
	padding:			20px 20px;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
}

td#contentcell
{
	vertical-align:		top;
	padding:			20px 20px 20px 30px;

	margin:				0px 0px 20px 0px;
	line-height:		20px;
	font-family:		verdana,arial,sans serif;
	font-size:			11px;
	color:				black;
}

td#rightcontentcell
{
	vertical-align:		top;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Global Navigation
/*-------------------------------------------------------------------------------------------------------*/
#globalnav
{
	text-align:			right;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	
	position:			absolute;
	top:				42px;
	left:				250px;
	white-space:		nowrap;
	width:				500px;
}

#globalnav a
{
	margin-left:	10px;
}


/*-------------------------------------------------------------------------------------------------------*/
/*	Top Navigation 3-Tier DHTML Menu
/*-------------------------------------------------------------------------------------------------------*/
#topnav
{
	clear:				both;
	width:				100%;
	border-top:			1px solid white;
	background-color:	black;
	text-align:			left;
}

#topnav a,#topnav a.active
{
	/* Adjust space between menu items	*/	
	margin-left:		0px; 

	display:			block;
	width:				auto;
	height:				27px;
	background-color:	black;


	padding:			0px 0px;
	line-height:		27px;
	white-space:		nowrap;
	
	font-family:		verdana,arial,sans serif;
	font-size:			11px;
	color:				white;
}

#topnav a:hover,
#topnav a.active,
#topnav a.active:hover
{
	background:			black;
	color:				#840000;
}

/* Top nav menu items */
ul.menublock,ul.submenublock
{
	/*	Customizeable options */
	width:				175px;
	border-top:			0px solid white;
	border-bottom:		none;
	background-color:	black;

	/*	Do not modify */
	position:			absolute;
	z-index:			200;
	visibility:			hidden;
	margin:				0px;
	padding:			0px 0px 0px 0px;
	list-style-type:	none;
}

ul.menublock
{
	margin:				1px 0px 0px 0px;
}

ul.submenublock
{
	margin:				-1px 0px 0px 0px;
}

ul.menublock a, ul.submenublock a
{
	display:			block;
	width:				auto;
	height:				21px;
	border-top:		1px solid white;
	xborder-bottom:		0px solid white;
	padding:			0px 8px 0px 12px;
	line-height:		25px;
	white-space:		nowrap;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	color:				white;
	white-space:		nowrap;
}

ul.submenublock a
{
	display:			block;
	width:				120;
	height:				21px;
	border-top:		1px solid white;
	padding:			0px 8px 0px 12px;
	line-height:		25px;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	color:				white;
	white-space:		nowrap;
}

ul.submenublock
{
	display:			block;
	width:				120px;
	background-color:	black;
	white-space:		nowrap;

}


ul.menublock li, ul.submenublock li
{
	/*	Do not modify	*/
	display:			inline;
}

.menublock a:hover, .submenublock a:hover
{
	background:			#840000;
	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:		verdana,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:		0.4em;
	border-bottom:		1px solid #000000;
	font-weight:		bold;
	color:				#000000;
}

#sidenav a
{
	display:			block;
	padding:			0.4em 0em;
	color:				#000000;
}

#sidenav a.active, #sidenav a.sub-active,
{
	/*	highlight active section items	*/
	color:				#840000;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Page Title 
/*-------------------------------------------------------------------------------------------------------*/
a#pagetitle
{
	display:			block;
	margin:				0em;
	margin-bottom:		15px;
	padding:			0em;

	line-height:		30px;
	font-family:		verdana,arial,sans serif;
	font-weight:		normal!important;
	font-size:			22px;
	color:				#840000;
}

a#pagetitle:hover
{
	font-weight:		normal!important;
	color:				ForestGreen!important;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Document Attachments
/*-------------------------------------------------------------------------------------------------------*/
#documents
{
	font-family:		verdana,arial,sans serif;
	font-size:			11px;
	font-weight:		bold;
	line-height:		20px;
}

#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 #000000;
	padding:			0px;
}

td#widgettitle
{
	padding-top:		2px;
	padding-bottom:		4px;
	background:			white;
	color:				black;
	font-weight:			bold;
	text-align:			center;
}


td#widgetcontent
{
	padding:			10px;
}

#widgetcontent a
{
	color:				#840000;
	text-decoration:	none;
}

#widgetcontent a:hover
{
	color:				gray;
	text-decoration:	none;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Image Attachments
/*-------------------------------------------------------------------------------------------------------*/
 
.imagecaption img
 {
   display: block;
   margin-bottom: 10px;
 }
 

.imagecaption
{
	color:				black;
	width:				225px;
	padding:			5px 0px;

	line-height:		18px;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	float:				right;
	margin:				0px 0px 20px 20px;
}

/* Formatter */
img.right
{
	float:				right;
	margin:				0px 0px 20px 20px;
}

img.left
{
	float:				left;
	margin:				0px 20px 20px 0px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Footer Navigation
/*-------------------------------------------------------------------------------------------------------*/
#footernav
{
	clear:				both;
	margin:				0px 0px 50px;
	border-top:			1px solid maroon;
	padding:			1em 2em;
	line-height:		18px;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	color:				black;
}

#footernav a
{
	padding:			0px 0px;
	white-space:		nowrap;
}

.footernavdivider
{
	padding:			0em 1em;
	color:				black;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Footer Text Content
/*-------------------------------------------------------------------------------------------------------*/
#footertext
{
	clear:				both;
	margin:				0px 0px 50px;
	border-top:			1px solid black;
	padding:			20px 40px;
	line-height:		18px;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	color:				black;

}

#footertext a
{
	padding:			0px 0px;
	white-space:		nowrap;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Content List Page 
/*-------------------------------------------------------------------------------------------------------*/
.listpagetable
{
	/*	Entire list table */
	font-family:		verdana,arial,sans serif;
	line-height:		18px;
	margin-top:			30px;
	margin-bottom:		30px;
	font-size:			11px;
	color:				black;
	font-weight:		bold;
}

.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;
}


 .listpagetable td a.titlelink
 {
  /* The title link of the list item */
  	font-weight: 		bold;
  	display: 		block;
 }
 

.listpagebacklink
{
	display:			block;
	padding-top:		10px;
	font-weight:		bold;
}

 
 .listpagenodetails
 {
  	font-weight: 		bold;
  	color:  		black;
  	display: 		block;
 }
 

/*-------------------------------------------------------------------------------------------------------*/
/*	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:				0px 0px 20px 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:				gray;
	width:				160px;

	line-height:		18px;
	font-family:		verdana,arial,sans serif;
	font-size:			12px;
	float:				none;
	margin:				10px;
}

a#popuppagetitle
{
	display:			block;
	margin:				0px;
	margin-bottom:		15px;
	padding:			0px;

	line-height:		22px;
	font-family:		verdana,arial,sans serif;
	font-weight:		normal!important;
	font-size:			22px;
	color:				black!important;
}

a#popuppagetitle:hover
{
	font-weight:		normal!important;
	color:				black!important;
}


#popupclosebutton
{
	display:			block;
	padding-top:		10px;
	font-weight:		bold;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	HTML Elements
/*-------------------------------------------------------------------------------------------------------*/
body
{
	margin:				0px;
	padding:			0px;
	background-color:	none;
	height:			99%;


}

hr
{
	/*	Do not show <hr> tags */
	display:			none;
}

p
{
	/*	Disable margin when <p> tags used */
	margin:				0px;
}

a
{
	text-decoration:	none;
	color:				#840000;
}

a:hover
{
	color:				gray;
}

h1
{
	margin:				.5em 0em 0em 0em;
	padding:			0em;
	display:			inline;
	line-height:		28px;
	font-family:		verdana,arial,sans serif;
	font-weight:		normal;
	font-size:			20px;
	color:				black;
}

h2
{
	margin:				0em;
	padding:			0em;
	display:		inline;
	line-height:		20px;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			14px;
	color:				#000000;
}


h3
{
	margin:				0em;
	padding:			0em;
	display:		inline;
	line-height:		18px;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			12px;
	color:				SeaGreen;
}

blockquote
{
	margin:			20px 20px;
	xborder-top:		1px solid LightGreen;
	xborder-bottom:	1px solid LightGreen;
	padding:		10px 0px;
	font-family:	verdana,arial,sans serif;
	line-height:	18px;
	font-size:		11px;
	font-style:		normal;
	xcolor:			Turquoise;
}


/*-------------------------------------------------------------------------------------------------------*/
/*	Form Elements
/*-------------------------------------------------------------------------------------------------------*/
form
{
	margin:				0px;
}

label
{
	display:			block;
	margin-top:			12px;
	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;
}