/* CSS Document */

/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, h5, h6, form, fieldset, img, table
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	font-family: "Arial", Verdana, Sans-Serif;
	font-size: medium;
	color: #666666;	
	line-height: 110%;
}

acronym
{
	cursor: help;	
}

address
{
	font-style: normal;
}

h1
{
	font-size: 150%;
	font-weight: bold;
	color: #8CC63E;
}

h2
{
	font-size: 100%;
	color: #666666;
}

strong
{
	font-size: 100%;
	color: #666666;
}

.hide
{
	display: none;
}

/* Table Layout */

table
{
	width: 100%;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

table th, table td
{
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

table .leftalign
{
	text-align: left;
}

table tr
{
	background: #CCCCCC;
}

table tr.alt
{
	background: #EEEEEE;
}

table caption
{
	margin: 0;
	padding: 8px 20px;
	border: 1px solid #666666;
	border-bottom: none;
	background: #FFF;
	font-weight: bold;
}

p.ArrowHead
{
	padding-left: 10px;
	background: url(../images/bckgd/arrowright8cc63e.gif) no-repeat 0 50%;
}


/* STRUCTURE/LAYOUT */

div#container
{
	width: 760px;
	margin: 0;
	padding: 0;
	text-align: left;
}

div#branding
{
	background: url(../images/branding/branding.gif) top left no-repeat;
	width: 760px;
	margin: 0;
	padding: 0;
	height: 100px;	
}

div#ContactBranding
{
	color: #666666;
	font-size: 70%;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
	padding-top: 28px;
}

div#MainBody
{
	clear: both;
	float: left;
	width: 580px;
	margin: 0;
	padding: 0;
}

div#Content
{
	float: right;
	width: 370px;	/* 370 + 15pl + 15pr */
	margin: 0;	
	padding: 0 15px 15px 15px;
	color: #666666;
	font-size: 80%;
}

div#LeftCol
{
	float: left;
	width: 165px;	/* 165 + 15pl */
	margin: 0;	
	padding: 0;	
	padding-left: 15px;
	font-size: 80%;
	text-align: left;
}

div#RightCol
{
	float: right;
	width: 165px;	/* 165 + 15pr */
	margin: 0;	
	padding: 0;
	padding-right: 15px;
	font-size: 80%;
	text-align: left;
}

div.ColHeader
{
	background-color: #8CC63E; 
	color: #FFFFFF; 
	font-weight: bold; 
	padding: 2px 2px 2px 2px; 
	text-align: center;
}

div.BannerImage
{
	/*padding-top: 2px;*/
	padding-bottom: 15px;
	margin: 0;
}

div#NavFooter
{
	clear: both;
	text-align: center;
	font-size: 70%;
	border-top: 1px solid #8CC63E;
	padding-top: 2px;
	padding-bottom: 15px;
}


/* NAVIGATION */

/* Main Navigation */

#nav
{
	float: left;
	width: 745px;	/* 745 + 15pl */
	margin: 0;
	padding: 0px 0 0 15px;
	list-style: none;
	background: url(../images/bckgd/horizontalline8cc63e.gif) bottom repeat-x;
}

#nav li
{
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}

#nav a
{
	float: left;
	display: block;
	margin: 0 2px 0 0;
	padding: 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #8CC63E;
	border-bottom: none;
	background: #8CC63E;
}

#nav #n-on a
{
	background-color: #FFFFFF;
	color: #8CC63E;
}

#nav a:hover, #nav a:focus
{
	color: #8CC63E;
	padding-bottom: 5px;
	border-color: #8CC63E;
	background: #FFFFFF;
}

/* Branding Navigation */

#NavBranding
{
	text-align: right;
	padding-right: 15px;	
}

#NavBranding a
{
	color: #8CC63E;
	font-size: 70%;
}

#NavBranding a:hover, #NavBranding a:focus
{
	color: #FF6600;
}

/* Glossary Navigation */

#NavGlossary
{
	float: left;
	width: 156px;	/* 159 + 1bl + 1br + 2pr + 5pl */
	list-style: none;
	margin: 0;
	padding: 2px 2px 2px 5px;
	border: 1px solid #8CC63E;
}

#NavGlossary li
{
	margin: 0;
	padding: 0 10px 0 10px;
	background: url(../images/bckgd/arrowright8cc63e.gif) no-repeat 0 50%;
}

#NavGlossary a
{
	color: #666666;
	text-decoration: none;
}

#NavGlossary a:hover, #NavGlossary a:focus
{
	color: #FF6600;
	text-decoration: none;
}

/* Secondary Left Hand Side Navigation */

#NavSecondary
{
	float:left;
	width: 161px;	/* 161 + 2pl + 2pr */
	list-style: none;
	margin: 0;
	padding: 2px 2px 2px 2px;
}

#NavSecondary li
{
	margin: 0;
	padding: 0;
}

#NavSecondary li.alt
{
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

#NavSecondary a
{
	display: block;
	width: 161px;
	border-bottom: 1px solid #8CC63E;
	margin: 0;
	padding: 0;
}


/* Breadcrumb Navigation */

#NavBreadCrumb
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0 30px 15px;
	list-style: none;
}

#NavBreadCrumb li
{
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 80%;
	background: url(../images/bckgd/arrowright8cc63e.gif) no-repeat 0 50%;
	color: #666666;
}

#NavBreadCrumb li.alt
{
	background: none;
	padding: 0 10px 0 0;
}

#NavBreadCrumb a
{
	float: left;
	display: block;
	margin: 0 10px 0 0;
	color: #8CC63E;
}

#NavBreadCrumb a:hover, #NavBreadCrumb a:focus
{
	color: #FF6600;
}

div#ContactBranding a
{
	color: #666666;
}

div#ContactBranding a:hover, div#ContactBranding a:focus
{
	color: #FF6600;
}

#LeftCol a
{
	display: block;
	color: #666666;
	text-decoration: none;
	padding-bottom: 3px;
	background: url(../images/subnavigationdash.gif) repeat-x 0 100%;
}

#LeftCol a:hover, #LeftCol a:focus
{
	color: #FF6600;
}

a
{
	color: #8CC63E;
}

a:hover, a:focus
{
	color: #FF6600;
}


/* SITE INDEX */

#sitemap ul
{
	list-style: disc;
}














/* START OF SIMPLIFIED BOX MODEL HACK */
* html body
{
	font-size: small; /* for IE5/win */
	f\ont-size: medium; /* for other IE versions */
}
/* END OF SIMPLIFIED BOX MODEL HACK */
