html {
	overflow-y: scroll;
}

body {
	background-image: url(./images_new/tile_bg.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.leftFl {
	float: left;
}

.rightFl {
	float: right;
}

.blue {
	color: #2C88C7;
}

.header {
	background-image: url(./images_new/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 777px;
}

.logo {
	margin-top: 3px;
	margin-bottom: 11px;
	margin-left: 12px;
	float: left;
}

form {
	margin: 0px;
	padding: 0px;
}

.search {
	background-image: url(./images_new/search.jpg);
	background-repeat: no-repeat;
	width: 379px;
	height: 43px;
	float: right;
}

.search .img {
	margin-top: 7px;
	margin-right: 28px;
	float: right;
}

.inputSearch {
	background-color: transparent;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 228px;
	height: 17px;
	margin-top: 7px;
	margin-left: 81px;
	float: left;
}

.inputThreat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 150px;
	height: 18px;
	margin-top: 9px;
}

.inputMailing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 150px;
	height: 12px;
}

.inputRequest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 250px;
	height: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.commentRequest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 250px;
	height: 75px;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: auto;
}

.nav {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	width: 428px;
	margin-top: 2px;
	float: right;
}

.nav a, .nav a:link, .nav a:visited {
	color: #FFFFFF;
	float: left;
}

.nav .space {
	margin-right: 26px;
	float: left;
}

.navSub {
	font-family: "Trebuchet MS";
	color: #2C88C7;
	width: 370px;
	margin: 0 auto;
	padding-top: 15px;
}

.navSub a, .navSub a:link, .navSub a:visited {
	color: #2C88C7;
	float: left;
}

.navSub .space {
	margin-right: 26px;
	float: left;
}

.tile {
	background-image: url(./images_new/tile_content.jpg);
	background-repeat: repeat-y;
	background-position: center;
	min-width: 777px;
	margin: 0 auto;
}

.content {
	width: 761px;
	min-height: 391px;
	margin: 0 auto;
}

.contentText {
	text-align: center;
	margin-top: 20px;
}

.subText {
	color: #585858;
	text-align: justify;
	width: 720px;
	margin-top: 20px;
	margin-left: 20px;
}

.subText a, .subText a:link, .subText a:visited {
	color: #2C88C7;
}

h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #2C88C7;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
}

.blue_bg {
	background-color: #2C60B6;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	height: 32px;
	padding-top: 9px;
}

.box {
	font-family: "Trebuchet MS";
	font-size: 16px;
	width: 243px;
	margin-top: 4px;
	float: left;
}

.box .bg {
	text-align: center;
	width: 242px;
	height: 196px;
	margin-top: 10px;
}

#arrow {
	background-image: url(./images_new/box_arrow.jpg);
	background-repeat: no-repeat;
	width: 761px;
	height: 32px;
}

.box_text {
	color: #555555;
	text-align: justify;
	line-height: 25px;
}

.box_text a, .box_text a:link, .box_text a:visited {
	color: #2C88C7;
}

.box_text img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 8px;
	float: left;
}

.mt10 {
	margin-top: 10px;
}

.ml76 {
	margin-left: 76px;
}

.ml10 {
	margin-left: 10px;
}

.pr175 {
	padding-right: 175px;
}

.space_box {
	margin-right: 15px;
}

.sdksHeader {
	border-bottom: 1px solid #CCCCCC;
	height: 119px;
}

.sdksHeader .left {
	width: 370px;
	margin-top: 20px;
	padding-left: 22px;
	float: left;
}

.sdksHeader .meters {
	font-family: "Trebuchet MS";
	width: 210px;
	margin-top: 20px;
	margin-left: 22px;
	margin-right: 20px;
	float: left;
}

.meter {
	font-size: 11px;
	color: #585858;
	text-align: center;
	float: left;
}

.meter a, .meter a:link, .meter a:visited {
	color: #2C88C7;
}

.sdksHeader .right {
	float: right;
}

.sdksLeft {
	width: 174px;
	margin-right: 15px;
	float: left;
}

.nav_bg {
	background-image: url(./images_new/tile_sub_nav.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 761px;
	display: block;
}

.sdksLeft a, .sdksLeft a:link, .sdksLeft a:visited {
	color: #585858;
}

.headerSub {
	background-image: url(./images_new/sub_nav_header.jpg);
	background-repeat: no-repeat;
	width: 174px;
	height: 22px;
}

.sdksLeft .static {
	background-image: url(./images_new/sub_nav_static.jpg);
	background-repeat: no-repeat;
	width: 174px;
	height: 34px;
}

.sdksLeft .links {
	background-image: url(./images_new/sub_nav.jpg);
	background-repeat: no-repeat;
	width: 174px;
	height: 34px;
}

.sdksLeft .link {
	text-align: right;
	height: 34px;
	padding-top: 8px;
	padding-right: 25px;
}

.sdksRight {
	color: #585858;
	line-height: 17px;
	width: 542px;
	margin-top: 15px;
	padding-left: 15px;
	float: left;
}

.sdksRight a, .sdksRight a:link, .sdksRight a:visited {
	color: #2C88C7;
}

.sdksList {
	font-size: 11px;
	margin-left: 8px;
	float: left;
}

.sdksList img {
	margin-top: 5px;
	margin-bottom: 5px;
}

.w40 {
	width: 40px;
}

.w67 {
	width: 67px;
}

.w120 {
	width: 120px;
}

.w170 {
	width: 170px;
}

.w200 {
	width: 200px;
}

.w218 {
	width: 218px;
}

.w228 {
	width: 228px;
}

.dot {
	clear: both;
	background-image: url(./images_new/tile_dot.jpg);
	background-repeat: repeat-x;
	height: 3px;
}

.m3 {
	margin-top: 3px;
	margin-bottom: 3px;
}

.m10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sdksBoxes {
	font-size: 11px;
	text-align: center;
	width: 252px;
	margin-right: 20px;
	float: right;
}

.sdksBoxes a, .sdksBoxes a:link, .sdksBoxes a:visited {
	color: #585858;
}

.sdksBox {
	width: 63px;
	float: left;
}

.h60 {
	height: 60px;
}

.h79 {
	height: 79px;
}

.box13 {
	margin-right: 13px;
}

.commandLeft {
	color: #585858;
	line-height: 17px;
	width: 164px;
	margin-top: 15px;
	padding-left: 10px;
	float: left;
}

.commandLeft a, .commandLeft a:link, .commandLeft a:visited {
	color: #2C88C7;
}

.commandRight {
	border-left: 1px solid #CCCCCC;
	color: #585858;
	line-height: 17px;
	width: 552px;
	margin-top: 15px;
	padding-left: 15px;
	float: left;
}

.commandRight a, .commandRight a:link, .commandRight a:visited {
	color: #2C88C7;
}

.aboutRight {
	color: #585858;
	line-height: 17px;
	width: 552px;
	margin-top: 15px;
	padding-left: 15px;
	float: left;
}

.aboutRight a, .aboutRight a:link, .aboutRight a:visited {
	color: #2C88C7;
}

.footer {
	background-image: url(./images_new/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 777px;
	height: 100px;
	margin: 0 auto;
}

.privacy {
	font-family: Tahoma;
	font-size: 10px;
	color: #999999;
	width: 750px;
	margin: 0 auto;
	padding-top: 40px;
}

.privacy a, .privacy a:link, .privacy a:visited {
	color: #999999;
}

.top {
	float: right;
}

.blue {
	color: #2C88C7;
}

.map {
	margin-left: 185px;
}

.split1 {
	line-height: 25px;
	width: 200px;
	padding-left: 45px;
	float: left;
}

.txt_gray {
	color: #585858;
}

.txtR {
	text-align: right;
}

.split2 {
	line-height: 25px;
	color: #2C88C7;
	width: 200px;
	float: left;
}

.split3 {
	line-height: 25px;
	color: #2C88C7;
	width: 280px;
	float: left;
}

.gray {
	background-color: #CCCCCC;
	font-weight: bold;
	margin-bottom: 10px;
}

.highlight {
	background-color: #FFFF00;
	font-weight: bold;
}

.threatLeft {
	background-image: url(./images_new/tile_sub_nav.jpg);
	background-repeat: repeat-y;
	border-right: 1px solid #CCCCCC;
	color: #585858;
	width: 174px;
	padding-bottom: 115px;
	float: left;
}

.threatLeft a, .threatLeft a:link, .threatLeft a:visited {
	color: #585858;
}

.threatMid {
	text-align: center;
	width: 380px;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
}

.threatRight {
	background-image: url(./images_new/tile_sub_nav.jpg);
	background-repeat: repeat-y;
	border-left: 1px solid #CCCCCC;
	color: #585858;
	width: 174px;
	padding-bottom: 20px;
	float: left;
}

.threatRight a, .threatRight a:link, .threatRight a:visited {
	color: #585858;
}

.boxThreat {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 160px;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.boxThreat p {
	margin: 3px;
	padding: 3px;
}

.titleThreat {
	color: #000000;
	text-align: center;
	width: 170px;
	margin-top: 10px;
}

.gifAlert {
	background-image: url(./images_new/alert.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 15px;
	margin-right: 5px;
	float: left;
}

.gifVirus {
	background-image: url(./images_new/virus.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 15px;
	margin-right: 5px;
	float: left;
}

.gifText {
	background-image: url(./images_new/text.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	float: left;
}

.gifLI {
	background-image: url(./images_new/li.jpg);
	background-repeat: no-repeat;
	width: 4px;
	height: 7px;
	margin-top: 7px;
	margin-left: 5px;
	margin-right: 15px;
	float: left;
}

.size10 {
	font-size: 10px;
}

.version {
	margin-top: 12px;
	margin-left: 12px;
	float: left;
}