@import url(layout.css);

/*  Margins & Padding
-----------------------------------------------------------------------------*/

/* Remove padding and margin on all elements */

* {
     margin: 0em;
     padding: 0em; 
}

/* Put it back on certain elements */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul, ol, hr {
     margin-bottom: 1em; 
}

/*  Typography
-----------------------------------------------------------------------------*/

body {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: .7em;
     line-height: 1.82em;
     color:#4c4c4c; 
}

/*  Headings
-----------------------------------------------------------------------------*/

h1 {
     font-size: 1.4em;
     margin-bottom: .75em;
     color: #5f605c; 
}

h2 {
     font-size: 1.15em;
     font-weight: bold;
     margin-top: 1.25em;
     margin-bottom: .25em;
     color: #000000; 
}

h3, h4, h5 {
     font-size: 1.1em;
     font-weight: bold;
     margin-bottom: 0em; 
}

h6 {
     font-size: .9em;
     font-weight: bold;
     margin-bottom: 0em;
     color: #000000;
     background-image: url(../images/bullets/arrow.gif);
     background-repeat: no-repeat;
     background-position: 0px 8px;
     padding-left: 11px; 
}

h6 a:link {
     color: #000000;
     text-decoration: none; 
}

h6 a:visited {
     color: #000000;
     text-decoration: none; 
}

h6 a:hover {
     color: #b20000;
     text-decoration: none; 
}

h6 a:active {
     color: #ff0000;
     text-decoration: none; 
}

/*  Links
-----------------------------------------------------------------------------*/

a:link {
     color: #8a1d04; 
}

a:visited {
     color: #5f605c; 
}

a:hover {
     color: #b20000; 
}

a:active {
     color: #ff0000; 
}

/*  Lists
-----------------------------------------------------------------------------*/

ul, ol {
     padding-left: 2em; 
}

/*  Tables
-----------------------------------------------------------------------------*/

table {
     border-spacing: 0;
     border-collapse: collapse; 
}

td {
     text-align: left;
     font-weight: normal; 
}

/*  Forms
-----------------------------------------------------------------------------*/

#form-default table {
     border: 1px #ebebeb solid; 
}

#form-default th {
     font-weight: bold;
     padding: 4px;
     border: 1px #ebebeb solid;
     background-color: #efefef; 
}

#form-default td {
     padding: 4px;
     border: 1px #ebebeb solid; 
}

/* Removes fieldset borders */

fieldset {
     border: 1px solid transparent; 
}

/*  Images
-----------------------------------------------------------------------------*/

/* Remove border around linked images */

img {
     border: 0em; 
}

img.FloatRight {
     float: right;
     margin-left: 15px; 
}

img.FloatLeft {
     float: left;
     margin-right: 15px; 
}

/*  Misc 1
-----------------------------------------------------------------------------*/

/* Class for clearing floats */

.clear {
     clear:both; 
}
