iframe {display: none;}

/* BUG FIX FOR MOZILLA FLOATING DIV NOT SHOWING #WRAPPER BG-COLOR */
.floatfix {
clear: both;
}

body {
height:100%;
background-color: #E8E8E8;
text-align: center;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
color: #6E7F91;
line-height: 20px;
}

a:link, a:visited {
font-size: 12px;
text-decoration: underline;
}

a:hover, a:active {
font-size: 12px;
text-decoration: underline;
}

h2 {
clear: both;
font-size: 16px;
font-weight: bold;
padding-bottom: 3px;
}

#normal {
font-size: 12px;
font-style: normal;
text-decoration: none;
line-height: 15px;
font-weight: normal;
}

#tiny {
font-size: 9px;
font-style: normal;
text-decoration: none;
line-height: 12px;
font-weight: normal;
}

#logo {
position: relative;
width: 100%;
text-align: center;
background-image: url("../assets/tile_header.gif");
background-color:#000;
height: 102px;
}

#wrapper {
min-height: 75%;
width: 1000px;
text-align: left;
background-color: #fff;
margin: 0 auto;
}

/* CONTENT CONTAINER */
.stuff {
text-align: left;
padding: 30px 70px 70px 70px;
}

/* RIGHT-SIDE CONTENT CONTAINER
.rightstuff {
float: right;
text-align: left;
margin: 40 26 26 0px;
}
*/

/* LEFT-SIDE CONTENT CONTAINER
.leftstuff {
z-index: -1;
float: left;
width: 580px;
text-align: left;
margin: 40 26 26 0px;
}
*/

.contact {
font-style: normal;
text-decoration: none;
line-height: 12px;
font-weight: normal;
color: #6e7f91;
}

.contact a:link, a:visited {
font-style: normal;
text-decoration: underline;
line-height: 12px;
font-weight: normal;
color: #6e7f91;
}

.contact a:hover, a:active {
font-style: normal;
text-decoration: underline;
line-height: 12px;
font-weight: normal;
color: #6e7f91;
}

.largehead {
position: relative;
font-size: 14px;
font-style: normal;
text-align: left;
text-decoration: none;
line-height: 18px;
font-weight: bold;
color: #6E7F91;
}

.largehead a:link, a:visited {
font-size: 14px;
font-style: normal;
text-decoration: none;
font-weight: bold;
color: #6E7F91;
}

.largehead a:hover, a:active {
font-size: 14px;
font-style: normal;
text-decoration: underline;
font-weight: bold;
color: #6E7F91;
}

.smallhead {
position: relative;
font-size: 11px;
font-style: normal;
text-align: left;
text-decoration: none;
line-height: 18px;
font-weight: bold;
color: #6E7F91;
padding: 23 36 0 58px;
}

a:link, a:visited {
font-style: normal;
text-decoration: none;
font-weight: normal;
color: #6E7F91;
}

a:hover, a:active {
font-style: normal;
text-decoration: underline;
font-weight: normal;
color: #6E7F91;
}

ol, ul {
list-style: none;
}

div#sitemap ul {
padding-top: 14px;
}

div#sitemap li {
margin-top: 10px;
}

div#sitemap li a:link, a:visited {
font-style: normal;
text-decoration: none;
font-weight: normal;
color: #6E7F91;
}

div#sitemap li a:hover, a:active {
font-style: normal;
text-decoration: underline;
font-weight: normal;
color: #6E7F91;
}

/* NAVIGATION HEADER */
#navtable {
width: 100%;
background-color: #FFB400;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #fff;
border-top: 1px solid #E8E8E8;
margin: 0px;
padding: 0px;
}

#navtable td.link {
text-align: center;
width: 105px;
height: 31px;
cursor: pointer;
}

#navtable td.nolink {
text-align: center;
}

#navtable td.active
{
background: #A0ACBA;
text-align: center;
width: 105px;
height: 31px;
cursor: pointer;
}

#navtable td.pipe {
text-align: center;
width: 2px;
height: 31px;
}

#navtable td.highlight {
background-color: #A0ACBA;
width: 105px;
height: 31px;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #fff;
text-align: center;
cursor: pointer;
}

/*FOOTER */
.navfooter {
clear: left;
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
font-size: 12px;
}

.navfooter a:link, a:visited {
font-size: 12px;
text-decoration: none;
}

.navfooter a:hover, a:active {
font-size: 12px;
text-decoration: underline;
}