@import url("https://fonts.googleapis.com/css?family=Ubuntu:500,700");

body
{
background: url('images/indexbg.jpg') no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

a {
    color: #004A95;
}

.fontsize2 {
    font-size: 1.2em;
}

.fontsize3 {
    font-size: 1.4em;
}

.lighttext {
    color: #ccc;
}

.bold {
    font-weight: bold;
}

h9 {
    font-family: 'Ubuntu', sans-serif;
    letter-spacing:-2px;
    text-shadow: 0 0 2px #DF0B0B;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.textleft {
    text-align: left !important;
}

.textright {
    text-align: right !important;
}

.textcenter, .textcenter td {
    text-align: center !important;
}
.texttop, .texttop td {
   
	 padding-left: 10px;
}
.clear {
    clear: both;
}

.smfcontainer p {
    margin-bottom: 3px;
}

.smfcontainer h1 {
    font-family: 'Ubuntu', sans-serif;
    letter-spacing:-2px;
    text-shadow: 0 0 2px #ccc;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.smfcontainer h2 {
    font-family: 'Ubuntu', sans-serif;
    letter-spacing:-2px;
    text-shadow: 0 0 2px #ccc;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.smfcontainer h3 {
    font-family: 'Ubuntu', sans-serif;
    letter-spacing:-1px;
    text-shadow: 0 0 2px #ccc;
    font-size: 18px;
    font-weight: 700;
}

.smfcontainer h1 small, .smfcontainer h2 small, .smfcontainer h3 small {
    font-family: Arial;
    letter-spacing: -1px;
    text-shadow: 0 0 0;
    font-weight: 400;
}


.smfcontainer {
    max-width: 960px;
    margin: 0 auto;
    box-shadow: 2px 2px 2px 2px #434343;

}

.smfcontainer .contentpadded {
    padding: 15px;
}

.smfcontainer img {
    vertical-align: top;
    border: 0;
}

.navbar {
    position: relative;
}
.navbar .navbar-inner {
    height: 40px;
}

#smfheader {
	background-color: #1A4D80;
}

#smfimglogo {

    display: none;
	height: 300px;
}

#smftxtlogo a {
	font-size: 3.2em;
	color: #fff;
    text-decoration: none;
}

.menu-dropdown, .dropdown-menu {
    min-width: 180px;
}

.smfcontainer .page-header {
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #DDDDDD;
    margin: 0 0 10px 0 !important;
    padding: 0 0 5px 0;
}

.smfcontainer .error ul {
    margin: 10px 0 10px 30px;
}

.smfcontainer .error ul li {
    color: #fff;
}

ul.inputs-list li {
	list-style:none;
}

.footerdivider {
    border-top: 1px solid #e8e8e8;
}

.smfcontainer .footer {
    margin: 0;
    padding: 15px;
    font-family: Tahoma;
    font-size: 12px;
    background-color: #efefef;
    color: #666;
}

.smfcontainer .footer #languagefrm select {
    margin: 0 0 0 5px;
    padding: 4px;
    font-family: Tahoma;
    font-size: 12px;
    color: #666;
    height: 25px;
    line-height: 25px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.smfcontainer .footer #copyright {
    float: right;
    line-height: 24px;
}

/* *****************************************************
full width style

***************************************************** */

 

.smfcontainer {
    background-color: #ffffff;
}

#smfheader {
    max-width: 960px;
    margin: 0 auto;
    background-color: #fff;
}

#smftxtlogo {
    display: none;
}
#smfimglogo {

    display: block;
}

.navbar .navbar-inner {
    margin: 0 auto;
    padding: 0 20px;
    width: 960px;
    height: 40px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.footerdivider {
    margin: 0 auto;
    padding: 0 20px;
    width: 920px;
    height: 5px;
    background-color: #222;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#3D4990), to(#272F5D));
    background-image: -moz-linear-gradient(top, #3D4990, #272F5D);
    background-image: -ms-linear-gradient(top, #3D4990, #272F5D);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #272F5D));
    background-image: -webkit-linear-gradient(top, #3D4990, #272F5D);
    background-image: -o-linear-gradient(top, #3D4990, #272F5D);
    background-image: linear-gradient(top, #3D4990, #272F5D);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3D4990', endColorstr='#272F5D', GradientType=0);
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.smfcontainer .footer {
    background-color: #fff;
}

.iframe {
border:0; 
}
.followbox img{border:0; }

.smftable
{
padding: 15px;
width: 100% !important;
height: 100% !important;
text-align: center;}