/* CORE CSS */


@font-face {
    font-family: 'Lobster13Regular';
    src: url('../fonts/Lobster_1.3-webfont.eot');
    src: url('../fonts/Lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lobster_1.3-webfont.woff') format('woff'),
         url('../fonts/Lobster_1.3-webfont.ttf') format('truetype'),
         url('../fonts/Lobster_1.3-webfont.svg#Lobster13Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* BODY */

body
{
    font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 80%; /* % unit to ensure font resizing consistency in IE */
    color: #212121;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}


/* HEADINGS */

h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    font-style: normal;
    /* color: #bf2d17; */
    margin: 1em 0 0.25em 0;
    padding: 0;
}

h1
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2.6em;
    margin-top: -0.2em;
}

h2
{
    font-size: 1.2em;
}

h3, h4, h5, h6
{
    font-size: 1em;
}


/* PARAGRAPHS */

p
{
    margin: 0.5em 0 0.5em 0;
    line-height: 1.25em;
}


/* LINKS */

a
{
    color: #212121;
    text-decoration: underline;
}

a:hover
{
    color: #000000;
    text-decoration: underline;
}

a img
{
    border: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
    /* color: #bf2d17; */
    text-decoration: none;
} 

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
    /* color: #bf2d17; */
    text-decoration: underline;
} 

.emailaddresslink-address, .emailaddresslink-linktext
{
    color: #212121;
    text-decoration: underline;
}


/* PRE TEXT */

pre, code
{
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
}

pre
{
    background-color: #f8f8f8;
    margin: 1em 0 1em 0;
    padding: 0.2em;
    border: 1px solid #e0e0e0;
}


/* TABLES */

table
{ 
    font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most other browsers */
    margin: 0;
    padding: 0;
}

th, td
{
    padding: 0;
}

table.list
{
    width: 100%;
    margin: 0.5em 0 0.5em 0;
    border: none;
}

table.list th, table.list td
{
    padding: 0.25em;
    border: none;
    text-align: left;
    vertical-align: top;
}

table.list th
{
    font-weight: bold;
    /* color: #bf2d17; */
    white-space: nowrap;
}

table.list td
{
    font-weight: normal;
}

tr.bglight
{
    background-color: #ffffff;
}

tr.bgdark
{
    background-color: #f8f8f8;
}


/* ORDERED AND UNORDERED LISTS */

ul, ol
{
    margin: 0.75em 0 1em 2.5em;
    padding: 0;
}

ul ul, ol ul
{
    margin: 0.3em 0 0.5em 1.3em;
}

ul ol, ol ol
{
    margin: 0.3em 0 0.5em 1.9em;
}

li
{
    margin: 0 0 0.3em 0;
    padding: 0;
    line-height: 1.25em;
}


/* DEFINITION LISTS */

dl
{
    margin: 0.25em 0 0.25em 0;
    padding: 0;
}

dt, dd
{
    font-style: normal;
    margin: 0 0 0.25em 0;
}

dt
{
    font-weight: bold;
}

dd
{
    margin: 0 1em 0.5em 2.5em;
}


/* FORM ELEMENTS */

form
{
    margin: 0;
    padding: 0;
}

label
{
    font-weight: bold;
    padding-right: 0.5em;
    display: block;
    white-space: nowrap;
}

button, input, select, textarea
{
    font-family: Arial, Helvetica, sans-serif; /* Needs to be set for some browsers, to prevent other default font from being used */
    font-size: 1em; /* Set for visual consistency */
}

input.text, input[type='text'], textarea
{
    background: #ffffff url(../images/textinput-bg.png) top left repeat-x;
    border: 1px solid;
    border-color: #a0a0a0 #e0e0e0 #e0e0e0 #a0a0a0;
}

optgroup
{
    font-weight: bold;
    font-style: normal;
}

button, input.button, input[type='submit']
{
    font-weight: normal;
    color: #000000;
    background: #dadada url(../images/button-bg.png) top left repeat-x;
    padding: 0 0.25em 0 0.25em;
    border: 1px solid;
    border-color: #e0e0e0 #a0a0a0 #a0a0a0 #e0e0e0;
}


/* HORIZONTAL RULERS */

hr, div.hr
{
    height: 1px;
    color: #ffffff;
    border: 1px #e7e7e7;
    border-style: solid none none none;
}

div.hr
{
    margin: 1em 0 1em 0;
}


div.hr hr
{
    display: none;
}
