@charset "utf-8";
/* CSS Document */

/* Footer */
#footer {
	clear:both;
	border-top:1px solid #cde1f3;
	margin-top:20px;
	padding-top:8px;
	height:40px;
	margin-bottom:20px;
}

#footerLeft {
	font-size:11px;
	color:#71aee7;
	width:620px;
	float:left;
}

#footerLeft a {
	color:#71aee7;
	text-decoration:none;
}

#footerLeft a:hover {
	color: #71aee7;
	text-decoration:underline;
}

#footerLeft a:visited {
	color: #71aee7;
	text-decoration:none;
}

#copyright {
	font-size:11px;
	margin-top:4px;
}

#copyright a {
	color:#3986ce;
	text-decoration:none;
}

#copyright a:hover {
	color: #3986ce;
	text-decoration:underline;
}

#copyright a:visited {
	color: #3986ce;
	text-decoration:none;
}

#copyright .spacer {
	margin-left:20px;
}

#footerRight {
	float:right;
	text-align:right;
	background:url(../images/iphone.gif) no-repeat right top;
	padding-right:28px;
	height:37px;
	padding-top:2px;
}

#footerRight #phoneNumber {
	font-size: 16px;
	color: #71aee7;
}

#footerRight .phoneNumber a {
	color: #71aee7;
}

#footerRight #email {
	font-size: 11px;
	color: #71aee7;
}

#footerRight #email a {
	color: #71aee7;
	text-decoration:none;
}

#footerRight #email a:hover {
	color: #71aee7;
	text-decoration:underline;
}

#footerRight #email a:visited {
	color: #71aee7;
	text-decoration:none;
}