
body {
  background-color: #EEEEEE;
  margin: 10px 10px;

}

/* scroll bar issue */
html { overflow:scroll; }

hr{
	color: #dddddd;
	border-top: 1px solid #dddddd;
}

div.sline-top{
		border-top: 1px solid #cccccc;
		padding: 1px 0 1px 0;
		clear: both;

}
div.sline-bottom{
        margin-top: 6px;
		border-top: 1px solid #cccccc;
		padding: 1px 0 1px 0;
		clear: both;

}

div.space-line{
		border-top: 1px solid #ffffff;
		padding: 2px 0 2px 0;
		clear: both;

}



.container {	

  padding: 1.0em;
  background-color: #ffffff;
}



#client-login{

    padding: 2px 2px 0px 30px;

    border: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#client-login h5{
  
}





.job_detail  li {
	list-style-type: disc;
	padding: 5px;
    margin-left: 10px;
}

.job_detail h1{
	font-family: Arial;
	font-size: 1.5em; color: #000066; line-height: 1.4em; background-color: #EEEEEE; padding: 10px 10px 0 20px;
}

#job_title{
	background-color: #EEEEEE;
}

#top{
	padding-bottom: 1px;
	margin-bottom: 0;

}

#middle{
	padding-top: 0px;
	margin-top: 0;


}

#header-login{

	text-align: right;	
	font-size: 0.8em;
	padding-right: 10px;
}


#header-login a{ 
	text-decoration: underline;
	color: blue;
}



#footer {
  background-color:#ffffff;
  padding: 1px 1px;
  font-size: 0.7em;
  text-align: center;
  font-family: Verdana,Arial, Helvetica;
  color: #777;
  clear: both;
}

/* The Core Technique
================================= */


#logo{

  padding-bottom: 5px;
}

#banner{

    padding-bottom: 5px;
    float:right;
}


/* Add some padding
================================== */


/* Navigation styling */
.nav {
    background-color: #000055;
    position:relative;
    display:inline-block;
    font-family: Verdana,Arial, Helvetica;
    font-size:13px;
    font-weight: 550;
    width:100%;
    height: 2.65em;



}
.nav-list {

}

.nav-item {
    float:left;
    *display:inline;
    zoom:1;



}
.nav-item a {
    display:block;
    padding:8px 15px;
    color:#FFF;
    background:#000055;
    border-right: dotted 1px ;
    border-color: #AAA;
    text-decoration:none;



}

.selected a, .nav-item a:hover{
    background:#80b0da;
    color:#ffffff;
    text-decoration:none;

}


/* Mobile Navigation */
.nav-mobile {
    display:none; /* Hide from browsers that don't support media queries */
    cursor:pointer;
    position:absolute;
    top:0;
    right:0;
    background:#000055 url(../images/nav.svg) no-repeat center center;
    height:40px;
    width:40px;

    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;

}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 50px) and (max-width: 768px) {
    .nav-mobile {
        display:block;


    }
    .nav {
        width:100%;
        padding:10px 0 0;
        min-height: 30px;
        height: 100%;


    }
    .nav-list {
        display:none;


    }
    .nav-item {
        width:100%;
        float:none;


    }
    .nav-item a {
        background:#000055;
        padding:10px;

    }


     .selected a, .nav-item a:hover{
        background:#80b0da;
        color:#ffffff;
        text-decoration:none;

    }

    .nav-active {
        display:block;
    }

    .nav-mobile-open {
        border-radius:5px 5px 0 0;
        -webkit-border-radius:5px 5px 0 0;
        -moz-border-radius:5px 5px 0 0;
    }

}


#footer {
	CLEAR: both; BORDER-TOP: #999999 1px solid; MARGIN-TOP: 1em; COLOR: #666666; PADDING-TOP: 0.5em; HEIGHT: 1px;  FONT-FAMILY: Arial,Verdana,Tahoma,sans-serif;
	padding-bottom: 15px; font-size:0.9em;
}

#footer-left {
	float: left
}
#footer-right {
	float: right
}
#footer A {
	color: #666666; text-decoration: none
}
#footer A:hover {
	color: #666666; text-decoration: underline
}


hr{clear: both;}

.clearfix{
	clear:both;
}

#frmRegister .form_title {
	
	font-weight: normal;
	padding: 0px;
	margin: 0px;

}



#frmRegister input[type="text"],input[type="email"],#frmRegister text,#frmRegister select,#frmKeyword select{

	padding:2px;
    margin:2px;
    color: #000;
    size: 10px;
    height:25px;
}

#frmRegister .row{
	padding:1px;
	margin:1px;

}

#frmRegister .matcode{
	
	padding:0px;
	margin:0px;
}

#frmRegister label{
	color: #555;
}

#frmRegister .register_field{
	width:100%;
}

#tandc{
	width: 80%;
}

.btn.primary{
	width:80%;

}
.errors{
	color:red;

}

div#content{
	padding:0px;
	margin: 0px;
	float:left;
}

#frmSearch#industry, #frmSearch#days, {
	width: auto;
}
#frmSearch#recruiter{
	height: auto;
}

 A.count:link {
	COLOR: blue; TEXT-DECORATION: none;
 }
 A.count:visited {
	COLOR: purple; TEXT-DECORATION: none;
 }
 A.count:hover {
	COLOR: red; TEXT-DECORATION: underline;
}

A.safe:link {
    COLOR: blue; TEXT-DECORATION: none;
}
A.safe:visited {
    COLOR: blue; TEXT-DECORATION: none;
}
A.safe:hover {
    COLOR: red; TEXT-DECORATION: underline;
}




#browse li{
	padding: 5px;
	font-size: 0.9em;
}
#browse{
	margin-left: 20px;
}


.job_detail  li {
	list-style-type: disc;
	padding: 5px;
}

.job_detail h1{
	font-family: Arial;
	font-size: 1.5em; color: #000066; line-height: 1.4em; background-color: #EEEEEE; padding: 10px 10px 0 20px;
}

.job_title{
	
	background-color: #EEEEEE;
}

h5 {
	
	font-family: Arial;
	font-weight: semi-bold;
	color: #000066;
	font-size: 1.3em;


}

#search_box{
	padding-left: 5px;
	margin-left: 5px;

	padding-right 0px;
}

#search_results{
	padding-left: 10px;
}

#btn_register{

	width: 100%;
    font-size: 1.5em;
    color: inherit;
    line-height: 2.0em;

}

#btn_normal{
    width: 100%;
    font-size: 1.1em;
    line-height: 2.0em;

}



.pagination li {
	display:inline-block;
	padding: 1px;
	font-size: 0.8em;
	border: 1px #000055;


} 

.pagination a{
	text-decoration: none;
	display:block;
	background-color: #000055;
	color: #FFF;
	padding: 3px 10px;
}

.pagination .active > a{

	background-color: #80b0da;
}

.pagination a:hover{

	background-color: #80b0da;
}

.pagination a.inactive:hover{
	background-color: #000055;

}

#message{
	width: 70%;
}

#frmContact input[type="text"],#frmContact select{

	padding:2px;
    margin:2px;
    color: #000;
    size: 10px;
    height:25px;
}



.AZ a{
     margin: 2px;
     padding: 4px;
     background-color: rgb(245,245,245);
     display: inline-block;

 }

.AZ a:hover{
    background-color: #000055;
    color: #FFF;
    text-decoration: none;

}

.AZ{
	margin: 0px;
    padding: 0px;

}

.AZ a.selected{
    background-color: #000055;
    color: #FFF;
    text-decoration: none;
}

#A_Z_listing a{
    font-weight: bold;
    padding: 0px 4px 0px 4px;
}


.li-padding li{
    padding: 1px;
    margin-left: 10px;
}

 .right{
	text-align: right;
}

.full_input{
	width:100%;
}

#banner .full_input_top{
    width:100%;
    margin-bottom:0px;

}


#footer-apply{
	padding-top : 0px;
	margin-top: 0px;
	color : #999;
	font-size: 0.9em
}

#footer-apply hr{
	padding : 2px;
	margin: 0px;	
}


.front-latest-jobs li{
	list-style-type: square;
	margin-bottom: 10px;
    padding: 2px;
    line-height: inherit;


}


a.seo{
 text-decoration: none;
 color: #444444;
}

a.seo:visited{
 text-decoration: none;
}

a.seo:hover{
 text-decoration: underline;
 color: red;
}

#wrapper-seo{
	text-decoration: none;
	font-size:0.95em;
}
#wrapper-seo p{
	padding: 4px;
	margin: 4px;
}

.nm{
	margin: 0;
	padding:0;
}

#content-blog{
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 8px;
}

#content-blog h1{
	font-size: 1.6em;
	font-family: Arial;
	color: blue;

	padding: 0 auto;
	margin: 0 auto;
	line-height: 24px;

}

#content-blog h2{
	font-size: 1.3em;
	font-family: Arial;
	color: blue;
	line-height: 24px;
}
.blog-index{
	padding-top: 8px;
}


#gallery A {
	padding-right: 0px;
	display: block;
	padding-left: 10px;
	background: #eee no-repeat 10px 10px;
	padding-bottom: 5px;
	color: #000;
	padding-top: 5px;
	text-decoration: none;
}
#gallery A:hover {
	color: #fff;
	background-color: #80b0da;

}

#gallery  .selected {
    color: #fff;
    background-color: #80b0da;

}

#menu DD,DT {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 0.9em;
	background: #eee;
	padding-bottom: 0px;
	margin: 0px;
	color: #fff;
	padding-top: 0px;
	border-bottom: #fff 1px solid;

}

.usa_select  {
    padding:2px;
    margin:2px;
    color: #000;
    size: 10px;
    height:25px;
}

.box-border{


    border: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.social-media-horizontal li {list-style-type: none; float: left; padding: 10px; margin-bottom: 5px; }

.social-media li {list-style-type: none; }
.social-media a {border-radius:2px; border:0px; display:inline-block;}

a.linkedin{display:block; background: url(../images/social-media-share.png) no-repeat 0px -98px; width:75px; height:32px;}
a.twitter{display:block; background: url(../images/social-media-share.png) no-repeat 0px -160px; width:75px; height:32px;}
a.facebook{display:block; background: url(../images/social-media-share.png) no-repeat 0px -64px; width:75px; height:32px;}
a.googleplus{display:block; background: url(../images/social-media-share.png) no-repeat 0px -32px; width:75px; height:32px;}
