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

/* === Txt styles === */

h1 {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #353535;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 38px;
	text-align: center;
	color: #373737;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 38px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}
h4 {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
   font-weight: normal;
   font-size: 16px;
   text-align: center;
   color: #393939;
   margin: 5px 0;
	padding: 0;
	z-index: 1;
	position: relative;
}
h5 {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 19px;
	text-align: left;
	color: #fff;
	margin: 5px 0;
	padding: 0;
	z-index: 1;
	position: relative;
}
h6 {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	color: #fff;
	margin: 5px 0;
	padding: 0;
	z-index: 1;
	position: relative;
}
.maintxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
.largeTxt {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 23px;
	text-align: left;
	margin: 20px 0;
	padding: 0;
	position: relative;
	color: #1D1D1D;
}
.mediumTxt {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #1D1D1D;
	margin: 5px 35px;
	padding: 10;
}
#center {
	text-align: center;
}
#bold {
	font-weight: bolder;
}
#employNameTxt {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
   	font-weight: bold;
   	font-size: 26px;
}
#employSurenameTxt {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
   	font-weight: bolder;
   	font-size: 30px;
}
#employTitleTxt {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
   	font-weight: bold;
   	font-size: 17px;
	font-color: #036468;
}

#employInfoTxt {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
   	font-weight: normal;
   	font-size: 16px;
}

#employPhoneTxt {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
   	font-weight: bolder;
   	font-size: 30px;
   	position: absolute;
   	bottom: 55px;
}

#employEmailTxt {
	color: #474747;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
   	position: absolute;
   	bottom: 15px;
}

.address {
	width: 200px;
	margin: 0 auto;
	position: relative;
	padding: 10px;
}
/* === Main Menu Button Styles === */

button.btn-know { 
	padding: 14px 46px; 
	margin: 40px 38.8%;
	text-align: center;
	border: 4px solid #fff; 
	color: #fff; 
	background: transparent; 
	font-size: 19px;
	cursor: pointer;
	text-shadow: -1px 2px 0px rgba(90, 90, 90, 0.56);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn-know:hover { background: #fff; color: transparent; }
ul.built { list-style: none; margin: 0 auto; width: 730px; }
.built li img{ float: left; padding-right: 34px; }

/* === Submit Button Style === */
button.submit {
	border-width: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background-color: #00505a;
	padding-top: 7px;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 9px;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	-webkit-transition: all 50ms ease-in-out 10ms;
	-o-transition: all 50ms ease-in-out 10ms;
	transition: all 50ms ease-in-out 10ms;
	font-size: 13pt;
	vertical-align: middle;
}
button.submit:hover {
	background-color: #515151;
	color: #D3D3D3;
}
button.submit:active {
	color: #FFFFFF;
	background-color: #989898;	
}
/* === Login Button Style === */
.login_button {
	border-width: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background-color: #8aedff;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #00505a;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	-webkit-transition: all 50ms ease-in-out 10ms;
	-o-transition: all 50ms ease-in-out 10ms;
	transition: all 50ms ease-in-out 10ms;
	font-size: 14pt;
	vertical-align: middle;
}
.login_button:hover {
	background-color: #565656;
	color: #D3D3D3;
}.login_button:active {
	color: #FFFFFF;
	background-color: #767676;
}

.login_button2 {
	border-width: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background-color: #00505a;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	-webkit-transition: all 50ms ease-in-out 10ms;
	-o-transition: all 50ms ease-in-out 10ms;
	transition: all 50ms ease-in-out 10ms;
	font-size: 14pt;
	vertical-align: middle;
}
.login_button2:hover {
	background-color: #515151;
	color: #D3D3D3;
}.login_button2:active {
	color: #FFFFFF;
	background-color: #989898;
}

/* input form styles */
inputs:-webkit-input-placeholder { 
    color:    #b5b5b5; 
} 
 
inputs-moz-placeholder {
	color: #b5b5b5;
	font-size: medium;
} 
 
 .inputs  {
	background: #f5f5f5;
	font-size: 12pt;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	padding: 7px 4px;
	width: 140px;
	margin-bottom: 20px;
	box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
	clear: both;
	color: #858585;
} 
.inputs:focus { 
    background: #fff; 
    box-shadow: 0px 0px 0px 3px #858585, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 ); 
    outline: none;    
}
