@charset "utf-8";

* { margin: 0; padding: 0; }

HTML, BODY { height: 100%; background-color: #E0E0E0; }
BODY { width: 100%; text-align: center; background: url('../images/content_back.gif') repeat-y center; }
#container { width: 100%; min-height:100%; margin-bottom: -70px; text-align: center; background: url('../images/site_back_top.png') repeat-x; }

#navigation { margin: 0 auto; width: 950px; height: 121px; text-align: center; background: url('../images/nav_back.gif') repeat-x; }
#logo { float: left; }
#nav { float: right; }

div.bluebar { width: 950px; height: 7px; background-color: #0055A4; }

.button:hover { cursor: pointer; }

#content { margin: 0 auto; width: 980px; height: 100%; text-align: left; font-family: Verdana, Arial, Helvetica, sans-serif; color: #829FB6; }
.push { height: 70px; clear: both; }

#bumper { padding-left: 15px; padding-right: 15px; }

#content-container {  width: 950px; padding-left: 15px; padding-right: 15px; background: url('../images/content_back.gif') repeat-y center; }

#bot_nav_container { position: relative; bottom: 0; width: 100%; height: 70px; text-align: center; background: url('../images/content_back.gif') repeat-y center; }
#bot_navigation { margin: 0 auto; width: 950px; height: 70px; text-align: center; background-color: #B7B7B7; }

#footer_links { float: left; color: #55595E; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.7em; padding-top: 10px; padding-left: 10px; }
#footer_links A:link { color: #55595E; text-decoration: none; }
#footer_links A:active { color: #55595E; text-decoration: none; }
#footer_links A:visited { color: #55595E; text-decoration: none; }
#footer_links A:hover { color: #FFFFFF; text-decoration: underline; }

#copy { float: right; text-align: right; color: #55595E; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.7em; padding-top: 10px; padding-right: 10px; }
