/* -------------------------------------------------------------------------- */
/* File:      trefoil.css                                                     */
/* Contents:  trefoil.com stylesheet                                          */
/* -------------------------------------------------------------------------- */

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

body {
    font:12px/140% verdana, arial, helvetica, sans-serif;
    color:#0c375f;
    background:#f6f6f6;
}

/* ---------------------- Links (except menu links) ------------------------- */

a {
    color:#0c375f;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

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

h1 {
    font-size: 40px;
    line-height:37px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom:16px;
    line-height:18px;
}

h4 {
    font-size:12px;
    line-height:12px;
    padding-left:3px;
    font-weight:bold;
    margin-bottom:9px;
    padding-top:9px;
}

/* --------------------------- Center Section ------------------------------- */

img {
    border: 0;
}

#middle p {
    padding-bottom:25px;
}

#middle p img {
    float:left;
    margin-right:17px;
    margin-bottom:5px;
}

#middle p img.email {
    float:none;
    margin-right:1px;
    margin-bottom:0px;
}

#middle hr {
    height:10px;
    color:white;
    background:none;
}

#middle ul {
    list-style-type: none;
}

/* ---------------------------- Page Divisions ------------------------------ */

#container {
    width:1128px;
    margin:auto;
    background:white url(../images/container_back.gif) repeat-y;
    position:relative;
}

#con {
    position:relative;
    padding-bottom:20px;
}

#wrap {
    width:1050px;
    margin:auto;
    padding:0 11px;
    position:relative;
}

#top {
    margin:auto;
    height:200px;
    width:1049px;
}

#banner_left {
    position: absolute;
    top: 40px;
    height: 120px;
    width: 50px;
    background-color: #0c375f;
}

#banner_right {
    position: absolute;
    top: 40px;
    left: 510px;
    height: 120px;
    width: 550px;
    background-color: #0c375f;
}

/* Image (logo) is 460 x 200 pixels. */
img.logo {
    position: absolute;
    top: 0px;
    left: 50px;
}

#left {
    float:left;
}

#middle {
    background:#f6f6f6 url(../images/column_back.gif) no-repeat top;
    width:576px;
    padding:5px 20px;
    margin:0 0 0 220px;
    border-width:0 2px;
    border-color:#f4f4f4;
    border-style:solid;
    padding-bottom:1px;
}

#right {
    float:right;
}

#footer {
    clear:both;
    height:30px;
    padding-top:40px;
    text-align:center;
    background:url(../images/footer_back.gif) no-repeat top;
    color:#b3b3b3;
    font-size:10px;
}

/* try to center instead of left 400px */

#copy {
    position:absolute;
    bottom:0;
    left:400px;
    font-size:10px;
    color:#999999;
    margin-bottom:10px;
}

#copy a {
    text-decoration:none;
    font-weight:normal;
    color:#999999;
}

/* not working */

#copy a:hover {
    text-decoration:underline;
    font-weight:normal;
    color:#999999;
}

/* -------------------------- Menu and Submenus ----------------------------- */

ul#menu {
    margin-bottom:55px;
}

ul#menu, ul#menu ul {
    list-style-type: none;
}

ul#menu li {
    margin-bottom:2px;
    padding-bottom:2px;
    width:193px;
    padding-left:9px;
    background:url(../images/menu_back.gif) repeat;
    font-weight: bold;
    line-height:20px;
}

ul#menu a {
    display:block;
    width:184px;
    height:25px;
    text-decoration:none;
    color:#0c375f;
}

ul#menu a.active_link {
    width:188px;
    border-right:5px solid #0c375f;
}

ul#menu ul.submenu li a {
    font-weight:100;
    padding-left:22px;
    background:#f9f9f9;
    width:166px;
    border-right:5px solid #0c375f;
}

ul#menu a:hover {
    text-decoration:underline;
    border-right:5px solid #b3b3b3;
}

ul#menu ul.submenu a:hover {
    text-decoration:underline;
    border-right:5px solid #b3b3b3;
}

ul#menu li.last_menu_li, ul#menu li.submenu_li {
    border:0px;
}

ul#menu li.submenu_li {
    margin:0;
    padding:0;
}

/* --------------------------------- Columns -------------------------------- */

.boxed_column {
    background:#f6f6f6 url(../images/column_back.gif) no-repeat top;
}

.boxed_column, .column {
    width:173px;
    padding:0 10px;
    margin-bottom:25px;
    font-size:9px;
}

.boxed_column p {
    margin:9px 0;
}

.column {
    padding:2px;
}

.column h4 {
    padding:0px;
}
