@charset "utf-8";
body {
    font: 100% arial, Arial, Helvetica, sans-serif;
    margin: 0;
    /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */;
    padding-top: 5px;
    width: 100%;
    height: 100%;
	z-index:0;
}

.oneColFixCtr {
    width: 740px;
    margin: 0 auto 0px;
}

.oneColFixCtr #container {
    text-align: center;
}

.oneColFixCtr #mainContent {
    width: 744px;
    position: relative;
    min-height: 300px;
    float: left;
    clear: right;
}

.hd {
    height: 12px;
}

.hd .tl {
    float: left;
    height: 12px;
    width: 12px;
}

.hd .tr {
    float: right;
    height: 12px;
    width: 13px;
}

.ft {
    height: 12px;
    margin: 0;
}

.ft .bl {
    float: left;
    height: 12px;
    width: 12px;
}

.ft .br {
    float: right;
    height: 12px;
    width: 13px;
}

.left {
    float: left;
    width: 510px;
    padding: 15px;
    padding-bottom: 5px;
    margin: 0px;
    text-align: left;
}

.right {
    /*border-left: 1px #888888 solid;*/
    text-align: center;
    width: 190px;
    padding: 0px;
    padding-right: 5px;
    float: right;
    padding-bottom: 15px;
    margin: 0px;
    height: 100%;
}

.pusher {
    clear: both;
}

ul.thumb {
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

ul.thumb li {
    float: left;
    padding: 5px;
    position: relative; /* Set the absolute positioning base coordinate */
    width: 40px;
    height: 40px;
    display: inline;
}

ul.thumb li img {
    display: inline;
    margin-top: 0; /* Set alignment back to default */
    margin-left: 0;
    width: 30px; /* Set width back to default */
    height: 30px; /* Set height back to default */
    padding: 5px;
}

ul.thumb li img.hover {
    position: relative;
    left: 20px;
    top: 20px;
}

ul.pagination {
    position: relative;
    clear: both;
    display: inline;
    list-style-type: none;
}

a.paginator {
    display: inline;
}

div #slideshow {
    float: left;
    width: 490px;
    height: 400px;
    margin: 0 auto;
    text-align: center;
    border: 0px;
}

div #slideshow a {
    border: 0px;
    text-align: center;
}

.gallery {
    position: relative;
    text-align: center;
    width: 500px;
    float: left;
    left: 15px;
    margin-right: 10px;
    margin-top: 2px;
    min-height: 400px;
    padding-bottom: 15px;
}

.gallery img {
    clear: none;
    position: inherit;
    z-index: 2;
}

.gallery_box {
    float: left;
    clear: none;
    width: 500px;
    position: relative;
    left: 15px;
    z-index: 3;
    text-align: center;
}

.center_table {
    margin: 0 auto;
    text-align: left;
}

div #thumbs {
    position: relative;
    width: 500px;
    right: 20px;
    margin-bottom: 10px;
}
.cms_nav {
}

.login {
    width: 720px;
    min-height: 10px;
    text-align: center;
    float: left;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.login label {
    margin-left: 15px;
    margin-right: 5px;
}

#footer {
    position: relative;
    top: 30px;
    float: left;
    clear: both;
    width: 744px;
    padding-top: 0px;
    font-style: italic;
    text-align: center;
    margin-bottom: 10px;
}