/* GENERAL */

html, body
    {
    min-height: 100%;
    height:     auto !important;
    height:     100%;
    font-family: arial, tahoma, "Trebuchet MS",serif;
    font-size:  12px;
    color:      #000000;
    }

body
    {
    margin: 0px;
    background-image: url('../images/bodybg.jpg');
    background-position: top;
    background-repeat: repeat-x;
    }

a
    {
    color: #5c0632;
    text-decoration: none;
    }

a:hover
    {
    color: #5c0632;
    text-decoration: underline;
    }

div, input, select, textarea
    {
    font-family: arial, tahoma, "Trebuchet MS",serif;
    font-size:  12px;
    color:      #000000;
    }

/* DIV */
div.content
    {
    float: left;
    width: 706px;
    padding: 10px 0px 10px 10px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    }

/* TOOL TIPS */
.tip
    {
    color: #fff;
    width: 220px;
    z-index: 13000;
    padding: 3px;
    border: 1px solid #CCCCCC;
    background: #fffeeb;
    text-align: left;
    font-size: 9pt;
    padding: 4px 8px 8px;
    }

.tip-text
    {
    display: none;
    }

.TipsInfo
    {
    vertical-align: middle;
    }

/* HOME PAGE */
.roundedBox
    {
    border:none;
    height:24px;
    width:258px;
    color:#B6B6B6;
    padding-left:5px;
    padding-top:5px;
    background: url(../images/searchbg.jpg) no-repeat;
    }

.rectBox
    {
    border:none;
    height:29px;
    width:340px;
    color:#B6B6B6;
    margin-top:1px;
    background: url(../images/rectbox.gif) no-repeat;
    float:left;
    }

.rectBoxSearch
    {
    border:none;
    height:29px;
    width:101px;
    background: url(../images/home_search.gif) no-repeat;
    margin-top:1px;
    float:left;
    }

#idKeyword
    {
    border: none;
    background-color:#ffffff;
    width:  325px;
    height: 19px;
    margin-left: 3px;
    margin-top: 2px;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    }

#idWKeyword
    {
    border: none;
    background-color:#F8F8F8;
    width:  250px;
    height: 17px;
    margin-top:-2px;
    }

#idSearch, #idWSearch
    {
    background: url(../images/go.jpg) no-repeat left top;
    width:      24px;
    height:     23px;
    margin-top: 2px;
    vertical-align: middle;
    border:     none;
    }

#pageBody
    {
    width: 1222px;
    margin-left: auto;
    margin-right: auto;
    }

#pageLeftMargin
    {
    float: left;
    width: 140px;
    background-image: url('../images/leftmargin.jpg');
    background-position: top;
    background-repeat: repeat-x;
    min-height: 986px;
    height: auto !important;
    height: 100%;
    }

#pageRightMargin
    {
    float: right;
    width: 140px;
    background-image: url('../images/rightmargin.jpg');
    background-position: top;
    background-repeat: repeat-x;
    min-height: 986px;
    height: auto !important;
    height: 100%;
    }

#pageContent
    {
    float: left;
    width: 937px;
    background-color:#FFFFFF;
    }

#pageHeader
    {
    height: 150px;
    background-color: #FFF;
    background-position: top;
    background-repeat: repeat-x;
    display: block;
    }

#pageFooter
    {
    width: 1109px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    color: #56585A;
    line-height: 20px;
    }

#pageFooter a
    {
    color: #56585A;
    }

#pageMenu
    {
    height: 30px;
    width:  937px;
    display: block;
    }

#pageContext
    {
    min-height: 800px;
    height:     auto !important;
    height:     800px;
    background-color: #FFFFFF;
    }

.bluFont
    {
    font-weight: bold;
    margin:      6px;
    color:       #1C3764;
    }

.marFont
    {
    font-weight: bold;
    margin:      6px;
    color:       #5c0632;
    }

.errFont
    {
    font-weight: bold;
    margin:      6px;
    color:       #d23009;
    }

.icon
    {
    vertical-align: middle;
    padding-right:  10px;
    }

.field {
    font-family: arial, tahoma, "Trebuchet MS",serif;
    font-size:  12px;
    color:      #000000;
}

.status {
    font-family: arial, tahoma, "Trebuchet MS",serif;
    font-size:  12px;
}

.contactPad {
    font-family: arial, tahoma, "Trebuchet MS",serif;
    font-size:  12px;
}

.contactTitle {
    background-color: #B0A9A9;
    line-height:24px;
    padding:5px;
    font-weight:bold;
}

.contactItem {
    background-color: #DFDFDF;
    line-height:24px;
}

.videobox {
    padding:5px;
    min-height:100px;
    height:auto !important;
    height:100px;
    cursor:pointer;
    z-order:9999;
}

ul#topnav {
    margin: 0; padding: 0;
    float: left;
    width: 938px;
    list-style: none;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    height:45px;
    background: url(../images/topnav_stretch.gif) repeat-x;
}
ul#topnav li {
    float: left;
    margin: 0; padding: 0;
    border-right: 1px solid #555;
    height:29px;
}
ul#topnav li a {
    padding: 8px 35px;
    display: block;
    color: #f0f0f0;
    text-decoration: none;
}
ul#topnav li:hover { background: #aaa273 url(../images/topnav_active.gif) repeat-x; }
ul#topnav li span {
    float: left;
    padding: 5px 0;
    position: absolute;
    left: 0;
    top: 29px;
    display: none;
    width: 938px;
    background: #aaa273;
    color: #fff;
    text-align: center;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}

