/**/

fieldset {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.clear {
    float: left;
    width: 100%;
    height: 1px;
}

fieldset label {
    width: 100%;
    float: left;
}

input[type="submit"] {
    float: left;
    background: #E36612;
    border: none;
   padding: 9px 23px 11px !Important;
    color: #fff !Important;
    border-radius: 3px !Important;
    font-size: 18px;
}

form {
    float: left;    width: 100%;
}

fieldset select {
    width: 100%;
}

.page-content {
    float: left;
	    width: 100%;
}

input, select {
    color: #808080 !important;
    border-radius: 2px !Important;
    padding: 5px !Important;
    height: 37px !Important;
}


fieldset textarea {
    width: 100%;
	    border-radius: 3px !Important;
}


ul.arealist {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

ul.arealist li {
    list-style: none;
    float: left;
    width: 262px;
	    margin: 20px !Important;
}

ul.arealist li a {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 23px;
    padding: 25px 0;
    border-radius: 3px;
	text-decoration:none;
	background-color: #E46713;
}

ul.arealist li a:hover {
    box-shadow: inset 0px 1px 4px #333;
}

.arealist li a i {
    float: left;
    width: 100%;
    font-size: 40px;
    margin-bottom: 10px;
}

.post-meta, .post-content {
    padding-left: 0;
    margin-left: 0;
}

.blog-list > li {
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
	    float: left;
    width: 100%;
}

.post-meta {
    border-bottom: none;
    background-color: #F1F1F1;
    padding: 2px 9px;
}

.jobsubhead {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #ccc;
    line-height: 2em;
}

.applyforjob {
    float: left;
    width: 80%;
    text-align: center;
    padding: 15px 0;
    background-color: #E46713;
    color: #fff;
    font-size: 20px;
    margin: 0 10%;
    text-decoration: none;
    border-radius: 3px;
    border-bottom: 3px solid #AB4D0F;
}

.blog-list > li {
    border-bottom: none;
    margin-bottom: 10px;
}

.ui-datepicker .ui-datepicker-title select {
    padding: 0px !Important;
    height: 23px !Important;
    font-size: 13px !Important;
}

.msg.success {
    display: block;
    float: left;
    width: 100%;
    font-size: 15px;
    text-align: center;
    padding: 15px;
}

header .social-icons a {
    margin: 0;
    height: 27px;
    line-height: 27px;
}

.headconnect.info-text {
    float: right;
    margin-right: 20px;
}

.social-icon {
    background-color: #0067ad;
    color: #fff !important;
}

#mainmenu > li a {
    font-size: 16px;
}

header .social-icons a {
    margin-left: 5px;
}