﻿/**********************************************************************************
'	Source File		-	navigation.css
'
'	Description		-	Style Sheet
'
'	Functions		-	
'
'	Notes				-	
'
'	Version History
'
'	Version					Notes
'	---------------		--------------------
'	3.00.2008.11.06		3.00.00.2008.11.06
'	3.01.2009.02.04		Added inputrequired
'	3.01.2009.03.17		Changed background-color for input & textarea
'									from transparent to white
'	3.01.2009.05.06		Changed bodylinks2
'	3.02.2009.07.05		Added inputsummary
'
'	Legal Notice
'	------------
'	Copyright ©2001 DigiNet Designs, LLC   All rights reserved.
'	Licensed and used by permission from DigiNet Designs, LLC
**********************************************************************************/



.Header
{
	background-position: left top;
	background: url(/includes/graphics/backgrounds/EPDM_01_huntergreen.jpg) repeat left top;
	background: url(/includes/graphics/backgrounds/water3.jpg) repeat left top;
}



.HeaderLinks
{
	text-decoration: none;
	font-size: 30pt;
	background-color: inherit;
	color: #2b5b8b;	/** #ffffff; **/
	color: #FFFFFF;	/** #ffffff; **/
	color: #014b00;	/** Hunter Green **/
	color: #5A971F;
	color: #000000;	/** #ffffff; **/
	letter-spacing: -2px;
	font-weight: normal;
	white-space: normal;
}



.HeaderLinksPrintable
{
	text-decoration: none;
	font-size: 22pt;
	padding: 1pt 5pt 1pt 2pt;
	background-color: inherit;
	color: black;
	letter-spacing: -2px;
	font-weight: normal;
	white-space: normal;
}



.ServiceMark
{
	text-decoration: none;
	/**********font-size: 8pt;**********/
	color: #f0f2f4;
	color: #2b5b8b;	/** #ffffff; **/
	color: #014b00;	/** Hunter Green **/
	color: #FFFFFF;	/** #ffffff; **/
	color: #5A971F;
	color: #000000;	/** #ffffff; **/
	font-size: 16pt;
	background-color: inherit;
	letter-spacing: -1px;
	font-weight: normal;
	white-space: normal;
}



.ServiceMarkPrintable
{
	text-decoration: none;
	/**********font-size: 8pt;**********/
	color: black;
	padding: 1pt 5pt 1pt 17pt;
	background-color: inherit;
	letter-spacing: -1px;
	font-weight: normal;
	white-space: normal;
}



.LeftNavLinks
{
	text-decoration: none;
	font-size: 14pt;
	padding: 0pt 5pt 0pt 5pt;
	background-color: inherit;
	color: #414141;
	color: #FFFFFF;
	letter-spacing: -2px;
	font-weight: lighter;
	white-space: normal;
}



.ContentHeaderLarge
{
	margin: 0 auto; /* center for now */
	width: 59em; /* em so it will grow */
	background: url("/includes/graphics/backgrounds/sbbody-r.gif") no-repeat bottom right;
	font-size: 100%;
}



.ContentHeaderMedium
{
	margin: 0 auto; /* center for now */
	width: 30em; /* em so it will grow */
	background: url("/includes/graphics/backgrounds/sbbody-r.gif") no-repeat bottom right;
	font-size: 100%;
}



.ContentHeaderSmall
{
	margin: 0 auto; /* center for now */
	width: 25em; /* em so it will grow */
	background: url("/includes/graphics/backgrounds/sbbody-r.gif") no-repeat bottom right;
	font-size: 100%;
}



.BoxHead
{
	background: url("/includes/graphics/backgrounds/sbhead-r.gif") no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}



.BoxHead h2
{
	background: url("/includes/graphics/backgrounds/sbhead-l.gif") no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}



.BoxBody, .BoxBodyBlock, .BoxBodyNews
{
	background: url("/includes/graphics/backgrounds/sbbody-l.gif") no-repeat bottom left;
	height: 100%;
	margin: 0;
	text-align: justify;
}



.BoxBody
{
	padding: 5px 20px 31px;
}



.BoxBodyBlock
{
	padding: 5px 20px 5px;
}



.BoxBodyNews
{
	padding: 5px 30px 31px;
}



.BoxBody ul, .BoxBodyBlock ul, .BoxBodyNews ul
{
/***
	font-family: Verdana, tahoma, Arial, Helvetica, Courier;
	font-size: 8pt;
	white-space: normal;
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-image:url('/includes/graphics/images/arrow-red.gif');
***/
	background-color: transparent;
	list-style-image:url('/includes/graphics/images/arrow-red.gif');
}



.BoxBody ul li, .BoxBodyBlock ul li, .BoxBodyNews ul li
{
/***
	display: inline;
	float: left;
	font-size: 7.5pt;
***/
	position: relative;
	background-color: transparent;
}



.boldlinks
{
	color: #b22222;
	color:	#2b5b8b;
	color: #014b00;	/** Hunter Green **/
	text-decoration: none;
	font-weight: bold;
	white-space: normal;
}

.boldlinks:active
{
	color: #2b5b8b;
	color: #014b00;	/** Hunter Green **/
	text-decoration: none;
}

.boldlinks:hover
{
	text-decoration: underline;
}

.boldlinks:link
{
	color: #2b5b8b;
	color: #014b00;	/** Hunter Green **/
}



.bodylinks
{
	color: #2b5b8b;
	color: #014b00;	/** Hunter Green **/
	/**********font-size: 8pt;**********/
	text-decoration: none;
	white-space: normal;
}

.bodylinks:active
{
	color: #2b5b8b;
	color: #014b00;	/** Hunter Green **/
	/**********font-size: 8pt;**********/
	text-decoration: underline;
}

.bodylinks:hover
{
	color: #2b5b8b;
	color: #014b00;	/** Hunter Green **/
	/**********font-size: 8pt;**********/
	text-decoration: underline;
}

.bodylinks:link
{
	color: #2b5b8b;
	color: #014b00;	/** Hunter Green **/
	/**********font-size: 8pt;**********/
}



.bodylinks2
{
	color: yellow;
	text-decoration: none;
	white-space: normal;
}

.bodylinks2:active
{
	color: yellow;
	text-decoration: underline;
}

.bodylinks2:hover
{
	color: yellow;
	text-decoration: underline;
}

.bodylinks2:link
{
	color: yellow;
}



.copyrightlinks
{
	color: #b22222;
	/**********font-size: 8pt;**********/
	text-decoration: none;
	white-space: normal;
}

.copyrightlinks:active
{
	color: #b22222;
	text-decoration: underline;
}

.copyrightlinks:hover
{
	color: #b22222;
	text-decoration: underline;
}

.copyrightlinks:link
{
	color: #b22222;
}



.footertext
{
	color: #FFFFFF;
	/**********font-size: 8pt;**********/
	width: 100%;
	text-decoration: none;
	white-space: normal;
}



.footertextsmall
{
	color: #999999;
	color: #FFFFFF;
	font-size: 6pt;
	text-decoration: none;
	white-space: normal;
}



.footerlinks
{
	color: #2b5b8b;
	color: #014b00;	/** Hunter Green **/
	font-size: 8pt;
	text-decoration: none;
	white-space: normal;
}

.footerlinks:active
{
	color: #2b5b8b;
	color: #014b00;	/** Hunter Green **/
	text-decoration: underline;
}

.footerlinks:hover
{
	color: #2b5b8b;
	color: #014b00;	/** Hunter Green **/
	text-decoration: underline;
}

.footerlinks:link
{
	color: #2b5b8b;
	color: #014b00;	/** Hunter Green **/
}



.navlinks
{
	color: #2b5b8b;
	color: #014b00;	/** Hunter Green **/
	/**********font-size: 8pt;**********/
	text-decoration: none;
	white-space: normal;
}

.navlinks:active, .navlinks:hover
{
	color: #2b5b8b;
	color: #014b00;	/** Hunter Green **/
	text-decoration: underline;
}

.navlinks:link
{
	color: #2b5b8b;
	color: #014b00;	/** Hunter Green **/
}



.navnewslinks
{
	color: #2b5b8b;
	color: #014b00;	/** Hunter Green **/
	/**********font-size: 8pt;**********/
	text-decoration: none;
	white-space: normal;
}

.navnewslinks:active
{
	color: #2b5b8b;
	color: #014b00;	/** Hunter Green **/
	text-decoration: underline;
}

.navnewslinks:hover
{
	color: #2b5b8b;
	color: #014b00;	/** Hunter Green **/
	text-decoration: underline;
}

.navnewslinks:link
{
	color: #2b5b8b;
	color: #014b00;	/** Hunter Green **/
}



.navtext
{
	color: black;
	/**********font-size: 8pt;**********/
	white-space: normal;
}



.navtext-adm
{
	color: black;
	/**********font-size: 8pt;**********/
}



