/* Common shared styles */

/* Footer **************************************/
#footer { border-top: 1px solid #e8e9eb; border-bottom: 1px solid #e8e9eb; background: #fff; padding: 1px 0; text-align: left; }
#footer .container { width: 900px; margin: 0 auto; padding: 0 30px; }
#footer .inner { padding: 25px 0; margin: 0; background: #fafafa; }
#footer .list { float: left; margin: 0 45px 0 0; }
#footer h3 { color: #444444; font-size: 12px; font-weight: bold; margin: 0 0 10px 0; }
#footer ul {
	margin: 0;
	padding: 0;
	width: 135px;
	color: #444444;
	font-size: 10px;
	list-style: none;
}
#footer ul li { border-bottom: 1px dashed #d5d5d5; line-height: 30px; }
#footer ul li a { text-decoration: none; color: #444444; font-weight: normal; }
#footer ul li a:hover { text-decoration: underline !important; }

#footer .logoRight { float: right; width: 300px; padding: 40px 0; }
#footer .logoRight p { font-size: 10px; line-height: 16px; margin: 0; color: #8d8d8d; }
#footer .logoRight a { text-decoration: none; font-size: 10px; color: #8d8d8d; }
#footer .logoRight a:hover { text-decoration: underline; }
#footer .logoRight img { float: left; margin: 0 10px 0 0; }

#azureBar { 
	height: 33px; 
	background: #fff;
	width: 900px;
	padding: 0 30px;
	margin: 20px auto;
	text-align: left;
}

#azureBar a {
	display: block;
	color: #bebebe;
	font-size: 10px;
	text-decoration: none;
	line-height: 33px;
}

#azureBar a img { float: left; }

.clearer { clear: both; height: 1px; }
