/* ================================================================================================== */
/* Generic Style Declarations */

html		{	font-size: 70%; }

body		{	font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 1em;
			color: #000000;
			padding: 0;
			margin: 0; }

b, strong	{	font-weight: bold; }

i, em, cite
		{	font-style: italic; }

u		{	text-decoration: underline; }

abbr, acronym	{	border-bottom: 1px dotted #696C4D;
			cursor: help; }
			
hr		{	color: #696C4D;
			margin: 0;
			height: 1px;
			background-color: #696C4D;
			border: none; }

hr.dashed	{	color: #ffffff;
			background-color: #ffffff;
			border-bottom: 1px dashed #B5C6CF; }

h1, h2, h3, h4, h5, h6, legend
		{	font-weight: bold;  
			margin: 1.2em 0 .5em 0; }

h1, h2, h3, legend
		{	color: #EC2900; }

h1		{	font-family: Georgia, Times, "Times New Roman", serif;
			font-size: 1.66em;
			line-height: 100%;
			margin: 0 0 1em 0;
			padding: 0 0 .5em 0;
			background-image: url(../files/images/template/hr.gif);
			background-position: bottom left;
			background-repeat: repeat-x; }

h2, legend	{	font-size: 1.33em; }

h3		{	font-size: 1.16em; }

h4, h5, h6	{	font-size: 1em;
			text-transform: none; }

h5		{	margin-left: 2em; }

h6		{	margin-left: 4em; }

p, ul, ol, dl	{  	font-size: 1em;
			margin-top: .5em;
			margin-bottom: 1.2em; }	
ul, ol		{	padding: 0;
			margin: .5em 0 1.2em 4em; }

ul ul		{	margin-top: .5em;
			margin-bottom: .5em; }

li		{	margin-top: .25em; }

dt		{	font-weight: bold;
			margin-top: 1.2em; }

dd		{	margin-left: 3.5em; }

blockquote	{	font-style: normal;
			margin: 0.5em 0 1.2em 3.5em; }

sub, super	{	font-size: 75%; }

code, pre	{	font-family: "Courier New", Courier, fixed-width, monospace;
			font-size: 1em; }

input, select, textarea
		{	font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 1em;
			color: #000000;
			padding: 2px;
			border: 1px solid #000000; }

/* Spruce up forms for modern browsers */

input[type="submit"], input.submit
		{	color: #ffffff;
			padding: 0px 3px;
			background-color: #EC2900;
			border: 1px solid #000000; }

small		{	font-size: .9em; }

fieldset	{	border: 1px solid #C0D5D2; }

a:link, a:visited, a:hover
		{	text-decoration: underline;
			color: #EC2900; }

a:visited	{	color: #96997B; }

a:hover		{	color: #000000; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Generic Class Declarations */

.clear		{	font-size: 0; /* fixes IE 6 gapping */
			clear: both; }

.clearLeft
		{	clear: left; }

.clearRight
		{	clear: right; }

/* END Generic Class Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

.Content	{	line-height: 1.6em;
			padding: 20px; }

.Content a img	{	border: 0; }

/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* Layout Styles */

#Content	{	width: 100%;
			background-color: #ffffff;
			border-collapse: collapse; }

.Content, #SubNav
		{	vertical-align: top; }

.PrintOnly, #PrintLogo, .Hide
		{	display: none; }

ol#SiteMap, ol#SiteMap ol
		{	list-style-type: circle;
			margin-left: 18px;
			padding: 0; }

ol#SiteMap ol	{	margin: 5px 0px 5px -12px;
			padding-left: 50px;
			border-left: 1px dotted #696C4D; }

ol#TableOfContents
		{	font-weight: bold;
			list-style-type: upper-roman; }

ol#TableOfContents ol
		{	font-weight: normal;
			list-style-type: upper-alpha;
			margin-top: .5em;
			margin-bottom: .5em; }
ol#TableOfContents ol ol
		{	list-style-type: decimal; }
		
ol#TableOfContents ol ol ol
		{	list-style-type: lower-alpha; }

ol#TableOfContents ol ol ol ol
		{	list-style-type: lower-roman; }

/* END Layout Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Banner Styles */

#Banner		{	padding: 20px;
			background-image: url(../files/images/template/banner_bg.jpg);
			background-position: top left;
			background-repeat: repeat-x;
			background-color: #B8BBA4; }

#Banner a img	{	border: 0; }

#LogoutLink	{	float: right; }

#LogoutLink input
		{	padding: 5px;
			cursor: pointer; }

#LogoutLink a	{	display: block;
			padding: 5px;
			border: 1px solid #EC2900;
			background-color: #EC2900; }

#LogoutLink a:link, #LogoutLink a:visited, #LogoutLink a:hover, #LogoutLink a:active
		{	color: #ffffff;
			text-decoration: none; }

/* END Banner Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* PriNav Styles */

#PriNav		{	background-image: url(../files/images/template/nav_bg.gif);
			background-position: top left;
			background-repeat: repeat-x;
			background-color: #7A7E5C;
			border-bottom: 5px solid #696C4D; }

/* END PriNav Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Sub-Navigation Styles */

#SubNav 	{	padding: 20px;
			width: 200px;
			background-color: #E1E8EC;}

#NestedNav, #NestedNav ol, #HomeNav
		{	color: #696C4D;	
			padding: 0;
			margin: 0;
			margin: 0 0 10px 0px;
			list-style: none; }

#NestedNav ol 	{	margin: 0; }

#NestedNav li, #HomeNav li
		{	margin: 0;
			padding: 0; }

#NestedNav a, #HomeNav li
		{	margin: 0 0 6px 0;
			padding: 0 0 6px 20px;
			background-image: url(../files/images/template/bullet.gif);
			background-repeat: no-repeat;
			background-position: 0px 1px;
			border-bottom: 1px dotted #B5C6CF; }

#NestedNav li	{	display: inline; }

#NestedNav ol	{	margin: 0 0 0 20px; }

#NestedNav a	{	display: block; }

#SubNav a:link, #SubNav a:visited
		{	color: #EC2900;	
			text-decoration: none; }

#NestedNav a#SubNavParentSel:link, #NestedNav a#SubNavParentSel:visited, #NestedNav a#SubNavFlySel:link, #NestedNav a#SubNavFlySel:visited
		{	font-weight: bold;	
			color: #000;
			background-image: url(../files/images/template/subnav_sel.gif); }

#SubNav a:hover, #NestedNav a:hover, #NestedNav a#SubNavParentSel:hover, #NestedNav a#SubNavFlySel:hover
		{	color: #000;	
			text-decoration: underline; }

/* END Sub-Navigation Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Search Styles */

#SearchForm	{	margin: 0;
			padding: 20px;
			background-color: #D1DADF;
			border: 1px solid #B5C6CF; }

#SearchForm input
		{	font-size: 1.16em; }

#SearchForm #SearchKeywords
		{	width: 103px; }
		
#SearchForm #btnSearch
		{	color: #ffffff;
			padding: 0px 3px;
			background-color: #EC2900;
			border: 1px solid #000000; }

/* END Search Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer		{	line-height: 150%;
			color: #696C4D;	
			padding: 15px 20px 20px 20px;
			background-color: #DCDFC9;
			border-top: 5px solid #96997B; }

#Footer a:link, #Footer a:visited, #Footer a:hover
		{	text-decoration: underline;
			color: #EC2900; }

#Footer a:hover	{	color: #000000; }

#Footer img	{	float: right;
			border: 0; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread		{	font-size: .9em;
			line-height: 100%;
			margin: 0 0 20px 0; }

/* END Breadcrumb 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 */
/* ================================================================================================== */





/* ================================================================================================== */			
/* Data Table Styles */

table.Data	{	border-collapse: collapse;
			border: 1px solid #000000;
			background-color: #ffffff;
			margin: 1.2em 0; }

table.Data td, table.Data th, #Content table.Data td, #Content table.Data th
		{	font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 1em;
			border-bottom: 1px solid #888888;
			border-left:  1px dotted #888888;
			padding: 3px 10px; }

table.Data th	{	background-color: #E1E8EC;
			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
		{	 margin: 7px 0; }

table.Data td table.Data td, table.Data td table.Data th, table.Data td table.Data
		{	border-color: #000000; }

table.Data tr.Divider th, table.Data tr.Divider td
		{	border-top: 4px solid #000000; }

table.Data .Totals
		{	background-color: #DCDFC9;
			font-weight: bold; }

#Content table.Data td.indent
		{	padding-left: 30px; }

table.Data .HideCol
		{	display: none; }

table.SizeChart	{	width: auto; }


/* END Data Table 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 */
/* ================================================================================================== */





/* ================================================================================================== */
/* Custom Form Styles */

.Question	{	margin: .25em 0; }

.Required	{	font-weight: bold; }

.CustomFormTextBox, .CustomFormTextBoxPassword
		{	width: 225px; }

.CustomFormTextArea
		{	width: 250px;
			height: 150px; }

/* END Custom Form Styles */
/* ================================================================================================== */
