@charset "utf-8";
/* CSS Document */

#contact .sites {
	float: left;
	display: block;
	height: 128px;
	width: 420px;
	margin: 20px 10px 0px 10px;	
	border: #000066 1px solid;
	text-decoration: none;
}

#contact .email {
	float: left;
	clear: left;
	display: block;
	height: 128px;
	width: 420px;
	margin: 10px 10px;
	border: #000066 1px solid;
	text-decoration: none;
}

#contact .email img, #contact .sites img {
	float: left;
	margin: 16px 5px 16px 5px;
	border: none;
}

#contact .email h1, .sites h1 {
	float: left;
	width: auto;
	border-bottom: none;
	font-size: 16px;
	margin: 10px 0 0 10px;
	text-decoration: none;
	cursor: pointer;
}

#contact .email p, .sites p {
	float: left;
	width: 300px;
	height: 40px;
	margin: 0 10px;
	text-decoration: none;
	cursor: pointer;
}

#Main #contact .email h2, #Main #contact .sites h2 {
	float: left;
	clear: left;
	text-align: right;
	font-size: 12px;
	width: 417px;
	height: 22px;
	color: #FFFFFF;
	margin: 0;
	padding: 2px;
	background-color: #00275d;
	cursor: pointer;
	line-height: 20px;
}

#contact .email h2 , .sites h2  {
	color: #FFFFFF;
	text-decoration: none;
}

#contact .email:hover h2, .sites:hover h2 {
	text-decoration: underline;
}

.phone {
	float: left;
	clear: none;
	display: block;
	height: 252px;
	width: 270px;
	margin: 60px 0 0 20px;
	padding: 10px;
	border: #000066 1px solid;
	background: url(../images/phone_bg.gif) no-repeat right;
}


