/* ================================================================================================== */
/* Generic Style Declarations */

body	{	font-family: Tahoma, Verdana, Geneva, sans-serif;
			font-size: .67em; /* About 11px */
			color: #404040;
			margin: 20px;
			background-color: #ffffff; }

b, strong	
		{	font-weight: bold; }

i, em, cite	
		{	font-style: italic; }

u		{	text-decoration: underline; }

abbr, acronym
		{	border-bottom: 1px dotted #404040;
			cursor: help; }

hr		{	color: #ffffff;
			height: 1px;
			margin: 0;
			background-color: transparent;
			border: 0;
			border-bottom: 1px dotted #00395F; }

h1, h2, h3, h4, h5, h6, legend
		{	font-weight: bold; 
			color: #73914D;
			margin: 1.2em 0 .5em 0; }

h1		{	font-size: 1.5em; /* 18px */
			margin-top: 1em; }

h2, legend	
		{	font-size: 1.33em; }

legend	{	margin: 0;
			padding: 0; }

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: 1.2em 0 1.2em 4em; }

ul ul	{	margin: .5em 0 .5em 4em; }

dt		{	font-weight: bold;
			margin-top: 1.2em; }

dd		{	margin: .5em 0 1.2em 4em; }

blockquote
		{	font-style: italic;
			margin: 1.2em 0 1.2em 3em;
			padding: 0px 0px 0px 10px;
			border-left: 5px solid #D2DDBF; }

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: .92em;
			color: #00395F;
			background-color: #ffffff; }

/* Spruce up forms for modern browsers */

input[type="text"], input[type="submit"], input[type="password"], input[type="file"], select, textarea
		{	padding: 1px 0px 1px 2px;
			border: 1px solid #404040;
			border-right: 1px solid #808080;
			border-bottom: 1px solid #808080; }

input[type="submit"]
		{	padding: 0px 5px;
			background-color: #92AC63;
			border: 1px solid #404040; }

select	{	padding: 0; }

small	{	font-size: .92em; }

fieldset
		{	margin: .5em 0 1.2em 0;
			border: 1px solid #00395F; }

a:link, a:visited, a:hover
		{	font-weight: bold;
			color: #006699;
			text-decoration: underline; }

a:visited
		{	color: #808080; }

a:hover	{	color: #92AC63; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Generic Class Declarations */

.clear	{	font-size: 0;
			clear: both; }

.clearLeft
		{	clear: left; }

.clearRight
		{	clear: right; }
		
.floatLeft
		{	float: left;
			padding: 2px;
			margin: 0 10px 10px 0;
			border: 1px solid #D5D2D2; }

.floatRight
		{	float: right;
			padding: 2px; 
			margin: 0 0 10px 10px;
			border: 1px solid #D5D2D2; }

/* END Generic Class Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

.Content
		{	line-height: 160%;
			padding: 0 20px;
			margin-top: 2px;
			border-top: 5px solid #D2DDBF; }

.Content h1
		{	font-weight: bold;
			font-size: 1.5em;
			margin-bottom: 1.2em; }

/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* Layout Styles */

#Logo img
		{	border: 0; }

#Container
		{	width: 100%;
			border-collapse: collapse; }

#SubNav, #Content
		{	vertical-align: top; }

#SubNav	{	width: 286px;
			padding-right: 2px; }

.PrintOnly, #PrintLogo, .Hide
		{	display: none; }

/* END Layout Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Search Styles */

#SearchForm	
		{	margin: 0 0 2px 0;
			padding: 9px 20px;
			background-color: #D5D2D2; }

#SubNav > #SearchForm
		{	padding: 10px 20px; }

#SearchForm input
		{	font-size: 1em;
			color: #000000;
			border: 1px solid #404040; }

#SearchForm #SearchKeywords
		{	padding: 1px 0px 1px 2px;
			width: 200px; }

#SearchForm #btnSearch
		{	padding: 0px 5px 0px 5px;
			background-color: #92AC63;
			border: 1px solid #404040; }

/* END Search Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* PriNav Styles */

#PriNav	{	padding: 6px 20px 6px 20px;
			background-color: #767676; }

/* END PriNav Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Home page Styles */

#HomeFeatures
		{	width: 100%;
			margin: 2px 0 0 0;}

#HomeFeatures td
		{	vertical-align: top;
			width: 50%; }

#HomeFeatures h3, #HomeFeatures dt
		{	padding-left: 15px;
			background-image: url(/files/images/template/bullet.gif);
			background-position: center left;
			background-repeat: no-repeat; }

#HomeFeatures h3
		{	clear: left; }

#HomeFeatures dd
		{	margin-left: 15px; }
			
#HomeFeatures dd cite
		{	font-style: normal;
			color: #73914D;
			display: block; }

#Features, #LinkBox1, #LinkBox2
		{	padding: 0 20px; }
		
#Features	{	border: 5px solid #D2DDBF; }

.HomeContent
		{	font-size: 1.08em;
			line-height: 140%;
			color: #73914D;	
			padding: 0 20px; }

/* END Home page Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Sub-Navigation Menu Styles */

#Movie img	
		{	display: block; }

ul.menu
		{	padding: 0;
			margin: 1px 0 0 0;
			list-style: none; }

.menu li
		{	margin: 0;
			padding: 0;
			display: inline; }

.menu a	
		{	padding: 6px 10px 6px 10px;
			border-top: 1px solid #ffffff;
			display: block; }

.menu a:link, .menu a:visited
		{	text-decoration: none;
			background-color: #D2DDBF; }

.menu a.Sel:link, .menu a.Sel:visited
		{	color: #ffffff;	
			background-color: #006699; }

.menu a:hover, .menu a.Sel:hover
		{	color: #ffffff;
			background-color: #92AC63; }

/* END Sub-Navigation Menu Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer	{	font-size: 1em;
			line-height: 150%;
			text-align: center;
			padding: 6px 0 0 0;
			margin: 2px 0 0 0;
			border-top: 1px solid #404040; }

#Footer img
		{	float: right;
			border: 0; }

#Footer a
		{	font-weight: normal; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread	{	font-size: .92em;
			line-height: 100%;
			margin: 0;
			padding: 10px 0px; }

#Bread a:link, #Bread a:visited, #Bread a:hover
		{	text-decoration: underline;
			color: #404040; }

/* 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 #767676;
			background-color: #ffffff;
			margin: .5em 0 1.2em 0; }

table.Data td, table.Data th, #Content table.Data td, #Content table.Data th
		{	border-bottom: 1px solid #767676;
			border-left:  1px dotted #767676;
			padding: 3px 10px; }

table.Data th	{	background-color: #D2DDBF;
			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: #767676; }

table.Data tr.Divider th, table.Data tr.Divider td
		{	border-top: 4px solid #767676; }

table.Data .Totals
		{	background-color: #eeeeee;
			font-weight: bold; }

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 */
/* ================================================================================================== */

