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

body {
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	}

#wrapper {
	width: 803px;
	margin-left: auto;
	margin-right: auto;
	}

#header {
	width: 738px;
	height: 117px;
	background-image: url(images/header.gif);
	background-position: right;
	background-repeat: no-repeat;
	float: left;
	padding-top: 19px;
	padding-bottom: 16px;
	padding-left: 65px;
	}



#header_services {
	float: left;
	padding-top: 5px;
	}

#main {
	width: 803px;
	background-image: url(images/main_bg.gif);
	float: left;
	background-repeat:repeat-y;
	}

#left {
	width: 205px;
	float: left;
	}

#nav {
	width: 188px;
	height: 195px;
	float: left;
	background-image:url(images/nav_bg.gif);
	padding-left: 6px;
	padding-right: 11px;
	padding-top: 6px;
	}

.button {
	float: left;
	margin-bottom: 3px;
	}

#nav_bottom {
	width: 205px;
	height: 19px;
	float: left;
	background-image: url(images/nav_bottom.gif);
	}

#left_content {
	width: 118px;
	float: left;
	padding-right: 29px;
	padding-left: 58px;
	padding-top: 12px;
	position: relative;
	}

.facebook {
	position:absolute;
	top:-15px;
	right:163px;
	width:41px;
	height:171px;
	background: url(images/facebook.png) top center no-repeat;
	display:block;
}

.facebook:hover {
	background: url(images/facebook2.png) top center no-repeat;
}

#right {
	width: 543px;
	float: left;
	padding-left: 13px;
	padding-right: 42px;
	padding-top: 15px;
	padding-bottom: 20px;
	}

#footer {
	width: 803px;
	height: 50px;
	float: left;
	background-image: url(images/footer.gif);
	}

#keyweb {
	width: 803px;
	float: left;
	text-align: right;
	padding-top: 3px;
	}

#footer_links {
	width: 460px;
	height: 34px;
	float: left;
	padding-top: 16px;
	padding-left: 90px;
	}

#copyright {
	/*width: 203px;*/
	height: 34px;
	float: right;
	padding-top: 16px;
	text-align: right;
	padding-right: 50px;
	}

#contact_form {
	width: 300px;
	float: left;
	padding-right: 20px;
	}

#contact_info {
	width: 181px;
	float: left;
	padding: 20px;
	border: 1px #CCCCCC solid;
	}
	
/* Text Styles */

#header_services {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	}

#right {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	}

#right a, #right a:link {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	}

#right a:hover {
	color: #333333;
	}

#footer {
	color: #fff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

#footer_links a, #footer_links a:link {
	color: #fff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	}

#footer_links a:hover {
	color: #fff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	}
	
.social-icons {
	float: left;
	margin-right: 10px;
	}
	
.footer-icons {
	display:block;
	}
.facebook-icon {
	width: 17px;
	height: 17px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-size: 100%;
	display:block;
	}
.social-icons a:hover .facebook-icon {
	background-position:0 bottom!important;
	}
	
.content-social-icons {
	/*float: left;*/
	margin-right: 10px;
	}
	
.content-icons {
	display:block!important;
	float:left;
	margin-left: 10px;
	}
.content-facebook-icon {
	width: 26px;
	height: 26px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-size: 100%;
	display:block;
	}
.content-social-icons a:hover .content-facebook-icon {
	background-position:0 bottom!important;
	}
