/* ================================================================================================== */
/* Generic Style Declarations */

body		{	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #666666;
			margin: 0px; }

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		{	border-top: 1px dotted #cccccc;
			border-bottom: none;
			color: #ffffff;
			background-color: #ffffff;
			height: 1px;
			margin: 0px; }

h1, h2, h3, h4, h5, h6, legend
		{	font-weight: bold; 
			margin: 5px 0px; }

h1		{	font-size: 15px;
			color: #B65B1F; }

h2, legend	{	font-size: 14px;
			color: #B65B1F; }

h3		{	font-size: 13px; }

h4, h5, h6	{	font-size: 12px; }

h5		{	margin-left: 20px; }

h6		{	margin-left: 40px; }

p		{	margin: 5px 0px 15px 0px; }

ul, ol		{	margin-top: 10px;
			margin-bottom: 10px; } 

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; }

strong label, form strong
		{	font-weight: bold;
			color: #B65B1F; }

a:link, a:visited, a:hover
		{	text-decoration: underline;
			color: #950000; }

a:visited	{	color: #999999; }

a:hover		{	color: #000000; }

a img		{	border: 0; }

/* END Generic Style Declarations */
/* ================================================================================================== */




/* ================================================================================================== */
/* Layout Styles */

#Wrapper 	{	position: relative;
			margin: 0 auto;
			padding: 5px;
			width: 745px;
			background-image: url(/files/images/template/Wrapper_bg.jpg);
			background-position: top left;
			background-repeat: repeat-x;
			background-color: #ddd6cb;
			border: 1px solid #888174;
			border-top: 0; }

#Container
		{	width: 746px;
			border-collapse: collapse;
			border: 1px solid #888174; }

#Container td
		{	vertical-align: top; }

.PrintOnly, #PrintLogo, .Hide
		{	display: none; }

/* END Layout Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Banner Styles */

#Banner		{	width: 746px;
			border-collapse: collapse; }

#Banner td
		{	padding: 5px 0px 10px 0px;
			vertical-align: bottom; }

#Banner #Search
		{	text-align: right; }

#Banner #Search p
		{	margin: 7px 0px; }

#Banner #Search a:link, #Banner #Search a:visited
		{	color: #000000;
			text-decoration: none; }

#Banner #Search a:hover
		{	text-decoration: underline; }

/* END Home Banner Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Nav Bar Styles */ 

#Nav		{	vertical-align: top;
			width: 215px;
			padding-bottom: 15px;
			background-color: #EFEDE9;
			border-right: 1px solid #888174; }  

#Nav h2		{	color: #ffffff;
			text-transform: uppercase;
			padding: 5px 10px;
			margin: 0px 0px 0px 0px;
			background-color: #CA8C64;
			border-top: 1px solid #888174;
			border-bottom: 1px solid #888174; }

#Nav p		{	margin: 0px;
			border-bottom: 1px dotted #B3ABA4; }

#Nav p a	
		{	padding: 5px 10px;
			display: block; }

#Nav p a.Sel
		{	font-weight: bold; } 

#Nav p a:link, #Nav p a:visited
		{	color: #950000;
			text-decoration: none; }

#Nav p a:hover, #Nav p a:hover em
		{	color: #000000;
			text-decoration: underline;
			background-color: #ffffff; }

#Nav a:link em, #Nav p a:visited em
		{	color: #807B74; }

#Nav .b
		{	background-color: #F6F4F2; }

/* END Nav Bar Styles */
/* ================================================================================================== */



            
/* ================================================================================================== */
/* Home Content Styles */ 

#HomeContent	{	padding: 10px;
			background-color: #ffffff; }     

#Intro		{	line-height: 200%;
			color: #B86028;
			padding: 5px 10px;
			background-color: #EFEDE9;
			border: 1px solid #888174; }

#Intro img	{	position: relative; /* Fixes IE 7 Peak-A-Boo bug - required z-index because of FlyOutNav */
			float: left;
			margin: 5px 15px 5px 0px;
			border: 1px solid #B76831;
			z-index: 0; }
            
#Intro h1	{	font-size: 16px;
			margin-bottom: 0px; }

#Intro p	{	font-size: 13px;
			margin: 5px 0px; }

#Intro div	{	clear: left; }

.HomeContent	{	margin-top: 10px;
			padding: 0px 10px 10px 10px;
			border: 1px solid #B3ABA4; }

.HomeContent h2	{	text-transform: uppercase;
			margin: 0px -10px 10px -10px;
			padding: 5px 10px 5px 50px;
			background-image: url(/files/images/template/title_bg.gif);
			background-repeat: no-repeat;
			background-position: 10px center;
			background-color: #EFEDE9;
			border-bottom: 1px dotted #B3ABA4; }

.HomeContent img
		{	float: left;
			margin: 0px 10px 5px 0px;
			padding: 2px;
			background-color: #EFEDE9;
			border: 1px solid #D2CCC7; }

.HomeContent p, .HomeContent ul
		{	margin-top: 5px;
			margin-bottom: 5px; }

.HomeContent li	{	 margin: 0; }
		
.HomeContent table
		{	border-collapse: collapse; }

.HomeContent table ul
		{	margin-top: 0px;
			margin-bottom: 0px; }

/* END Home Content Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Content Container Styles */ 

#Content	{	background-color: #ffffff; }
		
#Content h1	{	text-transform: uppercase;
			padding: 5px 15px 5px 55px;
			margin: 0px;
			background-image: url(/files/images/template/title_bg.gif);
			background-repeat: no-repeat;
			background-position: 15px center;
			background-color: #EFEDE9;
			border-bottom: 1px solid #888174; }
			
.Content	{	padding: 5px 15px; }

/* END Content Container Styles */ 
/* ================================================================================================== */




/* ================================================================================================== */
/* Search Styles */

#SearchForm	{	margin: 0; }

#SearchForm input
		{	border: 1px solid #000000;
			padding-left: 2px; }

#SearchForm #SearchKeywords
		{	width: 105px; }

#SearchForm #btnSearch
		{	padding-left: 4px;
			padding-right: 4px;
			background-color: #DAD4CF; }

/* END Search Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Footer Styles */

#Footer		{	margin-top: 5px;
			width: 100%;
			border-collapse: collapse; }

#Footer	td	{	font-size: 11px;
			line-height: 150%; }

#Footer #Affiliates
		{	text-align: right;
			vertical-align: bottom; }

#Footer p	{	margin: 2px 0px; }
		
#Footer	a:link, #Footer	a:visited
		{	color: #6C6C6C;
			text-decoration: none; }

#Footer a:hover
		{	color: #000000;
			text-decoration: underline; }

#qcms		{	position: relative;
			margin: 0 auto;
			padding: 5px 0px;
			width: 757px; }

/* END Footer Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread		{	font-size: 11px;
			line-height: 160%;
			padding: 5px 15px;
			margin: 0px;
			background-color: #F6F4F2;
			border-bottom: 1px solid #888174; }

#Bread a:link, #Bread a:visited
		{	text-decoration: none;
			color: #950000; }
			
#Bread a:hover	{	text-decoration: underline;
			color: #000000; }

/* 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 */
/* ================================================================================================== */




/* ================================================================================================== */			
/* Data Table Styles */

table.Data	{	border-collapse: collapse;
			border: 1px solid #666666;
			background-color: #ffffff;
			margin: 10px 0px; }

table.NoBorder	{	border: none; }

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;
			white-space: normal;
			border: 1px solid #999999;
			padding: 3px 10px;
			vertical-align: top; }

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, table.Data .left th, table.Data .left td
		{	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 */
/* ================================================================================================== */