﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 600;
	margin: 0 auto;
	width: 1000px;
}

a {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
.template-blackbox-top {
	background-image: url('images/back-top.jpg');
	background-repeat: no-repeat;
}
.template-blackbox-middle {
	background-image: url('images/back-middle.jpg');
	background-repeat: repeat-y;
}
.template-blackbox-bottom {
	background-image: url('images/back-bottom.jpg');
	background-repeat: no-repeat;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: bottom;
}
.template-header-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-left: 10px;
	font-weight: bold;
	color: #000000;
}
#nav a {
	display: block;
	width: 80px;
	height: 40px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-left: 10px;
	font-weight: bold;
	overflow: hidden;
	float: left;
	font-style: normal;
	color: #000000;
}
#nav a:hover {
	color: #646567;
}
.footertext {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-right: 30px;
}
.footertext a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.footertext a:hover {
	color: #646567;
}
.main-div-padding {
	padding-right: 20px;
	padding-left: 20px;
}
.whitebox-top {
	background-image: url('images/home-whitebox-top.jpg');
	background-position: 50% bottom;
	background-repeat: no-repeat;
}
.whitebox-middle {
	background-image: url('images/home-whitebox-middle.jpg');
	text-align: center;
}
.whitebox-bottom {
	background-image: url('images/home-whitebox-bottom.jpg');
	background-position: 50% top;
	background-repeat: no-repeat;
}
.whitebox-header {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.whitebox-image {
	border: 0px solid #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}
.office-list {
	padding-bottom: 8px;
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.5;
      }