@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
body {
	background-color: #d7d7d7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.os_img {
	max-width: 100%;
	height: auto;
}
.os_wrapper {
	margin: 10px auto;
	max-width: 900px;
	width: 100%;
	background: #fff;
}
.os_row {
	width: 100%;
	float: left;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.os_header {
	background: rgba(0, 0, 0, 0) url("../images/header_bg.jpg") no-repeat scroll 0 0;
	float: left;
	padding: 10px 10px 0;
	width: 97.8%;
}
.os_logo {
	width: 45%;
	float: left;
}
.login_header {
	width: 50%;
	float: right;
	text-align: right;
}
.login-header_links {
	color: #c00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	text-decoration: none;
}
.hlinks_links {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}
.os_menu {
	width: 100%;
	float: left;
}
.main_content {
	background: #fff none repeat scroll 0 0;
	float: left;
	padding: 10px 15px 10px 35px;
	width: 94.5%;
}
.main_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 10px;
}
.screening h3 {
	clear: both;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 15px;
}
.left_area {
	width: 64%;
	float: left;
}
hr {
	max-width: 350px;
	height: 1px;
	background: #000;
}
.screening {
	font-size: 16px;
	width: 100%;
	float: left;
	margin-bottom: 30px;
	padding-top: 30px;
}
.col-sm6 {
	width: 50%;
	float: left;
}
.screening ul li {
	color: #009900;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	margin-bottom: 5px;
	list-style: none;
}
.screening ul li a {
	color: #000099;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
}
.screening ul li a:hover, .screening h4 a:hover {
	text-decoration: underline;
	color: #cc0000;
}
.screening h4 a {
	color: #000099;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
}
.right_area {
	border-left: 4px dotted;
	float: right;
	padding-left: 15px;
	padding-right: 0;
	width: 30%;
	margin-top: 30px;
}
.members_bucket img {
	margin-bottom: 15px;
	display: block;
}
.members_bucket ul {
	margin-bottom: 15px;
}
.members_bucket ul li {
	list-style: none;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.members_bucket p {
	margin-bottom: 15px;
	font-size: 13px;
}
.col-sm3{
	width:25%;
	float:left;
}
.col-sm4 {
	width: 33%;
	float: left;
}
.col-sm4 ul li {
	font-size: 12px;
}
.col-sm4 ul li a {
	font-size: 12px;
}
#footer {
	background-color: #f2f2f2;
	float: left;
	padding: 20px;
	width:auto;
	text-align: center;
}
.os_desc {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid;
}
#footer .about {
	padding: 0 0px 0 10px;
	width: 45%;
}
#footer .about p {
	text-align: justify;
	font-weight: bold;
}
#footer .contact_detail {
	padding: 0 0px 0 10px;
	width: 45%;
	float: right;
}
.contact_detail {
	font-style: italic;
	text-align: right;
}
#footer a {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.footer_links_widget {
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid;
	margin-bottom: 30px;
}
.footer_links {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
label{
	width:100%;
	float:left;
}
/*==================================================*/
.field_required{
	color:#c00;
}
.form-group {
	width:100%;
	float:left;
    margin-bottom: 10px;
}
.form-group label{
	text-transform:uppercase;
	font-size:12px;
	margin-bottom:5px;
	font-weight:700;
}
.submission_form input {
    border-radius: 0;

}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 20px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 70%;
}
select.form-control{
	height:35px;
	width:75%;
}
.form-control:focus{
border-colo:#66afe9;
box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)
}
.form-group input[type="submit"]{
	background:#c00;
	border:none;
	padding:5px 15px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
		    border-radius: 4px;
			cursor:pointer;
}
.credit_reports_list{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.credit_reports_list li{
	list-style:none;
	width:25%;
	float:left;
}
.col-sm-2{
	width:20%;
	float:left;
}
.col-sm-2 font{
	width:100%;
	float:left;
}