/*****************************************************************************/
/*					  Top Navigation and Banner Section						 */
/*****************************************************************************/

.TopBannerImage /* Top Banner Section */
{
	width: 100%;
	background-color: #BA3433;
	border-bottom: solid 1px #FFFFFF;
}
.TopNavBackground /* Background color of navigation and beyond */
{
	width: 100%;
	background-color: #671C2C;
	border-bottom: solid 1px #FFFFFF;
	text-decoration: none;
}
.TopNavSection /* Navigation items/boxes */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #999999;
}
.TopNavSection .Line /* Left line used to fill left-most tab since no left border on tabs */
{
	border-left: 1px solid #999999;
	width: 1px;
	height: 100%;
}
.TopNavSection .Tab /* Navigation Item/Box */
{
	cursor: hand;
	text-align: center;
	height: 100%;
	color: #ffffff;
}
.SelectedTab /* Style for selected navigation item/box */
{
	border-right: #CCCCCC 1px solid;
	background-color: #666666;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 6px;
	padding-top: 6px;
	height: 100%;
}
.NonSelectedTab /* Style for non-selected navigation item/box (and mouse-over) */
{
	border-right: #CCCCCC 1px solid;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 6px;
	padding-top: 6px;
	height: 100%;
}

/*****************************************************************************/
/*					End Top Navigation and Banner Section					 */
/*****************************************************************************/

/*****************************************************************************/
/*						  Left Navigation Menu Section						 */
/*****************************************************************************/

.LeftMenu
{
	padding-top: 20px;
	padding-left: 10px;
	width: 150px;
	height: 500px;
}
.LeftMenuItem 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
}
.LeftMenuQuote
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

/*****************************************************************************/
/*						End Left Navigation Menu Section					 */
/*****************************************************************************/

/*****************************************************************************/
/*								Global Styles								 */
/*****************************************************************************/

body
{
	SCROLLBAR-FACE-COLOR: #D4D4D4; 
	SCROLLBAR-HIGHLIGHT-COLOR: #E2E2E2; 
	SCROLLBAR-SHADOW-COLOR: #666666; 
	SCROLLBAR-3DLIGHT-COLOR: #F0F0F0; 
	SCROLLBAR-ARROW-COLOR: #FFFFFF; 
	SCROLLBAR-TRACK-COLOR: #efefef; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	margin: 0px;
}
a:link 
{
	color: #333333;
	text-decoration: underline;
}
a:visited 
{
	text-decoration: underline;
	color: #333333;
}
a:hover 
{
	color : #8F2701;
	text-decoration: none;
}
a:active 
{
	color : #8F2701;
	text-decoration: none;
}

/*****************************************************************************/
/*							  End Global Styles								 */
/*****************************************************************************/

/*****************************************************************************/
/*						  Main Content Area Styles							 */
/*****************************************************************************/

.ContentBox /* Container for content area */
{
	padding: 16px;
}
.H1 /* Main Content Page Header (top of page)  */
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	line-height: normal;
	color: #000000;
	padding-bottom: 3px;
}
.H2 /* Main Content Page Sub-header (red square box sub-heading) */
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.MainHeaderParagraph /* Main Header paragraph text styles (under top of page heading) */
{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	color: #464645; /* Dark Grey */
	padding-bottom: 15px;
	padding-right: 5px;
}
.SubHeaderParagraph /* Sub-header paragraph text styles (under red square box sub-heading) */
{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #464645; /* Dark Grey */
	padding-bottom: 15px;
	padding-right: 5px;
}
.ContentAreaImage
{
	padding-left: 5px;
}
.TablePicText /* Product image text styles  */
{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #464645; /* Dark Grey */
	padding-bottom: 2px;
	border: 1px solid #464645;
}

.StateHeadings
{
	color:#CC0033;
	font-weight: bold;
}

/*****************************************************************************/
/*						 End Main Content Area Styles						 */
/*****************************************************************************/

/*****************************************************************************/
/*								  Textboxes									 */
/*****************************************************************************/

.StandardTextBox  /* Standard textbox used throughout application */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464645;
}

/*****************************************************************************/
/*								End Textboxes								 */
/*****************************************************************************/

/*****************************************************************************/
/*								  Textarea									 */
/*****************************************************************************/

.StandardTextArea  /* Standard textbox used throughout application */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464645;
}

/*****************************************************************************/
/*								End Textarea								 */
/*****************************************************************************/

/*****************************************************************************/
/*							  Drop-down Styles								 */
/*****************************************************************************/

.StandardDropDown /* Standard Drop-down used throughout application */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464645;
}

/*****************************************************************************/
/*							 End Drop-down Styles							 */
/*****************************************************************************/

/*****************************************************************************/
/*								  Buttons									 */
/*****************************************************************************/

.StandardButton /* Standard button used throughout application */
{
	font-size: 12px;
	font-weight: bold;
	border-color: #B6B7CE;
	border-width: 1px;
	background-color: #E0E0E5;
	cursor: hand;
	border-style:solid;
}

/*****************************************************************************/
/*								End Buttons									 */
/*****************************************************************************/

.Footer
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #989898;
	text-align: center;
	width: 769;
}