﻿
h1
{
	padding-bottom: 12px;
	/*margin-top: -16px;
	padding-bottom: 4px;*/
}

.item
{
	background-position: #40AEFF;
	border: solid 1px #aaa;
	background: #ddd;
	width: 300px;
	text-align: center;
	padding: 4px; /* padding greater than corner height|width */
	margin: 4px 8px 4px 0px;
	color: #000;
	height: 66px;
}

#contact .description
{
	line-height: 20px;
	width: 250px;
	font-size: 13px;
	margin-bottom: 12px;
}

#contact .itemsBlock 
{
}

#contact .itemsBlock .phoneItem
{
	background-position: #40AEFF;
	background: #99CCFF;
	border: solid 1px #6699bb;
	width: 300px;
	text-align: center;
	padding: 4px; /* padding greater than corner height|width */
	padding-bottom: 8px;
	margin: 0px 8px 4px 0px;
	color: #000;
	height: 186px;
}

#contact .itemsBlock .phoneItem .type
{
	font-size: 13px;
	/*font-weight: bold;*/
	display: inline;
	color: #444;
}

#contact .itemsBlock .phoneItem .typenumber
{
	font-size: 16px;
	font-weight: bold;
	display: inline;
	color: #444;
}

#contact .itemsBlock .phoneItem .section
{
	padding-left: 12px;
	margin-bottom: 8px;
}

#contact .itemsBlock .phoneItem .number
{
	font-size: 16px;
	font-weight: bold;
	display: inline;
	color: #bc131a;
}


#contact .itemsBlock .phoneItem .buttons
{
	margin-top: 6px;
	margin-left: 12px;
}

#contact .itemsBlock .phoneItem .buttons a:link, #contact .itemsBlock .phoneItem .buttons a:visited
{
	display:inline-block;
	height: 20px;
	width: 112px;
	overflow: hidden;
	/*text-indent: -9999px;*/
	color: #333;
	background-color: transparent;
  	/*background-position: 50% -21px;*/
	background-repeat: no-repeat;
	border: 1px solid #3399FF;
	margin-right: 20px;
}

#contact .itemsBlock .phoneItem .buttons a:hover {
  	/*background-position: 50% -21px;*/
	border: 1px solid #888;
}

#contact .itemsBlock .item .state
{
	font-size: 14px;
	font-weight: bold;
	display: inline;
	color: #000066;
}

#contact .itemsBlock .item .dotnumber
{
	font-size: 14px;
	font-weight: bold;
	display: inline;
	color: #003399;
}

#contact .itemsBlock .item .address
{
	font-size: 12px;
	display:block;
	margin-top: 2px;
}

#contact .itemsBlock .item .address .phone
{
	font-size: 14px;
	font-weight: bold;
}

#contact .ValidatorSummaryError
{
	background-color: #ffdddd;
	color: #666;
	border: 1px solid #FF3333;
	padding: 4px;
	font-size: 12px;
	line-height: 20px;
}
