html, body {margin:0;padding:0;width:100%;height:100%;}
body {
	background-color: #FFFFFF;
    text-align: center;
	font: 11px Verdana;
	color: #666666; }
img {
	border: 0px none; }
#main {
    position: relative;
    min-height: 100%;
    min-width: 1024px;
    height: auto !important;
    padding: 0px;
    margin: 0px auto auto;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    text-align: left;
    overflow: hidden;
    background-color: #f5f1ee;
}
    #header1 {
        text-align: center;
        height: 102px;
        margin-bottom: 20px;
        z-index: 100;
    }
        #header1 div.logo {
            height: 102px;
            background-image: url(/images/logo.png);
            background-repeat: no-repeat;
            background-position: center;
            margin-right: 206px;
            text-align: left;
        }
        #header1 div.banner_long {
            vertical-align: bottom;
            margin-top: 20px;
        }
    #header2 {
        clear: both;
        position: relative;
        text-align: left;
        height: 175px;
        z-index: 40;  }
        #header2 .list {
            width: 135px;
            height: 175px;
            background-image: url(/images/list.png);
            background-repeat: no-repeat;
            float: left;
        }
        #header2_border_repeat {
            background-image: url(/images/top_border_repeat.png);
            background-repeat: repeat-x;
            margin-left: 135px;
            height: 175px;
        }
        #preborder {
            background-image: url(/images/top_border.png);
            background-repeat: no-repeat;
            height: 175px;
            padding-left: 10px;
            padding-top: 10px;
        }

        #border {
            height: 165px;
            margin-right: 200px;
            padding: 14px;
            overflow: hidden;
        }

        .stepcarousel{
            position: relative; /*leave this value alone*/
            overflow: scroll; /*leave this value alone*/
            height: 100px; /*Height should enough to fit largest content's height*/
        }

        .stepcarousel .belt{
            position: absolute; /*leave this value alone*/
            left: 0;
            top: 0;
        }

        .stepcarousel .panel{
            float: left; /*leave this value alone*/
            overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
            margin: 10px; /*margin around each panel*/
            width: 150px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
        }


    #photos {
        background-image: url(/images/photos.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        position: absolute;
        text-align: right;
        top: 0px;
        right: 0px;
        width: 314px;
        height: 324px;
        z-index: 50;
    }


    #content_block {
        text-align: left;
        clear: both;
    }
        #sidebar_left {
            float: left;
            width: 290px;
            padding: 2px 0 0 0;
        }
        #sidebar_right {
            float: right;
            padding: 40px 10px 10px;
            width: 255px;
			text-align: center;
        }
            #welcome {
                width: 190px;
                height: 205px;
                background-image: url(/images/bag.png);
                background-repeat: no-repeat;
                background-position: left bottom;
                padding: 30px 0px 0px 30px;
                color: #ffffff;
            }
        #wrapper {
            margin-left:290px;
        }

            #main_column {
                padding: 20px;
                margin-right: 255px;
                padding-top: 0px;
            }



    div.empty {
        height: 52px;
        clear: both;
    }


#footer {
    height: 52px;
    min-width: 1024px;
    position: relative;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    text-align: left;
    margin: 0px auto auto;
    margin-top: -42px;
    background-color: #f5f1ee;
}
    #footer .copyright {
        font: 11px Verdana;
        width: 400px;
        float: right;
        margin-top: 10px;
    }
    #footer .leftside {
        height: 52px;
        margin-right: 450px;
        background-image: url(/images/footer.png);
        background-repeat: repeat-x;
    }

#nav {
    padding-left: 20px;
}


#nav a {
    text-decoration: none;
    color: #336699;
}
#nav ul {
    margin-top: 4px;
    list-style-type: square;
}
#nav li a {
    font-weight: normal;
}


div.menucap a {
    text-decoration: none;
    font-weight: bold;
}
