/* ================================================================================================== */
/* Generic Style Declarations */

body		{	background-color: #ffffff;
			color: #000000;
			font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			margin: 10px 50px; }

b, strong	{	font-weight: bold; }

i, em, cite	{	font-style: italic; }

u		{	text-decoration: underline; }

abbr, acronym
		{	border-bottom: 1px dotted #333333;
			cursor: help; }

hr		{	color: #65B645;
			height: 1px;
			background-color: #65B645;
			margin: 0px; }

h1, h2, h3, h4, h5, h6, legend
		{	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold; 
			color: #5CA740;
			margin: 5px 0px; }

h1		{	font-family: "HelveticaNeue UltraLight", "Arial Narrow", Helvetica, Arial, Geneva, sans-serif;
			font-size: 22px;
			margin-top: 0px;
			font-weight: normal;
			line-height: 120%; }

h2, legend	{	font-size: 13px; }

h3		{	font-size: 12px; }

h4, h5, h6	{	font-size: 11px; }

h5		{	margin-left: 20px; }

h6		{	margin-left: 40px; }

dt, li		{	margin-top: 7px; }

sub, super	{	font-size: 75%; }

code, pre	{	font-family: Courier, "Courier New", fixed-width, monospace;
			font-size: 9px; }

input, select, textarea
		{	font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #000000; }

small		{	font-size: 85%; }

fieldset	{	border: 1px solid #cccccc; }

a:link, a:visited, a:hover
		{	text-decoration: underline;
			color: #5CA740; }

a:visited	{	color: #737D70; }

a:hover		{	text-decoration: none; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

.Content, #Content td.Content, #Content td.Content td, .Content td
		{	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			padding: 0px;
			color: #555555; }

#Content td.Content
		{	line-height: 160%; }

#Content td.Content p, #Content td.Content ul, #Content td.Content ol, #Content td.Content div
		{	margin-top: 5px;
			margin-bottom: 20px; }

dd p, li p, dt p
		{	margin: 0px; }

/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* Layout Styles */

#Content, #Footer, #PriNav, #Banner
		{	background-color: #ffffff;
			margin: 0px;
			padding: 0px;
			border-collapse: collapse;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			border-right: 2px solid #E1E1E1;
			border-left: 2px solid #E1E1E1; }

#Content td, #Footer td, #PriNav td
		{	padding: 0px; }

.PrintOnly, #PrintLogo, .Hide
		{	display: none; }


#Banner		{	background-color: transparent;
			background-image: url(/files/images/template/banner_bg.gif);
			background-repeat: repeat-x;
			border: none; }

#Banner td.left	{	padding: 21px 0 27px 49px;
			background-image: url(/files/images/template/banner_left.gif);
			background-repeat: no-repeat;
			vertical-align: bottom; }

#Banner td.right
		{	padding: 0 18px 25px 0;
			background-image: url(/files/images/template/banner_right.gif);
			background-repeat: no-repeat;
			background-position: right top;
			text-align: right;
			vertical-align: bottom; }

#Banner td.right img
		{	border: 0; }

#Content	{	background-color: #DBEED4;
			background-image: url(/files/images/template/content_bg.gif);
			background-repeat: repeat-x; }

#Content td.Content
		{	vertical-align: top;
			padding: 5px 30px 142px 45px;
			background-repeat: no-repeat;
			background-position: left bottom; }

#Content td#HomeContent
		{	padding-bottom: 60px; }

#Content td.Content td, .Content td
		{	padding-left: 20px; }

#Content td.Column
		{	vertical-align: top;
			background-color: #6BBA6A;
			font-family: Times, "Times New Roman", serif;
			font-size: 11px;
			line-height: 180%; }

#Content td.Column img
		{	margin: 0px; }

#Content td.Column div
		{	margin: 0px 10px 0px 23px; }

#Content td.Column h2
		{	margin: 0px; }

#Content td.Column p
		{	margin: 10px 0px 15px 0px; }

/* END Layout Styles */
/* ================================================================================================== */





/* ================================================================================================== */			
/* Data Table Styles */

table.Data	{	border-collapse: collapse;
			border: 1px solid #666666;
			background-color: #ffffff;
			margin: 10px 0px; }

table.Data td, table.Data th, #Content table.Data td, #Content table.Data th
		{	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			border-bottom: 1px solid #999999;
			border-left:  1px dotted #999999;
			padding: 3px 10px; }

table.Data th	{	background-color: #eeeeee;
			color: #000000;
			font-weight: bold; }

table.Data tr.NewRow td
		{	border-top: 1px solid #000000; }

table.Data .center
		{	text-align: center; }

table.Data .right
		{	text-align: right; }

table.Data .left
		{	text-align: left; }

table.Data .bold
		{	font-weight: bold; }

table.Data .nowrap
		{	white-space: nowrap; }

table.Data .HeaderCol, table.Data th.Vertical
		{	text-align: left; }

table.Data td table.Data td, table.Data td table.Data th, table.Data td table.Data
		{	border-color: #cccccc; }

table.Data tr.Divider th, table.Data tr.Divider td
		{	border-top: 4px double #000000; }

table.Data .Totals
		{	background-color: #eeeeee;
			font-weight: bold; }

table.Data .HideCol
		{	display: none; }

table.SizeChart	{	width: auto; }


/* END Data Table Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Application Error Styles */

.error          {       color: #ff0000; }

input.error, textarea.error, select.error
		{	background-image: url(/files/images/std/input_error.gif);
			background-position: top left;
			background-repeat: no-repeat;
			color: #000000; }

/* END Application Error Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Primary Navigation Styles */

#PriNav		{	background-color: #778285;
			background-image: url(/files/images/template/nav_bg.jpg);
			background-repeat: repeat-x;
			background-position: right 50%; }

#PriNav	td	{	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #ffffff;
			background-color: transparent;
			padding: 0px 3px; }

#PriNav	td.Fill	{	background-image: url(/files/images/template/nav_bg.gif);
			background-repeat: repeat-x;
			background-position: left 50%; }

#PriNav	td.Spacer
		{	width: 33%; }

#PriNav a	{	display: block;
			padding: 10px 0px;
			width: 100%;
			background-color: transparent; }

#PriNav a:link, #PriNav a:visited, #PriNav a:hover, #PriNav a.Sel:visited, #PriNav a.Sel:link, #PriNav a.Sel:hover
		{	text-decoration: none;
			color: #ffffff; }

#PriNav a.Sel:visited, #PriNav a.Sel:link, #PriNav a.Sel:hover
		{	color: #0B2B2C; }

#PriNav a:hover, #PriNav a.Sel:hover
		{	color: #ffffff;
			background-color: #000000; }

#PriNav a.Sel:hover
		{	color: #0B2B2C;
			background-color: transparent; }

/* END Primary Navigation Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Sub-Navigation Styles */

#Content td.Content #SubNav td
		{	padding: 0px; }

#SubNav		{	margin: 10px 0px 0px 0px; }

#SubSubNav	{	margin: 0px 0px 10px 0px; }

#SubNav td a, #SubSubNav td a
	 	{	font-family: "HelveticaNeue UltraLight", Arial, Helvetica, Geneva, sans-serif;
			font-size: 14px;
			font-weight: bold;
			line-height: 160%; }

#SubSubNav td a	{	font-size: 13px; }

#SubNav a:link, #SubNav a:visited, #SubNav a:hover, #SubNav a.Sel:link, #SubNav a.Sel:visited, #SubNav a.Sel:hover, #SubSubNav a:link, #SubSubNav a:visited, #SubSubNav a:hover, #SubSubNav a.Sel:link, #SubSubNav a.Sel:visited, #SubSubNav a.Sel:hover
		{	text-decoration: none;
			color: #717A6E; }

#SubNav a.Sel:link, #SubNav a.Sel:visited, #SubNav a.Sel:hover, #SubSubNav a.Sel:link, #SubSubNav a.Sel:visited, #SubSubNav a.Sel:hover
		{	color: #5CA740; }

#SubNav a:hover, #SubSubNav a:hover
		{	color: #3A3F38;
			text-decoration: underline; }

/* END Sub-Navigation Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer		{	background-color: #256931;
			background-image: url(/files/images/template/footer_bg.jpg);
			background-repeat: repeat-x;
			background-position: 85px 0%;
			border: none; }

#Footer	td	{	font-family: "HelveticaNeue Light", Arial, Helvetica, Geneva, sans-serif;
			font-size: 9px;
			color: #ffffff;
			background-color: transparent;
			line-height: 160%;
			vertical-align: bottom;
			padding: 0px; }
#Footer	td.Links
		{	background-image: url(/files/images/template/footer_links_bg.gif);
			background-repeat: no-repeat;
			background-position: right bottom; }

#Footer td p	{	margin: 10px 20px 10px 0px; }

#Footer	a	{	color: #ffffff; }

#Footer	a:link, #Footer	a:visited, #Footer a:hover
		{	text-decoration: underline;
			color: #ffffff; }

#Footer a:hover	{	text-decoration: none;
			color: #ffffff; }

p#QCMS		{	padding: 0px;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			text-align: right; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread		{	display: none; }

/* END Breadcrumb Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Login Form Styles */

#LoginForm	{	margin: 10px 0px;}

#LoginForm label
		{	display: block;
			float: left;
			width: 100px;
			margin-top: 5px; }

#LoginForm p	{	clear: left;
			margin: 5px 0px; }

#LoginForm p.error
		{	margin: 20px 0px; }

/* END Login Form Styles */
/* ================================================================================================== */