html, body{
	margin:0;
	padding:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:normal;
	color:#494a49;
}
h1,h2,h3,h4,h4,h5,ul,li,p,a{
	margin:0;
	padding:0;
	font-weight:normal;
	list-style:none;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
a{
	outline:0;
}
input,select{
	outline:0;
	margin:0;
	padding:0;
	font:normal 12px/15px Arial, Helvetica, sans-serif;
	color:#000;
	vertical-align:middle;
}
img{border:0;}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#page{
	width: 1050px;
	margin: 0 auto;
	overflow:hidden;
}
#header{
	width:100%;
	position:relative;
	float:left;
}
#header h1 a{
	background: url(/Images/logo.gif) no-repeat;
	width:174px;
	height:55px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	margin:45px 0 0 0;
	float:left;
}
#header ul{
	margin:49px 10px 0 0;
	padding:0;
	float:right;
	list-style:none;
	overflow:hidden;
	display:inline;
}
#header li{
	margin-left:-1px;
	float:left;
	padding:0 7px;
	list-style:none;
	color:#29b4ff;
	border-left:1px solid #ccc;
}
#header li a{
	color:#cccccc;
	text-decoration:none;
}
#header ul li a:hover {
	text-decoration:underline;
}
#header form {
	position:absolute;
	top:75px;
	float:right;
	text-align:right;
	left:700px;
}
#header input{
	border:1px solid #e6e6e6;
	width:103px;
	font:normal 12px Arial, Helvetica, sans-serif;
}
#header .submit {
	border:none;
	background:url(/Images/bg_submit.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	width:23px;
	height:19px;
	color:#666;
	cursor:pointer;
}
#menucontainer {
	float:left;
	background:url(/Images/bg_menu.gif) no-repeat 0 23px;
	width:100%;
	padding:23px 0 0 0;
	position:relative;
}
#menu {
	float:left;
}
#menu li {
	background:url(/Images/border1.gif) no-repeat 0 0;
	padding-top:10px;
	padding-bottom:5px;
	margin:0 0 0 -2px;
	display: inline;
	position: relative;
	min-width: 140px;
	padding-top:10px;
}
#menu li:hover {
	background:url(/Images/dropdown-header-bg.png) no-repeat 0 0;
	cursor:pointer;
}
#menu li:hover a {
	text-decoration:none;
	color:#29b4ff;
	background:url(/Images/dropdown-header-right-bg.png) no-repeat right 0;
	padding-top:7px;
}
#menu li a {
	padding-left:30px;
	padding-right:35px;
	padding-bottom:10px;
	line-height:31px;
	font-size:15px;
	color:#666;
	font-weight:bold;
	z-index:20;
}
#menu li ul {
	/* display is changed by javascript */
	display:none;
	width:225px;
	position:absolute;
	top:29px;
	left:0px;
	z-index:10;
	float:left;
}
#menu li:hover ul li a {
	font-size:13px;
	line-height:19px;
	font-weight:normal;
	padding:none;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin:none;
	background-image:none;
	color:auto;
	width:225px;
	display:block;
}
#menu li:hover ul li.first {
}
#menu li:hover ul {
	padding:none;
	margin:none;
	_padding-top:10px;
	background:url(/Images/dropdown-slice.png) no-repeat -2px 0px;
}
#menu li:hover ul li {
	_border:1px solid red;
	background:url(/Images/dropdown-slice.png) repeat-y -225px 5px;
	width:225px;
	overflow:hidden;
	position:auto;
	display:block;
	height:auto;
	padding:none;
	margin:none;
	padding-top:5px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#menu li:hover ul li.first {
	margin-top:23px;
	padding-top:0px;
}
#menu li:hover ul li.last {
	_border:1px solid blue;
	padding-top:0px;
	padding-bottom: 30px;
	background:url(/Images/dropdown-slice.png) no-repeat 0px bottom;
}
#menu li:hover ul li.last a {
	_margin-bottom:23px;
	padding-top:5px;
	background:url(/Images/dropdown-slice.png) repeat-y -225px 0px;
	_border:1px solid green;
}
#menu li h2 {
	font-size:15px;
	line-height:35px;
	color:#666;
	padding:0 0 0 30px;
}
/*
#menu li .dropdown-menu li{
	background:none;
	width:100%;
	float:left;
	padding:0 0 2px;
}
#menu li .dropdown-menu a:hover{text-decoration:underline;color:#808080;}
#menu li .dropdown-menu a{
	font-size:13px;
	line-height:19px;
	color:#808080;
	float:none;
	font-weight:normal;
	padding:0;
}

#menu li ul {
	_width:150px;
	line-height:20px;
	position: absolute;
	top: 26px;
	z-index: 100;
	padding:5px 0 10px 10px;
}
*/
/*
#menucontainer form{
	width:224px;
	float:right;
	padding:2px 0px 0 0;
	margin:-27px 0 0 0;
}
*/
#menucontainer #search{
	_width:103px;
	height:23px;
	_float:left;
	overflow:hidden;
	margin:0 4px 0 8px;
	_display:inline;
	position:absolute;
	right:0px;
}
#menucontainer #search label{
	_float:left;
	font-size:10px;
	line-height:18px;
	color:#666;
}
#menucontainer #search input{
	background:url(/Images/input-bg.gif) no-repeat 0 0;
	width:95px;
	height:19px;
	_float:left;
	border:0;
	margin:2px 0 0 4px;
}
#menucontainer #search .submit {
	_float:left;
	background:url(/Images/bg_submit.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	width:23px;
	height:19px;
	color:#666;
	cursor:pointer;
}
.content{
	width:100%;
	float:left;
	padding:12px 0 10px;
}
.content h2{
	font-size:18px;
	line-height:29px;
	color:#666;
	font-weight:bold;
	border-bottom:solid 1px #666;
	padding:22px 0 0;
}
.content h3{
	width:100%;
	display:block;
	font-size:26px;
	color:#eb51c4;
	line-height:34px;
	padding:25px 0 0;
	font-weight:bold;
}
.navigator{
	width:100%;
	overflow:hidden;
	padding:38px 0 13px;
	border-bottom:solid 1px #e0e0e0;
	font-size:16px;
	color:#666;
	font-weight:bold;
}
.navigator li{
	width:237px;
	float:left;
	padding:0 0 8px;
	font-weight:bold;
}
.navigator a {
	font-weight:bold;
	color:#666;
}
.box-coll{
	width:438px;
	float:left;
	padding:22px 0 0 3px;
}
.box-coll.rt{float:right;}
.box-coll p{
	font-size:14px;
	color:#666;
	line-height:22px;
	padding:0 0 20px;
}
.box-coll li{
	width:100%;
	float:left;
	padding:0 0 8px;
}
.box-coll a:hover{text-decoration:none;}
.box-coll a{
	width:100%;
	font-size:14px;
	color:#b2b2b2;
	text-decoration:underline;
	font-weight:bold;
	line-height:22px;
}




.product-left {
	width:440px;
	float:left;
	padding:5px 0 0;
}
.product-left h2{
	font-size:16px;
	margin:0 0 14px;
}
.product-left ul{
	width:100%;
	overflow:hidden;
	padding:14px 0 0;
}
.product-left.list ul{
	margin:16px 0 0;
	padding:0;
}
.product-left li{
	width:360px;
	float:left;
	padding:0 0 29px;
}
.product-left li img{
	float:left;
	margin:4px 22px 0 0;
}
.product-left li h4{
	font-weight:bold;
	padding:0 0 2px;
	font-size:12px;
}
.product-left li p{
	font-size:12px;
	padding:0;
	line-height:18px;
}
.product-left p{
	font-size:18px;
	color:#666;
	line-height:24px;
	padding:0 0 23px;
}

.product-right{
	width:477px;
	float:right;
	padding:5px 0 0;
	position:relative;
}
.product-right h2{
	font-size:16px;
	margin:0 0 12px;
}
.product-right p{
	font-size:18px;
	color:#666;
	line-height:24px;
	padding:0 0 23px;
}
.product-right .product-features .features-left, .product-right .product-features .features-right{
	width:236px;
	float:left;
	overflow:hidden;
}
.product-right li{
	background:url(/Images/list3.gif) no-repeat 2px 4px;
	_width:220px;
	display:block;
	_float:left;
	padding:0 0 9px 10px;
	font-size:12px;
	color:#666;
	line-height:18px;
	_border:1px solid green;
}
.product-right b{
	line-height:19px;
}









.left-coll{
	width:440px;
	float:left;
	padding:5px 0 0;
	border:1px solid green;
}
.right-coll{
	width:477px;
	float:right;
	padding:5px 0 0;
	position:relative;
}
.right-coll.list{width:442px;padding:30px 0 0;}
.right-coll.list h4{
	font-size:18px;
	color:#666;
	padding:0 0 17px;
}
.right-coll.list h4 .title{
	font-weight:bold;
}
.right-coll.list h4 .date{
	font-weight:normal;
}
.logo-box{
	width:100%;
	text-align:center;
	overflow:hidden;
	min-height:134px;
}
* html .logo-box{height:134px;overflow:visible;}
.left-coll h2{
	font-size:16px;
	margin:0 0 14px;
}
.left-coll ul{
	width:100%;
	overflow:hidden;
	padding:14px 0 0;
}
.left-coll.list ul{
	margin:16px 0 0;
	padding:0;
}
.left-coll li{
	width:360px;
	float:left;
	padding:0 0 29px;
}
.left-coll.list li {
	border:1px solid white;
	border-top:1px solid #e0e0e0;
	margin:5px;
	padding-top:10px;
	padding-bottom:10px;
	width:418px;
}
.WebSafetyVideos .left-coll.list li.current {
	_background-color: #f7f7f7;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
}
.left-coll li img{
	float:left;
	margin:4px 22px 0 0;
}
.left-coll.list li img{
	margin:4px 10px 0 0;
}
.left-coll li h4{
	font-weight:bold;
	padding:0 0 2px;
	font-size:12px;
}
.left-coll.list li h4{
	font-size:16px;
}
.left-coll li p{
	font-size:12px;
	padding:0;
	line-height:18px;
}
.left-coll.list li p{
	font-size:14px;
}
.right-coll h2{
	font-size:16px;
	margin:0 0 12px;
}
.right-coll p,
.left-coll p{
	font-size:18px;
	color:#666;
	line-height:24px;
	padding:0 0 23px;
}
.right-coll ul{
	width:236px;
	display:inline;
	position:relative;
	top:0px;
	float:left;
	_display:block;
	overflow:hidden;
	border:1px solid red;
}
.right-coll li{
	background:url(/Images/list3.gif) no-repeat 2px 4px;
	_width:220px;
	display:block;
	_float:left;
	padding:0 0 9px 10px;
	font-size:12px;
	color:#666;
	line-height:18px;
	_border:1px solid green;
}
.right-coll b{
	line-height:19px;
}
.main{
	width:653px;
	float:left;
}
.main .big-image-box {
	width:653px;
	height:442px;
	_float:left;
	_overflow:hidden;
	background-image:url(/Images/big-img1.gif);
}
.main .big-image-box img {
	display:block;
}
.main .scrollable ul {
	position:relative;
	width:653px;
	height:442px;
}
.main .scrollable li {
	position:absolute;
	top:0px;
	left:0px;
}
.main .scrollable li li {
	position:relative;
	top:auto;
	left:auto;
}
.main .tabs ul{
	width:667px;
	overflow:hidden;
	padding:0px 0 0 0px;
	margin:0 0 0 0px;
}
.main .tabs li{
	background-color:#f7f7f7;
	height:100px;
	width:189px;
	overflow:hidden;
	margin: 3px 13px 3px 0px;
	position:relative;
	display:inline;
	float:left;
	padding:0 10px 0 10px;
}
.main .tabs a{
	font-size:13px;
	color:#808080;
	margin:0 0 0 0px;
	padding:10px 0px 0;
}
.main .tabs h3 {
	background:url(/Images/nav-cont-bg1_cold.gif) no-repeat 0 0;
	width:192px;
	font-size:15px;
	line-height:18px;
	color:#fff;
	padding:17px 10px 4px;
	letter-spacing:1px;
	position:relative;
	margin-left:-10px;
	margin-right:-10px;
}
.main .tabs .opport h3 {
	background:url(/Images/nav-cont-bg2_cold.gif) no-repeat 0 0;
}
.main .tabs .news h3 {
	background:url(/Images/nav-cont-bg3_cold.gif) no-repeat 0 0;
}
.main .tabs li.current h3 {
	background:url(/Images/nav-cont-bg1.gif) no-repeat 0 0;
}
.main .tabs li.opport.current h3 {
	background:url(/Images/nav-cont-bg2.gif) no-repeat 0 0;
}
.main .tabs li.news.current h3 {
	background:url(/Images/nav-cont-bg3.gif) no-repeat 0 0;
}
.main .tabs h3 span{
	font-size:9px;
	padding:0;
	line-height:11px;
}
.right-sidebar{
	width:282px;
	float:right;
	padding:2px 0 0;
}
.clearFieldBlurred { color: #666; font-style: italic; }
.clearFieldActive { color: #000; }
.white-box,
.grey-box,
.blue-box ul{
	background:#0e80a8 url(/Images/blue-box-bg.gif) no-repeat 0 0;
	width:248px;
	min-height:181px;
	_float:left;
	padding:0 17px 10px;
	position:relative;

}
.blue-box ul ul{
	background:none;
	width:auto;
	min-height:auto;
	padding:auto;
	position:auto;
}
.blue-box ul li {
	position:absolute;
	top:0px;
	left:0px;
	padding-left:10px;
	background:none;
}
.blue-box ul li li {
	position:relative;
	top:auto;
	left:auto;
	padding-left:auto;
	background:auto;
}
* html .blue-box{height:181px;}
.grey-box{background:#959595 url(/Images/grey-box-bg.gif) no-repeat 0 0;min-height:119px;}
* html .grey-box{height:119px;}
.white-box{background:url(/Images/white-box-bg.gif) no-repeat 0 0;min-height:119px;}
* html .white-box{height:119px;}
/*.right-sidebar .blue-box div{
	padding:12px 0 0 2px;
}*/
.right-sidebar .blue-box .image img{display:block;}
.content .right-sidebar h2{
	font-size:15px;
	color:#fff;
	line-height:25px;
	font-weight:bold;
	letter-spacing:1px;
	padding:0 0 13px;
	border:0;
}
.right-sidebar p{
	font-size:15px;
	color:#fff;
	line-height:20px;
	padding:0 0 15px;
}
.right-sidebar a{
	background:url(/Images/list2.gif) no-repeat 100% 0;
	float:right;
	padding:0 20px 0 0;
	margin:0 7px 0 0;
	font-size:14px;
	color:#fff;
}
.right-sidebar ul {
	width:100%;
	overflow:hidden;
	padding:9px 0 27px;
}
.right-sidebar li{
	background:url(/Images/list1.gif) no-repeat 0 4px;
	width:236px;
	float:left;
	font-size:13px;
	color:#808080;
	padding:0 0 5px 12px;
}
.right-sidebar li a:hover{text-decoration:none;}
.right-sidebar li a{
	background:none;
	float:none;
	font-size:13px;
	color:#808080;
	text-decoration:underline;
}
.right-sidebar .white-box a{
	color:#808080;
}
#footer{
	width:950px;
	overflow:hidden;
	border-top:solid 1px #e0e0e0;
	margin:32px auto 50px auto;
	padding:17px 0 0;
}
#footer ul{
	overflow:hidden;
	margin:0 0 0 0px;
}
#footer li, #footer .nav li.first{
	background:url(/Images/border2.gif) no-repeat 0 50%;
	float:left;
	font-size:11px;
	color:#b2b2b2;
	margin:0 0 0 0px;
	padding:0 7px;
}
#footer a{color:#b2b2b2;}
#footer .copyright {float:left;}
#footer .nav {float:right;}
#footer .admin {float:right;}
#footer .nav ul{margin:0 0px 0 0;}
#footer .nav li{padding:0 8px;}
#footer li.first{background:none;}

.content-text12-white {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.content-text12{
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

