
/* CSS Document topAside*/

.topAside .pageBody{}
.topAside .pageAside{ display: none;}
.topAside .pageContent{}



.rootColumnTitleBar{ line-height:3em; text-align:center; font-weight: normal; padding-top: 30px;}
.subNav{ padding:20px 0;}

.columnTitleBar{ display: none;}
.columnContent{
	margin:auto;
	padding: 20px 0;
	min-height: 600px;
}

.banner{ height: 260px; width: 100%; background-image: url("https://www.petcc.org/content/template/images/banner/1.jpg"); background-position: center top; background-size: cover;}


@media only screen and (max-width:480px) {
	.banner{height:150px}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	.banner{height:260px}
	.columnContent{ min-height: 600px;}
}
@media only screen and (min-width:1025px) {
	.banner{height:260px}
	.columnContent{ min-height: 600px;}
}