/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*	NOONEY PROTOTYPE
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Header
/*-------------------------------------------------------------------------------------------------------*/
#header
{
	background-image:		url( /images/bg_header.gif );
	background-repeat:		no-repeat;
	background-color:		#160E09;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Layout Structure
/*-------------------------------------------------------------------------------------------------------*/
table#homelayout
{
	width:				720px;
}

col#homeleftcolumn
{
	width:				auto;
}

col#homecontentcolumn
{
	width:				auto;
}

col#homerightcolumn
{
	width:				auto;
}

/* Layout Contents */
td#homeleftcontentcell
{
	display:			none;
}

td#homecontentcell
{
	vertical-align:			top;
	padding:			80px 20px 40px 60px;
	margin:				0px 0px 20px 0px;
	line-height:			26px;
	font-family:			verdana,arial,sans serif;
	font-size:			11px;
	color:				black;
	background-image:		url( /images/bg_home.gif );
	background-repeat:		no-repeat;

}

td#homerightcontentcell
{
	vertical-align:			top;
	padding:			80px 10px 40px 60px;
	background-image:		url( /images/bg-home-right-td.gif );
	background-repeat:		no-repeat;


}

/*-------------------------------------------------------------------------------------------------------*/
/*	Layout Structure
/*-------------------------------------------------------------------------------------------------------*/
table#layout
{
	width:				auto;
}

col#leftcolumn
{
	width:				130px;
}

col#contentcolumn
{
	width:				720px;
}

col#rightcolumn
{
	width:				auto;
}

/* Layout Contents */
td#leftcontentcell
{
	width:				130px;
	vertical-align:			top;
	padding:			30px 10px 0px 20px;
	font-family:			verdana,arial,sans serif;
	font-size:			10px;
}

td#contentcell
{
	vertical-align:			top;
	padding:			30px 20px 20px 15px;

	margin:				0px 0px 20px 0px;
	line-height:			24px;
	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:		#36369A;
	text-align:			left;
}

#topnav a,#topnav a.active
{
	/* Adjust space between menu items	*/	
	margin-left:			0px; 
	display:			block;
	width:				auto;
	height:				31px;
	background-color:		none;


	padding:			0px 0px;
	line-height:			31px;
	white-space:			nowrap;
	
	font-family:			verdana,arial,sans serif;
	font-size:			11px;
	color:				none;
}

#topnav a:hover,
#topnav a.active,
#topnav a.active:hover
{
	background:			tan;
	color:				pink;
}

/* Top nav menu items */
ul.menublock,ul.submenublock
{
	/*	Customizeable options */
	width:				195px;
	border-top:			1px solid white;
	border-bottom:			none;
	background-color:		#82684F;

	/*	Do not modify */
	position:			absolute;
	z-index:			200;
	visibility:			hidden;
	margin:				0px;
	padding:			0px;
	list-style-type:		none;
}

ul.menublock
{
	margin:				1px 0px 0px 0px;
}

ul.submenublock
{
	border-top:			1px solid white;
	background-color:		#B8B8DB;
	padding:			1px 0px;
	margin:				0px 0px 0px 23px;
}


ul.menublock li, ul.submenublock li
{
	/*	Do not modify	*/
	display:			inline;
}

ul.menublock a,ul.submenublock a
{
	display:			block;
	width:				195px;
	height:				26px;
	border-bottom:			1px solid white;
	padding:			0px 8px 0px 15px;
	line-height:			27px;
	white-space:			nowrap;
	font-family:			verdana,arial,sans serif;
	font-size:			10px;
	color:				white;
}

ul.submenublock a
{
	border-bottom:			none;
	background-color:		#7171A5;
	border-bottom:			1px solid #B8B8DB;
	height:				27px;
	line-height:			27px;
}

.menublock a:hover,.submenublock a:hover
{
	background:			#36367D;
	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 #36369A;
	font-weight:			bold;
	color:				#36369A;
}

#sidenav a
{
	display:			block;
	padding:			0.4em 0em;
	color:				#36369A;
}

#sidenav a.active, #sidenav a.sub-active,
{
	/*	highlight active section items	*/
	color:				#2727FD;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	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:			20px;
	color:				#36369A!important;
}

a#pagetitle:hover
{
	font-weight:			normal!important;
	color:				#36369A!important;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Document Attachments
/*-------------------------------------------------------------------------------------------------------*/
#documents
{
	font-family:			verdana,arial,sans serif;
	font-size:			11px;
	font-weight:			normal;
	line-height:			20px;
}

#documents a
{	
	font-weight:			bold;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Widget
/*-------------------------------------------------------------------------------------------------------*/
table#widget
{
	margin:				30px 10px 0px 0px;
	width:				170px;
	background:			none;
	line-height:			16px;
	font-family:			verdana,arial,sans serif;
	font-size:			10px;
	border:				0px solid khaki;
}

td#widgettitle
{
	padding-top:			2px;
	padding-bottom:			4px;
	background:			none;
	color:				#C85F23;
	font-weight:			bold;
	text-align:			left;
	font-size:			11px;	
	border-bottom:			1px solid #C85F23;


}


td#widgetcontent
{
	padding:			10px 0px 0px 0px;
}

#widgetcontent a
{
	color:				LightSlateGray;
	text-decoration:		none;
}

#widgetcontent a:hover
{
	color:				LightSteelBlue;
	text-decoration:		none;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Image Attachments
/*-------------------------------------------------------------------------------------------------------*/
 
.imagecaption img
 {
   	display: 			block;
   	margin: 			0px 20px 10px 0px;
 }
 

.imagecaption
{
	color:				black;
	width:				160px;
	padding:			5px 0px;

	line-height:			18px;
	font-family:			verdana,arial,sans serif;
	font-size:			10px;
	float:				right;
	margin:				0px 0px 20px 0px;
}

/* Formatter */
img.right
{
	float:				right;
	margin:				0px 0px 20px 20px;
}

img.left
{
	float:				left;
	margin:				4px 10px 0px 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 #E3D2C4;
	padding:			10px 40px;
	line-height:			18px;
	font-family:			verdana,arial,sans serif;
	font-size:			10px;
	color:				black;
	width:				640px;
}

#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;
}

.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:  			#666666;
  	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:		white;
	background-image:		url( /images/bg_body.gif );
	background-repeat:		repeat-y;
}

hr
{
	/*	Do not show <hr> tags */
	display:			none;
}

p
{
	/*	Disable margin when <p> tags used */
	margin:				0px;
}

a
{
	text-decoration:		none;
	color:				#CD9160;
}

a:hover
{
	color:				#ED7410;
}

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:			15px;
	color:				#36369A;
}


h3
{
	margin:				0em;
	padding:			0em;
	display:			inline;
	line-height:			18px;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:			12px;
	color:				#AB5F23;
}

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;
}

