﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 30px;
	background-image: url("../../images/bg.gif");
	background-repeat:repeat-x;
	background-color:White;
}

a, a:visited, a:active
{
	color: #2d6ca1;
}

h3
{
	color: #2d6ca1;
	font-size: 1.1em;
	margin-bottom:0;
}

h2
{
	color: #a0400e;
	font-size: 1.1em;
}

h1
{
	color: #2d6ca1;
	font-size: 1.7em;
}

#wrapper
{
	width:960px;
	margin:0 auto;
	border: solid 1px #993f0d;
	background-color: White;
}
#page
{
	width:100%;
	margin:0 auto;
}

#logo
{
	padding-bottom: 0px;
	border-bottom: solid 1px #993f0d;
}

.logo
{
	padding:10px;	
}

.menu_title
{
	font-size:1.1em;
	font-weight: bold;
	text-transform: uppercase;
}
.sub_menu
{
	line-height:150%;	
	font-size: 1.2em;
	padding:15px 0px 0px 15px;
}

.sub_menu a
{
	text-decoration:none;
}

.sub_menu a:hover
{
	text-decoration:underline;
}
.menu_title
{
	text-decoration: none !important;
}
.sub_menu_on
{
	color: 	#a0400e;
	text-decoration: none !important;
}

.sub_menu ul
{
	margin-top: 2px;
	list-style: none;	
	padding-left:2px;
}

.sub_menu li
{
	padding-left:30px;
	text-indent:-15px;
}

.content_right
{
	width:775px;
	float:right;
}
#hp_main
{
	width: 618px;
}

.calc_tab
{
	padding-top:53px;
}

#nav_bar
{
	background-color:#d3c297;
	height:36px;
	font-family:Verdana;
	border-bottom: solid 1px #993f0d;
	letter-spacing: -.6px;
}

#nav_blank
{
	width:200px;
}

.nav_item
{
	color:White;
	font-weight:bold;
	height:23px;
	margin: auto 0;
	padding:10px 18px 3px 18px;
	float:left;
	text-align:center;
}

.nav_item a
{
	color: White;
	font-size: 1.1em;
	text-decoration:none;
	font-weight:bold;

}

.nav_item:hover
{
background-color:#9b3f0e;
}

.calc_tab
{
	float:right;	
}

#nav_blank:hover
{
	background-color:#548CBF;
}


#footer
{
	text-align:center;
	padding: 5px 0px 400px 0px;
}

#bottom
{
	height: 0px;
}

.copy  
{
	margin:5px 10px 2px;
	font-size: 13px;
	font-family:verdana;
	line-height:140%;
}
.box
{
	margin: 20px 10px;
	padding: 0px 15px 15px 15px;
	border: solid 1px #93abd1;
}

.calc_box
{
	width:270px;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.clear
{
	clear:both;
}

.required
{
	font-size:.9em;
	color:Red;
	padding:0px 1px;
}

.reg_form
{
	padding-left: 20px;
}
.reg_form td
{
	font-family:verdana;
	font-size:13px;
	line-height:130%;
	padding:4px 10px;
}
.reg_form input
{
	border: solid 1px #CCCCCC;
}
.pop_close, .pop_print { padding:5px 27px 0px 27px;font-size:13pt;}
.pop_close {float:right;}
.pop_print {float:left;}

.submit_button
{
	border: solid 1px #888888 !important;
	padding:3px 6px;
}

.submit_button:hover
{
	border: solid 1px #CCCCCC !important;
}
.calculator_form
{
	font-family: Verdana;
	font-size: 12px;
}

#menu
{
	list-style: none outside none;
	margin: 0;
	padding: 0;
	color: White;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover
{
	background-color:#9b3f0e;
}

#menu li {
    float: left;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

#menu ul {
    left: -9999px;
    list-style: none outside none;
    margin: 10px 0 0;
    padding: 0;
    position: absolute;
    top: 100px;
    background-color: #D3C297;
    border-bottom: solid 1px #993F0D;
    border-left: solid 1px #993F0D;
    border-right: solid 1px #993F0D;
}
#menu ul li 
{
	padding:0px;
	text-align:left;
	float:none;
	white-space:nowrap;
}
#menu li a, #menu ul li a {
    background-color: transparent;
    height: 26px;
    padding: 10px 18px 0;
    color: White;
}
#menu a {
    color: #666666;
    display: block;
    font-size: 13px;
    padding: 0;
    text-decoration: none;
}

#menu li:hover ul
{ 
	top: 26px; 
	left: 0; 
	padding: 0 0 0 0;
}
p.bullet
{
	padding: 0 0 0 50px;
	text-indent: -25px;
}

.result_placeholder
{
	border:1px solid #000;
	padding:2px;
	display:block;
	height:14px;
	width:30px;
  text-align: right;
}

.tab {

    border-bottom: 1px solid #993F0D;
    border-top: 4px solid white;
    color: #333333;
    float: left;
    height: 24px;
    margin-bottom: 1px;
    margin-top: -3px;
    padding: 8px 20px 2px;
    text-align: center;
    width: 439px;
    font-size: 13px;
    font-weight: 700;
    font-family:verdana;

}

.tab_left 
{
    background-color: White;
    border-bottom: medium none;
    padding: 8px 20px 2px;
    border-top: 1px solid #993F0D;
    color: #000000;
    font-weight: bold;
    height: 28px;
    width: 340px;
    -moz-box-shadow: none;
    font-size: 18px;
	    border-right: 1px solid #993F0D;
}

.tab_right
{
	border-left: 1px solid #993F0D;
	/*-moz-box-shadow:  4px -4px 2px #DDDDDD inset;
	box-shadow:  4px -4px 2px #DDDDDD inset; */
	width: 538px;
	font-size:12px;
	font-weight: normal;
}

.tab_right img
{
	padding:0 5px 0 0;
	vertical-align: top;
}
 .calc_header
 {
	font-size: 17px;
	width: 480px;
	text-align:center;
	font-weight:700;
	float:left;
	height:25px;
	padding-top:2px;
 }
 .calc_instructions
 {
 		width: 480px;
	text-align:right;
	float:right;
	height:25px;
	padding:10px 5px 7px 5px;
}