/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/*                           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 */

/* -------------------------------------------------------------------------------------- */

/* START: MAIN PAGE STRUCTURE */

.header:after, .mainheader:after, .maincontent:after {
    content: '';
    display: block;
    clear: both;
}



body { 
background: white;
    color: #323232;
    padding: 0;
    margin: 0;
    font-family: Lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    cursor: auto;
}

body, html {
    background-image: url("/media/siteimages/background.jpg");
    background-color: #f3f3ee;
    font-family: Lato;
}

.contentwrapper {
    width: 1100px;
    margin: 0 auto;
}

.header {
    -webkit-box-shadow: inset 0px -16px 47px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px -16px 47px -11px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -16px 47px -11px rgba(0, 0, 0, 0.75);
    background: #937763;

}

.inline-list {
    margin: 0 auto 1.0625rem auto;
    margin-left: -1.375rem;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.right {
    float: right !important;
}

.inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block;
}

.header ul li {
    padding-top: 13px;
    color: white;
    font-weight: 400;
}

.header ul li > a {
    padding-top: 13px;
    color: white;
    font-weight: 400;
    display: inline!important;
        text-decoration: none;
}

.logo {
       float: left;
    margin: 10px 0px;
}

.logo img {
    margin-left: -11px;
}

.mainnavigation {
    float: right;
    margin-top: 126px;
}

.mainnavigation a.MembersButton {
    background-color: #424242;
    border: 0px !important;
    color: white !important;
    border-radius: 5px 5px 0 0;
    line-height: 45px;
    height: 45px;
    margin: 0;
    font-size: 14px;
    font-weight: normal !important;
    display: none;
}

.mainnavigation a.MembersButton:hover{
    background-color: #f7a30f;
}

.maincontent .contentwrapper {
-webkit-box-shadow: inset 0px 0px 39px 0px #949494;
    -moz-box-shadow: inset 0px 0px 39px 0px #949494;
    box-shadow: inset 0px 0px 39px 0px #949494;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.footer .contentwrapper {
    background: #141414;
    margin-bottom: 20px;
    padding: 20px;
}

.footer p {
    color: #5f5f5f;
}
.footer p:first-of-type {
    float: left;
}

.footer p:last-of-type {
    text-align: right;
}

.footer a {
    color: #5f5f5f;
    text-decoration: none;
}

.footer a:hover {
    color: #da8e07;
    text-decoration: none;
}


/* END: MAIN PAGE STRUCTURE */

/* -------------------------------------------------------------------------------------- */

/* START: TITLE */



/* END: TITLE */

/* -------------------------------------------------------------------------------------- */

/* START: FOOTER*/



/* END: FOOTER */

/* -------------------------------------------------------------------------------------- */

/* START: LEFT NAVIGATION LAYOUT */


/* 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:#0e204a;
    margin-bottom:15px;
    min-height:20px;
    background-image:url(/media/siteimages/CSCAdminHeader.jpg);
    background-position:top center;
    background-repeat:no-repeat;
    
}
#CSCAdmin
{
    float: right;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    margin-right: 30px;
    margin-top: 9px;
    padding-left: 13px;
    padding-top: 4px;
    width: 240px;
}
#CSCAdmin .tab a
{
margin: 1px 0px;
padding: 5px 0 5px 5px;
color: #424242;
text-decoration: none;
display: block;
font-size: 12px;
height: 15px;
  
}
#CSCAdmin .tab a.selected
{
    color:#f7a30f;
    text-decoration: underline;
}
#CSCAdmin .tab a:hover
{
    color:#f7a30f;
        text-decoration: underline;
}
#CSCAdmin .tab span
{
    display: block;
    font-size: 18px;
    height: 46px;
    line-height: 45px;
    padding-left: 15px;
    color: #fff;
    border-radius: 7px;
    background-color: #5d5d5e;
}

tr.header {
    background-color: transparent;
}

/* Google Map ID */
#map
{
	height:300px;
	margin-bottom:30px;
}

.MacroButtonGrey {
	background: url(/media/siteimages/Macro_buttonGrey.jpg) no-repeat center center;
	height: 22px;
	width: 120px;
	line-height:22px;
	color:white;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	display:inline-block;
	margin:6px 2px 6px 0;
	border:0px;
}

/* 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; }

.pw-header-wrapper{
	background-color:#231f6f;
	border-bottom: #fba81c 5px solid;
}
.pw-header{
	width:970px;
	margin: 0 auto;
	background-image: url(/media/siteimages/pwLogo.png);
	background-repeat: no-repeat;
	background-position:left center;
	height: 120px
}
.pw-content-wrapper{
	background-color:#ececfb;
	
}
.pw-content{
	width:970px;
	margin: 0 auto;
	background-color: White;
	min-height: 540px;
}
.pw-footer-wrapper{
	background-color:#231f6f;
	border-top: #fba81c 5px solid;
	height: 200px;
}
.pw-footer{
	width:970px;
	margin: 0 auto;
	margin-top: 170px;
	color: White;
	text-align: right;
}
.pw-content-shadow
{
	background: url(/media/siteimages/pwShadow.png) center top no-repeat;
	height: 100px;
}
.pw-title
{
	height: 75px;
	background-color:#231f6f;
	line-height: 75px;
	border-bottom: #fba81c 5px solid;
}
.pw-content .formBand {
	height: 75px;
	line-height: 85px;
	margin-top: -85px;
	font-size: 50px;
	border-bottom:0px;
	color: White;
	margin-bottom: 30px;

}
.pw-content .formBand img
{
	display: none;
}
