/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
  text-align: center;
  background: #ffffff; /*url('bodybg.jpg') top center repeat-y repeat-x;*/
  margin-top:0px;
  margin-bottom:0px;
  color: #000000;
}

a:link, a:visited {
	color: #008000; font-weight: bold; text-decoration: none;
}
a:active {
	color: #008000; font-weight: normal; text-decoration: none;
}

a:hover {
	color: #008000; font-weight: bold; text-decoration: underline;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 770px;
  text-align: left;
  background: url('bodybg.jpg') top left repeat;
  border: 1px solid #008000;
}

#page_header {
  text-align: center;
  height: 183px; /*220px;*/
  background: #dbe5c3 url('headers/rotate.php') top right no-repeat;
  clear: both;
}

#page_header h1 {
  padding-top:20px; 
  padding-right:25px;
  margin:0px;
  text-align:right;
  font-family: arial, verdana, sans-serif;
  font-size: 14px;
  color: #446433;  /* this is the lighter green #7ca231;*/
  line-height:18px;
  letter-spacing:-1px;
  z-index; 2;
}

#page_header h2 {
  margin:0px;
  text-align:right;
  padding-right:25px;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  color: #446433;  /* this is the lighter green #7ca231;*/
  line-height:18px;
  z-index: 2;
}


#content_wrapper {
  background: transparent; /*#ffffff url('bodybg.jpg') top left repeat;*/
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}

#right_side {
  margin-top:5px;
  float: left;
  width:160px;
  border:0px dashed #cccccc;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: arial, verdana, sans-serif;
  font-size: 14px;
  color: #000000;  /*original brown a66e48;*/
  padding:4px;
  border: 1px solid #c3c3ab;
  background-color:#dbe5c3;
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: arial, verdana, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
}

#left_side {
  float: right;
  width:540px;
  border:0px dashed #cccccc;
}

#left_side h1 {
  margin_top: 5px;
  margin_bottom: 10px;
  font-family: "Times New Roman", arial, verdana, sans-serif;
  font-size: 20px;
  color: #446433;  /*this is the lighter green #7ca231;*/
  padding:4px;
  border-bottom: 0px solid #446433;
  clear:both;
}

#left_side h2 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: "Times New Roman", arial, verdana, sans-serif;
  font-size: 18px;
  color: #446433;  /* this is the lighter green #7ca231;*/
  padding:4px;
  border-bottom: 1px solid #446433;
  clear:both;
}

#left_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: 18px;
  padding-left:4px;
}
#left_side ul {
  list-style: square;
  margin:5px 0 0 0px;
  padding: 0; 
}

#left_side li { 
  padding-left: 3px;
  list-style-position: inside;
  background-position: 0 7px;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  line-height:18px;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#feature_box {
  float:right;
  width:230px;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:5px;
  margin-top:10px;
  margin-bottom:5px;
  margin-left:8px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  color: #779E28;
}

#feature_box p {
  font-family: arial, verdana, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 15px;
  margin-bottom:5px;
}

#page_footer {
  height: 90px;
  background-color: #dbe5c3;
  padding-right: 15px;
  clear: both;
}

#page_footer p {
  padding-top:15px;
  text-align: right;
  font-family: arial, verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #a66e48;
  letter-spacing:1px;
}

#smalltext {
  font-family: arial, verdana, sans-serif;
  padding-top: 10px;
  font-size: 11px;
  padding-bottom: 10px;
}

#spacer {
  height:20px;
  clear:both;
}

.spacer {
  height:20px;
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list ul {
  list-style:none; 
  margin:5px 0 0 0px;
  padding: 0;
}

.arrow_list li { 
  padding-left: 5px;
  background-image: url(arrow.gif);
  list-style-position:outside;
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: arial, verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height:18px;
}

.arrow_list li li {
  padding-left: 18px;
  background-image: url(arrow.gif);
  list-style-position:outside;
  background-repeat: no-repeat;
  background-position: 9px 7px;
}

.thumbnail {
  float: left;
  width: 150px;
  border: 1px solid #999;
  margin: 0 15px 15px 0;
  padding: 5px;
}

.thumbright {
  float: right;
  margin: 0 0 10px 10px;
  clear: right;
}
.clearboth { clear: both; }



.calendar_monthyear{
	text-align:center;
        margin-right: 75px;
	color:#7ca231;
	font-weight: bold;
	font-size: 11pt;
}
.calendar_monthyear a:link,.calendar_monthyear a:visited{
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	color:#003599;
}
.calendar_daynames{
	text-align:left;
	color: #271211;
	font-weight: bold;
	font-size: 12px;
}
.calendar_day{
	vertical-align:top;
	text-align:left;
	color: #271211;
        height: 85px;
        width: 74px;
	font-size: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7ca231;;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #7ca231;; 	
	border-right-width: 1px;
	border-right-style: solid; 
	border-right-color: #D3D3D3; 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3D3D3;
}
.calendar_noday{
	background:#FBFAF5;
	border-width: 0px solid #000000;
}
.calendar_current_month_link{
        width: 10px;
	/*vertical-align:middle;float: left;text-align:left;font-size:*/
        /*10px;font-weight: bold;color:#000000;*/
        visibility: hidden;
}
.calendar_today{
	vertical-align:top;
	text-align:left;
	font-size: 11px;
	font-weight: bold;
	color:#FF0000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #989898;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #989898; 	
	border-right-width: 1px;
	border-right-style: solid; 
	border-right-color: #D3D3D3; 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3D3D3;
}
.calendar_today_link{
	vertical-align:top;
	text-align:left;
	font-size: 11px;
	font-weight: bold;
	color:#FF0000;
}
.calendar_eventday {
	font-family: arial, verdana, sans-serif;
	text-decoration: bold;
	font-style: normal;
	vertical-align:top;
	text-align:left;
	color: #5D7A25;
	font-size: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #989898;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #989898; 	
	border-right-width: 1px;
	border-right-style: solid; 
	border-right-color: #D3D3D3; 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3D3D3;
}
.calendar_eventday_link{
	font-family: arial, verdana, sans-serif;
	text-decoration: bold;
	font-style: normal;
	vertical-align:top;
	text-align:left;
	color: #5D7A25;
}
.calendar_main{
	text-align: center;
	color:a66e48;
	background:#F2ECE6;
        padding-top: 5px;
        padding-bottom: 5px;  /*10px;*/
        border: 1px solid #000000;
}

/*
	Menu calendar settings
*/
.menucalendar_monthyear{
	text-align:center;
	color:#000000;
	font-weight: bold;
	font-size: 10px;
}
.menucalendar_daynames{
	text-align:left;
	color:#000000;
	font-weight: bold;
	font-size: 10px;
}
.menucalendar_day{
	vertical-align:top;
	text-align:left;
	color:#000000;
	font-size: 10px;
}
.menucalendar_noday{
	background:#FBFAF5;
	border-width: 0px;
	border-color: #7ca231;
	border-style: solid;
}
.menucalendar_today{
	text-decoration: none ;
	vertical-align:top;
	text-align:left;
	font-size: 10px;
	font-weight: bold;
	color:#FF0000;
}
.menucalendar_eventday /*a:link,.menucalendar_eventday a:visited*/{
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	color:#00FF00;
}
.menucalendar_eventday a:active,.menucalendar_eventday a:hover{
	font-family: arial, verdana, sans-serif;
	text-decoration: underline;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	color:#000000;
}
.menucalendar_main{
	text-align: center;
	color:#F0F0F0;
	/*background:#FFFFFF;*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #989898;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #989898; 	
	border-right-width: 1px;
	border-right-style: solid; 
	border-right-color: #989898; 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #989898;
}

/* ANOTHER IMAGE GALLERY STYLES */

hr {
	border-style: none;
 	height: 1px;
	background-color: silver;
	color: silver;
}
#pagenumbers {
	text-align: center;
	margin: 0px 1em 0px 1em;
}
#pagenumbers a:link, #pagenumbers a:visited, #pagenumbers a:hover {
	color: #000000;
	text-decoration: none;
}
#pictures {
	text-align: center;
}
#pictures img {
	border: none;
}
#pictures a:link, #pictures a:visited, #pictures a:hover {
	color: #000000;
	text-decoration: none;
}
#picturelink {
	margin: 1em;        
	float: left;
}
#picturelink img {
	border: none;
}
#filename {
        font-family: arial, verdana, sans-serif;
	text-align: center;
        font-size: 11px;
        font-weight: normal;
}
#directories { }


/*END ANOTHER IMAGE GALLERY STYLES*/

/*BOOKMARKS STYLES */

.BMmain { width: 90%; }
.BMheader  {
	background-color: #000000;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}
.BMlink  {
	width: 20%;
	vertical-align: top;
	text-align: left;
}
.BMlink img {
	border: none;
}

/* END BOOKMARKS STYLES*/


/*DOWNLOAD STYLES*/

.line, .line_rightalign {
	border-bottom: 1px solid #DDDDDD;
}
.line_rightalign { 
	text-align: right;
	white-space: nowrap;
	font-size: 10px;
}
.line_text {
	padding: 0px 0px 0px 0px;
}
.dgheader {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 10px 0px;
}

/* END DOWNLOAD STYLES*/