/*-CONDITIONER ELEMENTS----------------------------------------------------------------------
---It's important to remember these styles, as all page elements will inherit these settings
---first.  Sometimes it may be necessary to overide some of these styles further down the
---cascade, but generally these make it easier to create new styles.
-------------------------------------------------------------------------------------------*/

body 
{
	margin: 10px 0px 0px 0px;
	font-family: Arial;
	font-style: normal;
	text-align: center;
	background-image: url(../images/header_background.gif);
	background-repeat: no-repeat;
	background-position: top;
	}

/*-POPUP FILES -------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------*/
body.popup
{
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-style: normal;
	text-align: center;
	background-image: none;
	}

#popup p
	{
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	margin-left: 15px;
	}

#popup p a:link, 
#popup p a:visited
{
	color: #88AB1C;
	text-decoration: underline;
	padding: 1px;
	}

#popup p a:hover,
#popup p a:active 
{
	text-decoration: underline;
	display: inline;
	color: #E0841F;
	background-color: #FCE9B0;
	padding: 1px;
	}



/*--removes default margins and resets font to default browser size so it doesn't inherit
truncated font sizes of parent elements for all form elements--*/
form 
{
    margin: 0px;
    font-size: 16px;
    }

/*--removes default margins from all form elements--*/ 
table 
{
	margin: 0px;
	font-size: 16px;
	}

/*--add class="floatLeft" or "floatRight" to any image that needs to be floated--*/	
img.floatLeft 
{
	float: left;
	border: 0px;
	padding-right: 15px;
	}

img.floatRight 
{
	float: right;
	border: 0px;
	padding-left: 15px;
	}
	
/*--makes sure that all linked images don't get the default border--*/
a img
{
	border: 0px;
	}

/*--container block that defines the sites width of and centers the page--*/
#center 
{
	width: 990px;
	margin: 0px auto 0px auto;
	text-align: left;
	}

#header 
{
	clear: both;
	width: 990px;
	margin: 0px;
	}

/*-HEADER RIGHT BOX-----------------------------------------------------------------------
/*-container block for the right part of the header -*/

#header_right
{
	float: right;
	text-align: right;
	margin: 0px;
	margin-bottom: 10px;
	width: 790px;
	}

/*-LOGO BOX-----------------------------------------------------------------------
/*-container block for the logo -*/
#logo
{
	float: left;
	padding-bottom: 15px;
}

/*-HEADER NAV BOX-----------------------------------------------------------------------
---Contains all styles associated with the top navigation bar. 
-----------------------------------------------------------------------------------------*/
/*-container block for the top nav bar -*/

#navContainer 
{
	clear: both;
	margin-top: 56px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#navContainer ul
{
	padding: 0px;
	color: black;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	line-height: 34px;
	margin-top: 36px;
	margin-bottom: 0px;
	position: relative;
	float: right;
	}

li.navMain
{
	padding: 0px;
	float: left;
	display: block;
	margin-left: 10px;
	}

li.navMain a:link, 
li.navMain a:visited
{
	display: block;
	width: 70px;
	color: white;
	text-decoration: none;
	background-color: #ffffff;
	background-image: url(../images/nav_tab.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}

li.navMain a:hover,
li.navmain a:active 
{
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	color: #AEDE18;
	background-color: #AEDE18;
	}


li.navMainActive
{
	padding: 0px;
	float: left;
	display: block;
	margin-left: 10px;
	
	}
	
li.navMainActive a:link, 
li.navMainActive a:visited, 
li.navMainActive a:hover,
li.navMainActive a:active 
{
	display: block;
	width: 70px;
	color: #AEDE18;
	text-decoration: none;
	background-color: #AEDE18;
	background-image: url(../images/nav_tab.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}
	

/*-LEFT NAV BOX-------------------------------------------------------------------------------
---Contains all styles associated with the top navigation bar. 
-----------------------------------------------------------------------------------------*/

#leftNav 
{
	width: 194px;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	float: left;
	margin-top: 10px;
	}
	
#leftNavHeader
{
	width: 194px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 18pt;
	float: right;
	color: #ffffff;
	padding: 2px;
	border: 1px solid #000000;
	background-color: #000000;
}	

#leftNavHeader a:link, 
#leftNavHeader a:visited
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 18pt;
	color: #ffffff;
	text-decoration: none;
}	

#leftNavHeader a:hover,
#leftNavHeader a:active 
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 18pt;
	color: #AEDE18;
	text-decoration: none;
}	

#leftNavHeaderActive
{
	width: 194px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 18pt;
	float: right;
	color: #ffffff;
	padding: 2px;
	border: 1px solid #000000;
	background-color: #000000;
}	

#leftNavHeaderActive a:link,
#leftNavHeaderActive a:visited,
#leftNavHeaderActive a:hover,
#leftNavHeaderActive a:active 
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 18pt;
	color: #AEDE18;
	text-decoration: none;
}	

#leftNavContainer
{
	width: 194px;
	font-family: Arial;
	font-size: 11px;
	float: right;
	padding: 2px;
	border: 1px #999999 dotted;
	margin-top: 2px;
	background-color: #ffffff;
}

#leftNav ul
{
	padding: 0px;
	color: black;
	font-weight: normal;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	}

li.leftNav
{
	display: block;
	padding: 0px;
	margin-left: 0px;
	text-decoration: none;
	padding-bottom: 5px;
	}

li.leftNav a:link, 
li.leftNav a:visited
{
	color: #88AB1C;
	text-decoration: none;
	display: list-item;
	list-style-image: url(../images/bullet_black.gif);
	margin-left: 17px;
	}

li.leftNav a:hover
{
	text-decoration: underline;
	}

li.leftNavActive
{
	display: block;
	padding: 0px;
	margin-left: 0px;
	text-decoration: none;
	padding-bottom: 5px;
	}
	
li.leftNavActive a:link,
li.leftNavActive a:visited
{
	color: #E0841F;
	text-decoration: none;
	display: list-item;
	list-style-image: url(../images/bullet_black.gif);
	margin-left: 17px;

	}

/*-HOME CONTENT BOX-------------------------------------------------------------------------------
---Contains all styles associated with the content section on the home page. 
-----------------------------------------------------------------------------------------*/

#homeContent
{
	width: 990px;
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	}

#homeContent p
	{
		font-family: Arial;
		font-weight: normal;
		font-size: 10pt;
		color: #000000;
		padding: 0px 10px 0px 10px;
	}

#homeContent p a:link, 
#homeContent p a:visited
{
	color: #88AB1C;
	text-decoration: underline;
	padding: 1px;
	}

#homeContent p a:hover,
#homeContent p a:active 
{
	text-decoration: underline;
	display: inline;
	color: #E0841F;
	background-color: #FCE9B0;
	padding: 1px;
	}

#homeContent h1
{
	margin-top: 0px;
	font-family: Arial;
	font-size: 14pt;
	color: #88AB1C;}

.home1
{
	margin-left: 5px;
	margin-top: 20px;
	float: left;
	width: 300px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	border: dotted 1px black;

}

.home2 
{
	float: left;
	margin-top: 20px;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-left: 25px;
	border: dotted 1px black;

}


/*-CONTENT BOX-------------------------------------------------------------------------------
---Contains all styles associated with the content section for sub-pages in the site. 
-----------------------------------------------------------------------------------------*/

#content
{
	width: 770px;
	float: right;
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	margin-top: 7px;
	}

#content p
	{
		font-family: Arial;
		font-weight: normal;
		font-size: 10pt;
		color: #000000;
	}

#content p a:link, 
#content p a:visited
{
	color: #88AB1C;
	text-decoration: underline;
	padding: 1px;
	}

#content p a:hover,
#content p a:active 
{
	text-decoration: underline;
	display: inline;
	color: #E0841F;
	background-color: #FCE9B0;
	padding: 1px;
	}

#content h1
{
	margin-top: 0px;
	font-family: Arial;
	font-size: 14pt;
	color: #88AB1C;}

#content h2
{
	margin-top: 40px;
	font-family: Arial;
	font-size: 11pt;
	color: #000000;}

#content h3
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 10pt;
	color: #88AB1C;}

#content ul
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	}

#content li a:link, 
#content li a:visited
{
	color: #88AB1C;
	text-decoration: underline;
	padding: 1px;
	}

#content li a:hover,
#content li a:active 
{
	text-decoration: underline;
	display: inline;
	color: #E0841F;
	background-color: #FCE9B0;
	padding: 1px;
	}

.floatLeft
{
	float: left;
    border: 0px;
    margin: 0px 15px 15px 0px;}


/*-CONTENT BOX-------------------------------------------------------------------------------
---Contains all styles associated with the content section for sub-pages in the site. 
-----------------------------------------------------------------------------------------*/

#footer
{
	clear: both;
	width: 990px;
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	color: #fff;
	margin-top: 40px;
	margin-bottom: 5px;
	padding: 0px 0px 0px 0px;
	background-color: #000;
	min-height: 90px;
	}
	

.footer1
{
	margin-left: 210px;
	float: left;
	width: 150px;
	padding-top: 5px;

}

.footer2 
{
	float: left;
	width: 120px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.footer3
{
	float: right;
	width: 160px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer h1
	{
		font-family: Arial;
		font-weight: normal;
		font-size: 8pt;
		color: #88AB1C;
		font-weight: bold;
		margin-bottom: 3px;
		margin-top: 0px;
	}

#footer p
	{
		font-family: Arial;
		font-size: 8pt;
		font-weight: bold;
		color: #fff;
		margin-top: 0px;
	}

#footer p a:link, 
#footer p a:visited
{
	color: #fff;
	text-decoration: underline;
	}

#footer p a:hover,
#footer p a:active
{
	color: #fff;
	text-decoration: none;
	}

#footer p.copyright
	{
		font-family: Arial;
		font-weight: normal;
		font-size: 8pt;
		font-weight: bold;
		color: #88AB1C;
		margin-top: 0px;
	}

#footer ul
{
	padding: 0px;
	color: #ffffff;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	text-align: left;
	margin: 0px;
	}

li.footer
{
	display: block;
	padding: 0px;
	margin-left: 0px;
	text-decoration: none;
	padding-bottom: 2px;

}

li.footer a:link, 
li.footer a:visited
{
	display: block;
	color: #fff;
	text-decoration: underline;
	}
	
li.footer a:hover,
li.footer a:active 
{
	display: block;
	color: #fff;
	text-decoration: none;
	}
	
