/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/*                           DEFINES THE MAIN PAGE LAYOUT                                 */
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */

/* START: GENERIC CLASSES */
body a.activepage
{
    color:#f1ca88 !important;
}
.clear { 
	clear:both;
}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

.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{
	background-color:#7d7d7d;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.clear{
	clear:both;
}
#wrapper{
	background-color:white;
	padding-bottom:10px;
}
#navWrapper a
{
    color:White;
    text-decoration:none;
}
#navWrapper{
	border-bottom:5px solid #677586;
	background-image:url(/Media/SiteImages/headerBack.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#042d60;
	height:125px;
	overflow:hidden;
}
#contentWrapper{
	padding:10px 0;
}
#footerWrapper a
{
    color:White;
    text-decoration:none;
    font-size:11px;
}

#footerWrapper a:hover
{
    text-decoration:underline;
    color:#F1CA88;
    }
 
#footerWrapper{
	border-top:5px #929292 solid;
	color:#dddddd;
	font-size:12px;
}
#footerWrapper .ftCol1{
	padding-top:10px;
	float:left;
	width:200px;
}
#footerWrapper .ftCol2{
	padding-top:10px;
	float:left;
	width:200px;
}
#footerWrapper .ftCol3{
	padding-top:10px;
	float:left;
	width:200px;
}
#footerWrapper .ftCol4{
	padding-top:10px;
	float:right;
	width:300px;
	text-align:right;
}
#navSearch{
	height:100px;
}
#navLinks{
	height:20px;
	color:white;
	font-size:14px;
	background-image:url(/Enterprise/resource/image/e3e3bd6c-3122-4d2b-b313-9a92583f979d);
	background-position:right;
	background-repeat:no-repeat;
}
#navLinks .spacer{
	margin:0 10px;
}
#searchWrapper{
	line-height:27px;
	padding-left:15px;
	float:right;
	height:27px;
	margin:40px 10px 0 0;
	width:243px;
	background-image:url(/Media/SiteImages/SearchBar.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.innerWidth{
	width:970px;
	padding:0 20px;
	margin:0 auto;
}


#siteSearch
{   
    background-color:transparent;
    border:0px;
    color:Navy;
    width:190px;
    height:27px;
    line-height:27px;
}
#siteSearchButton
{
    width:35px;
    height:27px;
    display:block;
    float:right;
    text-indent:-3000px;
}


.readMoreLink, .seeMoreLink{
	text-align:right;
}
.readMoreLink a:hover, .seeMoreLink a:hover{
	text-decoration:underline !important;
}
.readMoreLink a{
	text-decoration:none;
	color:#ff6815;
	font-weight:bold;
}
.seeMoreLink a{
	text-decoration:none;
	color:#8bb9de !important;
	font-size:13px;
	margin-left:15px;
}
.seeMoreLink
{
    font-size:10px;
    color:#999999;
}

/* 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:#0e204a;
    margin-bottom:15px;
    min-height:20px;
    background-image:url(/media/siteimages/CSCAdminHeader.jpg);
    background-position:top center;
    background-repeat:no-repeat;
    
}
#CSCAdmin
{
    width:220px;
    float:left;
    margin-bottom:10px;
    padding:4px 15px 0 13px;
    font-family: Arial, Trebuchet MS, Helvetica, Geneva, sans-serif;
}
#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-image:url(/media/siteimages/CSCAdminLink.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    height:18px;
    text-align:center;
    
}
#CSCAdmin .tab a.selected
{
    background-position:0 -28px;
}
#CSCAdmin .tab a:hover
{
    background-position:0 -28px;
}
#CSCAdmin .tab span
{
    display:block;
    height:28px;
    line-height:28px;
    font-size:12px;
    font-weight:bold;
    padding-left:10px;
    text-align:center;
}

/* 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; }

.form-input td.amount-to-pay {
	padding-bottom: 10px;
}