@charset "utf-8";
/* CSS Document */

 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #9D9F8B;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 982px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
background-image:url(/images/4/Greenmaincontent2-bkg.jpg);
background-position:0px 21px;
background-repeat:no-repeat;
background-color:#ffffff;

} 
.twoColFixLtHdr #header {
	background: #965223;
	padding: 0px 10px 0px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 42px;
	margin: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0px 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 8px;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent h2 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px 0px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 20px;
	color: #965223;
	font-weight: bold;
}
.logoArea {
	height: 140px;
	width: 195px;
	margin-left: -2px;
margin-bottom:5px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 176px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 15px 5px;
	margin-left: 3px;
	margin-top: 0px;
	display: inline;
}
.twoColFixLtHdr #mainContent {
	margin: 188px 0 0 188px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 3px 0 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	color: #80451E;
} 
.twoColFixLtHdr #footer {
	padding: 0px 10px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#965223;
height:34px;
border-top:2px #FFFFFF solid;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*- Menu 2--------------------------- */




ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        }

#navlist {
	width: 170px;
	margin: 0px;
	border-style: solid solid none solid;
	border-color: #D8D5D1;
	border-size: 1px;
	border-width: 1px;
	font-size: 11px;
        }


#navlist li a {
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#navlist li a:link, #navlist li a:visited {
	color: #965223;
	display: block;
	background:  url(/images/4/Greenmenu2.gif);
	padding: 8px 0 0 30px;
        }

#navlist li a:hover, #navlist li #current {
	color: #6A391A;
	background:  url(/images/4/Greenmenu2.gif) 0 -32px;
	padding: 8px 0 0 30px;
        }
        
  /* Calculators */
#tabs 
{
            display: block;
            float: left;
            width: 100%;
            position:relative;
            left:15px;
            z-index:1; /*set over .panel*/
}
a.tab 
{
            border-collapse: collapse;
            border-style: solid solid none solid;
            border-color: #965223;
            border-width: 1px 1px 0px 1px;
            padding: 3px 1em 2px 1em;
            margin-top: 6px;
            margin-right: 2px;
            font-family: arial;
            text-decoration: none;
            float: left;
            color:#FFFFFF;
            background: #965223 url('https://www.timevaluecalculators.com/images/gradient.png');
}
a.tab:hover 
{
            background: #FFFFFF;
            color:#000000;
}

a.selectedTab 
{
            padding-top:6px;
            margin-top:1px;
            color:#000000;
            border-width: 3px 1px 1px 1px;
            border-bottom: solid 1px white;
            background:#FFFFFF;
}

.cTimeValue .panel 
{
            position:relative;
            border: solid 1px #965223;
            background-color: #FFFFFF;
            padding: 5px;
            height: 310px;
            overflow: auto;
            display:none;
            z-index:0; /*set under #tabs*/
            top:-1px;
}

.cTimeValue .selectedPanel 
{
            display: block;
}

.cTimeValue H2, .cTimeValue H3
{
            color:black;
}

.cTimeValue A
{
            color:#965223;
            font-size: 10pt;
}

.cTimeValue li
{
            margin-bottom:5px;
}
.cTimeValue .InputTable tr td p {display:inline;}

.cTimeValue .panel {margin-top:45px;}  
  
/* End Calculators */
