﻿body
{
  background-color:#E4D787;
  margin:0px;
  text-align:center;
  font-family: Verdana, Sans-Serif;
  font-size: 16px;
}

a
{
    color:#684128;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
}

a:hover
{
    text-decoration:underline;
}

a:focus
{
    outline:0;
}

p
{
    margin-top:0px;
}

.wrapper
{
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
    width:800px;
    background-color:#ffffff;
}

.top
{
    height:16px;
    width:800px;
    background: url('/img/top.png') repeat-x;
}

.left
{
    background: url('/img/left.png') repeat-y scroll left top;
    width:800px;
    clear:both;    
}

.right
{
    background: url('/img/right.png') repeat-y scroll right top;
    padding-left:16px;    
}

.mainContent
{
    text-align:left;
    min-height:600px;
}

.header
{
    background: url('/img/header.png') no-repeat;
    height:180px;
    width:772px;
    margin-left:-4px;
    margin-top:-2px;    
}

.logoClick
{
    float:left;
    width:308px;
    height:52px;
    margin-left:90px;
    margin-top:26px;
    cursor:pointer;
}

.headerImg
{
    float:right; 
    width:250px;
    height:100px;    
    padding-top:16px;
    padding-right:63px;
}

.nav
{
    clear:both;
    padding-top:18px;
    margin-left:160px;        
    font-weight:bold;
    font-size:17px;    
}

.nav div
{
    padding-right:60px;
    float:left;
}

.nav div a
{
    color:#866753;
}

.nav div .selected
{
    color:#684128;
}

.nav div a:hover
{
    text-decoration:none;
    color:#684128;
}

.subHeader
{
    padding-left: 30px;
    padding-right: 30px;
    font-size: 11px;
    padding-top: 4px;
}

.mainBody
{
    clear:both;
    margin-left:30px;
    margin-right:30px;    
    padding-bottom:30px;
    margin-top:35px;
    font-size:15px;
}

.bodyLeft
{
    width:720px;    
}

.bodyLeft .title, .bodyLeft .mainText
{
    width:495px;
}

.mainText
{
    line-height:1.5;
    clear:left;
}

.bodyRight
{
    float:right;
    padding-left:30px;        
}

.verseOfDayWidget
{    
    width:192px;    
    text-align:center;
    font-weight: bold;
}

.verseOfDayWidget .heading
{
    background: url('/img/widget_top.png');
    width:192px;
    height:72px;
}

.verseOfDayWidget .heading div
{
    margin: auto;
    color: #E4D787;
    font-size: 16px;    
    width:110px;
    padding-top:17px;
}

.widgetLeft
{
    background: transparent url('/img/widget_side.png') repeat-y scroll left top;
}

.widgetRight
{
    background: transparent url('/img/widget_side.png') repeat-y scroll right top;
}

.verseOfDayWidget .text
{
    margin: auto;
    width:150px;
    text-align:left;
    padding-top:15px;
    padding-bottom:5px;
}

.verseOfDayWidget .reference
{
    color: #b50021;
    text-align: right;
    padding-left: 0px;    
    padding-top: 10px;
}

.widgetBottom
{
    background: url('/img/widget_bottom.png');
    height:16px;
}

.bottomBox
{
    text-align: left;
    padding-left: 27px;
    padding-bottom:2px;
    width: 100%;
}

.bottomBoxTop
{
    background: url('/img/latest_news_resources_box_top.png');
    width:323px;
    height:16px;
}

.bottomBoxLeft
{
    background: transparent url('/img/latest_news_resources_box_side.png') repeat-y scroll left top;
}

.bottomBoxRight
{
    background: transparent url('/img/latest_news_resources_box_side.png') repeat-y scroll right top;
    width:323px;
}

.bottomBoxBottom
{
    background: url('/img/latest_news_resources_box_bottom.png');
    width:323px;
    height:16px;
}

.bottomBoxContent
{
    padding-left: 15px;
    padding-right: 15px;
}

.bottomBoxHeader
{
    font-weight: bold;
    padding-bottom: 8px;
    padding-top:3px;
}


.bottomBoxHeader div img
{
    position:relative;
    left: 173px;
    top: -23px;
}

.bottomBoxList
{
    font-size:11px;
    line-height:1.5;
}

.title
{
    font-family:Georgia;
    color:#b50021;
    font-weight:bold;
    font-size:20px;
    float:left;
    padding-bottom:15px;
}

.bottom
{
    clear:both;
    width:800px;
    height:16px;
    background: url('/img/bottom.png') repeat-x;
}

.footer
{
    margin-left:auto;
    margin-right:auto;
    font-weight:bold;
    font-size:10px;
    color:#684128;
    padding-top:5px;
    padding-bottom:5px;
}

.login
{
    float: right;
    height: 16px;
    background: url('/img/lock.png') no-repeat scroll right center transparent;
    font-size: 10px;
    margin-top:-2px;
}

.login div
{
    padding-top:3px;
}

.login div a
{
    padding-right:17px;  
}

.loginBoxContainer
{
    position:absolute;
    display:none;
    z-index:200;
}

.loginBox
{    
    background-color:#ffffff;
    border: 3px solid #684128;
    padding:10px;
    font-size:11px;
    text-align:left;
    width:300px;
    position:relative;
    top:20;
    left:400;
    display:none;
}

#modalOverlay
{
    z-index:100;    
    opacity:.2;
    filter:alpha(opacity=20);
    background-color:#333;
    top:0px;
    left:0;
    display:none;
    overflow:hidden;
    width:100%;
    position:absolute;
}

.invalidTextBox
{
    float:left;
    padding-left:5px;
    padding-top:5px;
    color:red;
    font-weight:bold;
    display:none;
}

.loginValidation
{
    float:left;
    padding-top:6px;
    padding-left:10px;
    color:red;
    width:110px;
    display:none;
}

.loginProgress
{
    float: left;
    display: none;
    padding-left: 35px;
    padding-top: 10px;
}

.loginBoxSeparator
{
    clear: left;
    height: 5px;
}

.newsSeparator
{
    width:100%;
    margin-top:30px;
    margin-bottom:27px;
    height:1px;
    border-top: dotted 1px #866753;
}

a.anchor
{
    color:#000000;    
}

a.anchor:hover
{
    text-decoration:none;
    cursor:default;
}

.sectionHeading
{
    font-size:13px;
    padding-bottom:13px;
    font-weight:bold;
}