/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*	SITE 1 PROTOTYPE
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Header
/*-------------------------------------------------------------------------------------------------------*/
#header
{
        border:                         0px solid black;
        margin:                         0px 0px 0px 0px;
	width:                          798px;
	background-image:		url( /images/bg_header.gif);
	background-repeat:		no-repeat;
	background-color:		white;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Layout Structure
/*-------------------------------------------------------------------------------------------------------*/
table#homelayout
{
	width:				798px;
	white-space:                    no-wrap;
	border:				0px solid black;
	margin:				0px 0px 0px 0px;
}

col#homeleftcolumn
{
	width:				84px;
}

col#homecontentcolumn
{
	width:				714px;
	white-space:                    no-wrap;
	border:				0px solid black;
}

col#homerightcolumn
{
	width:				0px;
}

/* Layout Contents */
td#homeleftcontentcell
{
	display:			84px;
        color:                          white;
}

td#homecontentcell
{
        display:                        714px;
        white-space:                    no-wrap;
	vertical-align:		        top;
	padding:			120px 20px 0px 0px;
        margin:				0px 0px 0px 0px;
	line-height:		        16pt;
	font-family:		        helvetica;
	font-size:			13pt;
        font-weight:                    bold;
	color:				rgb(90,90,90);
	background-image:		url( /images/bg_home_1.gif);
	background-repeat:		no-repeat;
	border:				0px solid black;
}

td#homerightcontentcell
{
        display:                	0px;
	vertical-align:			top;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Layout Structure
/*-------------------------------------------------------------------------------------------------------*/
table#layout
{
	width:				798px;
        border:                         0px solid black;
}

col#leftcolumn
{
	width:				120px;
	background-color:		#CCCC66;
	border-right:			1px solid black;
}

col#contentcolumn
{
	width:				407px;
}

col#rightcolumn
{
	width:				251px;
}

/* Layout Contents */
td#leftcontentcell
{
	width:				120px;
	vertical-align:			top;
	padding:			20px 20px;
	font-family:			verdana,arial,sans serif;
	font-size:			0.65em;
	background-color:		#CCCC66;
	border-right:			1px solid black;
}

td#contentcell
{
        width:                  	407px;
	vertical-align:			top;
	padding:			50px 20px 20px 30px;

	margin:				0em 0em 1.6em 0px;
	line-height:			20px;
	font-family:			verdana,arial,sans serif;
	font-size:			12px;
	color:				black;
}

td#rightcontentcell
{
        width:                  	251px;
	vertical-align:			top;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Global Navigation
/*-------------------------------------------------------------------------------------------------------*/
#globalnav
{
	text-align:			right;
	font-family:			verdana,arial,sans serif;
	font-size:			0.65em;
	position:			absolute;
	top:				30px;
	left:				250px;
	white-space:			nowrap;
	width:				555px;
}

#globalnav a
{
	margin-left:			10px;
}


/*-------------------------------------------------------------------------------------------------------*/
/*	Top Navigation 3-Tier DHTML Menu
/*-------------------------------------------------------------------------------------------------------*/
#topnav
{
	clear:				both;
	width:				798px;
        margin:                         0px 0px 0px 0px
        border:                         0px solid black;
	border-top:			1px solid black;
	border-bottom:			1px solid black;
	background-color:		white;
	text-align:			left;
}

#topnav a,#topnav a.active
{
	/* Adjust space between menu items	*/	
	margin-left:			0px; 

	display:			block;
	width:				auto;
	height:				29px;
	background-color:		white;


	padding:			0px 0px;
	line-height:			29px;
	white-space:			nowrap;
	
	font-family:			verdana,arial,sans serif;
	font-size:			11px;
	color:				black;
}

#topnav a:hover,
#topnav a.active,
#topnav a.active:hover
{
	background:			white;
	color:				black;
}

/* Top nav menu items */
ul.menublock,ul.submenublock
{
	/*	Customizeable options */
	width:				190px;
	border-top:			1px solid black;
	border-bottom:			0px solid black;
	border-right:	                1px solid black;
	border-left:	                1px solid black;
	background-color:	        white;

	/*	Do not modify */
	position:			absolute;
	z-index:			200;
	visibility:			hidden;
	margin:				0px;
	padding:			0px;
	list-style-type:		none;
}

ul.menublock
{
	margin:				2px 0px 0px 1px;
}

ul.submenublock
{
	background-color:		white;
        margin:				0px 0px 0px 0px;
	padding:			0px 0px;
}


ul.menublock li, ul.submenublock li
{
	/*	Do not modify	*/
	display:			inline;
}

ul.menublock a,ul.submenublock a
{
	display:			block;
	width:				auto;
	height:				29px;
	border-bottom:			1px solid black;
	padding:			0px 8px 0px 15px;
	line-height:			29px;
	white-space:			nowrap;
	font-family:			verdana,arial,sans serif;
	font-size:			10px;
	font-weight:			normal;
	color:				black;
}

ul.submenublock a
{
	border-bottom:			1px solid black;
	background-color:		white;
	height:				29px;
	line-height:			29px;
}

.menublock a:hover,.submenublock a:hover
{
	background:			rgb(90,90,90);
	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/arrow0.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
{
	width:				120px;
	background-color:		#CCCC66;
}

#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;
	width:				100px;
	padding:			0.7em 0em 0.8em;
	margin-bottom:			0.4em;
	border-bottom:			1px solid black;
	font-weight:			bold;
	color:				black;
}

#sidenav a
{
	display:			block;
	padding:			0.4em 0em;
	color:				black;
}

#sidenav a.active, #sidenav a.sub-active,
{
	/*	highlight active section items	*/
	color:				black;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Page Title 
/*-------------------------------------------------------------------------------------------------------*/
a#pagetitle
{
	display:			block;
	margin:				0em;
	margin-bottom:			15px;
	padding:			0em;

	line-height:			20pt;
	font-family:			Helvetica;
	font-weight:			bold!important;
	font-size:			18pt;
	color:				rgb(90,90,90)!important;
}

a#pagetitle:hover
{
	font-weight:			bold!important;
	color:				rgb(90,90,90)!important;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Document Attachments
/*-------------------------------------------------------------------------------------------------------*/
#documents
{
	font-family:			verdana,arial,sans serif;
	font-size:			1.0em;
	font-weight:			normal;
	line-height:			2.0em;
}

#documents a
{
	font-weight:			bold;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Widget
/*-------------------------------------------------------------------------------------------------------*/
table#widget
{
	margin-top:			30px;
        margin-bottom:			30px;
	width:				690px;
	background:			white;
	line-height:			16px;
	font-family:			verdana,arial,sans serif;
	font-size:			10px;
	
	border:				1px solid black;
	padding:			0px;
}

td#widgettitle
{
	padding-top:			0px;
	padding-bottom:			4px;
	background:			E0D165;
	color:				black;
	text-align:			center;
}


td#widgetcontent
{
	padding:			0px;
}

#widgetcontent a
{
	color:				black;
	text-decoration:		none;
}

#widgetcontent a:hover
{
	color:				gray;
	text-decoration:		none;
}

td#homecontentcell table#widget
{
	border:				1px solid black;
	background:			#CCCC66;
	display:			block;
	width:				auto;
	padding:			0px 0px 0px 0px;
	font-size:			11px;
	line-height:			16px;


}
/*-------------------------------------------------------------------------------------------------------*/
/*	Image Attachments
/*-------------------------------------------------------------------------------------------------------*/
.imagecaption
{
	color:				black;
	width:				160px;
	padding:			5px 0px 0px 0px;

	line-height:		1.3em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.65em;
	float:				left;
	margin:				48px 0px 20px 20px;
}

/* Formatter */
img.right
{
	float:				right;
	margin:				48px 0px 0px 0px;
}

img.left
{
	float:				left;
	margin:				48px 0px 0px 0px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Footer Navigation
/*-------------------------------------------------------------------------------------------------------*/
#footernav
{
	clear:				both;
	margin:				0px 0px 0px;
	border:				1px solid black;
	padding:			1em 2em;
	line-height:		1.9em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.65em;
	color:				black;
}

#footernav a
{
	padding:			0px 0px;
	white-space:		nowrap;
}

.footernavdivider
{
	padding:			0em 1em;
	color:				black;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Footer Text Content
/*-------------------------------------------------------------------------------------------------------*/
#footertext
{
	width:                          798px;
	clear:				both;
	margin:				0px 0px 0px 0px;
	border-top:			1px solid black;
	padding:			10px 0px 10px 0px;
	line-height:		1.9em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.65em;
	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:		1.4em;
	margin-top:			1.3em;
	margin-bottom:		1.3em;
	font-size:			1.0em;
	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:	rgb(204,204,204);
}

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:			block;
	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:				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:				20px 0px 20px 20px;
	border:				1px solid black;
	padding:			0px;
	background-color:		white;
	width:				798px;
	display: 			block;
	white-space:			no-wrap;
	
}

hr
{
	/*	Do not show <hr> tags */
	display:			none;
}

p
{
	/*	Disable margin when <p> tags used */
	margin:				0px;
}

a
{
	text-decoration:	none;
	color:				#AB9F1F;
	font-weight:			bold;
}

a:hover
{
	color:				black;
}

h1
{
	display:			block;
	margin:				0em;
	margin-bottom:			0px;
	padding:			0em;
	line-height:			16pt;
	font-family:			helvetica;
	font-weight:			bold;
	font-size:			16pt;
	color:				#666666;
}

h2, h3
{
	margin:				0em;
	padding:			0em;
	display:		inline;
	line-height:		14pt;
	font-family:		helvetica;
	font-weight:		bold;
	font-size:		12pt;
	color:			gray;
}

blockquote
{
	width:			300px
        display:		block;
	white-space:            wrap;
	vertical-align:		top;
	padding:		0px 110px 100px 0px;
	margin:			0px 0px 0px 0px;

	line-height:		16pt;
	font-family:		helvetica;
	font-size:		12pt;
        font-weight:            bold;
	color:			rgb(90,90,90);

}


/*-------------------------------------------------------------------------------------------------------*/
/*	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;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Calendar
/*-------------------------------------------------------------------------------------------------------*/
/*	Main calendar table	*/
table#calendar
{
	margin:				20px 10px 0px 0px;
	font-size:			1.0em;
	width:				350px;
}

/*	Month headers	*/
table#calendar th
{
	vertical-align:		top;
	padding:			2.0em 0em 10px 0px;
	text-align:			left;
	font-family:		arial,sans serif;
	font-size:			1.5em;
	color:				gray;
}

/*	New day row (border) */
table#calendar td.newday
{
	border-top:			1px solid rgb(187,187,187);
	padding:			10px 0px 10px 10px;
	width:				auto;
}

/*	Calendar row	*/
table#calendar td
{
	vertical-align:		top;
	padding:			0px 0px 20px 10px;
	line-height:		1.4em;
}

/*	Large numerical day number	*/
.day-number
{
	padding-top:		0.1em;
	text-align:			left;
	line-height:		0.8em;
	font-family:		arial,sans serif;
	font-weight:		bold!important;
	font-size:			18px;
	color:				gray;
	width:				30px;
}

/*	Day number color	*/
.day-number a
{
	color:				gray;
}
.day-number a:hover
{
	color:				black;
}

/*	Weekday abbreviation	*/
.day-weekday
{
	text-align:			left;
	text-transform:		uppercase;
	font-family:		arial,sans serif;
	font-size:			0.8em;
}

/*	Thumbnail calendar (month view)	*/
table.calendar-thumbnail
{
	width:				auto;
	margin:				0px 0px 0px 0px;
}

/*	Thumbnail calendar month header	*/
table.calendar-thumbnail th
{
	padding-top:			0px;
	line-height:			1.68em;
	text-align:			right;
	font-family:			verdana;
	font-weight:			bold;
	font-size:			0.68em;
	color:				gray;
}

/*	Thumbnail calendar day block	*/
table.calendar-thumbnail td
{
	width:				1.4em;
	height:				1.4em;
	text-align:			right;
	font-family:			verdana;
	font-size:			0.65em;
	color:				rgb(153,153,153);
}

table.calendar-thumbnail td a
{
	color: gray;
	margin:			150px 0px 0px 0px;
}

/*	Thumbnail calendar previous 	*/
table.calendar-thumbnail td.previous
{
	width:				50%;
	text-align:			left;
	margin:				150px 0px 0px 0px;
	padding-top:		225px;
	padding-bottom:		10px;
}

/*	Thumbnail calendar next		*/
table.calendar-thumbnail td.next
{
	display:			block;
	width:				50%;
	text-align:			right;
	margin:				150px 0px 0px 0px;
	padding-top:		225px;
	padding-bottom:		10px;

}