body {
  background-color: #51354B;
}

body, input, textarea {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 150%;
}

h1, h2, h3, h4, h5, h6 {
  color: #8C201E;
}

h1 {
  font-size: 150%;
  margin-bottom: 15px;
}

h2 {
  font-size: 115%;
  margin-top: 8px;
}

p {
  margin-bottom: 10px;
}

a, a:visited {
  color: #00f;
  text-decoration: none;
}

a:hover {
  color: #d34947;
  text-decoration: underline;
}

#content ul {
    padding-left: 20px;
}

#content ul li {
    list-style: disc outside url("/images/menuitem.png");
    margin-left: 5px;
    padding-left: 0;
}

#content ul.no-image li {
    list-style: disc;
    margin-left: 5px;
    padding-left: 0;
	list-style-position: inside;
}

#container {
  margin: 0 auto;
  width: 1023px;
  overflow: hidden;
}

/* three column equal height trick */
#container div#menu,
#container div#sidebar,
#container div#content {
  margin-bottom: -4000px;
  padding-bottom: 4030px;
}

#frontpage-header {
  width: 100%;
  height: 267px;
  background: url(/images/layout/header.png) #000;
}

#frontpage-header-bottom {
  height: 40px;
  position: relative;
  top: 152px; /* 267 - 40 - 75 */
}

#header-1 {
  width: 100%;
  height: 220px;
  background: url(/images/layout/header-1.png) #000;
}

#header-2 {
  width: 100%;
  height: 220px;
  background: url(/images/layout/header-2.png) #000;
}

#header-bottom {
  height: 40px;
  position: relative;
  top: 105px; /* 220 - 40 - 75 */
}

#headline-carousel {
  width: 586px; /*1023 - 187 - 20 - 110 */
  height: 30px;
  float: left;
  display: inline; /* IE 5/6 Doubled Float-Margin Bug*/
  padding: 10px 10px 0 10px;
  background-color: #000000;
  color: #FFFFFF;
  opacity: 0.75;
  /* overflow: hidden; */
  line-height: 24px;
}

#headline-carousel a {
  color: #ffffff;
  text-decoration: none;
}

#headline-carousel a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#headline-search {
  float: left;
  width: 116px;
  height: 30px;
  padding: 10px 0 0 10px;
  background-color: #000000;
  color: #FFFFFF;
  opacity: 0.75;
}

#headline-search input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    display: block;
    margin: -1px 0 8px;
    padding: 3px;
    width: 106px;
    color: #666;
}

.social-banner {
  margin-bottom: 20px;
  margin-top: 20px;
}

#social-icons {
  float: left;
  width: 84px;
  height: 30px;
  padding: 10px 10px 0 10px;
  background-color: #000000;
  color: #FFFFFF;
  opacity: 0.75;
  /* overflow: hidden; */
  line-height: 19px;
}

#social-icons img {
  margin: 1px;
}

.jcarousel-skin-ras .jcarousel-item {
    height: 30px;
    width: 586px;
}

#global-hd-container {
    height: 35px;
    width: 100%;
	background: #000;
}

#global-hd {
    font-size: 0.9em;
    margin: auto;
    padding: 10px 0;
    text-align: right;
    width: 1000px;
}

#global-hd ul {
    display: inline;
    text-align: right;
    width: 1000px;
}

#global-hd ul li {
    border-right: 1px solid #FFFFFF;
    display: inline;
    padding: 0 18px 0 14px;
}

#global-hd ul li.last {
    border-right: 0 none;
    display: inline;
}

#global-hd a:link, #global-hd a:visited {
    color: #FFFFFF;
}

#global-hd a:hover, #global-hd a:active {
    color: #FFFFFF;
	text-decoration: underline;
}

#login {
  width: 167px;
  height: 30px;
  float: right;
  display: inline; /* IE 5/6 Doubled Float-Margin Bug*/
  background-color: #C6C7C8;
  padding: 10px 10px 0 10px;
  color: #FFFFFF;
  opacity: 0.75;
  text-align: right;
  cursor: pointer;
}

#login:hover{
  background-color: #AAAAAA;
}

#logout {
  width: 167px;
  height: 30px;
  float: right;
  display: inline; /* IE 5/6 Doubled Float-Margin Bug*/
  background-color: #AAAAAA;
  padding: 10px 10px 0 10px;
  color: #FFFFFF;
  opacity: 0.75;
  text-align: right;
}

a.login span {
    background-image: url(/images/layout/toggle_down_light.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding: 4px 20px 6px 0;
    color: #FFFFFF;
}

a.login:hover {
  color: #FFFFFF;
  text-decoration: none;
}

img.icon {
  vertical-align: top;
}

img {
    vertical-align: middle;
}

#logout span {
    background-image: url(/images/layout/lock_icon.gif);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding: 6px 26px 6px 0;
    color: #FFFFFF;
    line-height: 24px;
    width: 100%;
    text-align: left;
}

#login-dropdown {
  width: 173px;
  height: 262px;
  background: url(/images/layout/block-white.png);
  padding: 10px 7px 0 7px;
  clear: both;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 9999999;
}

#login-dropdown input {
    -moz-border-radius: 4px 4px 4px 4px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    display: block;
    margin: 0 0 8px;
    padding: 5px;
    width: 160px;
}

#login-dropdown #login_submit {
    -moz-border-radius: 4px 4px 4px 4px;
    background: url(/images/layout/block-blue.png) repeat-x scroll 0 0 #3399DD;
    border: 1px solid #66A6C5;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    margin: 0 5px 0 0;
    padding: 4px 10px 5px;
    width: 80px;
}

#authspacer {
  margin-top: 155px;
}

#logos {
  width: 490px;
  height: 75px;
  background-color: #FFF;
  text-align: right;
  position: relative;
  
  -moz-box-shadow: 4px 4px 4px #000;
  -webkit-box-shadow: 4px 4px 4px #000;
  box-shadow: 4px 4px 4px #000;
}

#logos img {
  margin-right: 20px;
}

#menu {
  width: 169px;
  float: left;
  display: inline; /* IE 5/6 Doubled Float-Margin Bug*/
  background-color: #C6C7C8;
}

#sidebar {
  width: 187px;
  float: right;
  display: inline; /* IE 5/6 Doubled Float-Margin Bug*/
  background-color: #C6C7C8;
}

#sidebar h4,
#login-dropdown h4,
#logout-dropdown h4 {
  font-weight: 100;
  font-size: 150%;
  letter-spacing: -1px;
  padding-bottom: 5px;
}

#news {
  width: 173px;
  height: 263px;
  background: url(/images/layout/block-white.png);
  padding: 10px 7px 0 7px;
}

#news h4,
#login-dropdown h4 {
  border-bottom: 1px solid #FFFFFF;
  color: #51354B;
}

#news h4 #feedicon {
  float: right;
}

#news {
  color: #51354B;
  font-weight: 100;
  line-height: 140%;
}

#news ul li {
  border-bottom: 1px solid #FFFFFF;
  padding: 4px 7px 4px 7px;
  font-size: 90%;
  height: 51px;
  overflow: hidden;
}

#news .readmore a {
  color: #006DA3;
}

#events,
#logout-dropdown {
  width: 173px;
  height: 262px;
  background: url(/images/layout/block-blue.png);
  padding: 10px 7px 0 7px;
}

#logout-dropdown {
  height: 146px;
  clear: both;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 9999999;
}

#events h4,
#logout-dropdown h4 {
  color: #FFFFFF;
  border-bottom: 1px solid #66A6C5;
}

#events,
#logout-dropdown {
  color: #FFFFFF;
  font-weight: 100;
  line-height: 140%;
}

#events ul li {
  border-bottom: 1px solid #66A6C5;
  padding: 4px 7px 4px 7px;
  font-size: 90%;
  height: 51px;
  overflow: hidden;
}

#logout-dropdown ul li {
  border-bottom: 1px solid #66A6C5;
  padding: 4px 7px 4px 7px;
  font-size: 90%;
  height: 32px;
  overflow: hidden;
}

#events ul li span.flag {
  float: right;
}

.readmore {
  float: right;
}

#events .readmore a,
#logout-dropdown .readmore a {
  color: #FFFFFF;
}

.tags {
  font-size: 80%;
  color: #646566;
}

#content {
  width: 607px;
  /* 1023 - 187 - 169 = 667 */
  padding: 30px 30px 50px 30px;
  float: left;
  display: inline; /* IE 5/6 Doubled Float-Margin Bug*/
  background-color: #FFF;
}

#content.backend {
  width: 794px;
}

#topmenu {
  background-color: #DDDEDE;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
  width: 667px;
  overflow: hidden;
}

div#brothers div#brotherlinks ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
  list-style-type: none;
}

div#brothers div#brotherlinks ul li {
  display: inline;
  text-align: center;
}

div#brothers div#brotherlinks ul li a {
  float: left;
  width: 90px;
  margin-left: 4px;
  margin-right: 4px;
  color: #646566
}

div#brotherlinkspacer {
  width: 100%;
  clear:both;
}

#footer {
  background: url(/images/layout/footer.gif) repeat scroll 0 50% #F5F5F5;
  border-bottom: 2px solid #F5F5F5;
  border-top: 1px solid #DDDDDD;
  bottom: 0;
  color: #999999;
  font-size: 12px;
  left: 0;
  opacity: 0.9;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10000;
}

.ipad #footer {
  display: none;
}

#menu {
  background: url(/images/layout/left-menu-bg.png) no-repeat scroll 0 0 #C6C7C8;
  font-size: 90%;
}

#menu ul li {
  background-image: url(/images/layout/menu-button3.png);
  text-indent: 15px;
  color: #51354B;
}

#menu ul li:hover {
  background-image: url(/images/layout/menu-button-selected.png);
}

#menu ul li.selected {
  background-image: url(/images/layout/menu-button-selected.png);
}

#menu ul li ul li {
  background-image: url(/images/layout/menu-button-sub.png);
  text-indent: 30px;
  color: #646566;
}

#menu a {
  color: inherit;
  text-decoration: none;
}

#menu ul.subnav {
  display: none;
}

#menu ul li.selected ul.subnav {
  display: inline;
}

#menu ul li.expanded ul.subnav {
  display: inline;
}

table.rastable {
  width: 100%;
  margin: 0px;
  border-collapse: collapse;
}

table.rastable th {
  padding: 3px;
  background-color: #CCCCCC;
  text-align: left;
  border: 1px solid #ddd;
}

table.rastable tbody th {
  background-color: #EDEDED;
  border: 1px solid #ddd;
}

table.rastable td {
  padding: 3px;
  border: 1px solid #ddd;
}

#event-map-canvas {
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 20px;
    width: 667px;
    height: 120px;
}

#events-map-canvas {
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 20px;
    width: 667px;
    height: 220px;
}

#chapter-map-canvas {
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 20px;
    width: 667px;
    height: 350px;
}

span.informal {
  clear: both;
  float: left;
  font-size: 8px;
  color: #444;
}

span.informal.flag {
  margin-right: 2px;
}

li.ac_over span.informal {
  color: #AAA;
}

div.simple_cms_edit_link a {
  float: right;
  background: url(../images/icons/page_edit.png) no-repeat;
  padding-left: 20px;
}

#content .messages {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  margin-bottom: 16px;
}

#content .msg-ok,
#content .msg-notice,
#content .msg-error {
  margin: 5px 0px 0px 0px;
  padding: 0.3em 8px 0.2em;
}

#content .msg-ok {
  background-color: #00CC00;
  border: 1px solid #007D48;
  color: #000000;
}

#content .msg-notice {
  background-color: #FFF3BF;
  border: 1px solid #FFCE00;
  color: #000000;
}

#content .msg-error {
  background-color: #FFBFBF;
  border: 1px solid #FF0000;
  color: #000000;
}

div.smallpositioncontainer {width:785px;padding:0;text-align:left;clear:both;float:left;}
div.smallpersoncontent {float:left;text-align:center;width:100px;height:100%;padding:10px 0;background: #EDEDED;margin: 5px;}
div.smallpersoncontent h1 {height:40px;letter-spacing: -1px; font-weight: 100; color: #111; margin:0 0 1px 2px; background:#EDEDED;}

/*div.personcontainer {text-align: center; width: 785px;}*/
div.person{text-align:left; float:left; width:605px; padding:5px 0; background:#EDEDED; margin-bottom:10px;}
div.person_header {float: left; width: 100%; border-bottom:1px solid #999; background:#EDEDED;}
div.person_header h1 {letter-spacing: -1px; font-weight: 100; color: #111; float: left; margin:0 0 1px 2px; background:#EDEDED;}
div.person_header h2 {font-style:italic; letter-spacing: -1px; color:#999; float: right; text-align:right; margin: 0 10px 2px 0; background:#EDEDED;}
div.person_picture {float: left; padding:2px; width: 80px;}
div.person_content {float: left; padding: 2px; width: 510px;}
div.person_footer {float: right; padding-right: 2px; margin:0px;}
div.person_editor {float: left; width: 100%; border-top:1px solid #999; background:#EDEDED;}

.member h1 {
    margin-bottom: 0px;
}

.member .photo {
    float: right;
    top: 0px;
}

.newsitem,
.event,
.meeting {
  border: 1px solid #DDD;
  margin-bottom: 10px;
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
}

.newsitem h2,
.event h2,
.meeting h2 {
  margin-top: 0px;
}

.newsitem h4,
.event h4,
.meeting h4 {
  color: #999;
}

.newsitem:hover,
.event:hover,
.meeting:hover {
  background-color: #EEE;
  border: 1px solid #CCC;
}

.newsitem .readmore,
.event .readmore {
  float: none;
  text-align: right;
}

.event .vcal {
  float: left;
}

.event .flag {
  float: right;
}

.meeting .datetime {
  float: right;
  font-style: italic;
}

.chapter {
  border: 1px solid #DDD;
  margin-bottom: 10px;
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
}

.chapter h4 {
  color: #999;
}

.chapter:hover {
  background-color: #EEE;
  border: 1px solid #CCC;
}

.chapter .readmore {
  float: none;
  text-align: right;
}

ul li.sf_admin_action_delete a
{
  background: url(../images/delete.png) no-repeat 0 0;
}

ul li.sf_admin_action_list a
{
  background: url(../images/list.png) no-repeat 0 0;
}

ul li.sf_admin_action_edit a
{
  background: url(../images/edit.png) no-repeat 0 0;
}

#sf_admin_container div.sf_admin_form_field_languages_list .checkbox_list
{
  clear: both;
}


#sf_admin_container div.sf_admin_form_field_languages_list .checkbox_list li
{
  display: inline-block;
  width: 150px;
}
