@charset utf-8;

body, html {
background: #fff;
}
/*=============================== BANNER ===================================*/
#banner h1 {
}
#banner a {
display:none;
}
/*=============================== MENU ===================================*/
#menu {
display: none;
}
/*============================ SIDE PANNEL ================================*/
#side {
display: none;
}
/*============================ CONTENT ================================*/
#content {
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
height: auto;
min-height: 535px;
background: #fff;
}
h1 {
margin-top: 3em;
margin-bottom: 1em;
padding-left: 2em;
font-size: 2em;
color: #ff9907;
}
.white {
color: #fff;
}
.orange {
font-weight: bold;
color: #ff6906;
}
p {
text-align: justify;
font-size: 1.2em;
padding-left: 3.6em;
padding-right: 3.6em;
padding-bottom: 1em;
line-height: 1.5em;
}
img {
display:none;
}
#imgbox {
display:none;
}
h2 {
margin-top: 2em;
margin-bottom: 1em;
padding-left: 2.3em;
font-size: 1.8em;
color: #ff6906;
}
h3 {
margin-top: 0;
margin-bottom: .5em;
padding-left: 3em;
font-size: 1.4em;
color: #fff;
}
#content ul {
text-align: left;
font-size: 1.2em;
margin-left: 3.1em;
padding-left: 1.8em;
padding-bottom: 1em;
line-height: 1.5em;
}
#content ul li {
width: 450px;
list-style: square;
}
#content ul.vendor {
padding-left: .5em;
border: 0
}
#content ul.vendor li {
list-style: none;
}
#content a {
color: #ff6906;
text-decoration: underline;
font-weight: bold;
}
/*============================ FOOTER ================================*/
#footer p a {
display: none;
}
/*============================ HOME_BUTTON ================================*/
a.home {
display:none;
}
