body {
margin: 0;
font-family: 'Nunito', sans-serif;
background-image:url(../img/bg.jpg);
background-repeat: no-repeat;
background-size:cover;
}



/* Container */
#container {
width: 1900px;
height: auto;
min-height: 800px;
overflow: hidden;
padding: 0px;
margin-top: 0px;
}



/* Header */
#header {
width: 300px;
height: 100%;
float: left;
padding-right: 20px;
}


#logo {
width: 300px;
height: 271px;
margin-bottom: 0px;
}

#logo img {
width: 300px;
}


#menu {
width: 200px;
height: auto;
overflow: hidden;
padding-bottom: 20px;
margin-left: 95px;
}

#menu ul {
width: 200px;
list-style: none;
margin-left: -35px;
margin-top: 0px;
}

#menu ul li {
margin-bottom: 5px;
padding: 10px 10px;
cursor: pointer;
background-color: rgb(50,63,78);
text-align: center;
}

#menu ul li:hover {
opacity: .8;
}

#menu ul li a {
color: #FFF;
text-decoration: none;
font-size: 16px;
display: block;
}



/* Content */
#outercontent {
width: 1275px;
height: 100%;
min-height: 300px;
overflow: hidden;
float: left;
margin-top: 270px;
margin-bottom: 80px;
margin-left: 200px;
}


.txh0 {
color: rgb(0,124,194);
font-size: 60px;
font-weight: 300;
margin-bottom: 40px;
text-transform: uppercase;
margin-top: 0px;
}


#innercontent {
width: 1555px;
min-height: 300px;
float: right;
margin-top: 270px;
margin-bottom: 80px;
background-color: #FFF;
padding: 10px 0px 30px 20px;
}




.txh1 {
color: #323f4f;
font-size: 40px;
font-weight: 300;
margin-bottom: 40px;
text-transform: uppercase;
margin-top: 0px;
}

.txh2 {
color: #323f4f;
font-size: 24px;
font-weight: 300;
margin-bottom: 20px;
text-transform: uppercase;
}


/* Login */
#lousform {
width: 500px;
min-height: 180px;
}

#lousform div, #regverif div {
width: 500px;
min-height: 25px;
margin-bottom: 20px;
overflow: hidden;
}

#lousform label, #regverif label {
width: 220px;
color: #323f4f;
font-size: 16px;
float: left;
font-weight: 300;
}

#lousform input, #regverif input {
width: 250px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
}

#lousform select {
width: 256px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
}

#lousform textarea {
width: 270px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
height: auto;
min-height: 150px;
resize: vertical;
}



.louspre {
height: 25px !important;
}

.lousinp {
width: 256px !important;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
height: 25px !important;
}

.formradiodiv {
overflow: hidden !important;
float: right !important;
width: 250px !important;
}

.formradio {
	width: 20px !important;
	float: left !important;
}




.buttosubmit {
width: 160px !important;
background-color: rgb(226,11,24) !important;
padding: 3px;
border-radius: 0px;
text-decoration: none;
color: #FFF !important;
border: 1px solid rgb(226,11,24) !important;
font-size: 16px;
font-weight: 300;
float: right !important;
cursor: pointer;
text-align: center !important;
}

.buttosubmit:hover {
background-color: #FFF !important;
color: rgb(226,11,24) !important;
border: 1px solid rgb(226,11,24) !important;
}

.buttoa {
width: auto;
text-decoration: none;
color: #323f4f;
font-size: 14px;
font-weight: 300;
cursor: pointer;
}


#pws {
position: relative;
width: 255px !important;
float: right;
	overflow: visible !important;
}

.password-background {
position: absolute;
height: 25px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
top: 0px;
left: 0px;
z-index:5;
}

#password {
background: none;
position: relative;
z-index: 10;
}

.strength {
}



#regverif .buttosubmit {
width: auto !important;
float: left !important;
margin-right: 40px;
}


.buttosubmitm {
width: auto !important;
float: left !important;
margin-right: 40px;
}




#legal {
width: 900px;
min-height: 180px;
}

.legaldiv {
width: 900px;
min-height: 25px;
margin-bottom: 100px;
overflow: hidden;
}

.legaldiv label {
width: 220px;
color: #323f4f;
font-size: 16px;
font-weight: 300;
display: block;
margin-bottom: 20px;
}


#legal textarea {
width: 600px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
height: auto;
min-height: 200px;
resize: vertical;
}









#new {
width: 1000px;
text-align: right;
height: 30px;
margin-bottom: 40px;
}






#srow {
width: 1000px;
height: 30px;
margin-bottom: 0px;
overflow: hidden;
color: #0081C7;
}

#srow form {
float: left;
}

#srow form:nth-of-type(2) {
margin-left: 10px;
}


#srow form input {
width: 110px;
}

.searchbutto {
width: 20px;
background-color: #0081C7 !important;
padding: 2px;
border-radius: 0px;
text-decoration: none;
color: #FFF !important;
border: 1px solid #0081C7 !important;
font-size: 16px;
font-weight: 300;
cursor: pointer;
text-align: center !important;
}

.searchbutto:hover {
background-color: #FFF !important;
color: #0081C7 !important;
border: 1px solid #0081C7 !important;
}



.userrowgroup {
margin-bottom: 18px;
border-top: 1px dashed #333;
/*border-bottom: 1px dashed #333;*/
width: 1540px !important;
padding-top: 4px;
}

.userrowgroup .userrow {
margin-bottom: 0px !important;
}


.userrowscroll {
width: 1540px !important;
}

#userrow {
width: 1000px;
height: 30px;
margin-bottom: 10px;
overflow: hidden;
font-weight: 300;
color: #0081C7;
}

.userrow {
width: 1000px;
height: 30px;
margin-bottom: 10px;
overflow: hidden;
}

.newmsg {
	font-weight: 800;
}

.userid {
width: 40px;
float: left;
margin-right: 10px;
}

.username {
width: 200px;
float: left;
margin-right: 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
}

.userfullname {
width: 200px;
float: left;
margin-right: 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
}

.usercompany {
width: 200px;
float: left;
margin-right: 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
}

.useredit {
width: 125px;
float: left;
margin-right: 10px;
text-align: center;
}














#faqform {
width: 900px;
min-height: 180px;
}

.faqformdiv {
width: 900px;
min-height: 25px;
margin-bottom: 10px;
overflow: hidden;
}

.faqformdiv label {
width: 220px;
color: #323f4f;
font-size: 16px;
font-weight: 300;
float: left;
}

#faqform #question {
width: 650px;
}

#faqformlabel {
float: none;
display: block;
margin-bottom: 20px;
}



#faqform textarea {
width: 600px;
color: #323f4f;
font-size: 16px;
float: right;
text-align: left;
height: auto;
min-height: 200px;
resize: vertical;
}






/* News */
.newsrow {
width: 900px;
height: auto;
overflow: hidden;
margin-bottom: 80px;
}

.newstitle {
width: 900px;
height: auto;
overflow: hidden;
margin-bottom: 2px;
color: #323f4f;
font-size: 30px;
font-weight: 300;
}

.newstitle span {
font-size: 26px;
font-weight: 300;
margin-right: 30px;
}


.newsdate {
width: 200px;
height: 20px;
overflow: hidden;
margin-bottom: 10px;
color: #323f4f;
font-size: 14px;
font-weight: 300;
}

.newscontent {
width: 900px;
height: auto;
overflow: hidden;
color: #323f4f;
font-size: 16px;
font-weight: 300;
}


.newscell {
width: 430px;
margin-right: 20px;
float: left;
}


.newscell  span {
font-size: 26px;
font-weight: 300;
margin-top: 20px;
}