

/* LAYOUT
----------------------------------------------------------*/
body {
  background: #effae8 url(images/chyan-bg-long.jpg) no-repeat top center;
  margin: 0;
  padding: 0;
  }

#wrap {
  width:800px;
  margin:0 auto;
  background:#fff;
  }


#main {
  float:left;
  width:470px;
  padding:10px 25px;
  background:#fff;
}

#sidebar {
  float:right;
  width:260px;
  padding:10px;
  background:#fff;
}

#footer {
  clear:both;
  background: #effae8 url(images/bg-footer.jpg) no-repeat 0 0;
  height: 50px;
}

#footer p {
  margin:0;
  padding: 20px 0 0 20px;
  text-align:center;
  font-size: 0.55em;
}
* html #footer {
  height:1px;
}

/* NAVIGATION
----------------------------------------------------------*/
#menubar
{  padding: 0 0 0 10px;
  background: #000 url("images/bg-menu.jpg") no-repeat 0 0;
}

#menubar a.home {
  width: 119px;
  height: 66px;
  display: block; float: left;
  text-decoration: none;
  text-align: center; margin: 0 5px;
  background: url(images/b_home.gif);
}

#menubar a.home:hover {
  background: url(images/b_home.gif) 0 -66px;
}

#menubar a.events {
  width: 119px;
  height: 66px;
  display: block; float: left;
  text-decoration: none;
  text-align: center; margin: 0 5px;
  background: url(images/b_events.gif);
}

#menubar a.events:hover {
  background: url(images/b_events.gif) 0 -66px;
}

#menubar a.involved {
  width: 119px;
  height: 66px;
  display: block; float: left;
  text-decoration: none;
  text-align: center; margin: 0 5px;
  background: url(images/b_involved.gif);
}

#menubar a.involved:hover {
  background: url(images/b_involved.gif) 0 -66px;
}

#menubar a.where {
  width: 119px;
  height: 66px;
  display: block; float: left;
  text-decoration: none;
  text-align: center; margin: 0 5px;
  background: url(images/b_where.gif);
}

#menubar a.where:hover {
  background: url(images/b_where.gif) 0 -66px;
}

#menubar a.plans {
  width: 119px;
  height: 66px;
  display: block; float: left;
  text-decoration: none;
  text-align: center; margin: 0 5px;
  background: url(images/b_plans.gif);
}

#menubar a.plans:hover {
  background: url(images/b_plans.gif) 0 -66px;
}

#menubar a.links {
  width: 119px;
  height: 66px;
  display: block; float: left;
  text-decoration: none;
  text-align: center; margin: 0 5px;
  background: url(images/b_links.gif);
}

#menubar a.links:hover {
  background: url(images/b_links.gif) 0 -66px;
}

#menubar a span
{  display: none;
}

.clear
{  clear: both;
}

/* HEADER TEXT
----------------------------------------------*/

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#header h1 {
  background: #effae8 url(images/chyan-logo-2.jpg) no-repeat top center;
  margin: 0;
  height:110px;
  }
#header h1 span {
  display:none
  }

h2 {
  font: 16px Georgia, "Times New Roman", Times, serif;
  color:#003300;
  text-transform: uppercase;
  font-weight: bold;
}

h2.grass {
  font: 16px Georgia, "Times New Roman", Times, serif;
  color:#003300;
  text-transform: uppercase;
  font-weight: bold;
  background: url(images/grass.gif) no-repeat top left;
  padding: 0 0 0 22px;
}

p {
  font: 0.9em Verdana, Arial, Helvetica, san-serif;
  color:#003300;
  line-height: 18px;
  text-align: justify;
}

p.gray {
  font: 0.7em Verdana, Arial, Helvetica, san-serif;
  color:#666;
}

li {
  font: 0.9em Verdana, Arial, Helvetica, san-serif;
  color:#003300;
  line-height: 18px;
}


/* NEWS BOX
----------------------------------------------*/

div.boxtop {
  margin: 10px 0 0 0;
  padding: 0;
  width: 250px;
  height: 18px;
  background: url(images/box-top.gif) no-repeat bottom center;
}

div.boxbtm {
  background-color: #a0c687;
  margin: 0;
  padding: 0;
  width: 250px;
  height: 41px;
  background: url(images/box-btm-2.gif) no-repeat top center;
}

div.boxmid {
  background-color: #a0c687;
  margin: 0;
  padding: 0;
  width: 250px;
}

#box-content {
    background-color: #a0c687;
  margin: 0;
  padding: 0 12px;
}


#box-content h2 {
  margin: 0;
  padding: 5px 0 0 0;
  color:#003300;
}

#box-content h3 {
  margin: 0;
  padding: 5px 0 0 0;
  color: #fff;
  font: 18px bold Georgia, "Times New Roman", Times, serif;
}

p.box {
  margin: 0;
  padding: 8px 0 8px 0;
  font: 0.8em Verdana, Arial, Helvetica, san-serif;
  color: #003300;
  line-height: 1.3em;
  text-align: left;
  border-bottom-style: dashed ;
  border-bottom-color: #006600;
  border-bottom-width: 1px;
}

a.box:link {
  font: 0.8em Verdana, Arial, Helvetica, san-serif;
  color: #003300;
  text-decoration: underline;
}

a.box:visited {
  font: 0.8em Verdana, Arial, Helvetica, san-serif;
  color: #003300;
  text-decoration: none;
}

a.box:hover {
  font: 0.8em Verdana, Arial, Helvetica, san-serif;
  color: #fff;
  text-decoration: underline;
}

a.box:active {
  font: 0.8em Verdana, Arial, Helvetica, san-serif;
  color: #003300;
  text-decoration: none;

}

/* LINKS PAGE
----------------------------------------------------------*/

a.links:link {
  font-weight: bold;
  text-decoration: none;
  color: #006600;
}

a.links:visited {
  font-weight: bold;
  text-decoration: none;
  color: #006600;
}

a.links:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #009900;
}

a.links:active {
  font-weight: bold;
  text-decoration: none;
  color: #006600;
}

/* ----------- SPD ----------- */
a.spd:link {
  color:#003300;
  text-decoration: underline
}

a.spd:visited {
  color:#003300;
  text-decoration: underline
}

a.spd:hover {
  color:#fff;
  text-decoration: none;
  background-color: #003300;
  padding: 1px;
}

a.spd:active {
  color:#003300;
  text-decoration: underline
}

/* NEWSLETTER
----------------------------------------------------------*/

.container {
  background-color:#FFFFFF;
  border:1px solid #999999;
  padding:10px;
  margin-top:10px;
}

.pageTitle {
  background-color:#A0C687;
  padding:8px;
  font-size:16px;
  font-weight:bold;
  color:#000000;
  text-align:center;
}

.pageTitleAlert {
  background-color:#FF0000;
  padding:8px;
  font-size:16px;
  font-weight:bold;
  color:#FFFFFF;
  text-align:left;
}

.pageTitleSuccess {
  background-color:#33CC00;
  padding:8px;
  font-size:16px;
  font-weight:bold;
  color:#FFFFFF;
  text-align:left;
}

.formLabel {
  font-size:13px;
  text-align:left;
  padding-top:5px;
}
.error {
  color:#FF0000;
  font-weight:bold;
  font-size:11px;
}

.small {
  font-size:11px;
}

input.box{
  width:444px;
  height:35px;
  border:2px solid #bb3900;
  background-color:#DDDDDD;
  color:#000;
}

input.button{
  width:150px;
  height:25px;
  border:2px solid #bb3900;
  background-color:#A0C687;
  color:#fff;
  text-align:center;
  margin-top:10px;
}

.image{
  width:432px;
}

p.rfield{
  font-size:13px;
  text-align:right;
  clear:both;
  color:red;
}

.sbmt{
  padding:0;
  margin:0;
  text-align:center;
}

.small{
font:10px;
}
