﻿
/*These are for the top menu in the public site master page*/
.nav_menu_top { /* top row of menu */
	
	border: solid 1px #c8cde6;
	text-decoration: none;
	width: 100px;
	height: 20px;
	text-align: center;
	
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	color: #4D2B0F;
	background-color: #dfe1ef;
}
a.nav_menu_top:link, a.nav_menu_top:visited, a.nav_menu_top:active {
	/* top row of menu - links */
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	width: 100px;
	text-decoration: none;
	color: #4D2B0F;
	padding: 2px;
}
.nav_menu_top_over {/* top row of menu */
	border: solid 1px #c8cde6;
	text-decoration: none;
	width: 100px;
	height: 20px;
	text-align: center;
	
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	color: #4D2B0F;
	background-color: #ffe8d8;
}

a.nav_menu_top_over:hover {
	/* top row of menu - links */
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	width: 100px;
	text-decoration: none;
	color: #4D2B0F;
	padding: 2px;
}

.nav_menu_sub { /* sub menu section */
	
	border: solid 1px #c8cde6;
	text-align: left;
	
	font-size: 13px;
	font-family: Verdana;
	text-decoration: none;
	color: #4D2B0F;
	background-color: #dfe1ef;
}

a.nav_menu_sub:link, a.nav_menu_sub:visited, a.nav_menu_sub:active {
	/* sub menu section - links */
	text-align: left;
	display: block;
	font-size: 13px;
	font-family: Verdana;
	text-decoration: none;
	background-color: #dfe1ef;
	color: #4D2B0F;
	padding: 2px;
}
.nav_menu_sub_over { /* sub menu section */
	
	border: solid 1px #c8cde6;
	text-align: left;
	
	font-size: 13px;
	font-family: Verdana;
	text-decoration: none;
	background-color: #ffe8d8;
	color: #4D2B0F;
}

a.nav_menu_sub_over:hover {
	/* sub menu section - links */
	
	display: block;
	border: solid 1px #c8cde6;
	text-align: left;
	padding: 2px;
	font-size: 13px;
	font-family: Verdana;
	text-decoration: none;
	background-color: #ffe8d8;
	color: #4D2B0F;
}
/* finished adding here */

body {
	margin: 0px;
	font: 11px "Trebuchet MS", Tahoma, Verdana, Arial;
	color: #666666;
	background-color: #D2D8B8;
}

td {
	font: 11px "Trebuchet MS", Tahoma, Verdana, Arial;
	color: #666666;
}

td.hor_div_green {
	border-bottom: 1px solid #99CC00;
	line-height: 10px;
}

td.pe_left {
	background: url(../images/pe_left.jpg) repeat-y right;
}

td.pe_right {
	background: url(../images/pe_right.jpg) repeat-y left;
}

td.top_left {
	background: url(../images/top_left_bg.jpg) repeat-x top;
}

td.top_content {
	background: url(../images/top_content_bg.jpg) repeat-x top;
}

td.leftcol {
	color: #333333;
	font-size: 12px;
}
	
a:link, a:visited, a:active { /* Default text links */
	text-decoration: none;
	color: #000000;
	}	

a:hover	{
	text-decoration: underline;
	color: #0066FF;
	}
	
a.cleanLink:link, a.cleanLink:visited, a.cleanLink:active, a.cleanLink:hover {	/* Default text links */
	text-decoration: none;
	color: #333333;
	border-width: 0px;
	border-style: none;
	}	

td.cd_case {
	background: url(../images/index_cd_cover.jpg) no-repeat right top;
	padding-top: 130px;
}

.content_heading {
	color: #333333;
	font: 16px/16px "Trebuchet MS", Tahoma, Arial;
	border-bottom: 1px solid #99CC00;
	margin-bottom: 5px;
	display: block;
	width: 100%;
	padding-bottom: 2px;
	text-decoration: none;
}

.box_heading {
	color: #333333;
	font: 16px/16px "Trebuchet MS", Tahoma, Arial;
	border-bottom: 1px solid #99CC00;
	margin-bottom: 5px;
	display: block;
	width: 139px;
	padding-bottom: 2px;
	text-decoration: none;
}

.box_heading_on, a.box_heading_on:link, a.box_heading_on:visited, a.box_heading_on:active {
	color: #333333;
	font: 16px/16px "Trebuchet MS", Tahoma, Arial;
	border-bottom: 1px solid #99CC00;
	margin-bottom: 5px;
	display: block;
	width: 139px;
	padding-bottom: 2px;
	text-decoration: none;
	background: url(../images/box_heading_on.gif) no-repeat;
}

a.box_heading_on:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.box_heading_off, a.box_heading_off:link, a.box_heading_off:visited, a.box_heading_off:active {
	color: #333333;
	font: 16px/16px "Trebuchet MS", Tahoma, Arial;
	border-bottom: 1px solid #99CC00;
	margin-bottom: 5px;
	display: block;
	width: 139px;
	padding-bottom: 2px;
	text-decoration: none;
	background: url(../images/box_heading_off.gif) no-repeat;
}

a.box_heading_off:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.header_menu:link, a.header_menu:visited, a.header_menu:active {
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial;
	color: #333333;
	padding-right: 16px;
	padding-left: 16px;
}

a.header_menu:hover {
	color: #99CC00;
	text-decoration: none;
}

a.toptabs_menu:link, a.toptabs_menu:visited, a.toptabs_menu:active {
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial;
	color: #666666;
}

a.toptabs_menu:hover {
	color: #99CC00;
	text-decoration: none;
}

/*-- Begin left product menu -- 

#nav a:link, #nav a:visited, #nav a:active { /* Main menu styling 
	color: #BCBDC0;
	text-decoration: none;
	background: #57575A;
	border: 1px dotted #A8A9AD;
	padding: 0px 10px;
	margin: 0px;
	font: 12px/30px Helvetica, Tahoma, Arial, serif;
	width: 135px;
	display:block
}

#nav a:hover {
	color: #FFFFFF;
}

#subnav a:link, #subnav a:visited, #subnav a:active { /* Sub menu styling 
	color: #BCBDC0;
	text-decoration: none;
	background: #333333;
	border: 1px dotted #A8A9AD;
	padding: 0px 15px;
	margin: 0px;
	font: 11px/20px Helvetica, Tahoma, Arial, serif;
	width: auto;
	display:block;
}

#subnav a:hover {
	color: #FFFFFF;
}

ul { /* Menu Container 
	padding: 0;
	margin: 0;
 	list-style: none;
	width: 155px;
}

ul li { /* Main level positioning 
	list-style: none;
    position: relative;
}

li ul { /* Sub level positioning 
	list-style: none;
    display: none;
	position: absolute;
	left: 156px;
	top: 0;
}

li:hover ul, li.over ul { /* Sub Menu Items 
	display: block;
}

/* Fix IE. Hide from IE Mac \
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/*-- End left product menu --*/

.redText {
	color: #b31b34;
	line-height: 15px;
}

#green_text {
	color: #90A44B;
}

#white_text {
	color: #FFFFFF;
}

.smallText {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #999999;
}

.faq_heading {
	font-size: 16px;
}

a.main_menu:link, a.main_menu:visited, a.main_menu:active {  /* Main Horizontal menu bar */
	color: #333333;
	text-decoration: none;
	background: #CCCCCC;
	padding: 5px 15px;
	margin: 0px 5px 0px 0px;
	font: 10px/25px "Trebuchet MS", Tahoma, Arial, serif;
	border-top: 1px solid #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #999999;
}

a.main_menu:hover {
	color: #000000;
	background: #F1F1F1;
}

.categories, a.categories:link, a.categories:visited, a.categories:active {  /* Main Horizontal menu bar in header */
	color: #333333;
	font: bold 11px "Trebuchet MS", Helvetica, Tahoma, Arial, serif;
	width: 139px;
	display: block;
}

a.categories:hover {
	color: #99CC00;
	text-decoration: none;
}

.inputBox {  /* Form fields */
	color: #000000;
	height: 14px;
	background-color: #FFFFFF;
	border: 1px solid #90A44B;
	font: 11px/14px "Trebuchet MS", Tahoma, Arial;
}

.inputTextBox {  /* Form fields */
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	letter-spacing: 1px;
	border: 1px solid #90A44B;
}

.dropBox {  /* Form fields */
	font: 11px/8px "Trebuchet MS", Tahoma, Arial;
	color: #000000;
	border: 1px solid #90A44B;
	background-color: #FFFFFF;
}

.button { /* Form Buttons */
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	border: 1px solid #90A44B;
	height: 18px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 1px;
	padding-left: 1px;
	letter-spacing: 1px;
}

h1	{
	color: #06354E;
	font: 24px/24px "Trebuchet MS", Tahoma, Arial;
	}	
		
h2	{
	color: #333333;
	font: 16px/16px "Trebuchet MS", Tahoma, Arial;
	border-bottom: 1px solid #99CC00;
	display: block;
	width: 139px;
	padding-bottom: 2px;
	line-height: 20px;
	height: auto !important;
	}	
	
h3	{
	color: #90A44B;
	font: bold 12px/12px "Trebuchet MS", Tahoma, Arial;
	}	
	
.footer {
	font: 10px/30px "Trebuchet MS", Tahoma, Arial;
	color: #666666;
}

a.footer_menu:link, a.footer_menu:visited, a.footer_menu:active {  /* Horizontal Footer menu bar */
	font: 10px/20px "Trebuchet MS", Tahoma, Arial;
	color: #666666;
	text-decoration: none;
	padding: 2px 10px;
	margin: 0px;
}

a.footer_menu:hover {
	color: #000000;
}

.admin_tblbdr {
	border: #90A44B 1px solid;
	background-color: #E6EDC8;
}

.table_head {
	background-color: #90A44B;
	color: #FFFFFF;
	font-weight: bold;
}

.altItem {
	background-color: #DEE7B6;
}

.editItem {
	background-color: #C6D580;
}
