@import url(/media/stylesheets/reset.css);

body {
    color: #242424;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    background-color: #787162;
}

.image_text {
    display: none;
}

#wrapper {width: 935px;
          margin-top: 50px;
          margin-left: auto;
          margin-right: auto;
          background-color: #8A8375;
          position: relative;
}

/*Left Column*/
#left_col {width: 310px; float: left; margin-left: 10px; margin-bottom: 10px;}

#left_col .badge {display: block; width: 193px; height: 178px; background: url('/media/images/left_col/badge.png'); margin-left: auto; margin-right: auto; margin-top: 15px;}

#left_col .internal_header {width: 302px; height: 4px; background: url('/media/images/left_col/head.png') no-repeat;}

#left_col .internal {  padding: 10px 0px 30px 0px; width: 302px; background: url('/media/images/left_col/bg_slice.png') repeat-y}

#left_col .photo {width: 268px; height: 159px; background-image: url('/media/images/left_col/photo.png'); margin-left: auto; margin-right: auto; margin-bottom: 10px;}

#left_col .internal form {margin-left: 16px; width: 300px; margin-bottom: 10px;}

#left_col .internal form .text_field {
    color: #787162;
    padding: 6px 0px 0px 6px;
    border:1px solid #BAB096;
    cursor:text;
    font-size: medium;
    height:28px;
    width:230px;
}

#left_col .internal form .button {
    cursor:pointer;
    vertical-align: middle;
}

#left_col .internal .list_header {border-bottom: 1px solid #B1A890; padding-left: 26px; padding-bottom: 10px; color: #787162; width: 235px; font-size: x-large;
    font-family: Georgia, Times, "Times New Roman", serif; margin-left: auto; margin-right: auto;}

#left_col .internal .list {width: 302px; color: #BC451F; font-size: small; padding-left: 48px; width: 232px;}

#left_col .internal .list ul{

    list-style: none;

}

#left_col .internal .list ul li{padding-top: 5px; }

#left_col .internal .list ul li a {line-height: 1.3em; font-family: Georgia, Times, "Times New Roman", serif;}

#left_col .internal .list ul li a:link {color:#BC451F; text-decoration: none;}      /* unvisited link */
#left_col .internal .list ul li a:visited {color:#BC451F; text-decoration: none;}  /* visited link */
#left_col .internal .list ul li a:hover {color:#BC451F;  text-decoration: underline;}  /* mouse over link */
#left_col .internal .list ul li a:active {color:#BC451F; text-decoration: none; }  /* selected link */

#left_col .internal_footer {width: 302px; height: 4px; background: url('/media/images/left_col/foot.png') no-repeat; }

/*Right Column*/
#right_col {width: 610px; margin-left: 0px;  padding-top:1px; float: right; margin-right: 5px;}


#right_col .nav {
    margin: 27px 0px 60px 22px;
}

#right_col .nav ul{
    display:block;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    
}


#right_col .nav .item {
    float:left;
    background: url('/media/images/right_col/nav_dot.png') no-repeat;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: medium;
    height: 34px;
    padding: 8px 90px 0px 16px;
}

#right_col .nav .item a{}

#right_col .nav .item a:link {color:#FFF; text-decoration: none;}      /* unvisited link */
#right_col .nav .item a:visited {color:#FFF; text-decoration: none;}  /* visited link */
#right_col .nav .item a:hover {color:#fff; text-decoration: underline; }  /* mouse over link */
#right_col .nav .item a:active {color:#FFF; text-decoration: none;}  /* selected link */

#right_col #content_header { width:605px; height: 17px; background: url('/media/images/right_col/content_header.png') no-repeat;}
#right_col #content {width:605px; background: url('/media/images/right_col/content_slice.png'); }
#right_col #content_footer { width:605px; height: 32px; background: url('/media/images/right_col/content_footer.png') no-repeat;}

/*Footer*/
#footer {width: 935px;
            text-align:right;
         padding-top: 35px;
         height: 100px;
         color: #FFFFFF;
         font-size: small;
         background-color: #787162;
         clear:both;
}

#footer .site_map {
    float: left;
}


#footer .copyright {
    padding-right: 235px;
}

#footer .attribution {
    padding-right: 15px;
}

#footer a {
    color:#C0B799;
}

#footer a:link {color:#C0B799; text-decoration: none;}      /* unvisited link */
#footer a:visited {color:#C0B799;text-decoration: none;}  /* visited link */
#footer a:hover {color:#C0B799; text-decoration: underline;}  /* mouse over link */
#footer a:active { color:#C0B799;text-decoration: none;}  /* selected link */



