/* 
    Document   : style
    Created on : 19-Dec-2012, 23:09:59
    Author     : Morgan
    Description: Purpose of the stylesheet follows.
*/


*
{
    margin: 0;
    padding: 0;
}

html
{
    
}
.devider{
    height:25px;
}

.line {
    height: 1px;
    width: 100%;
    background-color: #e4e4e4;
    margin-bottom: 20px;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #777;
    font-size: 13px;
    line-height: 1.3;
    position: relative;
    text-align: center;
    background: #fff;
    font-family: arial,Verdana,Geneva,sans-serif;
}
.justify{
    text-align: justify;
    text-justify: inter-word;
}

.container
{
    text-align: center;
    min-height: 535px;
    position: relative;
}

.content {
    margin: 0 auto;
    padding: 20px 0px;
    text-align: left;
    position: relative;
    width: 100%;
    max-width: 960px;
}

.data {
    position: relative;
    padding: 0px;
}

.logo
{
    text-align: center;
	background-color: #323e4e;
}

.logo img {
    width: 450px;
    padding: 45px 20px;
    max-width: 100%;
}
.open
{
    background-repeat: no-repeat;
    background-position: center right;
}

.closed
{
    background-repeat: no-repeat;
    background-position: center right;
}

.open:hover
{
    cursor: pointer;
}

.closed:hover
{
    cursor: pointer;
}

strong.titlex
{
    display: block;
    margin: 20px 0;
    color: #09355E;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #09355E;
}

ul.contact-us
{
    float: left;
    margin-right: 5%;
}

form.contact-us
{
    width: 50%;
    float: right;
}

.results {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 30px;
    display: none;
    background: #f3f3f3;
    border:0px !important;
}
p {
    line-height: 24px;
    margin-bottom: 15px;
}

.results label {
    width: 50%;
    float: left;
    font-size: 16px;
}

.results span
{
    float: left;
}

.results .input
{
    background: #fff;
}


.footer
{
    clear: both;
    padding: 10px 0;
    color: #fff;
}
.footer {
    background: #39495e;
}

h1 {
    text-align:center;
    font-size: 35px;
    padding: 0 0 0 0;
    line-height: 55px;
        margin-bottom: 10px;
}
h2 {
    color: #a9a9a9;
    padding: 10px 0;
    font-size: 30px;
    font-weight: 400;
    margin: 0px;
}
.spot{
    color:#891931 !important;
}
.value_boxes{
    display:inline-block !important;
    margin:auto;
    width:400px;
}
.label{
    color:#aaa !important;

}
.block {
    display: block;
    color:#fff !important;
}

#Total{
    color: #891931; 
}
.grey{
color:#777;
}
.walker {
    background: #888c8d !important;
}
ul.drop-menu {
   top: 35px;;
    margin: 0;
    /* left: -20px; */
    width: 250px;
    z-index: 1000;
    padding: 8px 0;
    color: #ffffff;
    position: absolute;
    visibility: hidden;
    background: #f7f6f6;
    /* border-bottom: 1px solid #ddd; */
    /* background: #f7f6f6 url(../images/menu-border.png) repeat-x left bottom; */
}
.disclaimer {
    background-color: #f3f3f3;
    padding: 20px;
    max-width: 960px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: left;
}
.icon {
    width: 100px;
    background-color: #f3f3f3;
    border-radius: 50%;
}

@media (max-width: 677px){
.menu ul li {
    width: 100% !important;
    border-bottom: 1px solid #EEEEEE;
}
}

.hide-robot {
 display:none;
}