/* This theme was coded by Needascript.com */
*{
margin: 0px;
font-style: normal;
font-stretch: normal;
font-variant: normal;
font-family: Arial, Helvetica, sans-serif;
}

body{
    background-color: #ededed;
-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
background-position: top center !important;
background-repeat: no-repeat !important;
background-attachment: fixed;
overflow-x: hidden;
}

#logo {width:281px; height:70px; background: url(images/logo.png); float:left; margin-top:32px; margin-left:20px; font-size:36px; padding-top:16px; padding-left:90px;}

.container{
width: 1100px;
margin: 0px auto;
}
.container2{
  width: 1000px;
  background-color: #EDEDED;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.1);
  padding: 30px 25px;
  text-align: center;
}

.space{
margin-top: 23px;
}


/* Header */

.header{
height: 130px;
}

.logo{
float: left;
margin-top: 17px;
width: 391px;
height: 70px;
}

.headbanner{
float: right;
width: 468px;
height: 60px;
overflow: hidden;
margin-top: 52px;
}

/* Nav Bar */

.navbar{
/* background: url('images/navbarBg.png'); */
background-repeat: no-repeat;
width: 600px;
height: 39px;
text-transform: uppercase;
padding-top:40px;
margin-bottom: 20px;
}

.navbar a{
text-decoration: none;
color: #044a67;
font-weight: bold;
}

.navbar a:hover{
text-decoration: none;
}

.navhome{
width: 140px;
height: 28px;
padding-top: 10px;
float: left;
text-align: center;
}

.navhome:hover{
background-color: #f8f7f7;
border-top-left-radius: 9px 3px;
border-bottom-left-radius: 9px 3px;
}

.navreg{
width: 165px;
height: 28px;
padding-top: 10px;
float: left;
text-align: center;
}

.navreg:hover{
background-color: #f8f7f7;
}

.navlog{
width: 128px;
height: 28px;
padding-top: 10px;
float: left;
text-align: center;
}

.navlog:hover{
background-color: #f8f7f7;
border-top-right-radius: 9px 3px;
border-bottom-right-radius: 9px 3px;
}


/* Bottom ads */

.blkcon1{
border: 0px solid #1f4f68;
width: 1100px;
padding-left: 7px;
padding-right: 7px;
padding-top: 0px;
}

.fbannercon{
width: 900px;
height: 30px;
margin-left: 28px;
}

/* Main Container */

.sitecon{
background-color: #EDEDED;
border-radius: 5px;
margin-top: 5px;
padding-left: 23px;
padding-right: 18px;
padding-bottom: 22px;
}

.pagetitle{
background: url('images/pagetitleBg.png');
background-repeat: no-repeat; background-size: cover;
width: 1050px;
height: 38px;
margin-top: -30px;
margin-bottom: 30px;
text-align: center;
color: #f9f7f7;
font-size: 24px;
padding-top: 5px;
margin-left: -25px;
margin-right: -8px;
}

er */

.footer{
margin-top: 0px;
margin-bottom: 31px;
color: #5ca6cc;
font-size: 13px;
}

.footer a{
color: #5ca6cc;
font-size: 13px;
text-decoration: none;
}

.footer a:hover{
text-decoration: underline;
}

.powered{
float: right;
height: 20px;
}

a{
color: #5ca6cc;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}