@charset "utf-8";
body {
	/*font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;*/
	font: 100%/1.4 "Courier New", Courier, monospace;
	
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6, p {	margin-top: 0; padding-right: 15px;	padding-left: 15px; font-family:"Archivo Narrow",Verdana, Geneva, sans-serif;}
a img { border: none; }
a:link { color: #42413C; text-decoration: underline; }
a:visited { color: #6E6C64; text-decoration: underline; }
a:hover, a:active, a:focus { text-decoration: none; }

.container {
	width: 850px;
	height: auto;
	background: #FFF;
	border: thin #666;
	margin: 0 auto; 
	overflow: hidden; 
}

.header {
	text-align:center;
	background-image:url(../images/title.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:110px;
	border-bottom: 1px solid #666;
}

.sidebar1 {
	float: left;
	width: 200px;
	background: #FFF;
	text-align:center;
	vertical-align:middle;
	border-right: 1px solid #666;
}

.content {

	width: 615px;
	float: right;
	font-family: Garamound, "Times New Roman", Times, serif;
	text-indent: 20px;
	line-height:20px;
}

.empBar{
	background-color:#FFF;
	width:850px;
	min-height:15px;
	margin: 0 auto;
	border: 1px solid #666;
}

.empBar2{
	background-image:url(../images/but_bg.jpg);
	width:100%;
	min-height:40px;
	margin: 0 auto;
	border-top: 1px solid #666;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none; 
	margin-top: auto;
	margin-bottom: auto;
	}

ul.nav li {
	border-bottom: 1px solid #666; 
}

ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block;
	width: 180px;  
	text-decoration: none;
	background-image:url(../images/but_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:middle;
	min-height: 20px;
	border-right: thin #000;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-image:url(../images/but_bg_drk.jpg);
	color: #000;
}

#img_phone, #img_glass{
	border: 1px solid #AAA;
	margin-top: 20px;
}

.imgCert{
	text-align:center;	
	
}

.footer {
	text-align:center;
	background-color:#C2BCB6;
	height: auto;
	padding: 5px 0;
	width: 850px;
	border: thin #000;
	margin: 0 auto;
}

.fttxt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	line-height:normal;
	padding: 1px 10px 1px 10px;

}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}