/* General structural style declarations  */

html, body, #pageWrapper {
    height: 100%;
    
}

body {
    font-family: Arial, Helvetica, Tahoma, Sans-serif ;
	font-size: 12px;
	line-height: 16px;
	color: #45473f;
    text-align: center;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    background-color: #fdfaf6;
    line-height: 15px;
}

/* The Following two declarations are to create more predictable behaviour cross browser */

* {
    margin: 0px;
    padding: 0px;
}

/*
.pageSection * {
    overflow: visible;
} */

#page {
    margin: 0px auto;
    width: 960px;
    text-align:left;
}

.contentBottom,
.contentMain,
#pageHeader,
#pageContent,
#pageFooter{
    width: 960px;
}

#page * div, #page div, #page form {
    float: left;
}

h1 {
    font-family: times, roman, 'times new roman', serif;
    text-transform: uppercase;
    font-size: 39px;
    line-height: 33px;
    color: #8a875c;
    padding-bottom: 16px;
    font-weight: normal;
}

h2 {
    font-family: times, roman, 'times new roman', serif;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 23px;
    color: #8a875c;
    padding-bottom: 16px;
    font-weight: normal;
}

h3 {
    font-family: times, roman, 'times new roman', serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    color: #8a875c;
    font-weight: normal;
}

h4 {
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    line-height: 15px;
}

h5 {
    line-height: 11px;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}

ul, ol {
    padding-left: 15px;
}

p, ul, ol {
    padding-bottom: 15px;
    line-height: 15px;
}

a, a:visited {
    color: #8a875c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}    

a img {
    border: none;  
}

/* Header */

#pageHeader {
    padding: 20px 0px;
}

.headerLogo {
    padding-left: 3px;    
}

#page .primaryNavigation {
    float: right;
    width: 650px;
    padding-top :52px;
}

#page .primaryNavigation ul {
    padding: 0px;
    list-style-type: none;
    float: right;
}

#page .primaryNavigation ul li {
    list-style-type: none;
    float: left;
    font-family: times, roman, 'times new roman', serif;
    color: #45473f;
    height: 18px;
    border-right: solid 1px #cac8c5;
    padding: 0px 11px
}

#page .primaryNavigation ul li a:link,
#page .primaryNavigation ul li a:visited,
#page .primaryNavigation ul li a {
    font-family: times, roman, 'times new roman', serif;
    color: #45473f; 
    text-decoration: none;
    line-height: 18px;
    padding-top: 1px;
    font-weight: bold;
    font-size: 13px;
    float: left;
    text-transform: uppercase;
}

#page .primaryNavigation ul li.selected a:link,
#page .primaryNavigation ul li.selected a:visited,
#page .primaryNavigation ul li.selected a {
    font-family: times, roman, 'times new roman', serif;
    color: #8a875c; 
    text-decoration: none;
}

#page .primaryNavigation ul li.last {
    border: none;
}

/* Footer */

#pageFooter a {
    color: #45473f;
}

/* General Content */

.contentMain {
    width: 930px;
    padding: 15px 15px 0px 15px;
    background-image: url(../images/common/content-top.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-color:#beab8d;
}

.contentBottom {
    width: 960px;
    height: 40px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url(../images/common/content-bottom.gif);
}

.contentInner {
    width: 890px;
    padding: 20px 20px 5px 20px;
    background-color: #FFFFFF;
}

.home .contentInner {
    padding: 10px 20px 10px 20px;
}

.contentBanner {
    height: 181px;
    width: 930px;
    overflow: hidden;
}

.contentBanner img{
    float: left;
}

.bannerEdgeLeft,
.bannerEdgeRight {
    position: relative;
    bottom: 181px;
    height: 10px;
    width: 10px;
}

#page .bannerEdgeRight{
    float: right;
}

.contentLeft {
    width: 435px;
}

#page .contentRight {
    float: right;
    width: 435px;
}

/* Content Full */

.contentFull {
    width: 890px;
}

/* Sub Nav */

.subNav {
    width: 930px;
    overflow: hidden;
    background-image: url(../images/common/subnav-bg.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    height: 35px;
}

.subNav ul {
    width: 890px;
    border-left: solid 1px #e1d8cb;
    float: left;
    height: 35px;
    overflow: hidden;
    padding: 0px;
    margin-left: 19px;
    list-style-type: none;
}

.subNav ul li {
    float: left;
    height: 35px;
    overflow: hidden;
    list-style-type: none;
    border-right: solid 1px #e1d8cb;
}

.subNav ul li.selected {
    background-color: #FFFFFF;
}

.subNav ul li a:link,
.subNav ul li a:visited,
.subNav ul li a {
    line-height: 37px;
    color: #45473f;
    padding: 0px 10px;
    font-family: times, roman, 'times new roman', serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
}

.subNavEdges {
    height: 10px;
    width: 930px;
    position: relative;
    bottom: 35px;
}

.subNavEdgeLeft {
    float: left;
}

#page .subNavEdgeRight {
    float: right;
}

/* Home News */

.homeNewsList ul,
.homeNewsList ul li {
    padding-left: 0px;
    list-style-type: none;
}

.homeNewsList ul li {
    padding: 3px 0px 14px;
    border-top: solid 1px #dadad9;
}

.homeNewsList ul li .newsDate {
    color: #8a875c;
}

/* Image Sequence and series */

.imageSequence .sequenceClear {
    display: block;
    clear: both;
    height: 10px;
    overflow: hidden;
}

.seriesImage {
    padding-right: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

/* Photo Gallery */

.photoSet {
    width: 890px;
}

.photoSetListBottom,
.photoSetListTop {
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 120px;
    height: 8px;
    overflow: hidden;
    clear: both;
}

.photoSetListTop {
    background-image: url(../images/common/photo-list-bg-top.gif);
}

.photoSetListBottom {
    background-image: url(../images/common/photo-list-bg-bot.gif);
}

#page .photoSetListWrapper {
    float: right;
    width: 120px;
}

.photoSetList,
.photoSetList li {
    list-style-type: none;
    float: left;
    clear: both;
}

.photoSetList {
    background-color: #3a3c34;
    width: 120px;
    padding: 0px;
}

.photoSetCaption {
    display: none;
}

.photoSetList li {
    width: 80px;
    padding: 5px 20px
}

.photoSetImageWrapper {
    text-align: center;
    height: 421px;
    width: 752px;
    background-image: url(../images/common/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.photoSetControls {
    text-align: center;
    width: 752px;
    padding-top: 18px;}

.prevBtn {
    padding-right: 7px;
}

.nextBtn {
    padding-left: 7px;
}

.photoSetControls,
.photoDynamicWrapper {
    display: none;
}

.photoSet {
    background-image: url(../images/common/loader.gif);
    background-position: 360px center;
    background-repeat: no-repeat;
}

/* Contact FOrm */

.requiredFootnote,
.formWrapper label {
    line-height: 20px;
    font-size: 11px;
}

.formWrapper input,
.formWrapper textarea {
    padding: 2px;
    background-color: #f6f4f0;
    border: 1px solid #beab8d;
    font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* Director Bio */

.directorWrapper {
    width: 435px;
}

.directorWrapper ul,
.directorWrapper ul li {
    list-style-type: none;
    padding: 0px;
}

.directorWrapper ul li  {
    border-top: 1px solid #e5e6e3;
    padding: 8px 0px;
    font-size: 11px;
}

.directorWrapper ul li h4 {
    font-size: 11px;
    line-height: 14px;
}

.directorWrapper ul li .viewBioLink {
    float: right;
    padding: 5px 0px;
}

#page .directorWrapper ul li .directorBio {
    height: 0px;
    overflow: hidden;
    font-size: 11px;
    line-height: 13px;
    float: none;
    opacity: 0;
    filter: alpha(opacity=00);
}

.directorBioInner {
    padding-top: 12px;
}

.noSubNav {
    background-color: #FFFFFF;
}

/* News Latest */