@charset "iso-8859-1";

/***********************************************************************************************
*  Digital Forest Interactive Messagepac™ Style.css : Copyright Digital Forest Interactive Ltd.
************************************************************************************************/

/* begin with generic selectors so that they can be overridden if needed
 * by classes deeper in the stylesheet
 */
.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
.hide
{
	display: none !important;
}
.inside
{
	/* glitch in IE caused by vertical padding in this class, so 0 padding is
	 * set here and those blocks that need the vertical padding must be 
	 * applied to the parent element. the purpose of this class is to provide
	 * horizontal padding without using hacks to get around IE's broken box 
	 * model. so it's okay to apply vertical padding to the parent element, 
	 * just not horizontal padding.
	 */
	padding: 0 1em;
}



/* Core page layout. this includes positioning and
 * gutter space. colors and fonts should not be included at this point.
 * when defining a border, default its color to white which is probably
 * the safest thing to do.
 */
body
{
	margin: 0px;	/* or 25px 4%; to create a margin to the site layout. 
					Margin instead of padding for the gutterspace around 
	 			   the layout because IE breaks the layout when 
	 			   horizontal padding is applied to the body element.
	 			   % over pixels for that horizontal gutterspace so that
	 			   it automatically goes below 20px on low-res browsers
	 			   to create more space for the content. */
	font-size: 100.1%;	/* resolve some font size issues in some layouts for
				   some browsers. */
}
#pageWrapper
{
	border: none 0px #fff;
	border-width: 0 0px;
	min-width: 40em;	/* IE doesn't understand this property. EMs are used
				   so that as the font size increases, the proportional
				   limitations (min-width) increase with it, rather
				   than creating a middle column that can only fit
				   3 or 4 characters in it. */
	width: 776px; /* Set pixel width ( '775px;' to create a FIXED LAYOUT set 'auto;' to create FLUID LAYOUT */
	margin: auto;     /* set as 'auto;' to allow CENTRE ALIGNED or nothing for LEFT ALIGNED site */
	background-image: url(/images/default/container_bg.jpg); /* insert background image for main container */
}
* html #pageWrapper
{
	/* \*/
		word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}
#masthead
{
	border: none 1px #fff;
	border-width: 1px 0;
	padding: 0.5em;
	background-image: url(/images/default/topbar.jpg);
	background-repeat: no-repeat;
	height: 87px;
}


#masthead h1
{
	padding: 0;
	margin: 0;
}

#toplinks
{
	padding-top: 0px;
	padding-bottom: 0px;
}

#search_form
{
	float: right;
	margin-top: 5px;
}
#outerColumnContainer
{
	/* reserves space for the left and right columns. you can use either
	 * padding, margins, or borders, depending on your needs. however you
	 * can use the border method to create a background color for both left
	 * and right columns
	 */
	padding-left: 200px; /* 'border-left: solid 14em #fff;' creates LEFT COLUMN or nothing to remove, use padding instead of border for underlying background images ( IE and NN don't support transparency in borders!*/
	border-right:  /* 'solid 14em #fff;' creates RIGHT COLUMN or nothing to remove, use padding instead of border for underlying background images ( IE and NN don't support transparency in borders!*/

}
#outerColumnContainer_frontpage
{
	/* reserves space for the left and right columns. you can use either
	 * padding, margins, or borders, depending on your needs. however you
	 * can use the border method to create a background color for both left
	 * and right columns
	 */
	padding-left: 355px; /* 'border-left: solid 14em #fff;' creates LEFT COLUMN or nothing to remove, use padding instead of border for underlying background images ( IE and NN don't support transparency in borders!*/
	border-right:  /* 'solid 14em #fff;' creates RIGHT COLUMN or nothing to remove, use padding instead of border for underlying background images ( IE and NN don't support transparency in borders!*/

}
#innerColumnContainer
{
	border: none 0px #fff;
	border-width: 0 0px;
	margin: 0 -1px;		/* compensate for the borders because of
				   100% width declaration */
	width: 100%;
	z-index: 1;
}
#leftColumn, #middleColumn, #rightColumn, * html #SOWrap
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
#SOWrap
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}
#middleColumn
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
	margin-top: 20px;
	padding-bottom: 20px;
}
#leftColumn
{
	float: left;
	margin: 0 1px 0 -26.5em;
	width: 25em;
	z-index: 4;
	margin-top: 20px;
	background-color: #3BAE49;
}

#rightColumn
{
	float: right;
	width: 14em;
	margin: 0 -14em 0 1px;
	z-index: 2;
}
#footer
{
	border: none 0px #fff;
	border-width: 0px 0;
	padding: 0.5em;
}

p.fontsize-set
{
	text-align: center;
}
p.fontsize-set img
{
	border-width: 0;
}

/* Vertical Navigation Formatting.
 */
.vnav
{
	margin: 1em 0;
}
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: none;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: none;
}
.vnav ul li, .vnav ul li a
{
	margin: 0;
	display: block;
	padding: 0;
	line-height: normal;
}
.vnav ul li a
{
	display: block;
	padding: 2px 5px 3px 5px;
}
.vnav ul li a, .vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active, .vnav ul li a:hover
{
	text-decoration: none;
	cursor: pointer;
}
.vnav h3
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}
* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 0.01%;
}
* html .vnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}

/* Horizontal Navigation elements. create a DIV element with the class hnav
 * and stick one unordered list inside it to generate a horizontal menu.
 */
.hnav
{
	text-align: right;
	height: 16px;
	padding-right: 30px;
}
.hnav, .hnav ul li a
{
	/* need to middor veritcal padding on .hnav and child anchor elements
	 * because the anchors are _not_ block elements. since they are not
	 * block elements web browsers will not expand .hnav to contain them
	 * even with the extra padding. by applying the same padding to both
	 * the parent .hnav _looks_ like its containing the child anchor
	 * elements. 
	 */
	padding-top: 10px;
	padding-bottom: 6px;
}
.hnav ul, .hnav ul li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hnav ul li a
{
	margin: 0 -1px 0 0;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}
.hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.hnav ul li span.divider
{
	display: none;
}
* html .hnav ul li, * html .hnav ul li a
{
	width: 1%; /* IE/Mac needs this */
	display: inline-block;	/* IE/Mac needs this */
	/* \*/
		width: auto;
		display: inline;
	/* reset above hack */
}
* html .hnav, * html .hnav ul a
{
	/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
				 IE/Mac will ignore this rule. */
}
* html .HNAV
{
	padding: 0;	/* IE5/Win will resize #hnav to fit the heights of its
			   inline children that have vertical padding. So this
			   incorrect case selector hack will be applied only by
			   IE 5.x/Win */
}

/* everything below this point is related to the page's colour etc.	
***********************************************************************
 */
#pageWrapper, #masthead, #footer, .hnav, .hnav ul li a
{
	border-color: #618967;
}

#innerColumnContainer
{
	border-top-color: #618967;
	border-right-color: #618967;
	border-bottom-color: #618967;
	border-left-color: #618967;
}

.vnav ul li
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #618967;
	border-left-color: #FFFFFF;
	padding-top: 5px;
}
html
{
	color: #000;
	font-family: arial, helvetica, sans-serif;

}
body
{
	color: #000;
	font-family: arial, helvetica, sans-serif;
	background-image: url(/images/default/pagebg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#pageWrapper
{
	font-size: 80%;

}
#masthead
{
	background-color: #618967;
	color: #fff;
	padding-right: 20px;	
}
#toplinks, #toplinks a:link, #toplinks a:visited
{
	background-color: #618967;
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 15px;
}


.hnav
{
	color: #fff;
	background-image: url(/images/default/menu_bg.jpg);
}
#outerColumnContainer
{
	border-left-color: ;	/* left column background color */
	border-right-color:	/* right column background color */

	
}
.vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active
{
	text-decoration: none;
	color: #949285;
}
#rightColumn .vnav ul li a:link, #rightColumn .vnav ul li a:visited, #rightColumn .vnav ul li a:active
{
	background-color: ;
}
.vnav ul li a:hover, #rightColumn .vnav ul li a:hover
{
	text-decoration: none;
	color: #666666;
}
.hnav ul li a:link, .hnav ul li a:visited
{
	color: #FFFFFF;
}
.hnav ul li a:hover
{
	color: #FF9900;
}
#rightColumn .inside
{
	/* if you apply a font size to just #rightColumn, then its width,
	 * which is specified in EMs, will also be affected. you don't want
	 * that. so apply font size changes to the .inside element which exists
	 * inside underneath all three columns
	 */
	font-size: 90%;
}
#rightColumn .inside .vnav
{
	font-size: 110%;
}
#footer, #footer a:link, #footer a:visited, #footer p
{
	background-color: #ffffff;
	color: #618967;
	text-align: center;
}
/* individual item styles */

#searchcontentgroupbar {
	padding-bottom: 20px;
}
#searchcontentgroupbar label
{
	width: 17em;
	float: left;
	text-align: left;
	display: block;
	padding-top: 6px;
	color: #205EB1;
	font-size: .9em;
}
.breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-transform: capitalize;
}
.breadcrumbs a {
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-transform: capitalize;
}
.breadcrumbs a:hover {
	color: #cccccc;
	text-decoration: underline;
	text-transform: capitalize;
}
.item_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #666666;
}
.item_stats {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #666666;
}
a.read_more_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
a.read_more_link:link {
	color: #000000;
	text-decoration: none;
}
a.read_more_link:hover {
	color: #cccccc;
}
a.item_actions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #666666;
	margin-right: 5px;
}
a.item_actions:link {
	color: #666666;
	text-decoration: none;
}
a.item_actions:hover {
	color: #cccccc;
	text-decoration: none;
}
.site_map_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	font-style: italic;
	text-decoration: none;
	text-align: left;
	padding-left: 25px;
}
.site_map_link a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	font-style: italic;
	text-decoration: none;
}
.site_map_link a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #cccccc;
	font-style: italic;
	text-decoration: none;
}
.form_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #999999;
	margin-left: 24px;
	padding-right: 25px;	
}
.form_introduction {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	font-weight: bold;
	margin-left: 24px;
	padding-right: 25px;	
}



.btmimage {
	background-image: url(/images/default/containerbtm_bg.jpg);
	background-repeat: no-repeat;
	height: 86px;
}
.flashbanner {
	margin-top: 18px;
	padding-left: 153px;
	float: left;
}