/* Start of CMSMS style sheet 'bikeboard: layout' */
body {
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #000;
  background-color: #65626D;
}

* {
  margin: 0;
  padding: 0;
}
/**** Standard  HTML elements *****/

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

p {
  padding: 0;
  margin-top: 0.5em;
  margin-bottom: 1em;
   text-align:left;
}

/*default link styles*/
a {
	color: #000;
	text-decoration: underline;
	text-align: left;
}
a:hover {
	color: #E5322C;
}
a:active {
	color: #E5322C;
}
a:visited {
	color: #E5322C;
}
input, textarea, select {
	font-size: 0.95em;
                /*width: 120px;*/
}

/**** Wrapper ****/
div#pagewrapper {
  background-color: #CCCDCF;
  margin: 0 auto;
  width: 1024px;
  height: auto;
  border-left: 1px solid #9B9DA9;
  border-right: 1px solid #9B9DA9;
  border-bottom: 1px solid #9B9DA9;
}

/**** Header ****/
#header {
  height: 249px;
  width: 1024px;
  margin: 0 auto;
  background: url(uploads/layout/header-bg.jpg) no-repeat  top;
}

#kop-show {
   position: relative;
   left: 545px;
   top: 43px;
   height: 160px;
   width: 450px;
   /*display: block;*/
}

#menu_hor {
   clear: both;
   position: relative;
   top: 39px;
   height: 48px;
   font-size: 14px;
   font-weight: normal;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   letter-spacing: .1em;
   border-bottom: 1px solid #B3B4B6;
}

/**** Content ****/
#content {
  background: url(uploads/layout/content-bg.jpg) no-repeat left top;
  width: 1024px;
  margin: 0 auto;
  min-height: 400px;
}

#bar {
	width: auto;
	/*height: 15px;*/
	padding-left: 30px;
        padding-top: 10px;
        color: #fff;
        font-size: 18px;
}
div.breadcrumbs {
	padding: 0 0 0 60px;
	font-size: 80%;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}

/***** Main *****/



#main {
   background: url(uploads/layout/main-bg-top.png) no-repeat left top;
   width: 890px;
   margin-bottom: 20px;
   margin-top: 0px;
   margin-left: 85px;
   padding-top: 25px;
}

#main .main-mid {
  background: url(uploads/layout/main-bg-mid.png) repeat-y left top;
  padding: 0 30px 0 30px;
  width: 830px;
min-height: 300px;
}

#main .main-end {
  background: url(uploads/layout/main-bg-bot.png) repeat-y left top;
  height: 25px;
}

#main .td-content {
    width: 430px;

}

#main .td-news {
    width: 400px;
    min-height: 300px;
}

#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	line-height: 1.6em;
	font-weight: normal;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #83070E;
}

#main p {
 font: normal 12px Verdana, Arial, Helvetica, sans-serif;
 line-height: 20px;
margin: 0;
}

#main li {
margin-top: 5px;
}

#main ul {
margin-top: 10px;
padding-left: 20px;
}

/**** Footer ****/
#footer {
 clear:both;
 margin: 0 auto;
 background: url(uploads/layout/menu-bg.jpg) repeat-x left top;
 height: 20px;
 padding: 0 15px 10px 15px;
}

#footer p {
 color: #fff;
 font-size: 12px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

#footer .copyright {
 float: right;
 color: #fff;
 font-size: 10px;
}
#footer .copyright a {
 color: #fff;
 font-size: 10px;
}

#footer .copyright a: {
 text-decoration: underline;
}

/***** News Module *****/

#news .news-end {
 background: url(uploads/layout/news-bot.png) no-repeat left top;
 height: 30px;  
 }

#news .news-content {
  background: url(uploads/layout/news-mid.png) repeat-y top left;
  min-height: 250px;
}

#news h2 {
  background: url(uploads/layout/news-top.png) no-repeat left top;  
  font-size: 16px;
  color: #fff;
  line-height: 38px;
  padding:  20px 0 0 40px;
}
#newsnav p {
font-size: 12px;
text-align: right;
}
.NewsSummary {
 padding: 10px 30px 10px 30px;
 color: #000;
}
.NewsSummarySummary {
font-size: 11px;
/*height: 150px;*/
overflow: hidden;
}
.NewsSummaryPostdate,
.NewsSummaryCategory,
.NewsSummaryAuthor {
	font-style: italic;
	font-size: 0.8em;
}
.NewsSummaryLink {
	margin: 2px 0;
        color: #E5322C;
}
.NewsSummaryContent {
	margin: 10px 0;
}
.NewsSummaryMorelink {
	margin: 5px 0 15px;
}
#NewsPostDetailTitle {
         font-size: 16px;
}
#NewsPostDetailHorizRule {
border: none;
background-color: #6f7075;
height: 1px;
}

/* ------------ End News Module ------------ */


.calendar-date-from {
padding: 10px 0 10px 0;
border-bottom: 1px solid #cecece;
}

#agenda hr {
  border: 1px solid #cecece;
}
.TDevents {
 margin-bottom: 5px;
}

/* -----------------------------  CONTACTFORM STYLING  --------------------------- */

.formbuilderform textarea {
border: 1px solid #999;
padding: 2px;
margin: 0 0 0 7px;
/*width: 300px;*/
height: 150px;
font-family: verdana, arial;
font-size: 13px;
color: #666;
}

.formbuilderform input {
border: 1px solid #999;
padding: 2px;
margin: 0 0 0 7px;
/*width: 150px;*/
font-size: 12px;
color: #666;
}

.formbuilderform .fbsubmit{
border: 1px solid #999;
padding: 2px;
margin: 0 0 0 7px;
width: 150px;
font-size: 13px;
color: #666;
background-color: #DEDEDE;
}

div.error_message {
 color: #E5322C;
}
/* End of 'bikeboard: layout' */

