/* Footer */

#footer-row {
	background-color: #fff;
	border-top: #e6e6e6 1px solid;
	text-align: center;
}

#footer-container h4 {
	color: #444;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

#footer-container p {
	color: #666;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#footer-container .footer-col {
	display: table;
	height: 200px;
	padding: 20px;
	position: relative;
	text-align: left;
}

#footer-container .text-wrapper {
	display: table-cell;
	vertical-align: top;
}

#footer-container #left-col {
	text-align: left;
}

#footer-container #center-col {
	border-left: #e6e6e6 1px solid;
}

#footer-container #center-col p {
	line-height: 26px;
}

#footer-container #right-col h4 {
	color: #00aeef;
	margin-top: 0px;
}

#footer-container #contact-form {
	background-color: #fbfbfb;
	border: #e6e6e6 1px solid;
	border-radius: 3px;
	height: 160px;
	width: 100%;
}

#footer-container #contact-form .form-field {
	background-color: transparent;
	border: none;
	border-bottom: #e6e6e6 1px solid;
	display: inline-block;
	height: 40px;
	margin-left: -2px;
	margin-right: -1px;
	padding: 10px;
	width: 60%;
}

#footer-container #contact-form .form-field:first-child {
	border-right: #e6e6e6 1px solid;
	margin-right: -3px;
	width: 40%;
}

#footer-container #contact-form textarea {
	background-color: transparent;
	border: none;
	height: 70px;
	padding: 10px;
	resize: none;
	width: 100%;
}

#footer-container #send-button {
	background-color: #00aeef;
	border: none;
	border-bottom: #0096ce 2px solid;
	border-radius: 3px;
	color: #FFF;
	float: right;
	height: 30px;
	margin: 10px 8px 6px 8px;
	max-width: 100px;
	resize: none;
	width: 100%;
}

#footer-container #send-button:hover {
	background-color: #0096ce;
	margin: 11px 8px 5px 8px;
}

/* Sub Footer */

#subfooter-row {
	background-color: #fff;
	border-top: #e6e6e6 1px solid;
	text-align: center;
}

#subfooter-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subfooter-container ul li {
	color: #BBB;
	display: inline-block;
	font-size: 12px;
	line-height: 40px;
	list-style: none;
	margin: 0;
	margin: 0px 15px;
	padding: 0;
}

#subfooter-container ul a {
	color: #BBB;
	line-height: 40px;
}

#subfooter-container ul a:hover li {
	color: #999;
	text-decoration: underline;
}