/* CSS Document */

/*Mike Crossley Style & Position (c) Border Websites    */

/* Zero everything - gets rid of browser default styles */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }
a img,:link img,:visited img { border:none }
address { font-style:normal }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666;
	text-align: center;
	background-color: #ededed;
	background-image: url(../imgs/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: 70px;
	position: relative;
	}

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

div#contact {
	position: absolute;
	right: 20px;
	bottom: 12px;
	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: 250px;
	background-color: #CCC;
	position: relative;
	}
div#brandMessaging2 {
	width: 780px;
	height: 200px;
	background-color: #CCC;
	position: relative;
	}
div#homeMessage {
	/*position: absolute;*/
	height: 250px;
	width: 545px;
	float: left;
}	
div#brandNav {
	float:left;
	width: 235px;
	height: 250px;
	background: url(../imgs/top_brandNav.jpg) no-repeat;
	}
div#brandNav ul {
	margin: 0;
	padding: 0;
	
	list-style: none;
	
	}
div#brandNav ul li {
	height: 62px;
	margin: 0;
	padding: 0;
	
	}
div#brandNav ul li a {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 20px;	
	display: block;
	}
div#brandNav ul li a:hover {
	color: #fff;
	text-decoration: none;
	}

/* 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:#88b417;
	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(../imgs/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 #88b417;
	color: #88b417;
	}

/* 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 #88b417;
	color: #88b417;
	}
*/
div#content {
	width: 780px;
	float: left;
	background: #dfdfdf url(../imgs/contentMain.jpg) top no-repeat;
	}
div#main {
	width: 780px;
	float: left;
	}
div#primaryContent {
	width: 518px;
	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#secondaryContent2 {
	width: 174px;
	margin: 17px 0 0 26px;
	float: right;
}

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(../imgs/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
div#main h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #88b417;
	padding-bottom: .2em;
	margin-bottom: .6em;
	background-image: url(../imgs/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
div#main h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #88b417;
	padding-top: 1em;
	padding-bottom: .5em;
	}
div#main p {
	font-size: 1.1em;
	padding-bottom: .4em;
	}
div#main ul {
	font-size: 1.1em;
	padding: 0.5em 0 1.5em 2em;
	}
div#main ul li {
	padding-left:15px;
	font-weight:700;
	background: url(../imgs/fl_bullet.gif) no-repeat left center;
	}
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: 12px;
	color: #333;
	background: url(../imgs/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, div#secondaryContent2 ol#news li {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: .8em;
	padding-left: 0px;
	}
div#secondaryContent2 ol#news li {
	padding-left:15px;
	background: url(../imgs/learnIcon.gif) no-repeat left center;
	}

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

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

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

ol#research li {
	padding-left: 0px;
	margin-bottom: .8em;
	line-height: 1.4em;
	font-size: 1.1em;
	}

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

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

#footer {
	font-size: 1.1em;
	clear: both;
	background: url(../imgs/contentCurve.jpg) top no-repeat;
	padding: 30px 20px 20px 20px;
	margin-bottom: 10px;
	}
#mainfooter {
	font-size: 1.1em;
	clear: both;
	background: url(../imgs/dotline.gif) top repeat-x;
	padding: 30px 20px 20px 20px;
	margin-bottom: 10px;
	}
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;
}
ul#company li a {
	color: #88B417;
	text-decoration: none;
	font-weight: normal;
}	

ul#company li a:hover {
	color: #9fc02a;
}
.mediumPic {
	float: left;
	padding-right: 2px;
	margin-bottom: 15px;
}
.clearSeparator {
	clear: both;
	height: 5px;
	width: 100%;
}
.largeSeparator {
	clear: both;
	height: 100px;
	width: 100%;
}