/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/*                           DEFINES THE MAIN PAGE LAYOUT                                 */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */

/* START: GENERIC CLASSES */

.clear { 
	clear:both;
}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

.floatImageRight {
	float:right;
	margin:0px 0px 5px 5px;
}

.floatImageLeft {
	float:left;
	margin:0px 5px 5px 0px;
}

.displayNone{ 
	display:none; 
	visibility:hidden;
}

/* END: GENERIC CLASSES */

/* -------------------------------------------------------------------------------------- */

/* START - REMOVE BROWSER DEFAULT */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	/*list-style:none;*/
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* END - REMOVE BROWSER DEFAULT */

/* -------------------------------------------------------------------------------------- */
/* ---------------------------- MAIN PAGE STRUCTURE ------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */

/* START: MAIN PAGE STRUCTURE */

body{

   font-family: Arial, Helvetica, Sans-Serif;
}

.pagecontainer {
width: 1040px;
margin: 0 auto;
margin-bottom: 20px;
}

.pagecontainer::after {
    content: '';
    display: block;
    clear: both;
}

.header {
    width: 100%;
    height: 120px;
    margin: 0 auto;
}

.header img.logo {
    float: left;
    width: 182px;
    margin-top: 10px;
}

.navigation{
     height: 30px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
    float: right;
}

.navigation a.MembersButton {
    background-color: rgb(4, 55, 128);
    float: right;
    line-height: 24px;
    font-weight: bold;
    margin-top: 33px;
}

.hero {
    width: 100%;
    height: 257px;
    overflow: hidden;
    z-index: 50;
    position: relative;
        background-image: url(/media/siteimages/headercrop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

img.hero_slide {
    margin-top: -100px;
    z-index: 55 !important;
    position: relative;
}


.maincontent {
    position: relative;
    z-index: 100;
}

.footer {
    background-color: #152654;
    width: 100%;
    height: 100px;
}

.footer .pagecontainer {
    margin-bottom: 0px;
}
.footer p {
    line-height: 100px;
    color: white;
    font-size: 14px;
}



/* END: MAIN PAGE STRUCTURE */

/* -------------------------------------------------------------------------------------- */

/* START: TITLE */

        /* INSERT */

/* END: TITLE */

/* -------------------------------------------------------------------------------------- */

/* START: FOOTER*/

        /* INSERT */

/* END: FOOTER */

/* -------------------------------------------------------------------------------------- */

/* START: LEFT NAVIGATION LAYOUT */

        /* INSERT */

/* END: LEFT NAVIGATION LAYOUT */

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */

/* CSC */
.CSCWrapper
{
    float:left;
    width:540px;
}
#CSC
{
    width:540px;
    background-color:White;
    margin-top:0px;
}
#CSCIframe
{
    width:540px;
    border:0px;
}
#CSCAdmin .tab
{
    color:#A60332;
    margin-bottom:15px;
    min-height:20px;
    
}
#CSCAdmin
{
 width: 220px;
  float: left;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-left: 13px;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 47px;
      margin-top: -100px;
}
#CSCAdmin .tab a
{
    margin:1px 0px;
    padding:5px 0 5px 5px;
    color:White;
    text-decoration:none;
    display:block;
    font-size:12px;
    line-height:18px;
    background-color: #043881;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    height:18px;
    text-align:center;
    font-weight: bold;
}
#CSCAdmin .tab a.selected
{
        background-color: #c51230;
    color: #fff;
}
#CSCAdmin .tab a:hover
{
        background-color: #c51230;
    color: #fff;
}
#CSCAdmin .tab span
{
    display:block;
    height:28px;
    line-height:28px;
    font-size:14px;
    font-weight:bold;
    padding-left:10px;
    text-align:left;
}

/* Google Map ID */
#map
{
	height:300px;
	margin-bottom:30px;
}

/* PassRoids Objects */

#psr_score {  }
#psr_verify {  }
#psr_strength_notice {  }

.psr_Weak { color: #A52A2A; }
.psr_Medium { color: #FFA500; }
.psr_Strong { color: #3DBE5E; }
.psr_Excellent { color: #416EC2; }
