body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
h2 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
h3 {
	margin: 0px 0px 8px 0px;
	padding: 0;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
a {
	color: #0066cc;
	text-decoration: none;
}
img {
    border: none;
}
#wrapper {
	float: left;
	margin: 0;
	padding: 0;
	width: 725px;
	height: 540px;
}
#header {
	background-image: url(images/bg_top_ca.gif);
	float: left;
	width: 725px;
	text-align: left;
}
/*// Switching the following 'nav' elements changes the background behind the tabs on the results screen //*/
#nav {
	background-image: url(images/bg_risk_safe.jpg);
	float: left;
	width: 725px;
	height: 40px;
}
#navHighRisk {
	background-image: url(images/bg_risk_high.jpg);
	float: left;
	width: 725px;
	height: 40px;
}
#navMidRisk {
	background-image: url(images/bg_risk_mid.jpg);
	float: left;
	width: 725px;
	height: 40px;
}
#navLowRisk {
	background-image: url(images/bg_risk_low.jpg);
	float: left;
	width: 725px;
	height: 40px;
}
#tabs {
	float: left;
	clear: right;
}
#links {
	float: right;
}

/*// Homepage Styles //*/ /*//SA - Added 6.19.08//*/

#contentHome {
	background: #ffffff url(images/bg_home.jpg) top no-repeat;
	position: relative;
	width: 725px;
	height: 415px;
	font-size: 12px;
	color: #000000;
}

#homeDescription {
    position: absolute;
	float: left;
	top: 80px;
	left: 77px;
	width: 560px;
	font-size: 12px;
}

#homeScan {
    position: absolute;
	float: left;
	top: 195px;
	left: 77px;
	width: 560px;
	font-size: 12px;
	text-align: center;
}

#homeScanInfo {
    background-color: #ffffff;
	position: absolute;
	float: left;
	bottom: 6px;
	left: 77px;
	width: 560px;
	border: 1px #666666 solid;
}

#homeScanInfo #left {
    float: left;
	clear: right;
	width: 295px;
	font-size: 11px;
}

#homeScanInfo #right {
    float: right;
	width: 250px;
	font-size: 11px;
}

#homeScanInfo p {
     margin: 0;
	 padding: 6px;
}

/*// Scanner Page Styles //*/

#content {
	background: #ffffff url(images/bg_content.gif) top repeat-x;
	position: relative;
	width: 725px;
	height: 415px;
	font-size: 11px;
}
#contentScanner { /*///SA - Updated 6.16.08 ///*/
	background: #ffffff url(images/bg_scanner.jpg) top no-repeat;
	position: relative;
	float: left;
	width: 725px;
	height: 415px;
	font-size: 11px;
}
#contentScannerLeft { /*///SA - Updated 6.16.08 ///*/
    position: absolute;
	float: left;
	clear: right;
	width: 470px;
	top: 20px;
	left: 14px;
	/*margin: 20px 0px 0px 16px;*/
}
#contentScannerRight { /*///SA - Updated 6.16.08 ///*/
    position: absolute;
	float: left;
	width: 200px;
	top: 20px;
	left: 508px;
	/*margin: 20px 18px 0px 0px;*/
	text-align: center;
}
#scanner {
	float: left;
	width: 470px;
	border: #666666 1px solid;
}
#progress {
	float: left;
	background: #ffffff url(images/bg_misc.gif) bottom repeat-x;
	width: 470px;
	height: 60px;
	border: #666666 1px solid;
}
#miscLinks {
	background: #ffffff url(images/bg_misc.gif) bottom repeat-x;
	margin-top: 6px;
	width: 200px;
	height: 100px;
	border: #666666 1px solid;
	text-align: left;
}
#miscLinks ul {
	margin: 6px 0px 6px 22px;
	padding: 0;
}
#miscLinks ul li {
	font-size: 12px;
	padding: 0px 0px 2px 0px;
}
#bannerArea { /*///SA - Updated 6.16.08 ///*/
    position: absolute;
	width: 725px;
	top: 345px;
	text-align: center;
}

/*// End Scanner Page Styles //*/

/*// Results Page Styles //*/

#contentResults { /*///SA - Updated 6.16.08 ///*/
	background: #ffffff url(images/bg_results.jpg) top no-repeat;
	position: relative;
	float: left;
	width: 725px;
	height: 415px;
	font-size: 11px;
}
#contentResultsLeft { /*///SA - Updated 6.16.08 ///*/
    position: absolute;
	float: left;
	clear: right;
	width: 330px;
	top: 85px;
	left: 16px;
	/*margin: 0px 0px 0px 16px;*/
}
#contentResultsRight { /*///SA - Updated 6.16.08 ///*/
    position: absolute;
	float: left;
	top: 85px;
	left: 365px;
	/*margin: 0px 18px 0px 0px;*/
	text-align: center;
}
#upsell {
    background: #ffffff url(images/bg_issupsell.gif) top left no-repeat;
	position: relative;
	float: left;
	width: 340px;
	height: 300px;
	border: #666666 1px solid;
	text-align: left;
}
#upsellCopy {
    position: absolute;
	float: left;
	top: 56px;
	left: 114px;
	width: 215px;
}
#securityStatus { /*///SA - Updated 6.16.08 ///*/
	padding: 10px 0px 22px 20px;
	font-size: 15px;
	font-weight: bold;
}

/*// Added 7.8.08 - Tool Tip style - this is the div containing the dialog that pops up from the navigation - main styling is actually edited within the tooltip.js file //*/

#fixedtipdiv {
    position: absolute;
    padding: 3px;
    border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
    z-index: 100;
	text-align: left;
}

/*// End Results Page Styles //*/

.button {
	margin: 0px 0px 6px 0px
}
.clear {
	clear: both;
}
.eula {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}