body{
    margin: 0;
    font-family:Arial,Helvetica,San-Serif;
    font-size: 10pt;
}

a, a:active {
    color: #1c739a;
}

a:hover {
    color: #0299dc;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

#container{
    background: #d7f1f7;
    margin: 0 auto;
    width: 900px;
    position: relative;
    overflow: hidden;
}

#accessibility{
    display: none;
}

/********HEAD**********/

#head-cen{
    margin: 0 auto;
    width: 900px;
    position: relative;
    height: 184px;
}

#head-logo{
    width: 580px;
    height: 68px;
    position: absolute;
    top: 41px;
    left: 235px;
}

#head-painting{
    margin: 0 auto;
    width: 150px;
    height: 176px;
    position: absolute;
    top: 5px;
    left: 38px;
}

#denise {
    position: absolute;
    right: 28px;
    top: 180px;
    margin-bottom: 40px;
}

/********NAV**********/

#nav, #nav-d {
    background: #4698c1;
    height: 30px;
    margin: 15px 0 0px 0;
    padding-left: 30px;
}

#nav ul, #nav-d ul {
    list-type: none;
    margin: 0;
    padding: 0;
}

#nav ul li, #nav-d ul li {
    list-style: none;
    display: inline;
    margin-right: 73px;
    
    font-size: 14pt;
    font-style: italic;
    font-family: 'Times New Roman', serif;
    line-height: 30px;
}

#nav ul li.last, #nav-d ul li.last {
    margin: 0;
}

#nav ul li a, #nav ul li a:hover,
#nav-d ul li a, #nav-d ul li a:hover {
    color: #fff;
    text-decoration: none;
}

#nav-d ul li {
    margin-right: 60px;
}


/********CONTENT**********/
#content-table {
    border-collapse: collapse;
    border: 0;
}

#content {
    padding: 0 30px 35px 30px;
    vertical-align: top;
}

h1.entry-title {
    margin-top: 15px;
}

.entry-title a {
    text-decoration: none;
    color: #000;
}

.entry-title a:hover{
    border-bottom: 1px dotted #000;
}

.entry-title {
    margin-bottom: 0px;
    font-size: 16pt;
}

.entry-content {
    margin-bottom: 30px;
}

.entry-content ul, .entry-content .no-top {
    margin-top: 0px;
}

.entry-content h4, .entry-content .no-bottom {
    margin-bottom: 0px;
}

.entry-content .pic-cap {
    clear:right;
    color:#777777;
    display:block;
    float:right;
    font-size:7pt;
}

.entry-meta {
    font-size: 7.5pt;
    color: #729ed6;
    margin: 0;
}

.entry-prev{
    display: inline;
    float:left;
}

.entry-next{
    display: inline;
    float:right;
}

.entry-nav-links {
    margin: 15px 0 5px 0;
    height: 20px;
}

.date-head {
    font-size: 14pt;
    font-weight: bold;
}

.desc {
    display: block;
    padding-left: 30px;
    font-style: italic;
}


.home-link {
    text-align: right;
}

.home-link a {
    font-weight: bold;
    text-decoration: none;
}

.home-link a:hover {
    border-bottom: 1px dotted #00f;
}

.comments_invite {
    font-size: 8pt;
}

.archive-list {
    margin: 0;
}

.archive-list dt{
    display: none;
}

.archive-list dd{
    margin-left: 15px;
}

.blog-sidebar {
    margin-left: 15px;
}

.blog-sidebar .archive-title{
    margin-bottom: 5px;
}

.resource-title {
    margin-bottom: 5px;
    font-size: 10pt;
}

.archive-list dd a, .resource-title a, .blog-feed-link a{
    text-decoration: none;
}

.archive-list dd a:hover, .resource-title a:hover, .blog-feed-link a:hover{
    border-bottom: 1px dotted #1c739a;
}

.article-image{
    float: right;
    margin-left: 5px;
}

.comments-wrapper {
    margin-top: 20px;
}

.comments-wrapper td {
    vertical-align: top;
}

.txpCommentInputMessage {
    height: 75px;
    width: 400px;
}

#txpCommentHelpLink {
    font-size: 8pt;
}

/********SIDE**********/

#sidebar, #sidebar-d {
    background: #fff url('/images/side_bg.png') repeat-x;
    width: 180px;
    padding: 160px 10px 30px 10px;
    
    vertical-align: top;
}

#sidebar {
    padding-top: 15px;
}

.img-button {
    text-align: center;
}

#sidebar .quote {
    margin-top: 20px;
}

#sidebar .quote p, #sidebar-d .quote p {
    font-style: italic;
    margin-bottom: 2px;
    color: #444;
    font-size: 8pt;
}

#sidebar .quote-author, #sidebar-d .quote-author {
    font-size: 9pt;
    color: #767676;
    font-weight: bold;
    text-align: right;
}

#sidebar ol, #sidebar-d ol{
    list-style: none;
    margin: 0;
    padding: 0;
}

/********FOOT**********/

#footer {
    margin: 0 auto;
    width: 900px;
    height: 35px;
    
    position: relative;
}

.foot-img {
    width: 900px;
    height: 49px;
    background: transparent url(/images/foot.png) 0 0;
    position: absolute;
    bottom: 22px;
    left: 0;
}

.foot-sign {
    font-size: 7pt;
    color: #7c0000;
    float: right;
    margin-top: 3px;
}



#footer a, #footer a:active{
    color: #7c0000;
    text-decoration: none;
}

#footer a:hover{
    text-decoration: underline;
}

.foot-content{
    color: #7c0000;
    font-weight: bold;
    padding: 40px 0 0px 0px;
}

.foot-content ul {
    list-type: none;
    margin: 0;
    padding: 0;
    border: none;
}



.foot-content ul li {
    list-style: none;
    display: inline;
    margin: 0 112px 0 0;
}
.foot-content ul li.last {
    margin: 0;
}


.zemContactForm fieldset {
    border: none;
}
.zemContactForm legend {
    padding: 0.5em 10px 0.5em 0;
    width: 60px;
    display: none;
}
.zemContactForm label {
    float: left;
    width: 60px;
    margin: 0.3em 10px 0 0;
    text-align: right;
}
.zemContactForm input {
    margin-bottom: 0.5em;
}
.zemContactForm br {
    clear: left;
}

.zemContactForm .zemSubmit {
    margin: 0.5em 0 0 70px;
}

ul.zemError {
    color: #d00;
    margin-top: 0;
}


.zemThanks {
    font-weight: bold;
}