*, ul, li {
	padding: 0;
	margin: 0;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	outline:none;
	color:#303030;
}
img{
	border:0;
	vertical-align:top;
}
/* Common Style Ends */
html, body {
	height: 100%;
}
body {
	background: #f5f5f5;
	font: normal 14px helvetica, arial, sans-serif;
}
.logoText {
	font-size: 38px;
	color: #786;
	text-align: center;
	margin: 16px 0;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	text-transform: uppercase;
}
main {
	max-width: 960px;
	width: 95%;
	margin: 0 auto 16px;
	background: #FFF;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
	padding: 0 16px;
	box-sizing: border-box;
}
.infoBlock {
	padding-bottom: 32px;
}
.title {
	font-size: 16px;
	color: #53606b;
	padding-top: 32px;
}
.infoList {
	background: #fafafa;
    padding: 16px;
    margin-top: 16px;
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
    color: #666;
}
.infoList:hover {
	background: #f5f5f5;
}
.listInfo {
	line-height: 20px;
	margin: 12px 0;
	font-style: italic;
	font-weight: bold;	
}
.description {
	font-size: 12px;
	line-height: 18px;
	color: #999;
}
.description p {
	margin-bottom: 8px;
}
.listTitle {
    color: #006c7c;
}
.listTitle a {
	color: #006c7c;
	margin-bottom: 8px;
}
