@import url(paseo_fck.css);

html, body {       
  background:#004324;
  margin: 0 auto;
  padding: 0;
  border: 0;
  text-align: center; 
  font: 10px Verdana, sans-serif;
  color:#050200;
}

a, a:hover {
  color: #af3214;
}

/* -- PAGE LAYOUT ---------------------------------------------------------------------------------------------- */                     


#container {
  width:768px;
  margin:0 auto;
}
#mainBody {
  background:#fffbd5;
  width:768px;
  margin-top: 40px;
}
                                                        
#header {       
  width:768px;
  height:121px;
  margin-left:0;
/* border: 1px solid #ffffff; */ 
}
#logo {       
  width:329px;
  margin-left:0;
  text-align: left;
  float: left;
}
#headerImages {       
  margin-left:0;
  text-align: right;
  float: right;
}
#navBar {       
  background:#fffbd5 url(/Images/navBar.gif) no-repeat;
  width:100%;
  height:36px;
  margin-left:0;
  text-align: center;
  font-size: 11px;
}
#navBar ul {
  padding: 13px 0 0 0;
}
#navBar ul li {
  margin: 0;
  display: inline;
  list-style: none;
  list-style-image: none !important;
}
#navBar li.spacer {
  background:#004324 url(/Images/navSpacer.gif) no-repeat;
  padding: 0px;
  margin: 0;
  display: inline;
  list-style: none;
  list-style-image: none !important;
}
#navBar ul li a {
  padding: 5px;
  text-decoration: none;
  color:#ffffff;
  border: none;
}
#navBar ul li a:hover {
  color:#c33618;
  background: #9fafa7;
}
#navBar ul li img {
  border: none;
}

#mainContent {
  background:#fffbd5;
  width:769px;
  margin: 5px 0 0 0;
}

#mainLeft {
  width: 195px;
  height: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
}

#leftNav {
 /*  border: 1px solid #000000; */ 
  width: 155px;
  padding: 0px 0px 20px 20px;
  margin: 0px;
  text-align: left;
  float: left;
}

#leftNav ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
#leftNav li.active {
  background: #c33618;
  border-top: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  color: #ffffff;
}
#leftNav li.active a, a:hover {
  color: #ffffff;
}
#leftNav li.active a:hover {
  color: #ffffff;
}
#leftNav li {
  margin: 0;
  list-style: none;
  list-style-image: none !important;
  border-bottom: 1px #c33618 solid;
  padding: 5px 0px 5px 5px;
}
#leftNav ul li a {
  padding: 5px;
  margin: 0px;
  text-decoration: none;
  color:#080400;
  border: none;
}
#leftNav ul li a:hover {
  /* background: #c33618; */
  color: #c33618;
}
#leftNav ul.subNav {
  width: 120px;
  float: left;
  padding: 0px;
  margin: 0px;
  background: #fffbd5;
}
#leftNav li.subNav {
  padding: 5px 0px 5px 20px;
  margin: 0px;
  background: #004324;
  border-bottom: 1px #fffbd5 solid;
}
#leftNav li.subNav a {
  color: #ffffff;
}
#leftNav li.subNav a:hover {
  color: #fffbd5;
}
#leftNav li.subNavActive {
  padding: 5px 0px 5px 20px;
  margin: 0px;
  color: #c33618;
}
#leftNav li.subNavActive a {
  color: #c33618;
}


#mainCenter {
  width:388px;
  margin: 0px;
  padding: 0px 5px 10px 5px;
  float: left;
}

#mainCenter p {
  text-align: left;
  font-size: 13px;
}
#mainCenter a, a:hover {
  color: #af3214;
}


#pageContent {
  padding: 10px 10px 10px 0px;
  text-align: left;
  font-size: 13px;
}

#mainCenter h1 {
  text-align:left;
  font-size: 17px;
  padding-left: 5px;
  color: #c33618;
}


#mainCenter div#entryHead {
  /* background-color: #9fafa7; */ 
  border: 1px dotted #c33618;
  padding: 3px; 
  color: #004324; 
  font-weight: bold; 
  font-size: 15px; 
  margin: 5px 0px;
}

#mainCenter div#entrySub {
  /* background-color: #9fafa7; */ 
  /* border: 1px dotted #c33618; */
  /*padding: 3px; */ 
  color: #666; 
  font-weight: normal; 
  font-size: 10px; 
  margin: 0px 0px;
}

#mainCenter p.formLabel {
  font-size: 12px;
}
#mainCenter span.errorMsg {
  font-size: 10px;
  font-weight: bold;
  color: #e90000;
}

#contactForm {
 font-size: 10px;
 text-align: left;
 margin: 0px;
 padding: 10px;
 height: 100%;
 width: 300px;
}

.contactInput {
  background-color: #fffbd5;
  border: 1px solid #c33618;
  font-size: 10px;
  margin: 0px 0px 5px 2px;
  padding: 3px 0px 0px 0px;
  width: 200px;
}
.contactTextArea {
  width: 235px;
  height: 150px;
  background-color: #fffbd5;
  border: 1px solid #c33618;
  font-size: 10px;
  margin: 5px 0px 3px 2px;
}
.contactButton {
  background-color: #c33618;
  border: 1px solid #fffbd5;
  color: #ffffff;
  font-size: 10px;
  margin: 0px 0px 3px 2px;
  padding: 3px;
}

/* h2,h3,green/red Text, see paseo_fck.css */

#mainCenter h1 a {
  text-decoration: none;
}
#mainCenter h3 a {
  text-decoration: none;
}
#mainCenter p.rule {
  font-size:1px;
  border-top: 1px dotted #c33618;
  margin:-10px 3px 0px 0px;
  clear:both;
}

#calendar
{
  background-color : white;
  border-bottom    : 1px solid #004324;
  border-right     : 1px solid #004324;
  color            : #c33618;
  font-size        : 8pt;
}

#calendar TD
{
  border-left      : 1px solid #004324;
  border-top       : 1px solid #004324;
  text-align       : center;
}       
        
#calendar TD.name
{
  background-color : #E4E4E4;
  width : 14%;
}

#calendar TD.title
{
  background-color : #004324;
  color            : white;
  font-weight      : bold;
  text-align       : center;
}

#calendar TD.today
{       
  background-color : #004324;
  color            : white;
}       
#calendar TD.calLink
{       
  background-color : #df8776;
}       
#calendar TD.nav a
{       
  color : #ffffff;
  text-decoration: none;
  font-weight: bold;
}       

#mainRight {
  float: right;
  width 188px;
}

.rtLimitBox {
  border: 1px solid #c90;
  text-align: center;
  padding: 10px 0px; 
  margin-top: 20px; 
  /* background: #9fafa7;*/ 
  width: 90%;
}
.rtLimitBox div.header {
  border-bottom: 1px solid #c90;
  font-weight: bold;
  color: #af3214;
  margin: -10px 0px -10px 0px;
  padding: 3px 3px;
}

#limitForm .checkbox {
  margin-left: 10px;
}

#limitForm .button {
  margin-top: 10px;
  border-color: #af3214;
  background-color: #af3214; 
  color: #fff;
}

.linkBoxes {
  padding-top: 15px;
}

#tweets {       
  width:375px;
  margin-left:0;
  text-align: center;
  font-size: 11px;
}
#tweets ul {
  padding: 0px 0 0 0;
  text-align: left;
}
#tweets ul li {
  margin: 0;
  list-style: none;
  list-style-image: none !important;
  border-bottom: 1px #c33618 solid;
  padding-top: 5px;
}
#tweets ul li.head {
	background: #004324;
	color: #fff;
        font: 13px Verdana, sans-serif;
        font-weight: bold; 
        border-bottom: 0px #000 solid;
	padding: 5px 0 5px 5px;
}
#tweets ul li.bottom {
  border-bottom: 0px #000 solid;
}

#footer {
  background:#fffbd5;
  width:768px;
  padding-top: 15px;
  margin-bottom: 15px;
}
