﻿body{
 behavior:url(css/csshover.htc);
 font: 12px Tahoma, "Lucida Grande", Arial, sans-serif; 
 color: #5e6a72;
 margin: 0;
}

p{
 padding: 0;
 margin: 0;
}

h1, h2{
 padding: 0;
 margin: 0;
}

ul, ul li{
 padding: 0;
 margin: 0;
}

img{
 border: 0;
 padding: 0;
 margin: 0;
}

a:link, a:visited{
  color: #5e6a72;
  text-decoration: none;
} 

a:hover{
 text-decoration: underline;
} 

#container{
 position: relative;
 top: 0;
 width:866px;
 margin: auto;
 background-color: white;
}

#leftnavcontainer{
 position: absolute;
 top: 0;
 left: 0;
 width: 298px;
 background-color: #f2f2f2;
 z-index: 3;
}

#logincontainer{
 height: 20px;
 padding-top: 10px;
 border-left: 298px solid #f2f2f2;
}

#topnavcontainer{
 height: 28px;
 margin-top: 37px;
 padding-left: 78px;
 border-left: 298px solid #f2f2f2;
}

#usernavcontainer{
 height: 28px;
 margin-top: 30px;
 padding-left: 25px;
 border-left: 298px solid #f2f2f2;
}

#content, #message, #form, #news{
 border-left: 298px solid #f2f2f2;
 padding: 30px 25px;
}

#footer, #pager{
 font-size: 10px;
 text-align: center;
 border-left: 298px solid #f2f2f2;
}

#footer{
 margin-bottom: 30px;
} 

#pager{
 padding-bottom: 30px;
}
 
#footer a{
 text-decoration: underline;
}

#footer span, #footer span a{
 color: #afb4b8;
 text-decoration: underline;
}

#pager a{
 color: #62a732;
} 

/* left nav container style */

#logo img{
 margin-top: 24px;
 margin-bottom: 24px;
}

#links, #counter{
 text-align: center;
}

#links img{
 margin-bottom: 16px;
} 
/* end left nav container style */

/* content style */


#contentright{
  position:absolute;
  right: 0;
  width: 189px;
  margin: 30px 25px 30px 0;
  border-left: 1px solid #e5e5e5;
  padding-left: 16px;
}

#content h1, #contentright h1{
 height: 13px;
 margin-bottom: 14px;
 }
 
 
#content h2, #contentright h2{
 font-size: 12px;
 color: #62a732;
}

#content p, #contentright p{
 margin-bottom: 10px;
}


#content a, #contentright a{
 color: #62a732;
} 

#content img{
 padding: 1px;
 border: 1px solid #e5e5e5;
 margin: 1px;
}


#content ul{
 list-style: none;
}
 
#content ul  li{
  background: url(../images/arrowgreen.jpg) left 2px no-repeat;
  padding-left: 16px;
  margin-bottom: 10px;
}
 
 #content span a {
  font-weight: bold;
  text-transform: uppercase;
 } 
 
 
 #content span.morelink, #content span.backlink{
  display: block;
  text-align: right;
  text-transform: lowercase;
  }
  
 #content span.morelink a, #content span.backlink a {
  font-size: 11px;
  font-weight: bold;
  text-transform: lowercase;
  background: url(../images/arrowgreen2.jpg) left 2px no-repeat;
  padding-left: 16px;
 } 

h2#style1{
 font-size: 12px;
 color: #5e6a72;
}

h2#style2{
  display: inline;
  font-size: 12px;
  color: #5e6a72;
}

h2#style3{
 font-size: 12px;
 color: #5e6a72;
 margin-bottom: 10px;
}

h2#style4{
 margin-bottom: 10px;
}

h2#style5{
 text-transform: uppercase;
 margin-bottom: 10px;
 margin-top: 16px;
}

/* homepage style */

 .textcontent{
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
 }
 
 .textcontent img{
  float: left;
  margin: 0 6px 6px 0;
 } 
 
 .textcontent span{
  display: block;
  text-align: right;
  }
 
 .textcontent span a , #content div.textcontent span a {
  font-size: 11px;
  font-weight: bold;
  background: url(../images/arrowgreen2.jpg) left 2px no-repeat;
  padding-left: 16px;
  text-transform: none;
 } 
 
 .textcontent ul li{
  text-decoration: none;
  color: #62a732;
  }
  
  .textcontent ul li a:link{
  text-decoration: underline;
  color: #62a732;
  }
  
 #reachcountdown{
  float: left;
  height: 83px;
  width: 81px;
  margin: 6px 6px 6px 0;
} 

 div.year09{
  background: url(../images/calendar/calendar09.jpg) left no-repeat;
 } 
 
 div.year10{
  background: url(../images/calendar/calendar10.jpg) left no-repeat;
 } 
 
 div.year11{
  background: url(../images/calendar/calendar11.jpg) left no-repeat;
 } 
 
#reachcountdown span{
 font: 8px Arial, Helvetica, sans-serif;
 text-transform: uppercase;
 letter-spacing: 3px;
 color: #5b5b5b;
 display: block;
 text-align: center;
} 

#reachcountdown span.month{
 margin-top: 18px;
}

#reachcountdown span.day{
 font-size: 26px;
 font-weight: bold;
 margin-top: 3px;
}

#reachcountdown span.weekday{
 margin-top: 4px;
}

/* end content style */

/* register, login container style */
input, textarea{
 font: 12px Tahoma, "Lucida Grande", Arial, sans-serif; 
 color: #5e6a72;
}

input:focus, textarea:focus{
 background-color: #c5dffe;
}

form#loginform, div#loginmsg{
 margin-left: 2px;
}

input#username, input#password{
 border: 1px solid;
 border-color: #666 #ccc #ccc #666;
 width: 86px;
 height: 17px;
}

form#faqform{
 text-align: center;
 margin: 16px;	
}

textarea#question{
 border: 1px solid;
 border-color: #666 #ccc #ccc #666;
 width: 400px;
 height: 200px;
}

div#loginlinks, div#langlinks{
 float: right;
 padding-top: 5px;
}

div#langlinks{
 text-transform: uppercase;
 font-weight: bold;
 margin-right: 25px;
}

div#langlinks a{
 color: #239dc6;
 text-decoration: none;
}

div#loginlinks{
margin-right: 39px;
}

div#clearlinks{
 clear: right;
 height: 0;
} 

div.hitem{
 font-weight: bold;
 margin: 5px 0;
}

div.contentitem{
 margin: 5px 0;
 padding-bottom: 5px;
}

div.submititem{
 text-align: center;
} 

.req{
 color: red;
} 
/* end register, login style */

/* horizontal scroller style */
div#hscroller{
 color: white;
 font-size: 18px;
 font-weight: normal;
 text-transform: uppercase;
 vertical-align: center;
 padding: 154px 0 6px 9px;
}

div#hscroller a{
 color: white;
} 

/* message style */

.error {
    background: url(../images/error.gif) left no-repeat;
	font-size: 11px;
	font-weight: bold;
	padding: 15px 0 15px 39px;
}

.ok {
   background: url(../images/ok.gif) left no-repeat;
	font-size: 11px;
	font-weight: bold;
	padding: 15px 0 15px 39px;
}

/* end message style */

.emailnote{
 background-color: #f2f2f2;
 border: 1px solid #e5e5e5;
 padding: 3px;
 }
