@charset "utf-8";
/* CSS Document 
   MZM
   21-07-2009
*/

body
{
	font-family:Tahoma, Geneva, sans-serif;
	font-style: margin:0 0 0 0;
	font-color: #666666;
	font-size:13px;
	text-align:center;
	color:#000;
 	background:#fff;
}

*{margin:0; padding:0;}
:focus{ outline:none;}
img,fieldset,canvas{border:none;}
a{	color:#000;	text-decoration:none;}
dl,dd,dt{ text-align:left;  }

/*start wraper*/
#wraper{
	width:866px;
	margin:0 auto;
	text-align:left;  
}
#wraper h1{
	font-size:20px;
	color:#A29062;
	padding-bottom:8px;
}
.logo{
	display:block;
	width:343px;
	overflow:hidden;
}

.banner{
	width:866px;	
	margin-top:5px;
	display:block;
}
 
/*Start main body*/
.BodyContent{
	width:866px;
	padding-bottom:10px;
	float:left;  
	color:#666;
}
a {
	color:#A29165;
}
.homeTitle{
	padding-top:20px;
}
.homeUL {
	margin-left: 130px;
	font-size:20px;
}
.homePic{
	display:block;
	width:541px;
	overflow:hidden;
	float:left;
	padding:15px;
}
.BodyContent h3{
	color:#A29062; /*#9D986D;*/
	font-size:20px;
	margin-top:25px;
}
.BodyContent h2{
	color:#000;
	font-size:14px;
	margin-top:18px;
}

.BodyContent ul {
	color:#666666;
	list-style-image:url(../images/dot.png);
	list-style-position:outside;
	line-height: 1.5em;
	padding: 25px;
}

.container {
	width:866px;
	
}

/*Sart subpage conText*/
.conText{
	float:left;
	width:615px;
	height:100%;
	padding:0 10px 0 3px;
	color:#66666;
}
.conWideText{
	float:left;
	width:866px;
	height:100%;
	padding:0 10px 0 3px;
}
.conText p {
	color:#666666;
	padding:15px 0 0 0;
}

.conText ul {
	color:#666666;
	list-style-image:url(../images/dot.png);
	list-style-position:outside;
	line-height: 1.5em;
	padding: 25px;
}

.columns ul {
  float: left;
  width: 40em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.column li {
  float: left;
  width: 20em;
  margin: 0;
  padding: 0;
}

/* Start page format*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


.projectIMG {
	display:block;
	margin: 0px 20px 0px 0px;
	border:#EEECDE 2px solid;
}

/*start home sidebar*/
.homeSidebar{
	width:295px; 
	border:#A29062 1px solid;
	float:left;
	margin:7px 0 0 6px;
	padding:10px 11px 10px 11px;
}
.homeSidebar p{
	padding:0 20px 0 0;
	color:#666;
}
/*Start subpage sidebar*/

.sidebar{
	width:209px;
	float:right;
	background:#EEECDE;
	padding:0 14px 5px 14px;
	margin-top:7px;
}

.sidebarBottom {
	height:100%;
}

.sidebar p{
	padding:0 0 8px 0;
	color:#666666;
}
.sidebar p a{
	color:#A29062;
}
.sidebar .sidebarImage{
	display:block;
	width:208px;
	border:#fff 1px solid;
	text-align:center;
	overflow:hidden;
	margin:10px 0;
}
/* .sidebar .ignore{ margin-top:0; } */
.sidebar address{
	font-style:normal;
	color:#666;
}
/*Start footer*/
.footer{
	width:866px;
	/*overflow:hidden; */
	padding-bottom:100px;
	float:left;
	
}
.footer span{
 	width:866px; height:21px;
	background:#A29062;
	display:block;
	float:left;
	margin-top:8px;
	text-align:center;
	color:#fff;
	padding-top:3px;
	font-family: Tahoma, Geneva, sans-serif;
}
.footerNavigation{
	width:866px;
	float:right;
	height:24px;
	background:#A29062;
}
.footerNavigation li{
	float:left;
	padding:3px 7px 0 7px;
	color:#fff;
	background:url(../images/nav-bdr.jpg) no-repeat left 4px;
}
.footerNavigation li a{
	color:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
}
.footerNavigation li a:hover{
	color:#333;
}
.footerNavigation a:hover{
	
}
.footerNavigation .copyright{
	width:440px;
	padding-left:10px;
	font-family: Tahoma, Geneva, sans-serif;
}
