﻿
/* Sticky footer styles
      -------------------------------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
    background-color: #8f805f;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -330px;
}

/* Set the fixed height of the footer here */
#push,
footer {
   height: 330px;
   display: block;
   text-align: center;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.contact {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
	font-weight: bold;
    padding: 26px 0;
}

.policyType {
    background-color: #585858;
    margin-bottom: 30px;
}

.container {
  background-color: #ffffff;
}

.selectImage {
	display: block;
	width: 100%;
	height: 117px;
}

.icon {
    text-align: center;
    height: 129px;
}

.iconLink {
	display: block;
	width: 158px;
	height: 129px;
	text-indent: -99999px;
}

.iconLink:hover {
	background-position: 0 129px;
}

.farm {
	background: url('/images/farm_sm.gif') top;
}

.home {
    background: url('/images/home_sm.gif') top;
}

.auto {
    background: url('/images/auto_sm.gif') top;
}

.liability {
    background: url('/images/liability_sm.gif') top;
}

.sunflower {
	background: url('/images/sunflowers_76.png') top;
}

.title {
    text-align: center;
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	padding-top: 60px;
	text-shadow: 0.1em 0.1em 0.2em black;
}

nav {
    margin: 75px 30px 0 0;
}

.navigation:link, .navigation:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #272763;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 22px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}

.navigation:hover {
	color: #ffffff;
	background-color: #8f805f;
}
a:link {
	color: #262262;
	text-decoration: underline;
}
a:visited {
	color: #585858;
	text-decoration: underline;
}
a:active, a:hover {
	color: #8F805F;
	text-decoration: underline;
}

.instructional {
	
}

.instructional h1 {    
    color: inherit;
    letter-spacing: -1px;    
    font-size: 18px;
	font-weight: bold;
	color: #262262;
}

.instructional li {
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
}

.inset {
    margin: 0.2em 2.0em;
}

.pad-top {
    margin-top: 2em;
}

.summary {
    font-weight: 600;
}

div {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

.align-right {
    text-align: right;
}

.capitalize {
    text-transform:capitalize;
}

.center {
    text-align: center;
}

.underline {
    text-decoration: underline;
}


/* DOES NOT SEEM TO BE USED
.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; 
    margin-top: -50px; 
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; 
    height: 102px; 
} */

