/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*
/*-------------------------------------------------------------------------------------------------------*/
/*	http://www.talloakscapital.com (site updated by Chris Butler on 04/10/2006)
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Header
/*-------------------------------------------------------------------------------------------------------*/
#header
{
	background-color:			white;
	padding:				0px 0px 0px 0px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Home Page Layout
/*-------------------------------------------------------------------------------------------------------*/
table#homelayout
{
	width:					840px;
}

col#homeleftcolumn
{
	width:					auto;
}

col#homecontentcolumn
{
	width:					auto;
}

col#homerightcolumn
{
	width:					auto;
}

/* Home Page Layout Contents */
td#homeleftcontentcell
{
	display:				none;
}

td#homecontentcell
{
	vertical-align:				top;
	padding:				20px 20px 20px 50px;
	margin:					0em 0em 1.6em 0px;
	line-height:				2.0em;
	font-family:				verdana,arial,sans serif;
	font-size:				0.70em;
	color:					black;
}

td#homerightcontentcell
{
	vertical-align:				top;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Subpage Layout
/*-------------------------------------------------------------------------------------------------------*/
table#layout
{
	width:					740px;
}

col#leftcolumn
{
	width:					130px;
}

col#contentcolumn
{
	width:					auto;
}

col#rightcolumn
{
	width:					auto;
}

/* Subpage Layout Contents */
td#leftcontentcell
{
	width:					130px;
	vertical-align:				top;
	padding:				20px 20px;
	font-family:				verdana,arial,sans serif;
	font-size:				0.65em;
}

td#contentcell
{
	vertical-align:				top;
	padding:				20px 20px 20px 30px;
	margin:					0em 0em 1.6em 0px;
	line-height:				2.0em;
	font-family:				verdana,arial,sans serif;
	font-size:				0.70em;
	color:					black;
}

td#rightcontentcell
{
	vertical-align:				top;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Global Navigation
/*-------------------------------------------------------------------------------------------------------*/
#globalnav
{
	text-align:				right;
	font-family:				verdana,arial,sans serif;
	font-size:				0.65em;
	color:					black;
	position:				absolute;
	top:					0px;
	left:					140px;
	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%;
	background-color:			#3a6f5d;
	text-align:				left;
	background-image:			url( /images/bg_nav.jpg);	
	background-repeat:			repeat-x;
}

/* First tier of menu items */
#topnav a,#topnav a.active
{
	/* Adjust space between menu items	*/	
	margin-left:				0px; 
	display:				block;
	width:					auto;
	height:					38px;
	background-color:			#3a6f5d;
	padding:				0px 0px 0px 0px;
	line-height:				38px;
	white-space:				nowrap;
	font-family:				verdana,arial,sans serif;
	font-weight:				bold;
	font-size:				11px;
	color:					#b5e8d7;
}

#topnav a:hover,
#topnav a.active,
#topnav a.active:hover
{
	background-color:			#4a997c;
	color:					white;
}

/* Top nav menu items */
ul.menublock
{
	/*	Customizeable options */
	width:					175px;
	border-top:				1px solid white;
	border-bottom:				none;
	background-color:			#d3d2aa;
	margin:					-5px 0px 0px 0px;
	/*	Do not modify */
	position:				absolute;
	z-index:				200;
	visibility:				hidden;
	margin:					-5px 0px 0px 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:				verdana,arial,sans serif;
	font-size:				10px;
	color:					#868444!important;
}

ul.menublock a:hover
{
	background-color:			#868444!important;
	color:					white!important;
}

ul.submenublock
{
	/*	Customizeable options */
	width:					175px;
	border-top:				1px solid white;
	border-bottom:				none;
	background-color:			#868444!important;
	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:				10px;
	color:					white!important;
	border-bottom:				none;
	background-color:			#868444!important;
	height:					22px;
	line-height:				22px;

}

.submenublock a:hover
{
	background-color:			#868444!important;
	color:					white!important;
}

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 dashed #d1d0a8;
	font-weight:				normal;
	color:					#5c5a1d!important;
}

#sidenav a
{
	display:				block;
	padding:				0.4em 0em;
	color:					#5c5a1d!important;
}

#sidenav a.active, #sidenav a.sub-active,
{
	/*	highlight active section items	*/
	color:					#1e5844!important;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Page Title 
/*-------------------------------------------------------------------------------------------------------*/
a#pagetitle
{
	display:				block;
	margin:					0em;
	margin-bottom:				15px;
	padding:				0em;
	line-height:				30px;
	font-family:				times new roman,serif;
	font-weight:				normal!important;
	font-size:				24px;
	color:					#1e5844!important;
}

a#pagetitle:hover
{
	font-weight:				normal!important;
	color:					#1e5844!important;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Document Attachments
/*-------------------------------------------------------------------------------------------------------*/
#documents
{
	font-family:				verdana,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:				verdana,arial,sans serif;
	font-size:				10px;
	color:					#1e5843;
	border:					1px solid #1e5843;
	padding:				0px;
}

td#widgettitle
{
	padding-top:				10px;
	padding-bottom:				10px;
	background:				#1e5843;
	color:					white;
	text-align:				center;
	font-weight:				bold;
}


td#widgetcontent
{
	padding:				20px 20px 20px 20px;
}

#widgetcontent a
{
	color:					#1e5843;
	text-decoration:			none;
	font-weight:				bold!important;
}

#widgetcontent a:hover
{
	color:					#1e5843;
	text-decoration:			none;
	font-weight:				bold!important;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Image Attachments
/*-------------------------------------------------------------------------------------------------------*/
/* Images 1 & 2 in the content area (wrap enabled)*/
.imagecaption-wrap
{
	color:					rgb(115,115,115);
	width:					160px;
	padding:				5px 0px;
	line-height:				15px;
	font-family:				verdana,arial,sans serif;
	font-size:				10px;
	float:					right;
	margin:					45px 0px 20px 20px;
	text-align:				center;
}

.imagecaption-wrap img
{
	display:				block;
	margin-bottom:				10px;
}


/* Images 1 & 2 in right column (wrap disabled)*/
.imagecaption
{
	color:					rgb(115,115,115);
	width:					160px;
	padding:				5px 0px;
	line-height:				1.3em;
	font-family:				verdana,arial,sans serif;
	font-size:				0.65em;
	float:					right;
	margin:					25px 0px 20px 20px;
	text-align:				center;
}

.imagecaption img
{
	display:				block;
	margin-bottom:				10px;
}

/* 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 0px;
	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);
}

#footernav a
{
	padding:				0px 0px;
	white-space:				nowrap;
	color:					rgb(0,136,102);
}

.footernavdivider
{
	padding:				0em 1em;
	color:					rgb(187,187,187);
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Footer Text Content
/*-------------------------------------------------------------------------------------------------------*/
#footertext
{
	clear:					both;
	margin:					0px 0px 50px;
	padding:				20px 0px 0px 50px;
	line-height:				1.9em;
	font-family:				verdana,arial,sans serif;
	font-size:				0.65em;
	color:					#868444;
	border-top:				2px solid #5c5a1d;
}

#footertext a
{
	padding:				0px 0px;
	white-space:				nowrap;
	color:					#1e5844!important;
}

#footertext a:hover
{
	padding:				0px 0px;
	white-space:				nowrap;
	color:					#1e5844!important;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Content List Page 
/*-------------------------------------------------------------------------------------------------------*/
.listpagetable
{
	/*	Entire list table */
	font-family:				verdana,arial,sans serif;
	line-height:				1.4em;
	margin-top:				2.0em;
	margin-bottom:				1.3em;
	font-size:				1.0em;
	color:					#666666;
}

.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.titlelink
{
	/* The title link of the list item */
	font-weight:				bold;
	margin-right:				10px;
	color:					#1e5844!important;
}

/* When there is no details page */
.listpagenodetails
{
	font-weight:				bold;
	display:				block;
	color:					#1e5844!important;
}

.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:				verdana,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:				verdana,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:					#1e5844!important;
}

a:hover
{
	text-decoration:			none;
	color:					#3b9677!important;
}

h1, .headline
{
	margin:					0px 0px 0px 0px;
	padding:				0xp 0xp 0px 0px;
	line-height:				20px;
	font-family:				verdana;
	font-weight:				normal;
	font-size:				14px;
	color:					#1e5844;
}

h2, h3, .subheadline
{
	margin:					0px 0px 0px 0px;
	padding:				0xp 0xp 0px 0px;
	line-height:				20px;
	font-family:				verdana;
	font-weight:				bold;
	font-size:				11px;
	color:					black;
}

blockquote
{
	margin:					1em 3em;
	border-top:				1px dashed #d1d0a8;
	border-bottom:				1px dashed #d1d0a8;
	padding:				0.5em 0em;
	font-family:				times new roman,times;
	font-size:				1.15em;
	font-style:				italic;
	line-height:				1.4em;
	color:					#5c5a1d;
}


/*-------------------------------------------------------------------------------------------------------*/
/*	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
{
	margin-top:			20px;
	font-family:		verdana,arial,sans serif;
}

.fieldnote
{
	color:				blue;
	margin-top:			20px;
	font-size:			14px;
}
