/*

RESET

*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: Calibri, Helvetica, Arial, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input {
    font-size: 100%;
    margin: 2px;
}

/*

STYLES

*/
hr {
    border:none;
    border-top:1px dotted #333;
    color:#fff;
    background-color:#fff;
    height:1px;
    margin: 7px 0;
    clear: both;
}

#awdaContainer {
    margin: 0 auto;
    max-width: 1170px;
    padding-top: 10px;
    margin-bottom: 20px;
}

nav {
    margin-bottom: 10px;
}

p {
    margin: 10px 0;
}

div.gmap { /* google maps */
    height: 400px
}

.slotmainmenu {
    margin: 5px;
}

.mainHeading {
    position: absolute;
    text-indent: -9009px;
}

.skip-link {
    display: block;
    width: 100%;
    text-align: right;
}

.sectionTitle,
.cuformtitle {
    font-size: 180%;
    margin-bottom: 10px;
}

.titleBarSlot {
    font-size: 140%;
    margin-bottom: 6px;
}

.resize-button {
    padding: 8px;
}

.contactUsAwda input,
.contactUsAwda textarea {
    width: 100%;
    padding: 5px;
    margin: 5px 0;
    font-size: 120%;
}

.contactUsAwda textarea {
    font-size: 140%;
}

.contactUsAwda input {
    line-height: 200%;
}

.contactUsAwda label.error {
    margin-bottom: 10px;
    color: red;
    font-size: 120%;
    display: inline-block;
}
.contactUsAwda .sendOK {
    color: green;
    font-size: 140%;
    display: inline-block;
    padding: 10px;
}
.contactUsAwda .sendFailed {
    color: red;
    font-size: 140%;
    display: inline-block;
    padding: 10px;
}
