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

a img {
	border: none;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	padding: 5px 11px 5px 30px;
	font-size: 12px;
	line-height: 22px;
	color: #999999;
	position: relative;
}

#followus {
	width: 130px;
	height: 65px;
	position: absolute;
	top: 7px;
	right: 220px;
}

#followus2 {
	width: 130px;
	height: 65px;
	float: right;
}

#followus3 {
	width: 130px;
	height: 65px;
	position: absolute;
	top: 7px;
	right: 20px;
}

#followus p {
	margin: 12px 0 0 0;
}

#followus2 p {
	margin: 12px 0 0 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

#contact {
	width: 550px;
	float: left;	
}

#feature {
	width: 238px;
	border-left: solid 1px #999999;
	float: right;
	text-align: center;
}

#feature1 {
	padding: 10px 0 0 8px;
}

#feature2 {
	padding-left: 8px;
}

.logo {
	margin: 0 auto;
}

#footer2 {
	border-top: solid 1px #FFFFFF;
	font-size: 14px;
	padding: 5px;
	background-color: #d8d8d8;
}

#footernav {
	text-align: center;
	font-size: 80%;
}

#footer3 {
	font-size: 70%;
	padding: 0 0 10px 0;
	background-color: #d8d8d8;
	text-align: center;
}

#footer3 p {
	width: 600px;
	margin: 4px auto;
}

.bold {
	font-weight: bold;
}

.bold2 {
	font-weight: bold;
}

a, a:visited {
	color: #557bbe;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #557bbe;
	text-decoration: underline;
}


.right {
	text-align: right
}

.center { 
	text-align: center;
}

.clear {
	clear: both;
}