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

body  {
	width: auto;
	font-family: 'Raleway', sans-serif;
	background-image:url(images/bckground12.png);
	background-size: cover;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0; /* keep margin at 0 */
	padding: 0;
	text-align: center;
}
@font-face
{
font-family: 'Raleway', sans-serif;
src: url (../fonts/'Raleway_thin-webfont.ttf');
src: url (../fonts/'Raleway_thin-webfont.eot'); /* IE9 */
}

/* for all browsers */
		 
a href {color:#000; text-decoration:underline;}
a:link {color:#ea411c; text-decoration:none; }
a:visited {color:#ea411c; text-decoration:none;}
a:hover {color:#ea411c; text-decoration:underline;}
a:active {color:#333; text-decoration:underline;}


#container { 
	width: 80%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
.twoColLiqLtHdr #header { 
	height: 130px;
	background-image:url(images/loftlogo3.png);
	background-repeat:no-repeat;
	background-position: 90px 75px;
}		
  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
 
.twoColLiqLtHdr#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; 
}

.mh-menu{
	height: 70%;
	width: 18%;
	margin: 1.75% auto;
	position: absolute;
	left: 30px;
	top: 108px;
}

.mh-menu a:link {color:#ffffff; text-decoration:none;} 
.mh-menu a:visited {color:#ffffff;text-decoration:none;} 
.mh-menu a:hover {color:#ea411c; text-decoration:underline;} 
.mh-menu a:active {color:#ffffff; text-decoration:underline;}

.mh-menu li{
	width: 100%;
	height: 10%;
	list-style:none;
	list-style-image:none;
}
.mh-menu li a{
	display: block;
	width: 80%;
	padding: 0px 5px;
	text-align: right;
	position: relative;
	height: 100%;
	background: rgba(32,32,32, 0.9);
}
.mh-menu li:hover a{
	background:rgba(32,32,32, 0.7);
}
.mh-menu li a span{
	display:block;
}
.mh-menu li a span:first-child{
	font-weight: 500;
	font-size: 20px;
	padding-top: 5px;
	font-family: 'Raleway', Georgia, serif;
}
/*.mh-menu li a span:nth-child(2){
	font-weight: 500;
	font-size: 20px;
	font-family: 'Salaryman', Georgia, serif;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.mh-menu li:nth-child(1):hover span:nth-child(2){
	color: #fff
}
.mh-menu li:nth-child(2):hover span:nth-child(2){
	color:  #fff;
}
.mh-menu li:nth-child(3):hover span:nth-child(2){
	color:  #fff;
}
.mh-menu li:nth-child(4):hover span:nth-child(2){
	color:#fff;
	
}*/

/*.mh-menu li img{
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
	opacity: 0;
	-webkit-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
	-moz-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
	-o-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
	-ms-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
	transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
}

.mh-menu li:hover img{
	left: 250px;
	opacity: 1;
}*/

.lang {
	cursor: pointer;
	font-size:10px;
	width:auto;
	float:right;
	height:auto;
}

#mainContent {
	width:80%;
	min-height:400px;
	height:auto;
	margin: 0 0 0px 140px;
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255,255,255, 0.6);
	padding: 0 20px 5px 30px;
	font-size:85%;
	/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}
 
#callout {
	width:50%;
	height:auto;
	text-align:center;
	float:right;
	margin: 0 9% 0 0;
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255,255,255, 0.8);
	padding: 5px 30px 5px 30px;
}	
 
h1 {font-family: 'Raleway', sans-serif 90%; }
h2 {font-family: 'Raleway', sans-serif 85%;}

.wrapper {
 width:500px;
 overflow:hidden;
}

.left {
 width:250px;
 float:left;
}

.right {
 width:250px;
 float:right;
}


.smaller{font-size:70%}

.twoColLiqLtHdr #footer { 
	width: 100%;
	height: 125px;
	text-indent:0;
	background:rgba(32,32,32, 0.9) ;}
	
.twoColLiqLtHdr #footer a:link {color:#ffffff; text-decoration:none;} 
.twoColLiqLtHdr #footer a:visited {color:#ffffff;text-decoration:none;} 
.twoColLiqLtHdr #footer a:hover {color:#ea411c; text-decoration:underline;} 
.twoColLiqLtHdr #footer a:active {color:#ffffff; text-decoration:underline;}

.footerp {
	font-size:12px;
	color:#FFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

 /* place css fixes for all versions of IE in this conditional comment */
[if IE]>
<style type='text/css'>
.twoColLiqLtHdr #sidebar1 {padding-top: 30px; }
.twoColLiqLtHdr #mainContent {padding-top: 15px; }
</style>
<![endif]
