﻿/**********************************************Default Page**********************************************/
/*banner*/

.ban
{
	height: 310px;
	background-image: url(../images/ban_bg.jpg);
	background-position: center;
	background-repeat:repeat-x;
	border-bottom: 1px solid #9da59e;
	
}

.bancontainer{
	background-image: url(../images/bannerimg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 310px;
}
.bancontainer h1{
	line-height: 60px;
	padding-top: 20px;
}

.bancontainer p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 24px;
	width: 400px;
	text-align:left;
	font-size: 14px;
}

/*gallery*/

.gallery{
	height: 130px;
	border-bottom: 1px solid #9da59e;
	background-color: #676c66;
	background-image: url(../images/cont_grad7_small.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.gallerycontainer, .gallerycontainer ul 
{
	margin: 0px auto;
}

.gallerycontainer ul li a:link, .gallerycontainer ul li a:visited
{
	margin: 20px 10px 0px 11px;
	height: 80px;
	width: 80px;
	display: block;
	background-color: #fff;
	background-image: url(../images/eventplaceholder80.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border:5px solid #777f76!important;
}

.gallerycontainer ul li a:hover{
	border: 5px solid #535952!important;	
}

.gallerycontainer ul li a:link img, .gallerycontainer ul li a:visited img, .gallerycontainer ul li a:hover img{
height: 80px;
width: 80px;
}

/*may have to resize widths.*/

.newestleft{
	float: left;
	width: 265px;
	margin: 10px 0px 0px 0px;
}

.newestleft .imagecontainer
{
	border: 5px solid #f9fcf5;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	width: 235px;
	height: 235px;
	background-color: #fff;
}
.newestleft img{
	border: none;
}

.newestright{
	width: 635px;
	float: right;
	margin: 0px;
}

.newest .wrapcontainer h1
{
	padding:10px 0px 0px 0px;
	margin: 0px;
	line-height: 60px;
}


/*Main Content in Default Page*/
.maincontent
{
	/*background-color: #f3f4ee;*/
	background-color: #fff;
}

.rb_top
{
	background-image: url(../images/rbtop.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 900px;
	height: 11px;
}

.rb_bottom
{
	background-image: url(../images/rbbottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 900px;
	height: 11px;
}


/*.inleft h2, .inright h2
{
	padding: 0px 10px;
}

.inleft p, .inright p
{
	background-color: #fff;
	padding: 10px;
	width: auto;
	display: block;
}*/

.newestdetails{	background-image: url(../images/roundback.jpg);	background-position: center;	background-repeat: repeat-y;	margin: 0px;	padding: 0px;}
.inleft{	float: left;	padding: 0px 10px 0px 20px; width: 419px; background-color: #f3f4ee; border-right: 1px solid #f7f8f2;}

.inright{	float: left;	padding: 0px 10px 0px 20px;	width: 409px; background-color: #e4e5df; border-left: 1px solid #dbddd0;}
.indetail{	padding: 10px;	background-color: #fff;	margin: 0px 0px 10px 0px;	line-height: 22px; width: 390px;}

.article{	display: block;	padding: 0px;	margin: 0px;}

/*.indetail p
{
	font-size: 12px;
}*/

.maincontainer
{
	margin: 0px;
	padding: 20px 0px;
}

.mainright
{
	float: right;
	width: 290px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}



.article
{
	display: block;
	padding: 0px;
	margin: 0px;
}

.article .image
{
	width: 275px;
	height: 275px;
	overflow: hidden;
	border: 5px solid #fff;
	background-color: #fff;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

.article .image img
{
	border: none;
	width: 275px;
}

.eventdesc, .orgdesc
{
	margin-top: 10px;
	line-height: 22px;
	/*height: 175px;*/
	margin-bottom: 10px;
	max-height: 90px;
	overflow: hidden;
}


.eventthumb:link, .eventthumb:visited, .orgthumb:link, .orgthumb:visited
{
	display: block;
	float: left;
	width: 80px;
	height:80px;
	border: 5px solid #f9fcf5!important;
	background-image: url(../images/eventplaceholder80.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px 10px 10px 0px;
}

.eventthumb:hover, .orgthumb:hover
{
	border: 5px solid #adb7ae!important;
}

.eventthumb img, .orgthumb img
{
	width: 80px;
	height:80px;
	display: block;
	margin: 0px;
}


