@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 936px;
	background: #FFFFFF;
	margin: 0 auto;
	height: 580px;
}

#logo  {
	text-align:center;
	position: relative;
	margin-top: 0px;
}
.textcolortan {
	color: #a2a085;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.homeimages {
	float:left;
	padding-right:37px;

}

.rightborder {
	/*border-right:1px solid black;*/
	float:right;
}
#bottomband {
	background-color: #D7D6BC;
	height: 7px;
	background-image: url(../images/TAN.jpg);
	margin-top: 10px;
}
#footer {
	background-color:#FFF;
	text-align: right;
	width: 936px;
}


#footer a  {
	font-family:Tahoma, Geneva, sans-serif;
	color:#a2a085;
	font-size:14px;
	font-weight: bold;
}

#footer a:link {
	color:#a2a085;
	text-decoration:none;
}

#footer a:visited  {
	color:#a2a085;
	text-decoration:none;
}

#footer a:hover  {
	color:#000;
	text-decoration:none;
}

.footerpad {
	height:12px;
	width:100%;
}
.linkspacer {
	padding-top: 0px;
	padding-right: 125px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.homelink {
	;
	text-align:right;
}


.homelink a {
	color:#a2a085;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}
.homelink a:link {
	color:#a2a085;
	text-decoration:none;
}
.homelink a:visited {
	color:#a2a085;
	text-decoration:none;
}
.homelink a:hover {
	color:#000;
	text-decoration:none;
}

.active {
	color:#000;
}
.active a {
	color:#000;
}
.active a:link {
	color:#000;
	text-decoration:none;
}.active a:visited {
	color:#000;
}.active a:hover {
	color:#000;
	text-decoration: none;
}
.clients {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#homepagecontainer {
	width: 936px;
	background: #FFFFFF;
	margin: 0 auto;
}
#footercontainer {
	width: 936px;
	background: #FFFFFF;
	margin: 0 auto;
}
.green {
	color: #23751E;
}

#homelinkcontainer {
	width: 936px;
	background: #FFFFFF;
	margin: 0 auto;
}
#homelogo {
	text-align:center;
	position: relative;
	margin-top: 46px;
}
