body {
font-family: Arial, Helvetica, sans-serif;
margin:0px;
background:#f2f2e8;
}

td {
font-family: Arial, Helvetica, sans-serif;
}

th {
font-family: Arial, Helvetica, sans-serif;
}
.clearflt{
clear:both;
}
h1 {
color:#574F7B;
font-size:16pt;
font-weight:bold;
}
/*----------Header--------------- */
#header_wrapper{
width:100%;
height:162px;
background:url('../images/headerbg.jpg');
text-align:center;
}
#header_container{
width:800px;
height:157px;
background:url('../images/headerimage.jpg');
padding-top:5px;
margin:0 auto;
}
#hoursandlocation_container{
width:264px;
height:25px;
background:url('../images/hoursandlocationsmall.jpg') no-repeat right;
float:right;
color:#574f7b;
padding-top:10px;
font-size:10pt;
}
#hoursandlocation_container ul{
margin:0px;
padding-left:45px;
}
#hoursandlocation_container li {
display:inline;
float:left;
padding-left:3px;
padding-right:3px;
}
#hoursandlocation_container li a {
color:#574F7B;
text-decoration:none;
}
#hoursandlocation_container li a:hover{
text-decoration:underline;
}
/*------------Body------------------------*/
#body_wrapper{
width:100%;
height:auto;
background:url('../images/secondarycontentbg.jpg') repeat-x;
text-align:center;
}
#content_wrapper{
width:786px;
height:auto;
padding: 0px 7px 0px 7px;
background:url('../images/contentbg.jpg');
margin:0 auto;
}
#content_footer{
width:800px;
height:7px;
background:#ffffff;
text-align:center;
margin: 0 auto;
}
/*-------------Left Column---------------*/
#left_column{
width:560px;
height:auto;
float:right;
}
.welcome_pic{
width:560px;
height:239px;
}
#content_header{
width:555px;
height:38px;
padding-top:10px;
padding-left:5px;
color:white;
font-family:"Times New Roman", Times, serif;
background:url('../images/content_header.jpg');
text-align:left;
}
#content_header h1 {
font-size:20pt;
font-weight:normal;
display:inline;
color:#ffffff;
padding-left:10px;
}
#left_column_contentpage_text{
width:550px;
height:auto;
min-height: 200px;
padding:10px 5px 5px 5px;
background:url('../images/content_text.jpg') no-repeat #ffffff;
text-align:left;
font-size:10pt;
color:#232323;
}
#left_column_content_text{
width:550px;
height:auto;
padding:10px 5px 5px 5px;
background:url('../images/bodytextbg.jpg') no-repeat #ffffff;
text-align:left;
font-size:10pt;
color:#232323;
}
/*------------Right Column--------------*/
#right_column{
width:226px;
height:auto;
background:#efecdd;
float:left;
text-align:center;
padding-top:0px;
}
#right_column ul{
margin:0px;
padding:0px;
list-style:none;
}
#right_column li{
line-height:24px;
background:url('../images/linkseparator.jpg') no-repeat bottom;
padding-top:3px;
padding-bottom:3px;
}
#right_column li a{
color:#574F7B;
text-decoration:none;
font-size:10pt;
}
#right_column li a:hover{
text-decoration:underline;
}
#newsandevents_heading{
width:226px;
height:26px
}
#newsandevents{
width:216px;
min-height:200px;
padding:0px 5px 5px 5px;
font-size:8pt;
text-align:left;
}
#newsandevents ul{
margin:0px;
padding:0px;
list-style:none;
}
#newsandevents li{
line-height:24px;
padding-top:3px;
padding-bottom:3px;
background:none;
}
#newsandevents li a{
color:#574F7B;
text-decoration:none;
font-size:8pt;
}
#newsandevents li a:hover{
text-decoration:underline;
}
/*----------Footer--------------*/
#footer{
text-align:center;
color:#574f7b;
font-size:10pt;
}
#footer a{
color:#574f7b;
font-size:10pt;
text-decoration:none;
}
#footer a:hover{
color:#574f7b;
font-size:10pt;
text-decoration:underline;
}

#logoanchor {
    display:block;
    height:150px;
    width:200px;
    position:absolute;
    top:5px;
    left:50%;
    margin-left:-400px;
}
/* style="display:block;height:150px;width:200px;position:absolute;top:5px;left:50%;margin-left:-400px;" */

.events-calendar {
    text-align: center;
}
.events-calendar table {
    margin: auto;
}
a {
    color: #443e62;
}

#events_left
{
    width:265px;
    float:left;
/*     border:solid 1px red; */
    padding:3px;
}

#events_right
{
    width:265px;
    float:right;
/*     border:solid 1px #2C2648; */
    padding:3px;
}

.events-calendar table,
.events-calendar table td
{
    border:solid 1px #2C2648;
}

.events-calendar table td
{
    width:25px;
    height:25px;
}

.events-calendar .event
{
    border:solid 1px #4B426D;
    background-color:#2C2648;
}

.events-calendar .event a
{
    font-weight:bold;
    color:white;
}

.events-calendar a:hover
{
    text-decoration:none;
}

li { list-style:none; }

.show-lis li
{ 
   list-style:disc; 
}

.gallery-album-list li,
.gallery-photo-list li {
  margin: 20px 20px 0px 0px;
  display: block;
  height: 130px;
  width: 220px;
  float: left;
  text-align :center;
}
.gallery-photo-detail .image {
  text-align: center;
}
