* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body
{
	background-attachment: scroll;
    background-position: center top;
    background-repeat: repeat;
    background-color: #F6F6F4;

	color: #444444;
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 2em;
    margin: 0;
}

section.header
{
	height: 130px;
	background-color: white;
}

section.header div.logo
{
	float:left;
    height: 100%;
	line-height: 130px;
    width: 305px;
}


section.header div.nav
{
	float:right;
    background-color: #AFAFAF;
    bottom: 20px;
    height: 35px;
    right: 0;
    text-transform: uppercase;
    width: 650px;
    margin-top: 76px;
    font-weight: bold;
    font-family: Arial,sans-serif;
    font-size: 14px;

}

section.header div.nav ul
{
    list-style:none;
    padding: 0;
    margin: 0;
    line-height: 35px;
}

section.header div.nav > ul
{
    height: 100%;
}

section.header div.nav > ul > li
{
    color:white;
    padding: 0 20px;
    display:inline-block;
}

section.header div.nav > ul li a
{
    font-weight: bold;
    color: black;
    text-decoration: none;
}
section.header div.nav > ul li a:hover
{
    color: white;
}

section.header div.nav li.current-menu-item a
{
	color: white;
}

section.header div.nav li > ul
{
    background: -moz-linear-gradient(center bottom , #363636 0px, #464646 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top: 1px solid #B1B0AD;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.2);
    display: none;
    line-height: 32px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1000;
}

section.header div.nav li > ul > li
{
    border-top: 1px solid #464646;
}

section.header div.nav ul > li:hover > ul
{
    display: block;
}

section.page
{

}

div.logincontainer
{
	width: 50%;
	margin: 0 auto;
	padding: 40px;
}

div.calculatornav
{
	margin-bottom: 150px;
}

div.calculatornav ul
{
	list-style:none;
}

div.calculatornav ul > li
{
	display: inline-block;
	width: 30%;
	height: 100px;
	margin: 0 1%;
	background-color: #1F3E64;
	vertical-align: top;
}

div.calculatornav ul > li a
{
	width: 80%;
	height: 80%;
	display: block;
	color: white;
	font-size: 24px;
	font-weight: bold;
	padding: 4%;
	text-decoration: none;
}

div.calculatornav ul > li:hover
{
	background-color: #2D5B94;
}

section.footer
{
    background-color: #2D2D2D;
    background-repeat: no-repeat;
    clear: both;

    margin-top: 0;
    padding: 50px 0;
}


section.footer ul,
section.footer li
{

	padding: 0;
	list-style: none;
}
section.footer li
{
    float: left;
	width: 33.333333%;
    overflow: hidden;

}
section.footer li div
{
	padding-right: 10%;
}

section.footer .footerHeading
{
	font-size: 16px !important;
	line-height: 24px !important;
	color: #c2c2c2 !important;
}

section.footer .footerBody
{
    border-top: 2px solid #272727;
    font-size: 11px;
    line-height: 34px;
    margin-right: 40px;
    margin-top: 20px;
    padding-top: 20px;
}

#boxFooter a, .footerBody, .footerBody a, .footerBody a:visited
{
    color: #B5B5B5;
    text-decoration: none;
}

.container
{
	width: 960px;
	margin: 0 auto;
}

.uploadifive-button
{
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #505050),
		color-stop(1, #707070)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #808080;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	text-transform: uppercase;
	width: 100%;
	cursor: pointer;
}

.uploadifive-button:hover
{
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #606060),
		color-stop(1, #808080)
	);
	background-position: center bottom;
}

.esc-data-current
{
    background-color: #F5F5F5;
    border-radius: 5px;
    font: 12px Arial,Helvetica,Sans-serif;
    margin-top: 3px;
    height: 45px;
}


.esc-data-current p
{
	padding: 4px 10px;
	text-align:center;
	margin: 0;
}

.esc-data-current ul
{
	list-style: none;
	padding: 0 20px 10px 20px;
	margin: 0;
	position:relative;
	top: 10px;
}

.esc-data-current ul li
{
	display:inline-block;
	width: 32.4%;
	text-align: center;
	font-weight: bold;
	color:#fff;
	cursor: pointer;
}

.esc-data-current ul li a
{
	color: inherit;
	text-decoration: inherit;
}

.esc-data-current ul li:hover
{
	opacity: 0.8;
}

.esc-data-current ul li:nth-child(1)
{
	background-color: #9ACD9A;
}

.esc-data-current ul li:nth-child(2)
{
	background-color: #AFAFD2;
}

.esc-data-current ul li:nth-child(3)
{
	background-color: #C39B9B;
}


#modelsearch
{
	width: 100%;
	font-size: 3em;
	line-height: 3em;
	text-align: center;
}

div.escinfo
{
	margin-top: 20px;
}

div.escinfo label
{
	width: 150px;
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
}


div.escinfo .retrn
{
	font-size: 3em;
}

.clear
{
	margin: 0;
	padding: 0;
	clear: both;
}


table.esclookup
{
	width: 100%;
}

table.esclookup input
{
	width: 100%;
	border:none;
}

table.esclookup td:first-child
{
	width: 30%;
}

table.esclookup td > input
{
	text-align: center;
	height: 1.5em;
	font-size: 1.5em;
}

table.report
{
	width:100%;
}

table.report tr:nth-child(odd)
{
}

table.report tr:nth-child(even)
{
	background-color: #fff;
}


form[name=loginform]
{
	width: 100%;
	height: 100%;
	text-align: right;
}

form[name=loginform] input[type=text],
form[name=loginform] input[type=password]
{
	font-size: 1.5em;
	width: 100%;
	border: 1px solid #aaa;
	margin: 5px 0;
	padding: 5px;
}

form[name=loginform] input[type=button]
{
	background-color: #1F3E64;
	border: 1px solid #1F3E64;
	color: #fff;
	width: 100px;
	height: 25px;
	margin: 5px 0;
}

form[name=loginform] input[type=button]:hover
{
	background-color: #2D5B94;
}

#login-throbber
{
	font-size: 1.5em;
	font-weight: bold;
}
