/* FLOE MAIN CSS*/

html, body {
margin: 0;
padding: 0;
height: 100%; /* Required */
font: 12px normal Arial, Helvetica, sans-serif;
}

#container{
background: url(http://www.floeintl.com/images/NEW/bg_body.gif) repeat-x;
position: relative;
min-height: 100%;
 /* For Modern Browsers <strong>/
height: auto !important; /</strong> For Modern Browsers <strong>/
height: 100%; /</strong> For IE */
}
#header{
height: 175px;
margin: 0;
padding: 0;
background: url(http://www.floeintl.com/images/NEW/bg_body.gif) repeat-x;
}
#content{
margin: 0 auto;
width: 980px;
background: #fff;
padding-bottom: 71px; /* this MUST match the height of the #foot! */
}

#foot{
width: 100%;
background: url(../../images/NEW/bg_footer.gif) repeat-x;
position: absolute;
bottom: 0;
height: 39px; /* this MUST match the padding-bottom of the #content! */
text-align: center;
}

/*  END main layout styling */
#badge{
margin-left: 10px;
}
#mainFlash{
border: 2px solid red;
width: 98%;
height: 121px;
}

#choices{
text-align: center;
}

#titleTag{
margin: 10px auto;
width: 70%;
color: #333;
text-align: center;
font: bold 22px Verdana, Arial, Helvetica, sans-serif;
}

#titleLink {
margin-left: 150px;
color: #333;
text-align: left;
font: bold 22px Verdana, Arial, Helvetica, sans-serif;
}

#footlinks{
width: 1020px;
margin: 6px auto 0;
}
#footlinks li{
display: inline;
list-style-type: none;
padding-right: 40px;
}
#footlinks li a{ color: #25385c;}
#footlinks li a:hover{ color: #333;}
#foot blockquote{
margin:0;padding: 2px 0 0;
font-size: 10px;
text-align: center;
}
.imagePending {
color:#990000;
border:1px solid black;
padding: 10px;
width:350px;
}
