html {
	text-rendering: optimizeLegibility !important;

-webkit-font-smoothing: antialiased !important;

}
body { 
  background-color: #444;
  background-image: url('../img/bg1.jpg');
  font-family: Junction;
  color: #fefefe;
  margin: 0;
  letter-spacing: 1px;
  
}
a {
	text-decoration: none;
}
input, textarea {
	font-family: Junction;
}
::-webkit-input-placeholder {
   color: #428bca;
}

:-moz-placeholder { /* Firefox 18- */
   color: #428bca;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #428bca;  
}

:-ms-input-placeholder {  
   color: #428bca;  
}
@font-face {
  font-family: Caviar;
  src: url('fonts/Caviar_Dreams_Bold.ttf');
}

@font-face {
  font-family: Junction;
  src: url('fonts/Junction.otf');
}
@font-face {
  font-family: HN;
  src: url('fonts/HelveticaNeue.ttf');
}
 
 
#topnav { 
	width: 100%; 
	margin: 0; 
	height: 100;  
	color: #efefef;
	padding: 0 0 12 0; 
	background-image: url('../img/7b7b7b_9.png'); 
	font-family: Caviar;

	}
#topnav img {
	margin-left: 30;
	margin-top: 18;
	float: left;
}
#topnav a {
	color: #fff;
}
#topnav a:hover {
	color: #9CD5F8;
}
.topnav_selectors {
	padding: 45 0 0 36%;
	font-size: 1em;
	
}
.space {
	position: fixed;
	background-color: #428bca;
	color:#eee;
	font-size:0.9em;
	padding:10 12 10 12;
	float:right;
	margin-right:0;
	right: 158;
	
}
.space:hover {
	background-color: #eee;
	color: #428bca;
}
.number {
	position: fixed;
	background-color: #efefef;
	color:#428bca;
	font-size:0.9em;
	padding:9 12 9 12;
	float:right;
	margin-right:0;
	right: 9;
	
}
.number:hover {
	background-color: #bbb;
	color: #fff;
}
.number img{
	margin:2 4 -2 0;
	height:14;
}

#main_wrap {
	width: 100%; 
	height: auto;
	min-height: 524;
	padding-top: 69px;
}
#main_content {
	margin: 10 auto;
	height: 500; 
	width: 75%; 
	min-width: 750; 
	background-color: #000; 
	background-size: 100%;
	border-radius: 6px; 
	text-align: center;
	padding: 0 12 0 12; 
	box-shadow: 3px 3px 3px #777;  
} 
#main_content2 {
	margin: auto;
	height: auto; 
	width: 75%; 
	min-width: 600;  
	background-image: url('../img/main_bg.jpg');
	border-radius: 6px; 
	text-align: center;
	padding: 12; 
	box-shadow: 3px 3px 3px #777; 
	color: #444; 
} 
#main_content_box {
	padding: 10 14 20 14;
	background-color: #fff;
	color: #444;
	border-radius: 4px;
	line-height: 1.4em;
	text-align: justify; 
}
#main_content_box a {
	color: #2ba6cb;
}
#main_content_box a:hover {
	color: #000;
}
#main_content_box img {
	border-radius: 6px;	
}
#main_content_left {
	width: 47.5%;
	height: auto;
	float: left;
	padding: 6;
	background-color: #ff0000;
	margin-bottom: 12;
}
#main_content_right {
	width: 47.5%;
	height: auto; 
	float: right;
	padding: 6;
	background-color: #0000ff;
	margin-bottom: 12;
}
#footer {
width: 100%;
min-width: 940;
height: 100px;
margin: 110 0 0 0;
background-color: #7b7b7b; 
position: relative;
color: #fbfbfb;  
text-align: center; 
bottom: 0; 
padding: 48 0 0 0;  
font-size: 0.8em;
display: inline-block;
font-family: HN;
bottom: 0;
}
#footer a:link,
#footer a:visited{
   color: #FFF;
   text-decoration: none;  
}
#footer a:hover{
color: #9CD5F8;
} 
#footer_left {
width: 40%;
float: left;
padding-top: 20;	
padding-left: 12%;
display: inline-block;
}
#footer_right {
width: 40%;
float: right; 
display: inline-block;
} 
#footer_right img {
margin-top: 8;
margin-right: 6;
margin-left: 6;
float: left;
}

/* Employment form */
#inquiry {
margin: 0 auto;	
width: 300;
}
#input {
	margin: 8 0 0 0;
	border-radius: 4px;  
	color: #333;
	width: 300;
	height: 36;
	outline: none;
	border: solid 1px #bbb;
	font-size: 1em;
	padding: 0 6 0 10;
}
#input:hover {
    border: solid 1px #2ba6cb;
}
#input:focus {
	border: solid 1px #666;
}
#large_input {
	margin: 8 0 8 0;
	border-radius: 4px;  
	color: #7b7b7b;
	width: 300;
	height: 150;
	outline: none;
	border: solid 1px #bbb;
	font-size: 1em;
	padding: 6 6 0 10;
	resize: none;
}
#large_input:hover {
    border: solid 1px #2ba6cb;
}
#large_input:focus {
	border: solid 1px #666;
}
#submit {
	width: 300;
	border-radius: 4px;
	color: #666;
	border: solid 1px #bbb;
	height: 36;
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 20 0;
	
}
#submit:hover {
	background-color: #2ba6cb;
	color: #fff;
	
}
.slider { 
	width: 100%; 
	margin: 6 0 30 0;
	padding: 0; 
	height: 160;
	}
.slider img, ul, li {
	margin-left: 0;
	padding-left: 0;
    width: 100%;
	margin: 0;
	} 

 
 