/* --- CSS for JMG Group Website Pages --- */
div.headerindex {
    background-image: url(../images/headerimage_index.jpg);
}

span.celllight {
    color: #996666;
    background-color: transparent;
}

/* --- Formatting for Top Content --- */
#topcontent {
    height: 190px;
}

/* --- Formatting for Middle Bar --- */
#middlebar {
    height: 35px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    background-image: url(../images/splash_middlebar.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

/* --- Formatting for Bottom Content --- */
#bottomcontent {
    height: 190px;
}

/* --- Formatting for One Cell Div --- */
div.onecell {
    width: 175px;
    float: left;
}

div.onecelltitle {
    width: 155px;
    height: 40px;
    padding: 0px 10px 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #663333;
    background-color: #FFFFFF;
}

div.onecellbody {
    width: 155px;
    height: 120px;
    padding: 0px 10px 0px 10px;
    overflow: hidden;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #666633;
    background-color: #FFFFFF;
}

div.onecelllink {
    width: 175px;
    height: 30px;
    text-align: right;
}

/* --- Formatting for Two Cell Div --- */
div.twocell {
    width: 350px;
    float: left;
}

div.twocelltitle {
    width: 330px;
    height: 40px;
    padding: 0px 10px 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #663333;
    background-color: #FFFFFF;
}

div.twocellbody {
    width: 330px;
    height: 120px;
    padding: 0px 10px 0px 10px;
    overflow: hidden;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #666633;
    background-color: #FFFFFF;
}

div.twocelllink {
    width: 350px;
    height: 30px;
    text-align: right;
}

/* --- Formatting for Three Cell Div --- */
div.threecell {
    width: 525px;
    float: left;
}

div.threecelltitle {
    width: 505px;
    height: 40px;
    padding: 0px 10px 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #663333;
    background-color: #FFFFFF;
}

div.threecellbody {
    width: 505px;
    height: 120px;
    padding: 0px 10px 0px 10px;
    overflow: hidden;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #666633;
    background-color: #FFFFFF;
}

div.threecelllink {
    width: 525px;
    height: 30px;
    text-align: right;
}

/* --- Formatting for Cell Bottom Links --- */
div.onecelllink a, div.twocelllink a, div.threecelllink a {
    padding: 0px 10px 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
    line-height: 30px;
    color: #663333;
    background-color: #FFFFFF;
}

div.onecelllink a:hover, div.twocelllink a:hover, div.threecelllink a:hover {
    background-color: #663333;
    color: #FFFFFF;
}

/* --- Formatting for Client List --- */
ul.clientlist {
    margin: 0px 0px 0px 17px;
    padding: 0px;
}

ul.clientlist li {
    line-height: 13px;
    margin-bottom: 5px;
}

ul.clientlist a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #666633;
    background-color: #FFFFFF;
}

/* --- Formatting for Client Login --- */
form#clientlogin {
    margin: 0px;
}

input.loginform {
    width: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #333333;
    background-color: #EFF0E0;
    border: 1px solid #666633;
    margin-bottom: 6px;
}
