/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/*                           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 {
	background-image: url(/media/siteimages/mainBodyTile.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #170b71;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrapper
{
	width:1003px;
	margin:20px auto;
	background-image:url(/media/siteimages/mainContentTile.jpg);
	background-repeat:repeat-y;
}
#innerWrapper
{
	background-image:url(/media/siteimages/mainHeader.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#mainContent
{
	padding:5px 20px;
}
#mainContent #leftColumn
{
	width:205px;
	float:left;
}
#mainContent #rightColumn
{
	width:750px;
	float:right;
	min-height:450px;
}

#loggedInStatus
{
    float:right;
    margin:10px 20px 0 0;
    height:20px;
}
#loggedInStatus a
{
    font-weight:bold;
    color:White;
    background-color:#4a6fd8;
    display:inline-block;
    padding:2px 8px;
    text-decoration:none;
}
#loggedInStatus a:hover
{
    color:Red;
}
#footer
{
	clear:both;
	padding-top:30px;
	background-image:url(/media/siteimages/mainFooter.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:65px;
	text-align:center;
	color:white;
	font-size:10px;
}
#footer a
{
    color:White;
    text-decoration:none;
}
#footer a:hover
{
    text-decoration:underline;
}
#header
{
    clear:both;
	height:110px;
}
#header #headerBar
{
	padding:85px 30px 0 30px;
	height:23px;
	color:white;
}
#header #headerBar #searchBar
{
	float:right;
	height:30px;
	width:210px;
}
#header #headerBar #dateTime
{
	float:left;
	height:30px;
	width:200px;
}
#siteSearch
{
	height:16px;
	border:0px;
	background-color:Transparent;
	width:180px;
	color:white;
	margin-right:3px;
}
#siteSearchButton
{
	color:white;
	text-decoration:none;
}




/* END: MAIN PAGE STRUCTURE */

/* -------------------------------------------------------------------------------------- */

/* START: TITLE */

        /* INSERT */

/* END: TITLE */

/* -------------------------------------------------------------------------------------- */

/* START: FOOTER*/

        /* INSERT */

/* END: FOOTER */

/* -------------------------------------------------------------------------------------- */

/* START: LEFT NAVIGATION LAYOUT */


#navWrapper
{
	background-image:url(/media/siteimages/mainNavTile.jpg);
	background-repeat:repeat-y;
	background-position:center;
	width:201px;
	color:white;
}
#navInnerWrapper
{
	background-image:url(/media/siteimages/mainNavTop.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#navContent
{
	min-height:275px;
	padding:10px;
}
#navFooter
{
	background-image:url(/media/siteimages/mainNavBottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:19px;
}
#navContent ul
{
	margin:0px 5px;
	padding:0px;
	list-style:none;
	
}

#navContent ul li
{
	/*border-bottom:1px dashed #9e9e9e;*/
	padding:5px 0;
}
#navContent ul li a
{
	color:white;
	text-decoration:none;
}
#navContent ul li a:hover
{
	color:#f81919;
}

/* 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:White;
    margin-bottom:15px;
    min-height:20px;
    background-image:url(/media/siteimages/CSCAdminHeader.jpg);
    background-position:top left;
    background-repeat:no-repeat;
    border-bottom:3px #fd1b14 solid;
    
}
#CSCAdmin
{
    width:190px;
    float:right;
    margin-bottom:10px;
    padding-top:4px;
    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;*/
    background-color:#8b8b8b;
    height:18px;
    text-align:left;
    
}
#CSCAdmin .tab a.selected
{
    /*background-position:0 -28px;*/
    background-color:#fd1b14;
}
#CSCAdmin .tab a:hover
{
    /*background-position:0 -28px;*/
    background-color:#fd1b14;
}
#CSCAdmin .tab span
{
    display:block;
    height:28px;
    line-height:28px;
    font-size:12px;
    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; }
