/***********************************
 * Generic styles applied to all base
 * elements
 * *********************************/
body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}
a {
    color: #3E7EC6;
    text-decoration: none;
}
a:hover {
    background-color: #08c;
    color: #fff;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    background: none;
    color: auto;
}
hr {                          
    background: #FBF1D6;                   
    height: 4px;
    border: 0;
    clear: both;
    margin-bottom: 20px;
}
* + html hr {
    height: 4px;
    border: 4px solid #FBF1D6;
}
h1 {
    font: bold 21px Arial, sans-serif;
    color: #2A335D;
    padding-bottom: 20px; margin-bottom: 10px;
    text-transform: uppercase;
    background-image: url('http://www.3macs.com/_media/lines_gold_horizontal.gif');
    background-repeat: no-repeat;
    background-position: center bottom;
}
h2 {
    font-size: 14px;
    line-height: 1.5;
    color: #2A335D;
    margin: 6px 0;
}
h3 {
    font-size: 12px; font-weight: bold;
    line-height: 1.6;
}
p {
    line-height: 1.5;
    margin: 0 0 9px 0;
}
ul, ol {                      
    padding-left: 30px;
    margin: 9px 0;
}
ul {
    list-style: square outside;
}
ol {
    list-style: decimal inside;
}
b, strong {
    font-weight: bold;
}
form legend {
    background: #ccc;
    padding: 5px;
    font-size: 1.2em;
}
form label {    
    float: left;
    width: 170px;
}
form div {
    margin-bottom: 10px;
    clear: both;
}
form div.divdiv, form div div {
    clear: none;
    float: left;
    margin-bottom: 0;
}
form div div div {
    float: none;
    margin-bottom: 10px;
}
form div.submit,
form div.link,
form div.nolabel {
    margin-left: 170px;
}
form textarea,
form div iframe {
    width: 500px;
}
form span.lang {
    display: block;
}
/* used in checkboxes */
form div table td {
    padding: 0 0.5em 0 0;
}
