body
{
	margin-top:			20px;
	margin-left:		0px;
	padding:			0px;
	background-color:	white;
}

#container
{
	width:				870px;
	margin:				0 auto;
	position:			relative;
}

#header
{
	height:				302px;
	padding:			19px;
	border:				1px solid rgb(218,218,218);
}

#mainnav
{
	margin:				10px 0;
	padding:			0px 20px;
	height:				26px;
	border:				1px solid rgb(218,218,218);
	white-space:		nowrap;
}

#main
{
	margin:				10px 0;
	border:				1px solid rgb(218,218,218);
	padding:			20px;
}

#content
{
	margin:				0 0 60px 130px;
	width:				auto;
}

#side
{
	float:				right;
	border:				1px solid silver;
	width:				150px;
	padding-top:		0px;
	padding-left:		10px;
	padding-right:		10px;
	line-height:		1.2em;
	margin-bottom:		20px;
	margin-left:		20px;
	clear: right;
}

#side h2
{
	margin:				0.25em 0em;
	font-size:			1.2em;
}

#side a
{
	display:			block;
	margin-bottom:		0.5em;
}

.side
{
	float:				right;
	border:				1px solid silver;
	width:				150px;
	padding: 			10px;
	line-height:		1.2em;
	margin-bottom:		20px;
	margin-left:		20px;
}

table.sidetable
{
	width:				150px;
}

/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:			none;
}

blockquote
{
	padding:			0.5em 0em;
	border-top:			1px solid rgb(204,204,204);
	border-bottom:		1px solid rgb(204,204,204);
	display:			block;
	width:				auto;
	clear:				both;
}

/*********************************************************************************************************/
/*	DHTML menu styles
/*********************************************************************************************************/
.menublock,.submenublock
{
	position:			absolute;
	z-index:			200;
	visibility:			hidden;
	width:				111px;

	border-bottom:		none;
	background-color:	white;
	padding-top:		2px;
	border-top:			1px solid rgb(229,229,229);
	margin-left:		-20px;

}

.submenublock
{
	width:				180px;
	padding-left:		2px;
	border-top:			none;
	margin-top:			1px;
}

a.menuitem,a.submenuitem
{
	display:			block;
	width:				auto;
	height:				21px;
	
	margin:				1px;
	border:	1px solid rgb(218,218,218);
	
	padding:			0px 8px;
	line-height:		21px;
	white-space:		nowrap;
	background-color:	white;
	font-family:		arial,sans serif;
	font-size:			10px;
	text-decoration:	none;
}

a.menuitem:hover,a.submenuitem:hover
{
	background-color:	rgb(229,229,229);
	color:				black;
}

/*********************************************************************************************************/
/*	Main nav item styles (for text-only menu headers - delete these if graphics are used for main nav)
/*********************************************************************************************************/
a.topnav,a.topnav-active
{
	display:			block;
	width:				94px;
	height:				26px;
	background-color:	white;
	padding:			0px 8px;
	line-height:		26px;
	white-space:		nowrap;
	
	font-family:		arial,sans serif;
	font-weight:		bold;
	font-size:			12px;
	text-decoration:	none;
	color:				black;
}

a.topnav-active
{
	background-color:	rgb(229,229,229);
	color:				black;
}

a.topnav:hover,a.topnav-active:hover
{
	background-color:	rgb(229,229,229);
	color:				black;
}

/*********************************************************************************************************/
/*	Sidenav styles - delete these if side nav is not used
/*********************************************************************************************************/
.sidenav
{
	float:				left;
	width:				100px;
	font-family:		arial,sans serif;
	font-size:			0.7em;
}

a.sidenavlink-top
{
	display:			block;
	padding:			0.8em 0em;
	margin-bottom:		0.4em;
	border-bottom:		1px solid rgb(204,204,204);
	font-weight:		bold;
	text-decoration:	none;
	color:				rgb(0,0,51);
}

a.sidenavlink
{
	padding:			1em 0em  0em  0em;
	display:			block;
	text-decoration:	none;
	color:				red;
}

a.sidenavlink-active
{
	display:			block;
	padding:			1em 0em  0em  0em;
	text-decoration:	none;
	color:				red;
}

a.sidesubnavlink
{
	display: block;
	margin-left: 1em;
	padding: 1em 0em 0em 0em;
	text-decoration: none;
	color: red;
}

a.sidesubnavlink-active
{
	display:			block;
	margin-left:		1em;
	padding: 1em 0em 0em 0em;
	text-decoration:	none;
	color:				red;
}

/*********************************************************************************************************/
/*	Footer styles
/*********************************************************************************************************/
.footer
{
	clear:				both;

	width:				413px;
	height:				60px;
	margin:				10px 20px;
	
	background-color:	rgb(128,128,128);
	background-image:	url( /images/logo_footer.gif );
	background-repeat:	no-repeat;
	
	vertical-align:		middle;
	
	padding:			11px 20px 12px 167px;
	line-height:		16px;
	font-family:		verdana,arial,sans serif;
	font-size:			11px;
	color:				white;
	
	white-space:		nowrap;
}

a.footerlink
{
	padding:			0px 0px;
	white-space:		nowrap;
	
	text-decoration:	none;
	color:				white;
}

a.footerlink-active
{
	text-decoration:	none;
	color:				white;
}

/*	used for the dividing line | between nav items	*/
.divider
{
	padding:			0em 1em;
}

/*********************************************************************************************************/
/*	Standard body styles
/*********************************************************************************************************/
h1
{
	margin-top:			5px;
	padding:			0;

	font-family:		arial,sans serif;
	font-weight:		bold;
	font-size:			1.1em;
	color:				black;
}

h2
{
	margin:				0em;
	padding:			0.5em 0em 0em;
	
	font-family:		arial,sans serif;
	font-weight:		bold;
	font-size:			0.85em;
	color:				black;
}

/*	h4 - h6 used for navigation, h3 not currently used	*/
h3,h4,h5,h6
{
	margin:				0px;
	font-weight:		normal;
	font-size:			1.0em;
}

h5
{
	display:			block;
	float:				left;
	width:				111px;
	height:				26px;
	line-height:		26px;
}

h5.submenu
{
	width:				200px;
}

.bodytext,.bodytext2,.tabletext
{
	margin:				0em 0em 2em;
	line-height:		1.7em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.70em;
	color:				black;
}

.bodytext2
{
	line-height:		1.4em;
	margin-bottom:		1.3em;
}

.tabletext
{
	line-height:		1.4em;
	margin-bottom:		0em;
	padding-right:		10px;
}

a
{
	text-decoration:	none;
	c/olor:				#2A69B6;
	color:				red;
}
.bodytext a,
h2 a
{
	c/olor:				#2A69B6;
	color:				red;

}

a:hover
{
	color:				rgb(51,51,204);
}



/*********************************************************************************************************/
/*	Form styles
/*********************************************************************************************************/
form
{
	margin:				0em;
}

label
{
	display:			block;
	padding-top:		1.0em;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			0.65em;
	color:				black;
}

input.textfield,select.textfield,textarea.textfield
{
	background-color:	#EFEFEF;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	color:				black;
	border:				1px solid #808080;
	width:				210px;
}

input.button
{
	background-color:	#808080;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	line-height:		20px;
	color:				white;
	border:				none;
}

/*********************************************************************************************************/
/*	Image positioning ( image only )
/*********************************************************************************************************/
img.right
{
	float:				right;
	clear:				left;
	margin:				0px 0px 20px 20px;
}

img.left
{
	float:				left;
	clear:				right;
	margin:				0px 20px 20px 0px;
}

/*********************************************************************************************************/
/*	Image positioning with caption block
/*********************************************************************************************************/
.caption-left,.caption-right
{
	padding:			5px 0px;

	line-height:		15px;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	color:				rgb(0,0,51);			
}

.caption-left
{
	float:				left;
	margin:				0px 20px 20px 0px;
}

.caption-right
{
	float:				right;
	clear:right;
	margin:				0px 0px 20px 20px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Google stats box
/*-------------------------------------------------------------------------------------------------------*/
.google-stats-box, .google-stats-box-max, .google-stats-box-mini
{
	background:				white;
	border:					1px solid red;
	z-index:				1000;
	display:				block;
	width:					auto;
	font-size:				10px;
	font-family:			verdana,arial,sans serif;
	line-height:			16px;
	height:					16px;
	font-weight:			normal;
}

.google-stats-box-max
{
	position:				absolute;
	top:					25px;
	left:					30px;
	width:					220px;
}

.google-stats-box-mini
{
	width:					auto;
	display:				inline;
	line-height:			16px;
	margin-left:			2px;
	margin-right:			2px;
/*	float:					left;
	clear:					right; */
}

.google-stats-box-table
{
	display:				none;
	font-size:				10px;
}


/*-------------------------------------------------------------------------------------------------------*/
/*	Formatter
/*-------------------------------------------------------------------------------------------------------*/
.bluetext
{
	color:					blue;
}

.redtext
{
	color:					red;
}

.greytext
{
	color:					gray;
}

/*	Slideshow styles	*/
#slideshow_frame
{
	position: 		relative;
	width: 			830px;
	height: 		300px;
}

.slideshow_slide
{
	z-index: 		0;
	
	position: 		absolute;
	top: 			0px;
	left: 			0px;

	display: 		none;
	
	width: 			830px;
	height: 		300px;
	overflow: 		hidden;
}

#slide_1
{
	display: 		block;
}

#slideshow_queued
{
	display: 		block;
	z-index: 		10;
}

#slideshow_shown
{
	display: 		block;
	z-index: 		20;

	filter: 		alpha(opacity=99);
	opacity: 		.99;
	-moz-opacity: 	.99;
	-khtml-opacity:	.99;
}


.slideshow_desc
{
	position: 		absolute;
	top: 			409px;
	left: 			10px;
	font-size: 		13px;
}

