/* { border: 1px solid #f00; }*/

/* -----------------------------------*/
/* ---->>> SPACING & STRUCTURE <<<----*/
/* -----------------------------------*/
body {
	font-family: Arial, Verdana, Helvetica, "MS Trebuchet", sans-serif;
	font-size: 62.5%;
	background: #fff;
}
* {
	font-size: 100%;
	font-family: inherit;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }

#header, #wrapper {
	width: 900px;
	margin: 0px auto;
}
#wrapper {
	width: 910px;
}
#menu {
	text-align: center;
}
#menu ul {
	margin:0em;
	position: relative;
	top: 5px;
	font-size: 1.4em;
}
#menu li, #menu li a, #main h1 .more, #main h1 .more a {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;      
	*display: inline;
}



#main {
	margin-left: 290px;
}
#sidebar {
	 width: 290px;
	 float: left;
	 margin-bottom: 3em;
}

#sidebar-extention {
	 position: relative;
}

#sidebar a.sidebar-nav {
	 display: block;
}

#sidebar a.sidebar-nav img {
	 border: none;
}

/* APPEARANCE */
#body {
	background: #FFF url('/images/layout/header_bg.png') repeat-x top;
}
#header {
	height: 206px;
	text-align: left;
	position: relative;
	margin-bottom: 1.5em;
}
#header #logo {
	position: absolute;
	top: 10px;
	left: -8px;
}
#header #message {
	position: absolute;
	top: 13px;
	right: 0px;
}
#menu {
	background: url('/images/layout/nav_bg.png') top repeat-x;
	height: 44px;
	position: relative;
	top: 162px;
}
#menu, #menu a {
	color: #fff; text-decoration: none;
}

#menu li {
	margin: 0em 1em;
	height: 35px;
	line-height: 35px;
	padding-right: 5px;
}
#menu li a {
	height: 35px;
	padding-left: 5px;
}
#menu li.current {
	background:  url('/images/layout/menu_current_right.png') bottom right no-repeat;
}
#menu li.current a {
	background: url('/images/layout/menu_current.png') bottom left no-repeat;
}


/* FOOTER */
.footerWrapper{
    background-image: url('/images/footer_bg.gif');
    background-color: #786A53;
    height:95px;
}

.footer{
	width:900px;
	margin:0 auto;
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size:11px; 
	color: #ffffff;
}


/* BODY */
#main {
	font-size: 1.4em;
}
#main p {
	margin: 1em 3%;
}

#main h1 {
	color: #fff;
	background: url('/images/layout/section_title.png') no-repeat center center;
	margin: 1em 0em;
	width: 595px;
	height: 33px;
	line-height: 33px;
	padding-left: 12px;
	position: relative;
	font-size: 1.2em;
}
#main h1 .more {
	line-height: 27px;
	position: absolute;
	right: 12px;
	top: 6px;
	background: url('/images/layout/menu_current_right.png') top right no-repeat;
	font-size: 70%;
	font-weight: normal;
	color: #fff;		
	padding-right: 5px;
}
#main h1 .more a {
	background: url('/images/layout/menu_current.png') top left no-repeat;
	color: #fff;
	padding-left: 5px;
}
#main h2 {
   font-size: 110%;
   font-weight: bold;
   color: #09447C;
   margin-left: 0px;
}
#main img {
   margin: 0.2em;
   margin-right: 0.4em;
}

#main input {
	border: 1px solid #D1D1D1;
	padding: 0.4em;
}

.news-item {
	font-family:Verdana, Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 0.85em;
	line-height: 1.5em;
	margin-left: 1em;
	margin-bottom: 1.4em;
}
.news-item h2 {
	margin: 0px;
	font-weight: bold;
}
.news-item a.more {
	color: #76a240;
	font-weight: bold;
	line-height: 2.5em;
	vertical-align: bottom;
}


#board-list * {
        margin-left: 0px;
        margin-right: 0px;
}
#board-list strong {
	color: #709302;
	font-weight: bold;
}
#board-list h2 {
        margin-left: 2%;
        font-size: 120%;
        font-weight: bold;
        margin-bottom: 1em;
}
#board-list ul {
        margin-left: 1em;
}

.valid_form {
    width: 100%;
    font-size: 1.1em;
}
.valid_form .label {
    text-align: right;
    padding-right: 0.5em;
    width: 15%
}
.LV_valid_field {
    background: #CCFFC7;
    border: 1px solid #006800;
}
.LV_invalid_field {
    background: #FFC7C7;
    border: 1px solid #8B0000;
}

.LV_validation_message { 
    padding-left: 1em;
}

.LV_valid {
     color: #006800;
}
.LV_invalid {
     color: #8B0000;
}
.thumb_cols {
  margin-bottom: 15px;
}
.thumb_cols a {
  position: relative;
}
.thumb_label {
  position: absolute;
  bottom: -12px;
  left: 0px;
  color: #797979;
  font-weight: bold;
  text-align: left;
}

#charities_list ul {
	margin-left: 0em;
}
#charities_list li {
	margin-bottom: 1em;
	margin-left: 0.5em;
}
#charities_list li h3 {
	margin: 0em;
	font-weight: bold;
}
#charities_list li h3 a {
	color: #709302;
}
 
 
#events-list {
  margin-left: 0px;
  position: relative;
  list-style: none;
}
#events-list li {
  clear: right;
  margin-bottom: 1.5em;
}
#events-list div.details {
  margin-left: 105px;
}
#events-list div.event-date {
  margin-top: -1em;
  color: #575757;
  font-weight: bold;
  margin-bottom: 1em;
}
#events-list a {
  color: #709302;
}
#events-list img {
  margin-right: 1em;
  border: 1px solid #7C7C7C;
  padding: 2px;
  margin-bottom: 0.5em;
  width: 100px;

  position: absolute;
  left: 0px;
}

#sponsors-list td {
   border-bottom: 1px solid #DBDBDB;
   padding: 5px 3px 5px 0px;
}