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


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


:focus {
	outline: 0;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
}


img
   {
   display:block; /*images must be set to block in order use auto margins*/
   margin:0 auto; /*centers images in most browsers*/
   text-align:center; /*centers images in older browsers*/
   }



body {
	background: #161616;
	font-family:calibri;
	overflow:hidden;
/*	background-image: url(images/bg.png); */
} 

A:link {text-decoration: none; color:#ffffff}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color:#ffffff;}
.light {background-position:center; background-color:#161616; background-repeat:repeat-y; height:100%; width:100%; position:absolute;}
.wrapper {
/*  position: absolute;
  margin: -275px 50px 50px -350px;*/
  left: 50%;
  top: 50%;  }
.center {
	width:350px;
	height:240px;
	background-image: url(images/front.png);
	background-position:45% 50%;
	background-repeat:no-repeat;
	position: absolute;
	top: 50%;
	left:50%;
	margin: -125px 0% 0% -171px;
	
}  
.content {
#	width:340px;
	height:240px;
	position: absolute;
	top: 50%;
	left:50%;
	font-size:15px; 
	font-family: Calibri, Arial;
	font-weight:bold;
	font-size:16px;
	color:#ffffff;
	text-shadow: #2b2b2b 0.2em 0.2em 0.3em;
	padding-top:90px;
	margin: -125px 0% 0% -171px;
}	

.tline {background-position:center; background-image:url(images/line.png); background-repeat:no-repeat; height:16px; background-size: 100% 100%;}
.cline {background-position:center; background-image:url(images/line.png); background-repeat:no-repeat; height:16px; width:100%; position:absolute; top: 13%;
background-size: 100% 100%;
margin-top:100px;}
.bline {background-position:center; background-image:url(images/line.png); background-repeat:no-repeat; height:16px; width:100%; position:absolute; top: 49%;
background-size: 100% 100%;
margin-top:100px;}

@supports (-webkit-appearance:none) {
    nav.tm_navbar {
        background: green;
    }
}      

.misc {
	background-repeat:no-repeat;
	background-size: cover;
	position:absolute;
	display: block;
	width: 65px;
	height: 64px;
	text-indent: -99999px;
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:  -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

/* @media only screen and (max-device-width: 768px) {
 

.FBButton {
	margin-left: 0px;
	background: url('/images/facebook_h.png') bottom;
}
.FBButton:hover {
}

.YOButton {
	margin-left: 130px;
	background: url('/images/youtube_h.png') bottom;
}
.YOButton:hover {
}

.LIButton {
	margin-left: 260px;
	background: url('/images/linkedin_h.png') bottom;
}
.LIButton:hover {
}

} */