/* ---- SITE ---- */

DIV {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

HTML { 
  height: 100%;
}


@font-face {
font-family: PFIsoText;
font-weight: bold;
src: url("../css/pfisotextpro-reg.otf") format("opentype");
}


.contact p {
	font-weight:bold; 
	font-size:130%; 
	line-height: 150%;
	font-family: PFIsoText, sans-serif;
}

BODY {
	background-color: #b4aca1;
	color: #18100d;
	font-family: 'Isotext', sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	margin: 0;
	padding: 0;
	background-image: url("/img/bg1_brown.jpg");
	background-position: center center;
	background-size: cover;
	height: 100%;
	position: relative;
}

STRONG {
	font-weight: bold;
}

A, A:link, A:visited, A:active {
	color: inherit;
}
A:hover {
	text-decoration: none;
}

DIV#top_bar {
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0px;
	left: 0px;
  	background-image: url("/img/bg_top_brown.png");
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: -100;
}

DIV#bottom_bar {
	position: absolute;
	width: 100%;
	height: 200px;
	bottom: 0px;
	left: 0px;
  	background-image: url("/img/bg_bottom_brown.png");
	background-position: bottom center;
	background-size: 100%;
	background-repeat: no-repeat;
	color: #b4aca1;
	z-index: -100;
}

DIV#info {
	position: absolute;
	bottom: 15px;
	right: 20px;
	font-size: 8pt;
	line-height: 10pt;
}

DIV#info DIV {
	float: left;
	margin-left: 20px;
}

DIV#copyright {
	position: absolute;
	bottom: 15px;
	left: 20px;
	font-size: 8pt;
	line-height: 10pt;
	z-index: 1000;
}


A#homebutton {
	display: block;
	padding: 20px;
}

A#homebutton IMG {
	border: 0;
	display: block;
}

/* MENU */
	
UL#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 20px;
	left: 100px;
	z-index: 1000;
}

UL#menu LI {
	float: left;
	font-weight: normal;
	margin-right: 15px;
}

UL#menu A {
	color: #18100d;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

UL#menu A:HOVER{
	border-color: #4c3e3d;
}

/* CONTENT */

DIV#contenttable {
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	z-index: 200;
	/*background-color: #f00;*/
}
DIV#contentrow{
	display: table-row;
}	
DIV#contentcell {
	display: table-cell;
	vertical-align: middle;
}

DIV.content {
	width: 900px;
	margin: 0 auto;
	background-color: #eae9e7;
	background-color: rgba(234, 233, 231, 0.9);
	padding: 30px 35px;
	position: relative;
	z-index: 500;

}


DIV.content H1 {
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px solid #b4aca1;
}

DIV.twocolumns H2 {
	font-weight: bold;
	margin: 10px 0 5px;
}


DIV.twocolumns {
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
	column-gap: 40px;
}

DIV.twocolumns > DIV.nobreak { 
	-moz-column-break-inside: avoid;
	-webkit-column-break-inside: avoid; 
	column-break-inside: avoid;
}

DIV#about UL, DIV#services UL, DIV#employees UL {
	list-style: square;
	margin-left: 20px;
}

DIV#about UL > LI {
	margin-bottom: 20px;
}

DIV#employees UL > LI {
	margin-bottom: 5px;
}

SMALL {
	font-size: 80%;
}
