* { margin:0; padding:0 }
div { margin:0; padding:0 }
html { height:100.1%; line-height:.9em}
BODY {
	font-size: 13px;
	background: #271900 url(images/bg.png) repeat-x;
	font-family: Tahoma, Arial, Geneva;
	color: #516c82;
	margin:0px auto 0 auto;
	text-align:left;
	line-height:1.1em
}

a { color:#ef882c; text-decoration:underline}
a:hover  { color:#fff} 

.wrapper { width:1235px; margin:0 auto; overflow:hidden}

#container1 {width:1235px; height:208px}

#logo {background:url(images/logo2.jpg) no-repeat; width:719px; height:208px; float:left}

#info-box {background:url(images/info-box.png) no-repeat; width:516px; height:208px; float:right}

#nav-bar {background:url(images/nav-bar.png) no-repeat; width:1235px; height:103px}

#container2 {width:1235px; height:349px}

#main-photo{background:url(images/main-photo.png) no-repeat; width:755px; height:349px; float:left}

#events-box {background:url(images/events-box.png) no-repeat; width:480px; height:349px; float:right}

#container3 {width:1235px; height:433px}

#content-box{background:url(images/content-box.png) no-repeat; width:776px; height:433px; float:left}

.home-content {color:#e0dfde; padding-top:8px; padding-right:4px; padding-left:170px; width:590px; padding-bottom:6px; overflow:auto; height:386px; margin-top:16px}

#buttons {background:url(images/buttons.png) no-repeat; width:459px; height:433px; float:right}

#centered-buttons {background:url(images/centered-buttons.png) no-repeat; width:260px; height:373px}

#calendar-bt {width:260px; height:120px}
#messages-bt {width:260px; height:131px}
#connections-bt {width:260px; height:122px}

#footer {background:url(images/footer.png) no-repeat; width:1235px; height:42px}

.footer-text {color:#ccc; font-size:.85em; padding-left:158px}

.nav-area {color:#fff; font-size:15px; font-weight:bold; padding-top:42px; padding-left:164px}

a.nav-link:link{color:#f8f3e1; text-decoration:none; font-size:15px; font-weight:bold; line-height:24px}
a.nav-link:visited{color:#f8f3e1; text-decoration:none; font-size:15px; font-weight:bold; line-height:24px}
a.nav-link:hover{color:#4b2a16; text-decoration:none; font-size:15px; font-weight:bold; line-height:24px}

.top-info {color:#d7d6cf; font-size:12px; font-weight:bold; padding-top:62px; padding-left:70px; width:300px}

#events-info {width:220px; padding-top:62px; padding-right:40px; padding-left:55px;}

.events-date {color:#e48023}

.events-title {color:#e2952e}

.events-details {color:#ccc}

.headline {color:#f2f2f1; font-size:1.4em; font-weight:bold}

a.under:link{color:#d9aa1a; text-decoration:underline}
a.under:visited{color:#d9aa1a; text-decoration:underline}
a.under:hover{color:#fff; text-decoration:underline}

a.alter-link1:link{color:#f8ffd9; text-decoration:underline}
a.alter-link1:visited{color:#f8ffd9; text-decoration:underline}
a.alter-link1:hover{color:#fff; text-decoration:underline}

.white-header {color:#fff; font-weight:bold}

a.alter-link2:link{color:#456985; text-decoration:underline}
a.alter-link2:visited{color:#456985; text-decoration:underline}
a.alter-link2:hover{color:#5c89ad; text-decoration:underline}

#int-top-slice {background:url(images/int-top-slice.png) no-repeat; width:979px; height:25px}
#int-stretch-slice {background:url(images/int-stretch-slice.png) repeat-y; width:979px; height:100%}
#int-bottom-slice {background:url(images/int-bottom-slice.png) no-repeat; width:979px; height:47px}

.int-content {color:#72726c; padding-top:4px; padding-bottom:6px; padding-left:45px; width:900px}

.category2 {background:#3b5863; padding:10px; width:942px; border:#3e7eb1 double; height:100%; color:#555}
.category3 {background:#3b5863; padding:10px; width:942px; border:#555 double; height:103px; color:#f2f2f2}
.category-left {background:#3b5863; padding:10px; width:420px; border:#cccbc9 1px solid; height:100%; color:#f2f2f2; float:left}
.category-right {background:#3b5863; padding:10px; width:420px; border:#cccbc9 1px solid; height:100%; color:#f2f2f2; float:right}
/* INSTALLATION AND EDITING COMMENTS
   Installed Version: 2.x
   Installed On:      01/12/2010
   Installed By:      JH
   Special Comments:  All Styles on this sheet must also be replicated to style2.css
*/

/***********START ANNOUNCEMENT STYLES************/
.announcement_none{display:none;}
.anouncement_container{
  background-color:#422C20;
  padding:5px;
	margin:10px;
}

.anouncement_title{
	font-size:16px;
	font-weight:bold;
	width:100%;
	display:block;
  color:#e2952e;
}

.anouncement_body{
}
/*********** END ANNOUNCEMENT STYLES ************/
/***********START BLOG STYLES************/
/*Start full blog css*/
.blog_container{
	padding:5px;
}

.blog_title{
	font-size:24px;
	font-weight:bold;
	border-bottom:solid 1px #333333;
	width:100%;
}

.blog_date_posted{
	color:#333333;
	vertical-align:top;
}

.blog_body{
	font-size:14px;
	line-height:16px;
}

.blog_edit_info{
	color:#999999;
}
/* End full blog css */

/*Start blog next and previous button css*/
.blog_navigation{
  padding:10px;
}

.blog_navigation a{
  display:block;
}

.blog_navigation a:hover{
  color:red;
  border-color:red;
}

.next_button{
  float:right;
  width:80px;
  background-color:gray;
  border:1px solid black;
  text-align:center;
}

.next_button:hover{
  border-color:red;
}

.prev_button{
  width:100px;
  background-color:gray;
  border:1px solid black;
  text-align:center;
}

.prev_button:hover{
  border-color:red;
}
/* End blog next and previous button css */

/*Start latest blog css*/
.blog_latest_container{
	background-color:#FFFF99;
	padding:5px;
}

.blog_latest_title{
	font-size:24px;
	font-weight:bold;
	border-bottom:solid 1px #333333;
	width:100%;
}

.blog_latest_date_posted{
	color:#333333;
	vertical-align:top;
}

.blog_latest_body{
	font-size:14px;
	line-height:16px;
}
/* End latest blog css */

/*Start blog archive list css*/
.blog_list{
	width:400px;
}

.blog_item{
	margin:5px;
}

.blog_item_title, .blog_item_title a, .blog_item_title a:visited{
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	background-color:#CCCCCC;
}

.blog_item_body{}
/* End blog archive list css */

/*Start blog archive navigation css*/
.blog_archive_nav{}

.blog_month_nav{
	list-style-type:none;
	padding-left:15px;
	margin-left:0px;
}

.blog_year_nav{
	list-style-type:none;
	padding-left:5px;
}
/* End blog archive navigation css */
/*********** END BLOG STYLES ************/

/***********START CALENDAR STYLES************/
/*start calendar css*/
img {
	border: none;
}

.calendar {
	background-color: #D0C8B5;
	width: 200px;
	border: 2px solid black;
	text-align: center;
}
.calendar td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
}

.calendar .thisMonth a {
	font-weight: bold;
	color: #413421;
}
.calendar .navMonth a {
	color: #666666;
}
.calendar td.weekday {
	background-color: #EBE7DE;
	border-top: 1px solid #413421;
	border-bottom: 1px solid #413421;
}
.calendar td.dimDate {
	color: #999999;
}
.calendar td.normalDate {
	color: #333333;
}
.calendar td.normalDate a {
	color: #413421;
	font-weight: bold;
}
/* end caledar css */

/*start event css*/
.event_item{
  width:550px;
  margin:10px;
  margin-left:40px;
}

.event_item_title{
  border-bottom:solid 1px #e2952e;
  color:#e2952e;
  font-weight:bold;
  font-size:14px;
  line-height:16px;
}

.event_item_date{color:#e48023}

.event_item_when, .event_item_where{color:#ccc}

.event_item_body{
  padding:2px 5px;
	display:none;
}

.event_item_display_link{
	text-align:center; 
	float:right; 
	padding:3px; 
}
/* end event css */

/*start upcoming event css*/
.upcoming_event{
  color:#ccc;
  margin:5px 0px;
}

.upcoming_event_item_title{
  color:#e2952e;
	font-weight:bold;
}

.upcoming_event_item_date{color:#e48023}

.upcoming_event_display_link{
	text-align:center; 
	float:right; 
	padding:3px; 
	background-color:#B5AA8A;
}

.upcoming_event_body{
  color:#ccc;
	display:none;
}
/* end upcoming event css */
/*********** END CALENDAR STYLES ************/

/***********START IMAGE GALLERY STYLES************/
/*start image gallery css*/
.gallery_item_list{}

.gallery_item_container{}

.gallery_item_thumbnail{
  float:left;
  margin-right:5px;
  margin-bottom:10px;
}

.gallery_item_full_title{}

.gallery_item_full_caption{
  margin-bottom:10px;
}

.gallery_item_title{font-weight:bold;}

.gallery_item_caption{}
/* end image gallery css */

/*start image gallery navigation css*/
.gallery_nav_container{
  text-align:center;
  margin-bottom:10px;
}

.gallery_nav_container form{}

.gallery_nav_label{
  display:inline;
  font-weight:bold;
}

.gallery_nav_select{ display:inline; }
/* end image gallery navigation css */

/*start image gallery link box css*/
.gallery_link_box_container{ text-align:center; }

.gallery_link_box_label{ font-weight:bold; }

.gallery_link_box{}

.gallery_link_box input{
  width:40%;
  color: #e0dfde;
  text-align:center;
  background-color:#4c3100;
  border:1px solid #9ca5ac;
}
/* end image gallery link box css */
/*********** END IMAGE GALLERY STYLES ************/
