/* CSS Document */

* {
	margin: 0;
	padding: 0;
	list-style:none;
	outline: none;
	}

img, fieldset {
	border: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666;
	text-align: center;
	background-color: #ededed;
	background-image: url(../images/fl_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}

div#pageArea {
	width: 780px;
	border-right: 24px solid #fff;
	border-left: 24px solid #fff;
	background-color: #fff;
	margin: 5px auto 0 auto;
	text-align: left;
	}

/* Header styles */

div#header {
	/*border: 1px solid #000;*/
	height: 90px;
	position: relative;
	background-image:url(../images/topbanner.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	}

div#logo {
	position: absolute;
	bottom: 12px;
	right: 12px;
	}

div#contact {
	position: absolute;
	left: 35px;
	bottom: 13px;
	font-size: 1.1em;
	font-weight: 700;
	text-align: right;
	}

div#contact a {
	color: #88b417;
	}

div#contact a:hover {
	color: #9fc02a;
	}

div#brandMessaging {
	width: 780px;
	height: 257px;
	background-color: #CCC;
	position: relative;
	}

dl#homeMessage {
	position: absolute;
	height: 257px;
	width: 545px;
	background: url(../images/brand_main.jpg) no-repeat;
}	
div#brandMessaging dt, div#brandMessaging dd {
	text-indent: -9000px;
}

dl#mobileSecurityMessage, dl#BuildSecureMessage, dl#activeDefenseMessage {
	width: 235px;
	height: 86px;
	background-image: url(../images/brand_nav.jpg);
	background-repeat: no-repeat;
	float: right;
	clear: right;
	cursor: pointer;
}

dl#mobileSecurityMessage:hover, dl.mobileSecurityMessagehover {
	background-position: -235px 0;
	cursor: pointer;
}  

dl#BuildSecureMessage {
	background-position: 0 -86px;
}
dl#BuildSecureMessage:hover, div#brandMessaging dl.BuildSecureMessagehover {
	background-position: -235px -86px;
	cursor: pointer;
}

dl#activeDefenseMessage {
	background-position: 0 -172px;
}
dl#activeDefenseMessage:hover, div#brandMessaging dl.activeDefenseMessagehover {
	background-position: -235px -172px;
	cursor: pointer;
}


dl#mobileSecurityMessage dl, dl#BuildSecureMessage dl, dl#activeDefenseMessage dl {
	height: 257px;
	width: 545px;
	top: 0;
	position: absolute;
	background: url(../images/brand_main.jpg) no-repeat;
}
div#brandMessaging dl dl {
	left: -9000px;
}
dl#mobileSecurityMessage dl {
	background-position: 0 -257px;
}
dl#BuildSecureMessage dl {
	background-position: 0 -514px;
}
dl#activeDefenseMessage dl {
	background-position: 0 -771px;
}
div#brandMessaging dl:hover dl, div#brandMessaging dl.mobileSecurityMessagehover dl, div#brandMessaging dl.BuildSecureMessagehover dl, div#brandMessaging dl.activeDefenseMessagehover dl {
	left: 0;
}

/* Link styles */

a:link {
	color:#333;
	font-weight: 700;
	text-decoration: none;
	}

a:visited {
	color:#333;
	font-weight: 700;
	text-decoration: none;
	}
	
a:hover {
	color:#FFCC00;
	text-decoration: none;
	}

a:active {
	text-decoration: none;
	}
	
/* Primary Nav styles */

div#primaryNav {
	width: 780px;
	height: 3.6em;
	padding: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/*border: 1px solid #000;*/
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #1b1a1b;
	}

div#primaryNav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	height: 3.4em;
	}

div#primaryNav a {
	font-size: 1.1em;
	float: left;
	line-height: 3.1em;/**/
	font-weight: bold;
	padding: 0 17px;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #666;
	}

div#primaryNav a:hover {
	border-bottom: 2px solid #0092CE;
	color: #FFCC00;
	}

/* nav states on */

body#home li#home_link a, body#products li#products_link a, body#solutions li#solutions_link a, body#researchpage li#research_link a, body#about li#about_link a {
	border-bottom: 2px solid #FFCC00;
	color: #FFCC00;
	}

div#content {
	width: 780px;
	float: left;
	background: #dfdfdf url(../images/contentMain.jpg) top no-repeat;
	}
div#primaryContent {
	width: 516px;
	margin: 17px 0 0 17px;
	float: left;
	display: inline;
}
/**html div#primaryContent {
	width: 500px; IE-only fix
}*/
div#secondaryContent {
	width: 204px;
	margin: 17px 0 0 26px;
	float: left;
}	


div#content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #88b417;
	padding-bottom: .2em;
	margin-bottom: .6em;
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}


div.primaryContentHalf1, div.primaryContentHalf2 {
	width: 242px;
	padding-right: 16px;
	}
	
div.primaryContentHalf1 {
	float: left;
}

div.primaryContentHalf2 {
	float: right;
}	

div#primaryContent dt {
	font-weight: 700;
	font-size: 1.2em;
	margin-bottom: .2em;
}

div#primaryContent dt a {
	padding-left: 15px;
	color: #333;
	background: url(../images/fl_bullet.gif) no-repeat left center;
	}

div#primaryContent dt a:hover {
	color: #88b417;
	}
	
div#primaryContent dd {
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 1.2em 0;
	padding-left: 15px;
}


div#secondaryContent ol#news li {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: .8em;
	}


div#secondaryContent ol#news {
	margin-bottom: 1.6em;
	padding-top: 0;
}

div#secondaryContent ol#news a {
		text-decoration: none;
		color: #88B417;
		font-weight: normal;
		padding-left: 3px;
}

div#secondaryContent ol#news a:hover {
		color: #9fc02a;
}

ol#research li {
	padding-left: 25px;
	background: url(../images/pdfIcon.gif) 0 3px no-repeat;
	margin-bottom: .8em;
	line-height: 1.4em;
	font-size: 1.1em;
	}

ol#research li.video {
	padding-left: 25px;
	background: url(../images/videoIcon.gif) 0 3px no-repeat;
	}

ol#research li a {
		text-decoration: none;
		color: #88B417;
		font-weight: normal;
}

ol#research li a:hover {
		color: #9fc02a;
}

ol#research li.viewAll {
	padding-left: 0;
	background:none;
	padding-top: .5em;
	}

ol#research li.viewAll a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

ol#research li.viewAll a:hover {
	color: #88B417;
}

#footer {
	font-size: 1.1em;
	clear: both;
	padding: 30px 20px 20px 20px;
	margin-bottom: 10px;
	}

div#edit4web {
	float:right;
	bottom: 30px;
	right: 12px;
}
	
ul#legal li {
	display: inline;
	color: #88B417;
	}

ul#legal li a {
	color: #88B417;
	text-decoration: none;
	font-weight: normal;
}	

ul#legal li a:hover {
	color: #9fc02a;
}

ul#company {
	margin-top: 1em;
}
ul#company li {
	color: #999;
	display: block;
}
h4 {
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: .2em;
}

