html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: none repeat scroll 0 0 transparent;
}
#site {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    left: 320px;
    line-height: 30px;
    position: absolute;
    top: 20px;
    width: 370px;
	text-align: left;
}
#site a {
    color: #000 !important;
    text-transform: uppercase;
}
ol,
ul {
    list-style: none;
}
.content-area ul {
    list-style: none;
    margin-bottom: 1.6em;
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
:focus {
    outline: 0
}
ins {
    text-decoration: none
}
del {
    text-decoration: line-through
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .clearfix {
    clear: both;
}
* html .clearfix {
    height: 1%;
}
#text-8 {
    border: none!important;
}
#text-8 p {
    margin: 0;
}
#text-8 .textwidget {
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 0;
}
#text-7 .textwidget {
    background: #669900 none repeat scroll 0 0;
    padding: 12px;
    text-align: center;
}
#text-7 .textwidget:hover {
    background: #598500 none repeat scroll 0 0;
    padding: 12px;
    text-align: center;
}

@media ( max-width: 480px) and (min-width: 320px) {
    #site {
        font-size: 18px !important;
        width: 230px !important;
    }
}