﻿body
{
	padding: 0px;
	margin: 0px;
	background-color:#313131; /* continues the dk grey background once the image runs out vertically */
	min-width:944px; /* 1020px */
}

a:visited
{
	color: Blue; /* so visited links appear the same as non-visited links */
}

/*========================== MASTER - Navigation Menu ===============================*/

/* #NavContainer ul
{
	margin:0 0 0 0;
	width: 805px;
	height:38px;
}

#NavContainer ul li 
{ 
	display: inline;
}

#NavContainer ul li a
{
	float: left;
	width:115px;
	height:38px;	
	text-align: center;
	padding-top:13px;
	background:url(/indianalumbermens/images/ButtonRed.png) no-repeat;
	font:normal 11px arial, sans-serif;
	color:White;
	text-decoration: none;
}

#NavContainer ul li a:hover
{
	color:Black;
} */

/*================================= MASTER - Red Ribbon ======================================*/
.RedRibbon
{
	float: right; 
	width: 375px; 
	height: 130px; 
	margin-top: 13px;
    font : Georgia, sans-serif; 
    color: White; 
    background: url(/indianalumbermens/images/RedWithRibbon.png) no-repeat;
}

.RedRibbon a  /* For Email Link */
{
	color:White;
}
.RedRibbon a:visited
{
	color:White;
}
.RedRibbon a:hover
{
	color:Yellow;
}

/*========================== MASTER - Navigation Menu SubItems ===============================*/

.MenuItemStyle
{
	width: 118px; /* 134 */
	height: 38px;
	padding: 0px;
}


.MenuItemStyle td
{
	background-position: left top;
	width: 118px; /* 134 */
	height: 38px;
	padding: 0px;
	background: url(/indianalumbermens/images/ButtonRed.png) no-repeat left top;
	font: normal 11px arial, sans-serif; /* Color White does not work here */
	text-decoration: none;
	text-align: center; /* padding-top:13px; */
}

.MenuItemStyle a
{
	/* text-align: center; /* padding-top:13px; */
	/* font: normal 11px arial, sans-serif; /* Font does not work here */
	/* text-decoration: none; */
	color: White;
}

.MenuItemStyle a:hover
{
	color: Black;
}

.MenuSubItemStyle
{
	width: 118px;  /* 134 */
	height: 22px;
	padding: 0px;
}

.MenuSubItemStyle td
{
	background-position: left top;
	width: 118px;  /* 134 */
	height: 22px;
	padding: 0px 0px 0px 5px;
	background: url(/indianalumbermens/images/ButtonRedSmall3.jpg) no-repeat left top;
	font: normal 11px arial, sans-serif; /* Color White does not work here */
	text-decoration: none;
	text-align: left; /* padding-top:13px; */
}

.MenuSubItemStyle a
{
	color: White;
}

.MenuSubItemStyle a:hover
{
	color: Black;
}

/*========================== MASTER - Sidebar Customer Service List ===============================*/

.CustomerServiceList ul
{
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
}

.CustomerServiceList ul li
{
	padding-left:45px;
	text-decoration:none;
	background:url(/indianalumbermens/images/ArrowWhite.png) no-repeat 1em 1em;
	font: normal 11px/30px arial, sans-serif;
	color:White;
	text-align:left;
}

.CustomerServiceList a  /* For Email Link */
{
	color:White;
}
.CustomerServiceList a:visited
{
	color:White;
}
.CustomerServiceList a:hover
{
	color:Yellow;
}

/*========================== MASTER - Sidebar Quick Links List ===============================*/
.QuickLinks
{
	padding:5px 0 5px 35px;
	font: normal 12px/40px georgia, sans-serif;
}

.QuickLinks a
{
	color:#333;
	text-decoration:none;
}

.QuickLinks a:hover
{
	color:#333;
	text-decoration:underline;
}

/* .QuickLinks ul (old bullet point list)
{
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
}

.QuickLinks ul li a
{
	height:21px;
	margin:0;
	padding:5px 0 5px 65px;
	text-decoration:none;
	font: normal 12px/40px georgia, sans-serif;
	color:#333;
}

.QuickLinks a:hover
{
	text-decoration:underline;
} */

/*========================== MASTER - Footer ===============================*/

#footer
{
	float:left;
	width:100%;
	height:100px;
	margin:0;
	background:url(/indianalumbermens/images/FooterBackGround.jpg) repeat-x;
}

#footer a
{
	color: #ccc;
}
#footer a:visited
{
	color: #ccc; /* so visited links appear the same as non-visited links */
}
#footer a:hover
{
	color: Yellow;
}

/* #footer ul
{
	float:right;
	margin:0;
	padding:15px 0 0 0;
}

#footer ul li
{
	margin:0;
	padding:0;
	display:inline;
}

#footer ul li a
{
	float: right;
	text-align: center;
	padding:5px 20px 0 20px;
	margin:0;
	font:normal 11px arial, sans-serif;
	color: #fff;	
	text-decoration: none;
} */

/*========================== First Page default.aspx - 3-Panel Section ===============================*/

#B2
{
	float:left;
	width:99%;/*cheap trick to allow room for the border-right to show*/
	height:345px;
	border-left: #999 dotted 1px;
	border-right: #999 dotted 1px;
	background-color:#fff;
}

#B1, #B3
{
	float:left;
	width:100%;
	height:345px;
	background-color:#fff;
}

#B1 h1, #B2 h1, #B3 h1
{
	height:29px;
	font:normal 14px georgia, sans-serif;
	color:#fff;
	margin:0;
	padding:8px 0 0 33px;
}

#B1 h2, #B2 h2, #B3 h2
{
	background:url(/indianalumbermens/images/CheckMarkGreen.gif) no-repeat 2.3em 1.5em;
	font:normal 11px/2.5em arial, sans-serif;
	color:#666;
	padding:10px 15px 10px 50px;
	margin:0;
}

#B1 img, #B2 img, #B3 img
{
	padding-top:20px;
}

/*====================== Content:  General ======================*/

.BoldText
{ 
	font-weight: bold; 
}

/*====================== Content:  Main Table that goes in Each Content Page ======================*/

#MainTable
{
	width:100%;
	padding: 20px 20px 20px 20px;
}

#MainTableNoPadding
{
	width:100%;
	padding: 0px 0px 0px 0px;
}

#TableWithTrees
{
	float:left; 
	background: #fff url(/indianalumbermens/images/Trees.png) no-repeat bottom right; 
	margin:0 0 0 0;
}

#MainTable tr
{
	vertical-align: top;
}

/*====================== Financial Summary:  Balance Sheets ======================*/

#FinancialTable
{
	border:0;
}

#FinancialTable td
{
	text-align:right;
	padding-right:20px;
	padding-top:2px;
	border-bottom: solid 1px black;
	font-family: Georgia, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}


#AgentInsuredCustServ
{
	float: right; 
	height: 200px; 
	padding: 20px 20px 20px 20px; 
	margin: 0;
}

#AgentInsuredCustServ h2
{
	height: 32px; 
	margin: 10px 0 0 0; 
	padding: 10px 0 0 40px; 
	font: bold 14px georgia, sans-serif;
    color: White; 
    border-bottom: #ccc solid 1px; 
    background: url(/indianalumbermens/images/Cast3People.png) no-repeat center left;
}

#AgentInsuredCustServ h3
{
	padding: 20px 0 0 0; 
	font: italic 11px arial, sans-serif; 
	text-align: left;
    color: White; 
    margin-top: 4px;
}

/*====================== Content Page-Level Horizontal Nav Menu ======================*/

.HorizontalPageMenuItemStyle
{
	/* padding-bottom:10px; */
}

.HorizontalPageMenuItemStyle td
{
	/*padding-right:20px;*/
	font: bold 12px verdana, sans-serif;
	/*text-decoration: none;*/
}

.HorizontalPageMenuItemStyle a
{
	color: #000099;
	padding-right:20px;
	font: bold 12px verdana, sans-serif;
	text-decoration: none;
}

.HorizontalPageMenuItemStyle a:hover
{
	color: #0066FF;
}

/*====================== Content Page-Level Vertical Nav Menu ======================*/

.VerticalPageMenuItemStyle
{
	padding-bottom:20px;
}

.VerticalPageMenuItemStyle td
{
	padding-left:10px;
	font: bold 12px verdana, sans-serif;
	text-decoration: none;
}

.VerticalPageMenuItemStyle a
{
	color: #000099;
}

.VerticalPageMenuItemStyle a:hover
{
	color: #0066FF;
}

/*====================== Content Claims Submission Nav Links ======================*/
/* Note current link displays as Red due to .NET code on each page; see method fcolCurrentPage  */
.PortalNavLink a
{
	color:White;
	text-decoration: none;
}

.PortalNavLink a:hover
{
	color:Black;
	text-decoration: none;
}

/*====================== Agent Portal Tables ======================*/

/* Note if you assign HeaderStyles to a Css, it won't show in IE; this is a known IE bug. */
.PortalTable
{
	font-family: Georgia, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background-color: #F7FAFE;
	color: Black;
}


