/***************************************
IF YOU CHANGE THIS, COPY TO CHECKOUT DIR
****************************************/


/* Colors from Chris Design: 
light yellow: E0ED9D
top menu greenyellow: ADC739

Gray: DFDFDF

left Blue Background: 4782BE

DARK BLUE: 0d2474
GREEN / YELLOW: A9C638
LIGHT BLUE:  4378ad, 5787AB 
SUPER LIGHT BLUE: E6E6F2
 
*/


body
{
	font-family: Arial, Times New Roman, Veranda;
	font-size: 9pt;
	color: #0d2474;
}
h1
{
	font-family: Arial, Times New Roman, Veranda;
	font-size: 11pt;
	font-weight: bold;
	color: #0d2474;
}
table
{
	font-family: Arial, Times New Roman, Veranda;
	font-size: 10pt;
	color: #0d2474;
}

A:link
{
	text-decoration: none;
	color: #0d2474;
}
A:visited
{
	text-decoration: none;
	color: #0d2474;
}
A:hover
{
	text-decoration: underline;
	color: #0d2474;
}
A:active
{
	text-decoration: none;
	color: #0d2474;
}

A:link.underline
{
	text-decoration: underline;
	color: #0d2474;
}
A:visited.underline
{
	text-decoration: underline;
	color: #0d2474;
}
A:hover.underline
{
	text-decoration: underline;
	color: #0d2474;
}
A:active.underline
{
	text-decoration: underline;
	color: #0d2474;
}

A:link.whiteunderline
{
	text-decoration: underline;
	color: #FFFFFF;
}
A:visited.whiteunderline
{
	text-decoration: underline;
	color: #FFFFFF;
}
A:hover.whiteunderline
{
	text-decoration: underline;
	color: #FFFFFF;
}
A:active.whiteunderline
{
	text-decoration: underline;
	color: #FFFFFF;
}

A:link.CoolRed
{
	text-decoration: none;
	color: #990000;
}
A:visited.CoolRed
{
	text-decoration: none;
	color: #990000;
}
A:hover.CoolRed
{
	text-decoration: underline;
	color: #990000;
}
A:active.CoolRed
{
	text-decoration: none;
	color: #990000;
}


/* MAIN COLORS */
.Green1
{
	background-color: #696838;
}
.Green2
{
	background-color: #999966;
}
.Green3
{
	background-color: #00BAFF;
}
.Green4
{
	background-color: #999933;
}
.Green5
{
	background-color: #E6E6F2;
}

/* CHANGE THE .JS FILE ALSO FOR BUTTON MOUSEOVERS */

.DarkGrey
{
	background-color: #666666;
}

.ButtonLink
{
	color: black;
	text-decoration: underline;
	cursor: pointer;
}

table.TblStd
{
	border-collapse: collapse;
	width: 100%;
	border: 0;
}


.LeftList
{
	font-size: 8pt;
	font-weight: normal;
}

table.Box1
{
	border: 1px solid #4A82BD;
	border-collapse: collapse;
}
.BoxLine
{
	border: 1px solid #4A82BD;
	border-collapse: collapse;
}

.RedLetters
{
	background-color: #E6E6F2;
	color: #FF0000;
	font-size: 10pt;
	font-weight: bold;
}
.DarkGreen
{
	background-color: #4782BE;
}

.menutable
{
	background-color: #4782BE;
	border-collapse: collapse;
	border-left: 1px solid #C1D659;
	border-right: 1px solid #C1D659;
	border-bottom: 1px solid #C1D659;
}

A:link.menulnk
{
	text-decoration: none;
	color: #FFFFFF;
}
A:visited.menulnk
{
	text-decoration: none;
	color: #FFFFFF;
}
A:hover.menulnk
{
	text-decoration: underline;
	color: #FFFFFF;
}
A:active.menulnk
{
	text-decoration: none;
	color: #FFFFFF;
}

A:link.ProductListView
{
	text-decoration: underline;
}
A:visited.ProductListView
{
	text-decoration: underline;
}
A:hover.ProductListView
{
	text-decoration: underline;
}
A:active.ProductListView
{
	text-decoration: underline;
}


.navtitles
{
	font-size: 7pt;
	font-weight: normal;
	text-transform: uppercase;
}

.ProductSeperator
{
	color: #4A82BD;
}

a:link.LeftFont
{
	font-family: Arial, Times New Roman, Veranda;
	font-size: 9pt;
	font-weight: normal;
	color: #0d2474;
	text-decoration: none;
}
a:visited.LeftFont
{
	font-family: Arial, Times New Roman, Veranda;
	font-size: 9pt;
	font-weight: normal;
	color: #0d2474;
	text-decoration: none;
}
a:hover.LeftFont
{
	font-family: Arial, Times New Roman, Veranda;
	font-size: 9pt;
	font-weight: normal;
	color: #0d2474;
	text-decoration: underline;
}
a:active.LeftFont
{
	font-family: Arial, Times New Roman, Veranda;
	font-size: 9pt;
	font-weight: normal;
	color: #0d2474;
	text-decoration: underline;
}

a:link.LeftFontSelected
{
	font-family: Arial, Times New Roman, Veranda;
	font-size: 9pt;
	font-weight: bold;
	color: #0d2474;
	text-decoration: none;
}
a:visited.LeftFontSelected
{
	font-family: Arial, Times New Roman, Veranda;
	font-size: 9pt;
	font-weight: bold;
	color: #0d2474;
	text-decoration: none;
}
a:hover.LeftFontSelected
{
	font-family: Arial, Times New Roman, Veranda;
	font-size: 9pt;
	font-weight: bold;
	color: #0d2474;
	text-decoration: underline;
}
a:active.LeftFontSelected
{
	font-family: Arial, Times New Roman, Veranda;
	font-size: 9pt;
	font-weight: bold;
	color: #0d2474;
	text-decoration: underline;
}

.LinkButton
{
	/*
	font: bold 14px Times New Roman, Verdana, Arial, Helvetica;
	font: bold 14px Arial, Times New Roman, Veranda;
	*/
	font: 14px Arial, Times New Roman, Veranda;
	background: url(css-nav-background.gif) repeat-x bottom left;
}

.LinkButton td
{
	white-space: nowrap;
}

.LinkButton td a
{
	color: #5787AB;
	
	/* std blue */
	color: #0d2474;

	width: 100%;
	height: 1.5em;
	border: 1px solid #A9C638;
	text-decoration: none;
	float: left;
	background: url(css-nav-background.gif) repeat-x bottom left;
	display: block;
	text-align: center;
	white-space: nowrap;
	line-height: 1.5em;
}
.LinkButton td a:visited, .LinkButton td a:active
{
	color: #5787AB;
	
	/* std blue */
	color: #0d2474;

	text-decoration: none;
}

.LinkButton td a:hover, .LinkButton td a:focus
{
	color: #0d2474;
	
	color: #A9C638;
	
	text-decoration: none;
}

/* CHANGE IncludeSearch.js FOR COLORS */
.ButtonGreen
{
	color: #0d2474;
	border: solid 1px #A9C638;
	background: url(css-nav-background.gif) repeat-x bottom left;
	font: 11px Arial, Times New Roman, Veranda;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	text-decoration: none;
	cursor: pointer;
}

table.LeftMenuTableBorder
{
	border: 0px solid #4782BE;
	border-collapse: collapse;
}

table.TblProductList
{
	border: 0px solid #4782BE;
	border-collapse: collapse;
}

.ProductListTitleRow
{
	background-color: #E6E6F2;
	font-size: 10pt;
	font-weight: bold;
}

.LeftBackColor
{
	font: bold 11px Arial, Times New Roman, Veranda;
	
	background-color: #4782BE;
	color: #FFFFFF;
	
	/* LIGHT BLUE SKIN */
	color: #0d2474;	
	background-color: #E6E6F2;
	
	/* NOBACKGROUND */
	color: #0d2474;	
	background-color: #FFFFFF;
	
}

.LeftBackground
{
	background-color: #4782BE;

	/* LIGHT BLUE SKIN */
	background-color: #E6E6F2;

	/* NOBACKGROUND */
	background-color: #FFFFFF;
}

.LeftFont
{
	font: bold 12px Arial, Times New Roman, Veranda;

	color: #FFFFFF;
	background-color: #4782BE;
	
	/* LIGHT BLUE SKIN */
	color: #0d2474;	
	background-color: #E6E6F2;

	/* NOBACKGROUND */
	color: #0d2474;	
	background-color: #FFFFFF;
}

.LeftVertBorderTd
{
	border-right: 1px solid #A9C638;
}

.LeftVertBorderTdBlue
{
	border-right: 1px solid #0d2474;
}

.BotHorizontalTdYellow
{
	border-bottom: 1px solid #A9C638;
}

.BotHorizontalAndRightTdYellow
{
	border-bottom: 1px solid #A9C638;
	border-right: 1px solid #A9C638;
}

.RightVerticleTdYellow
{
	border-right: 1px solid #A9C638;
}

.SquareTdYellow
{
	border-bottom: 1px solid #A9C638;
	border-right: 1px solid #A9C638;
}

.tbl_super_light_blue
{
	background-color: #F5F5FC;	
	background-color: #DDDFFF;	
}

.box_tbl_blue_borders
{
	border-top: 1px solid #4378ad;
	border-right: 1px solid #4378ad;
	border-left: 1px solid #4378ad;
	border-bottom: 1px solid #4378ad;
}

.box_tbl_header_blue
{
	font: bold 13px Arial, Times New Roman, Veranda;
	
	color: #FFFFFF;
	background-color: #4378ad;	
	background-color: #0d2474;	
}

.tbl_header_blue
{
	font: bold 13px Arial, Times New Roman, Veranda;
	
	color: #FFFFFF;
	background-color: #0d2474;	
	padding: 4px;
}

.tbl_header_blue_white
{
	font: bold 13px Arial, Times New Roman, Veranda;
	
	color: #FFFFFF;
	background-color: #0d2474;	
	padding: 4px;
}

.tbl_header_red_white
{
	font: bold 13px Arial, Times New Roman, Veranda;
	
	color: #FFFFFF;
	background-color: #FF0000;	
	background-color: #CC0000;	
	
	padding: 4px;
}

.tbl_header_yellow
{
	font: bold 13px Arial, Times New Roman, Veranda;
	
	color: #FFFFFF;
	background-color: #ADC739;
	height: 25;
}

.tbl_header
{
	font: bold 11px Arial, Times New Roman, Veranda;
	
	color: #FFFFFF;
	background-color: #4782BE;
	
	/* NOBACKGROUND */
	color: #0d2474;	
	background-color: #FFFFFF;
	
	/* LIGHT BLUE SKIN */
	color: #0d2474;	
	background-color: #E6E6F2;	
}
.tbl_borderbackground
{
	background-color: #4378ad;

	/* LIGHT BLUE SKIN */
	background-color: #E6E6F2;	
}
.tbl_insidebackground
{
	background-color: #FFFFFF; 
}

.horizontalitemstable
{
	background-color: #E6E6F2;
}
.horizontalitemstable td
{
	background-color: #E6E6F2;
}

input.FlatTextbox
{
	border: 1px solid #CCCCCC ;
	font-size: 9pt;
	height: 15px;
}

.SonicHeading1
{
	font-family: Arial, Times New Roman, Veranda;
	font-size: 10pt;
	font-weight: bold;
	color: #0d2474;
}


div.divmenu
{
	position: relative;
	left: 0px;
	top: 0px;
}
div.divmenu *
{
	margin: 0;
}
div.divmenu div
{
	visibility: hidden;
	padding: 2px;
	
	position: absolute;
}
div.divmenu div a
{
	color: #0d2474;
	font: 12px Arial, Times New Roman, Veranda;
}

div.divmenu div a:hover
{
	color: #0d2474;
	text-decoration: underline;
}

div.divmenu a:visited
{
	color: #0d2474;
	text-decoration: none;
}

#tbl-menu
{
	width: 100%;
	background: url(css-nav-background.gif) repeat-x bottom left;
	
	/* 
	font: bold 11px Arial, Times New Roman, Veranda;
	*/
	font: 11px Arial, Times New Roman, Veranda;
}
#tbl-menu td
{
	width: 120px;
}
#tbl-menu td a
{
	
	/* light blue */
	color: #5787AB;

	/* std blue */
	color: #0d2474;

	width: 100%;
	height: 2em;
	border-left: 1px solid #A9C638;
	border-top: 1px solid #A9C638;
	border-bottom: 1px solid #A9C638;
	text-decoration: none;
	float: left;
	background: url(css-nav-background.gif) repeat-x bottom left;
	display: block;
	text-align: center;
	line-height: 2em;
}
#tbl-menu td a:hover
{
	/*
	color: #A9C638;
	text-decoration: none;
	*/
	color: #A9C638;
	text-decoration: none;
	
}

.press h4 {
	 font-weight:bold;
	 padding-top:15px;
	 padding-bottom:5px;
}

.press h5 {
	 font-style:italic;	
	 font-weight:normal;
	 padding-top:15px;
	 padding-bottom:5px;
}

.press #title {
	font-size:100%;
	
	-x-system-font:none;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding-top:15px;
}

.press #subtitle {
	font-size:100%;
	
	-x-system-font:none;
	font-size-adjust:none;
	font-stretch:normal;
	font-weight:normal;
	font-style:italic;
	font-variant:normal;
	line-height:normal;
	padding-bottom:10px;
	padding-top:15px;
}