/* Start of CMSMS style sheet 'Main Site Stylesheet' */
#wrapper {
    width: 945px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    background-color: white;
}
#header {
    width: 945px;
    height: 212px;
    background-image:url(/images/header1.jpg);
}
#header_home_link {
    position: absolute;
    display: block;
    top: 3px;
    left: 40px;
    width: 328px;
    height: 194px;
}
#header_link1 {
    position: absolute;
    display: block;
    top: 69px;
    left: 672px;
    width: 128px;
    height: 21px;
}
#header_link2 {
    position: absolute;
    display: block;
    top: 69px;
    left: 853px;
    width: 84px;
    height: 21px;
}
#middle {
    background-image:url(/images/background1.jpg);
    background-repeat: repeat-y;
}
#menu {
    width: 178px;
    float: left;
    margin-top: 25px;
    padding: 0 5px 50px 15px;
    overflow-x: hidden;
    white-space: nowrap;
}
#home_main {
    width: 475px;
    float: left;
    padding: 10px 30px;
    margin-bottom: 10px;
}
#home_sidebar {
    width: 195px;
    float: left;
}
#main {
    width: 675px;
    float: left;
    padding: 10px 30px;
    margin-bottom: 60px;
}
#footer {
    width: 945px;
    padding-top: 1px;
    background-color: #424242;
    text-align: center;
}
#footer p {
    color: white;
    font-size: 12px;
    padding: 10px;
}
#footer p a,
#footer p a:hover,
#footer p a:active,
#footer p a:hover,
#footer p a:active {
    color: white;
    font-size: 12px;
}

a.navitem, a.navitem:visited {
    display: block;
    font-family: "Arial";
    font-size: 1.3em;
    font-weight: bold;
    color: white;
    padding: 7px 5px 6px 5px;
    margin-top: 10px;
    background-image: url(/images/menu_highlight1.jpg);
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-color: #2A59B6;
    text-decoration: none;
    text-align: right;
}
a.nav_subitem, a.nav_subitem:visited {
    display: block;
    font-family: "Arial";
    font-size: 1.0em;
    font-weight: bold;
    color: white;
    padding: 7px 5px 6px 5px;
    text-decoration: none;
    text-align: right;
}
a.navitem:hover, a.navitem:active {
    background-color: #7E98CC;
}
a.nav_subitem:hover, a.nav_subitem:active {
    background-color: #787878;
}

/* End of 'Main Site Stylesheet' */

