.banner {
	margin: 0;
	padding: 0;
}
.banner img {
	border: 0;
	outline: none;
	text-align: center;
}

.maincontent .list-group {
	margin-bottom: 0px;
}
.maincontent .page-header {
	margin: 0;
	border-bottom: 2px solid #0077c3;
	padding: 10px 2px;
        background-color: #fff;
}

.maincontent .title {
	margin: 0px;
	font-size: 16px;
        display:inline-block;
        margin-left: 15px;
}

.maincontent .location {
	float: right;
        font-size: 16px;
        margin-right: 15px;
}

.maincontent .location a {
	color: #222;
	text-decoration: none;
}
.maincontent .list-group-item.active,
.maincontent .list-group-item.active:hover,
.maincontent .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0077c3;
}

.maincontent .list-group .list-group-item {
	border: 1px solid #ebebeb;
	font-size: 16px;
}

.maincontent .content .list-group-item{
	text-align: left;
	border: 0;
}

.maincontent .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.maincontent .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.maincontent a.list-group-item:hover,
.maincontent a.list-group-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #4ca0d5;
}

.maincontent .content a.list-group-item:hover,
.maincontent .content a.list-group-item:focus {
  color: #4ca0d5;
  text-decoration: none;
  background-color: #fff;
}

.maincontent .content a.list-group-item {
	font-size: 14px;

}
.maincontent ul {
	text-align: center;
}

.maincontent .content {
        padding: 10px 20px;
	text-align: left;
	min-height: 500px;
        background-color: #fff;
}

.maincontent .content > h3 {
        font-weight: bold;
	font-size: 20px;
        height: 1.5em;
        line-height: 1.5em;
        color: #f00;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space: nowrap;  
        text-align: center;
}
.maincontent .content > h6 {
        margin-top: 20px
        margin-bottom: 20px;
	font-size: 14px;
        height: 1.5em;
        line-height: 1.5em;
        background-color: #efefef;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space: nowrap;  
        text-align: center;
}

.maincontent .content > p {
       color:#222;
       font-size: 14px;
       text-indent: 2em;
       line-height: 1.6em;

}
.maincontent .list-group>ul{
	text-align: center;
}
.maincontent .content>a{
	background: url(../img/list.png) left center no-repeat; 
}
.maincontent .content .prevs > p > a {
        text-decoration: none;
        color: #0077c3;
}
.maincontent .content .next> p > a {
        text-decoration: none;
        color: #0077c3;
}
.maincontent .content .closearti > p > a {
        text-decoration: none;
        color: #0077c3;
}
.maincontent .content .attach > p > a {
        text-decoration: none;
        color: #0077c3;
}

.maincontent .content .prevs > p > a:hover {
        text-decoration: none;
        color: #333;
}
.maincontent .content .next> p > a:hover {
        text-decoration: none;
        color: #333;
}
.maincontent .content .closearti > p > a:hover {
        text-decoration: none;
        color: #333;
}
.maincontent .content .attach > p > a:hover {
        text-decoration: none;
        color: #333;
}