@charset "utf-8";
/* CSS Document */

a:link , a:visited , a:active
{
	color:#0087D3;
	font-weight:bold;
	text-decoration:none;	
}

a:hover
{
	color:#009CF3;
	text-decoration:underline;	
}

.title
{
	color:#fff;
	height:50px;
	font-weight:bold;
	line-height:50px;
	text-align:center;
	letter-spacing:1px;
	font-size:20px !important;
	text-shadow:0px 0px 3px #005BB4;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#499bea+0,207ce5+100;Blue+3d+%237 */
	background: #499bea; /* Old browsers */
	background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #499bea 0%,#207ce5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #499bea 0%,#207ce5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */		
}

.lable
{
	color:#fff;
	height:40px;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	letter-spacing:1px;
	font-size:20px !important;
	text-shadow:0px 0px 3px #000000;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#499bea+0,207ce5+100;Blue+3d+%237 */
	background: #499bea; /* Old browsers */
	background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #499bea 0%,#207ce5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #499bea 0%,#207ce5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */

}

.container
{
	width:420px;
	margin:0 auto;
	overflow:hidden;	
	line-height:22px;
	border:1px solid #ccc;
	font-size:18px !important;
}

@media(max-width:500px)
{
	.container
	{
		width:100%;
	}
}

.row
{
	width:100%;
	float:left;
	margin:30px 0px 100px 0px;
}

.row ul
{
	margin:0px;
	padding:0px;		
}

.row li
{
	width:100%;
	float:left;
	display:inline;
	line-height:50px;
	text-align:center;
	margin-bottom:0px;
	letter-spacing:2px;
	border-bottom:1px dotted #ccc;
}




.grid
{
	width:96%;
	float:left;
	margin-top:20px;
	margin-left:20px;
}

.grid ul
{
	margin:0px;
	padding:0px;		
}

.grid li
{
	width:44%;
	float:left;
	height:60px;
	display:inline;
	cursor:pointer;
	font-size:16px;
	text-align:left;
	line-height:60px;
	border-radius:8px;
	letter-spacing:0px;
	margin:0px 15px 15px 0px;
	border:1px dotted #0087D3;
}

.grid li:hover
{
	color:#007EE7;
	font-weight:bold;
	border:1px solid #007EE7;
	background-color:#EFF9FF;
	text-decoration:underline;
}

.grid_icon
{
	width:50px;
	float:left;
	height:50px;
	color:#007EE7;
	font-size:24px;
	line-height:50px;	
	border-radius:6px;
	text-align:center;
	margin:5px 8px 5px 5px;
	background-color:#E8F7FF;
}

.business
{
	width:100%;
	overflow:hidden;
	line-height:60px;
	margin:0px !important;
}

.business ul
{
	margin:0px;
	padding:0px;		
}

.business li
{
	width:100%;
	float:left;
	height:60px;
	margin:0 auto;
	cursor:pointer;
	display:inline;
	line-height:60px;
	text-align:center;
	margin-bottom:15px;
	letter-spacing:2px;
}

.business_item
{
	width:90%;
	height:60px;
	color:#ff6600;
	margin:0 auto;
	line-height:60px;
	border-radius:6px;
	border:1px solid #DBDBDB;	
}

.business_item:hover
{
	/*background-color:#FFF8F3;*/
	border:1px solid #ff6600;	
}

.business_item a:link
{
	color:#fff;
	font-size:24px;
	letter-spacing:4px;
	text-shadow:0px 0px 8px #000;
}

.business_item a:hover
{
	color:#ff0000;	
	text-shadow:0px 0px 4px #fff;
}

.business_item_name
{
	float:right;
	line-height:60px;
	text-align:center;
	margin-right:10px;
	padding:0px 10px 0px 10px;
}

.business_item_link
{
	width:120px;
	float:right;
	text-align:left;
	line-height:60px;
	margin-right:20px;
}

.copyright
{
	width:100%;
	color:#7E7E7E;
	font-size:16px;
	margin-top:10px;
	overflow:hidden;
	padding-top:10px;
	letter-spacing:1px;
	border-top:1px solid #0087D3;
}