/* ================================================================================================== */
/* Generic Style Declarations */

body		{	background-color: #ebe9d2;
			color: #000000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 150%;
			margin: 20px 0; }

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: #000000;
			height: 1px;
			background-color: #000000; }

h1, h2, h3, h4, h5, h6, legend
		{	font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: bold; 
			color: #000000;
			margin: 15px 0px; }

h1		{	font-size: 16px;
			margin-top: 0px; }
			
h2, legend	{	font-size: 14px; }

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-size: 11px;
			color: #000000; }

input[type="text"], input[type="password"], select, textarea
		{	border: 1px solid #555555; }

small		{	font-size: 85%; }

fieldset	{	border: 1px solid #cccccc; }

p, div		{	margin: 10px 0px; }

dd p, li p, dt p, dd div, li div, dt div
		{	margin: 0px; }

a:link, a:visited, a:hover
		{	text-decoration: underline;
			color: #890b12; }

a:visited	{	color: #7F7F7F; }

a:hover		{	text-decoration: none; }

a img		{	border: none; }

.clear		{	clear: both;
			margin: 0;
			padding: 0; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

#Content	{	background-color: #f9f8ed;
			font-size: 10px;
			width: 100%;
			border-bottom: 1px solid #AFC88C;
			border-collapse: collapse;
			clear: both; }

ol#SiteMap, ol#SiteMap ol
		{	list-style-type: circle;
			color: #ababab;  }

ol#SiteMap ol	{	border-left: 1px solid #dddddd;
			margin-left: -12px;
			padding-left: 50px;}

/* END Styles for content containers */
/* ================================================================================================== */




/* ================================================================================================== */
/* Layout Styles */

#Wrapper	{	background-color: #ffffff;
			margin: 0 auto;
			padding: 4px;
			border: 3px double #890b12;
			width: 750px;
			clear: both; }

.PrintOnly, #PrintLogo, .Hide
		{	display: none; }

/* END Layout Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Banner Styles */

#Banner		{	background: #ffffff;
			margin: 0;
			padding: 0;
			width: 750px; }
			
#Banner	.Logo	{	padding: 10px 15px;
			float: left; }

#Banner p.Callout
		{	display: inline;
			float: left;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 16px;
			font-style: italic;
			text-align: center;
			line-height: 160%;
			margin: 0;
			padding: 25px 15px;
			width: 233px; }
			
#Banner .Images
		{	padding: 0;
			margin: 0;
			float: left;
			width: 250px; }
#Banner .Images img
		{	float: left;
			margin-bottom: 4px; }
		
#Banner .Images img.Left
		{	margin-right: 4px; }
		
#Banner	#PriNav
		{	width: 100%;
			clear: both;
			background: #ebe9d2;
			border-top: 1px solid #afc88c;
			border-bottom: 1px solid #afc88c;
			margin: 0;
			padding: 0; }

/* END Banner Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Content Styles */

.Content, .HomeContent
		{	padding: 15px;
			margin: 0; }
			
.HomeContent	{	padding-right: 0; }

.Content	{	padding: 0 15px 15px 0;
			font-size: 11px;
			line-height: 150%;
			vertical-align: top; }

#ImageRotator	{	border: 1px solid #afc88c;
			padding: 5px;
			margin: 0;
			background: #ffffff; }
			
.Content .Callout
		{	border: 1px dotted #afc88c;
			background-color: #D9EAC1;
			padding: 5px 7px; 
			margin: 10px;
			float: right; }
			
/* Featured List Styles */

#FeaturedList	{	width: 219px;
			margin: 15px 0 0 0;
			padding: 0 15px 0 0;
			border-right: 1px solid #afc88c;
			display: inline; 
			float: left; }
			
#FeaturedList a:visited
		{	color: #890b12; }
		
#FeaturedList dt
		{	color: #8B0F04;
			font-weight: bold;
			font-size: 11px;
			margin-bottom: 5px; }
			
#FeaturedList dd
		{	margin: 0; }

#FeaturedList dd strong
		{	text-transform: uppercase; }

/* END Featured List Styles */

#HomeContent	{	float: left;
			margin: 15px 0 0 -1px;
			padding: 0 0 0 15px;
			line-height: 160%;
			width: 219px;
			border-left: 1px solid #afc88c; }

/* END Content Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Search Styles */

#SearchForm	{	margin: 0 0 5px 0;
			padding: 5px 10px 10px 10px;
			background: #d9eac1;
			border: 1px solid #afc88c; }
			
#SearchForm label
		{	text-transform: uppercase;
			font-size: 10px;
			font-weight: bold; }

#SearchForm #SearchKeywords
		{	border: 1px solid #afc88c; 
			border-right: 0;
			width: 186px;
			height: 13px;
			float: left;
			margin-top: 7px;
			padding: 2px 3px 3px 3px;  }
			
#SearchForm #btnSearch
		{	margin: 7px 0 0 -3px;
			border: 1px solid #afc88c;
			border-left: 0; }

/* END Search 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: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			border-bottom: 1px solid #999999;
			border-left:  1px dotted #999999;
			padding: 3px 10px; }

table.Data th	{	background-color: #EBE9D2;
			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; }

p.error          {      display: block;
			margin: 0;
			padding: 7px 10px 7px 28px;
			background: #FFBFBF url(/files/images/template/error_bg.gif) 5px center no-repeat; }

p.information	{       color: #404040;
			display: block;
			margin: 0;
			padding: 7px 10px 7px 28px;
			background: #cbeaf9 url(/files/images/template/information_bg.gif) 5px center no-repeat; }

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;
			border: 1px solid #555555; }

/* END Application Error Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Sub-Navigation Styles */

#SubNav 	{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 11px;
			margin: 0;
			padding: 15px;
			width: 235px;
			line-height: 160%;
			vertical-align: top; }
			
#SubNav .SubNav	{	margin-bottom: 5px; }
			
#SubNav	.FeaturedItem
		{	padding: 5px;
			margin: 0 0 5px 0; 
			background: #FFFFFF;
			border: 1px solid #afc88c; }
			
#SubNav	img.VideoOverlay
		{	margin-top: -86px;
			margin-right: 5px;
			float: right;
			position: relative;
			z-index: 100; }
			
#SubNav	.FeaturedItem p
		{	clear: both;
			padding-top: 5px;
			margin: 0;
			line-height: 120%;
			font-size: 10px; }
			
#SubNav .FeaturedLinks
		{	margin: 0 0 5px 0; }
		
#SubNav ul	{	list-style: none;
			margin: 0;
			padding: 0;
			border: 1px solid #AFC88C; }

#SubNav li	{	margin: 0;
			border-bottom: 1px dotted #AFC88C; }
		
#SubNav li.Last
		{	border-bottom-color: #FFFFFF; }

#SubNav li a:link, #SubNav li a:visited, #SubNav li a:hover
		 {	text-decoration: none;
			background: #D9EAC1 url(/files/images/template/subnav_arrow.gif) 11px center no-repeat; 
			padding: 3px 10px 4px 21px; 
			margin: 0;
			color: #000000;
			display: block; }
			
#SubNav li a:hover
		{	background-color: #AFC88C; }
		
#SubNav li a.Sel
		{	background-color: #EBFFCF; }

#SubNav li.Heading
		{	background: #b2ca8f url(/files/images/template/title_bg.gif) left top repeat-x;
			border-bottom: 1px solid #FFFFFF;
			padding: 3px 10px 4px 10px;
			font-family: Georgia, Times, "Times New Roman", serif;
			font-size: 12px;
			font-weight: bold; }

/* END Sub-Navigation Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer		{	font-size: 10px;
			color: #000000;
			padding: 10px;
			margin: 0;
			padding: 10px 15px;
			background-color: #ffffff;
			line-height: 150%; }
			
#Footer ul, #Footer p
		{	padding: 5px 10px 0 10px;
			margin: 0;
			float: left;
			list-style: none; }
			
#Footer br	{	margin: 0;
			padding: 0;
			line-height: 2; }
			
#Footer ul.Last	{	padding-top: 0;
			float: left; }
			
#Footer p#Copyright
		{	background: url(/files/images/template/copyright.gif) left top no-repeat;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 18px;
			height: 21px;
			padding: 10px 1px; }
			
#Footer li	{	display: inline;
			padding: 0 3px 0 12px;
			background: url(/files/images/template/footer_bullet.gif) 0px 4px no-repeat; }
			
#Footer li.First
		{	padding-left: 0px;
			background: none; }
			
#Footer img	{	float: right; }		

#Footer	a	{	color: #000000; }

#Footer	a:link, #Footer	a:visited, #Footer a:hover
		{	text-decoration: underline;
			color: #000000; }

#Footer a:hover	{	text-decoration: none; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread		{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 160%; }

#Bread a:link, #Bread a:visited, #Bread a:hover
		{	text-decoration: underline;
			color: #000000; }
			
#Bread a:hover	{	text-decoration: none; }

/* END Breadcrumb Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Login Form Styles */

#LoginForm	{	font-size: 9px;
			margin: 0px;
			padding: 0px; }

#LoginForm label, #LoginForm input
		{	font-size: 9px; }

#LoginForm p	{	background-image: none;
			line-height: 180%; }

#LoginForm p.error
		{	margin: 20px 0px; }

#LoginForm input
		{	border: 1px solid #0068B3; }

#LoginForm input#cmdLogin
		{	
			font-family: Verdana, Arial, Helvetica, sans-serif;
			background-color: #C9DEF4;
			padding: 3px;
			margin-top: 5px;
			color: #0068B3; }

.b, input[type="button"]
		{	border: 2px solid #AFC88C;
			background: #B1C98F url(/files/images/template/button_bg.gif) left top repeat-x;
			padding: 3px 5px;
			text-transform: uppercase;
			font-size: 11px;
			font-weight: bold;
			cursor: pointer;
			margin: 4px 8px 4px 0px; }
			
.b:hover, input[type="button"]:hover
		{	background: #B1C98F url(/files/images/template/button_bg_hover.gif) left top repeat-x; }

/* END Login Form Styles */
/* ================================================================================================== */

