/* --- CSS for JMG Group Website --- */
body.jmg {
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666633;
    background-color: #FFFFFF;
}

img {
    border-style: none;
}

/* --- Formatting for Container --- */
#container {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #333333;
}

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

/* --- Formatting for Header --- */
#header {
    height: 200px;
    background-position: top right;
    background-repeat: no-repeat;
}

#headercontainer {
    width: 302px;
    position: relative;
    top: 20px;
    left: 10px;
    line-height: 16px;
}

#headertitle {
    padding-bottom: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #663333;
    background-color: transparent;
}

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

/* --- Formatting for Menu Bar --- */
#menubar {
    height: 20px;
    border-top: 1px solid #333333;
    background-image: url(../images/menu_background.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#menubar ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#menubar ul li {
    float: right;
}

#menubar ul li a {
    padding: 4px 8px 3px 8px;
	font-size: 11px;
    line-height: 20px;
	text-decoration: none;
    color: #666633;
    background-color: #FFFFFF;
    border-left: 1px solid #333333;
}

/* -- Cheat to allow IE to use a 4 - 3 pixel margin and other browsers to use a 3 - 4 pixel margin -- */
#menubar > ul li a {
    padding: 3px 8px 4px 8px;
}

#menubar ul li a:hover {
	color: #FFFFFF;
    background-color: #663333;
}

/* --- Formatting for Footer --- */
#footer {
    width: 700px;
    margin-top: 6px;
    margin-right: auto;
    margin-left: auto;
    font-size: 10px;
    line-height: 15px;
    text-align: right;
}

#footer a {
    color: #666633;
    background-color: #FFFFFF;
}

img.footer {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #CCCCCC;
    float: right;
    display: block;
}
