/*
===============
Modified: 19 September 2006 
- restructure of layout to accomodate source ordered content for SEO
- all content and style css brought over from old stylesheet - no time to look at rendundancies - there'll be a heap.
===============
*/

/* 
1. structure & layout
==================================================*/
/* html and body
--------------------------------------------------*/
html {
	width: 100%;
}
body {
	margin: 10px 0 0px;
	padding: 0 0 0px;
	width: 100%;
	min-width: 985px; /* Netscape 6 fix for margin auto centering */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	background: #FFFFFF;
}

/* container
--------------------------------------------------*/
#container {
	position: relative;
	margin: 0 auto 15px;
	padding: 0;
	width: 985px;
	text-align: left;
	position: relative;
	background: #FFFFFF;
}

/* old browsers
--------------------------------------------------*/
#old-browsers {
	display: none;
}

/* skip
--------------------------------------------------*/
#skip {
	display: none;
}

/* body containers
--------------------------------------------------*/
.bodyArea {
	border-top: 180px solid #fff; /* move down by distance required for header elements - margin stuffs safari */
	background: #FFFFFF url(none) repeat-y left top;
	padding: 0 14px;
}
/* Adjustments for home page - used in conjunction with bodyArea */
.homeAdjust {
	border-top: 268px solid #fff; /* cos home has no breadcrumbs */
	background: #FFFFFF url(none) repeat-y left top;
}
/* FORCE FLOAT CLEAR :: http://www.positioniseverything.net/easyclearing.html */
.bodyArea:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.bodyArea {display: inline-block;}
/* Hides from IE-mac \*/
* html .bodyArea {height: 1%;}
.bodyArea {display: block;}
/* End hide from IE-mac */

.float-wrapper {
	float: left;
	width: 736px; /* first column plus second column plus margin */
	display: inline; /* IE hack */
}
/* FORCE FLOAT CLEAR :: http://www.positioniseverything.net/easyclearing.html */
.float-wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.float-wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html .float-wrapper {height: 1%;}
.float-wrapper {display: block;}
/* End hide from IE-mac */



/* main column
--------------------------------------------------*/
.bodyMain {
	float: left;
	margin: 0;
	padding: 0;
	width: 715px;
	display: inline; /* IE hack */
}

/* local navigation (left col)
--------------------------------------------------*/
.subMenu {
	display: none;
}

/* right column
--------------------------------------------------*/
.highlightArea {
	display: block;
	float: right; /* must be opposite to float-wrapper */
	width: 190px;
	font-size: 0.89em;
	display: inline; /* IE hack */
}
.highlightArea h2 {
	background: url(../images/template/module_header_tile.gif) repeat-x left top;
	border-bottom: 1px solid #ccc;
	color: #5a5a5a;
	font-size: 1.09em;
	padding: 9px 14px;
	margin-top: 0;
	margin-bottom: 7px;
}
.highlightArea .smallCopy {
	background: url(none);
	margin: 3px 0;
	padding: 0;
	border-style: none;
	font-size: 10px;
	color: #565656;
	text-align: right;
}
.highlightArea img {
	margin-bottom: 7px;
}
.highlightArea .sharePrice img {
	margin-bottom: 0;
}
.highlightArea ul {
	padding: 0;
	margin: 0 0 0 14px;
	/*font-size: 0.89em;*/
	line-height: 1.3em;
}
.highlightArea ul li {
	list-style: none;
	padding: 0 0 0 10px;
	background: url(../images/template/blue_dot_bullet.gif) no-repeat left top;
}
.highlightArea p {
	padding: 0 0 7px 14px;
	margin: 0 0 7px;
	line-height: 1.2em;
	font-size: 1em;
	background: url(../images/template/blue_arrow.gif) no-repeat left top;
	border-bottom: 1px solid #e4e4e4;
}
.highlightArea p.newsArchive {
	padding: 0 0 0 14px;
	margin: 0;
	line-height: 1.2em;
	background: url(../images/template/blue_arrow.gif) no-repeat left top;
	border-bottom: none;
}
.highlightArea p.noDecoration {
	background: url(none);
	border-bottom: none;
	padding: 0 0 7px 0;
	text-align: right;
}
.highlightArea p.noDecorationLeft {
	background: url(none);
	border-bottom: none;
	padding: 0 0 7px 0;
	text-align: left;
}
.highlightArea p.noDecorationCenter {
	background: url(none);
	border-bottom: none;
	padding: 0 0 7px 0;
	text-align: center;
}
.highlightArea p.download_brochure {
	padding: 0 0 7px 25px;
	margin: 0 0 7px;
	line-height: 1.2em;
	background: url(../images/general/icon_dwnld_brochure_small.gif) no-repeat left top;
	border-bottom: 1px solid #e4e4e4;
}
.highlightArea p.inquiry_form {
	padding: 0 0 7px 25px;
	margin: 0 0 7px;
	line-height: 1.2em;
	background: url(../images/general/icon_inquiry_form_small.gif) no-repeat left top;
	border-bottom: 1px solid #e4e4e4;
}
.highlightArea p.demonstration {
	padding: 0 0 7px 25px;
	margin: 0 0 7px;
	line-height: 1.2em;
	background: url(../images/general/icon_demo_small.gif) no-repeat left top;
	border-bottom: 1px solid #e4e4e4;
}
.highlightArea p.whos_using {
	padding: 0 0 7px 25px;
	margin: 0 0 7px;
	line-height: 1.2em;
	background: url(../images/general/icon_whos_using_small.gif) no-repeat left top;
	border-bottom: 1px solid #e4e4e4;
}
.highlightArea p.how_buy {
	padding: 0 0 7px 25px;
	margin: 0 0 7px;
	line-height: 1.2em;
	background: url(../images/general/icon_how_to_use_small.gif) no-repeat left top;
	border-bottom: 1px solid #e4e4e4;
}
.highlightArea p.view_products {
	padding: 0 0 7px 25px;
	margin: 0 0 7px;
	line-height: 1.2em;
	background: url(../images/general/icon_view_products_small.gif) no-repeat left top;
	border-bottom: 1px solid #e4e4e4;
}
.highlightArea a {
	color: #565657;
	text-decoration: none;
}
.highlightArea a:hover {
	color: #1064aa;
	text-decoration: none;
}

/* tool navigation
--------------------------------------------------*/
#subscribe {
	display: none;
}

/* masthead
--------------------------------------------------*/
#header {
	position: absolute;
	top: 26px;
	left: 0;
	height: 59px;
	width: 985px; /* IE requires specific dimensions - percentage on abs element gets not from rel. parent, but from grandparent */
	background-color: #7caad1;
}
/* Hides from IE5-mac \*/
* html #header {
	height: 59px;
	he\ight: 59px;
}
/* End hide from IE5-mac */
#header img {
	padding: 0;
	margin: 0;
}
#searchField {
	position: absolute;
	left: 730px;
	top: 13px;
	width: 240px;
	height: 30px;
	text-align: right;
}
.search {
	font: 11px Arial, Helvetica, sans-serif;
	color: #005aa4;
	border: 1px solid #005aa4;
	width: 155px;
	margin: 0;
	padding: 3px 0 2px 0;
}
.searchButton {
	margin: 1px 0 0 5px;
	padding: 0;
}
#headerHome {
	position: absolute;
	top: 69px;
	left: 0;
	height: 199px;
	width: 985px; /* IE requires specific dimensions - percentage on abs element gets not from rel. parent, but from grandparent */
	background-color: #7caad1;
}
/* Hides from IE5-mac \*/
* html #headerHome {
	height: 199px;
	he\ight: 199px;
}
/* End hide from IE5-mac */
#headerHome img {
	padding: 0;
	margin: 0;
}
#progLogo {
	position: absolute;
	top: 26px;
	left: 0px;
	width: 201px;
	height: 38px;
}


/* navigation (primary)
--------------------------------------------------*/
#menu {
	display: none;
}
#menuHome {
	display: none;
}
#leftCorner {
	display: none;
}
#rightCorner {
	display: none;
}
#leftCorners {
	display: none;
}
#rightCorners {
	display: none;
}
/* rest of styles set in menu.css */

/* breadcrumbs
--------------------------------------------------*/
.breadcrumb { /* is a class as CMS requires unique id on the div */
	position: absolute;
	top: 122px;
	left: 0;
	width: 985px;
	/*height: 40px;*/
	padding: 15px 15px 10px 15px;
	background: #fff url(none) no-repeat left top;
	font-size: 0.89em;
}
/* IE hack width */
.breadcrumb {
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 955px;
}
.breadcrumb a {
	color: #515151;
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
/* Hides from IE5-mac \*/
* html .breadcrumb {
	height: 31px;
	he\ight: 30px;
}
/* End hide from IE5-mac */

/* footer
--------------------------------------------------*/
#footer {
	display: none;
}
.footerStrip {
	display: none
}
/* 
2. components (modules, highlight areas etc)
==================================================*/

/* left module
--------------------------------------------------*/
.subMenu .leftModule {
	margin: 7px 0; 
}
.subMenu .leftModule h1, .subMenu .leftModule h2 {
	color: #000;
	margin: 0;
}
.subMenu .leftModule p {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 0.96em;
}

/* body highlight
--------------------------------------------------*/
.bodyHighlight {
	background: #efefef url(../images/template/highlight_corner.gif) no-repeat right top;
	margin-bottom: 4px;
	padding: 10px;
	width: 695px;
}
/* Hides from IE5-mac \*/
* html .bodyHighlight {
	width: 715px;
	w\idth: 695px;
}
/* End hide from IE5-mac */
/* FORCE FLOAT CLEAR :: http://www.positioniseverything.net/easyclearing.html */
.bodyHighlight:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.bodyHighlight {display: inline-block;}
/* Hides from IE-mac \*/
* html .bodyHighlight {height: 1%;}
.bodyHighlight {display: block;}
/* End hide from IE-mac */
/* END CLEAR */
.bodyHighlight img {
	border: 1px solid #ccc;
	float: left;
	margin: 0;
}
.bodyHighlight .highlightText {
	float: right;
	width: 615px;
	font-size: 0.89em;
	line-height: 1.5em;
}
.bodyHighlight h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 3px 0 0 0;
	font-weight: bold;
	font-size: 1em;
}
.bodyHighlight p {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

/* intro
--------------------------------------------------*/
.bodyMain .intro {
	background: #efefef url(../images/template/highlight_corner.gif) no-repeat right top;
	line-height: 1.6em;
	font-weight: bold;
	padding: 12px;
	height: 70px;
}
html>body .bodyMain .intro { 
	width: auto; 
	height: auto; 
	min-height: 70px; 
}

/* assorted body crap
--------------------------------------------------*/
.bodyMain .results {
	font-size: 0.89em;
}
.bodyMain .results .highlight {
	background-color:#FFFF99;
}
.bodyMain .results .infoline {
	font-size: 0.8em;
	color: #777;
	padding-top: 7px;
}
.bodyMain .results .result_title {
	font-weight: bold;
}
.bodyMain .searchheading {
	font-weight: bold;
}
/* tables */
.bodyMain table {
	border: none;
	font-size: 11px;
}
.bodyMain table p {
	font-size: 11px;
}
table.table-border {
	border: 1px solid #9E9E9E;
}
table.table-grid {
	border-collapse: collapse;
}
table.table-grid th, table.table-grid td {
	border-collapse: collapse;
	border: 1px solid #9E9E9E;
}
.bodyMain td {
	padding: 5px 7px;
	vertical-align: top;
}
/* lists */
.bodyMain ul li {
	list-style: square url(../images/template/blue_arrow.gif);
	font-size: 0.89em;
	padding-bottom: 5px;
	line-height: 1.4em;
}
.bodyMain ul li ul li {
	font-size: 1em;
}
.bodyMain ol li {
	font-size: 0.89em;
	padding-bottom: 5px;
	line-height: 1.4em;
}
.bodyMain table ul {
	font-size: 1.1em;
}
.bodyMain table ul li {
	line-height: 1em;
}

/* reseller list
--------------------------------------------------*/
.bodyMain .resellersList {
	border: none;
}
.bodyMain .resellersList td {
	font-size: 0.9em;
	vertical-align: top;
	padding: 5px 0;
}
.resellersList td p {
	font-size: 1em;
}
.resellersList .logo {
	width: 150px;
	padding-right: 10px;
}
.resellersList .address {
	width: 160px;
}

/* reseller list
--------------------------------------------------*/
.resellerSearch {
	width: 100%;
	float: left;
	font-size: 0.89em;
}
.resellerSearch .left {
	/*font-size: 0.89em;*/
	float: left;
	width: 305px;
	padding: 0 10px 0 0;
	border-right: 1px solid #C1C1C1;
}
/* IE hack width */
.resellerSearch .left {
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 295px;
}
.resellerSearch .right {
	float: right;
	width: 185px;
}
.resellerSearch .right p {
	margin-top: 0;
	padding-top: 0;
	line-height: normal;
	font-size: 1em;
}
.resellerSearch .left .formFields {
	width: 285px;
	background-color: #efefef;
	padding: 10px;
	margin-top: 10px;
}
/* IE hack width */
.resellerSearch .left .formFields {
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 265px;
}
.resellerSearch .left .formFields .fields {
	width: 265px;
	font-size: 13px;
	margin: 3px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* sitemap
--------------------------------------------------*/
.sitemap {
	margin-bottom: 25px;
}
.sitemap li {
	font-size: 1em;
	font-weight: bold;
}
.sitemap li ul {
	margin-top: 10px;
}
.sitemap li ul li {
	font-size: 1em;
	font-weight: normal;
	list-style: square url(../images/template/blue_arrow.gif);
	padding-bottom: 2px;
}
.sitemap li ul li ul {
	margin-bottom: 10px;
}
.sitemap li ul li ul li {
	list-style: square url(../images/general/white_bg.gif);
	padding-bottom: 2px;
}

/* event stuff
--------------------------------------------------*/
.eventMonth {
	width: 100%;
}
.bodyMain .eventMonth table {
	border: none;
}
.eventMonth td, .eventMonth th {
	vertical-align: top;
	font-size: 1em;
}
.bodyMain .eventMonth td {
	padding: 5px 5px 15px 5px;
	line-height: 1.3em;
	border-bottom: 1px solid #E6E6E6;
}
.eventMonth td a {
	font-weight: bold;
}
.eventMonth th {
	background-color: #e2e2e2;
	color: #5d5d5d;
	text-align: left;
	padding: 3px 7px;
}
.eventDay {
	width: 80px;
	font-weight: bold;
}

/* resources
--------------------------------------------------*/
.resourceTxt {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.resourceTxt p {
	margin-top: 0;
	margin-bottom: 0;
}
.resourceDetail {
	width: 100%;
	float: left;
}
.resourceIcon {
	float: left;
	width: 57px;
}
.resourceText {
	float: right;
	width: 645px;
}
.resourceText a {
	font-weight: bold;
}
.clear {
	font-size: 1px;
	margin: 0;
	padding: 0;
}

/* icons
--------------------------------------------------*/
.icon {
	margin: 0 10px 25px 0;
}
.wp {
	padding: 1px 0 3px 25px;
	margin: 0;
	background: url(../images/general/icon_wp_small.gif) no-repeat left top;
}
.pres {
	padding: 1px 0 3px 25px;
	margin: 0;
	background: url(../images/general/icon_presentation_small.gif) no-repeat left top;
}
.cs {
	padding: 1px 0 3px 25px;
	margin: 0;
	background: url(../images/general/icon_case_study_small.gif) no-repeat left top;
}
.ebook {
	padding: 1px 0 3px 25px;
	margin: 0;
	background: url(../images/general/icon_ebook_small.gif) no-repeat left top;
}
.podcast {
	padding: 1px 0 3px 25px;
	margin: 0;
	background: url(../images/general/icon_podcast_small.gif) no-repeat left top;
}
.art {
	padding: 1px 0 3px 25px;
	margin: 0;
	background: url(../images/general/icon_article_small.gif) no-repeat left top;
}
.ps {
	padding: 1px 0 3px 25px;
	margin: 0;
	background: url(../images/general/icon_dwnld_brochure_small.gif) no-repeat left top;
}

/* button
--------------------------------------------------*/
.button a {
	border-top: 1px solid #6DB5F2;
	border-right: 1px solid #1D6CA6;
	border-bottom: 1px solid #1D6CA6;
	border-left: 1px solid #6DB5F2;
	background: #D1E8F8 url(../images/template/button_bg.gif) repeat-x left center;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	padding: 4px 12px;
}
.button {
	padding: 5px 0;
	margin: 7px 0 0 0;
}
.button a:link, .button a:visited {
	text-decoration: underline;
	color: #000;
}
.button a:hover {
	text-decoration: none;
}

/* 
3. home page/layout specific
==================================================*/
/* home page
--------------------------------------------------*/
.divider {
	background: url("../images/home/divider.gif") repeat-y left top;
}
.homeLeft {
	float: left;
	width: 985px;
}
.homeNav h1, .homeNav p {
	display: none;
}
.leftBottom {
	width: 985px;
	float: left;
	margin-top: 5px;
	background: url(../images/template/home_modules_tile.gif) no-repeat left top;
}
.aboutProg {
	float: left;
	width: 329px;
	padding: 0 15px;
	display: inline;
}
.latestNews {
	float: left;
	width: 328px;
	padding: 0 14px 0 15px;
	display: inline;
}
.latestResources {
	width: 328px;
	float: left;	
	padding: 0 14px 0 15px;
	display: inline;
}
/* IE hack width */
.latestResources, .latestNews, .aboutProg {
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 299px;
}
.latestNews ul, .latestResources ul {
	margin: 0;
	padding: 0;
}
.latestNews ul li, .latestResources ul li, .homeRight ul li {
	list-style: none;
	font-size: 0.89em;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e4e4e4;
	width: 299px;
}
.latestNews ul li a, .latestResources ul li a {
	width: 299px;
	background: url(../images/template/blue_arrow_home.gif) no-repeat left top;
	padding: 7px 0 7px 10px;
	margin: 0;
	display: block;
	color: #555;
	text-decoration: none;
}
.latestNews ul li a, .latestResources ul li a {
/* IE hack width */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 289px;
}

.latestNews ul li a:hover, .latestResources ul li a:hover {
	color: #1064aa;
	text-decoration: none;
}
.latestNews p, .latestResources p {
	font-size: 0.89em;
	padding: 0;
	margin: 7px 0 0 0;
	text-align: right;
	color: #555;
}
.aboutProg p {
	font-size: 0.89em;
	padding: 0;
	margin: 7px 0 0 0;
	color: #555;
}
.aboutProg img {
	margin: 7px 0 0 0;
}
.latestNews p a, .latestResources p a, .aboutProg p a {
	color: #555;
	text-decoration: underline;
}
.latestNews p a:hover, .latestResources p a:hover, .aboutProg p a:hover {
 	color: #1064aa;
	text-decoration: none;
}
.latestNews .contentArea, .latestResources .contentArea {
	margin: 0 0 10px 0;
	padding: 0 16px;
}
.leftBottom h2 {
	color: #5a5a5a;
	font-size: 0.97em;
	padding: 10px 0;
	margin: 0;
}

/* 
4. misc classes (random things i'm not sure where used)
==================================================*/
.divider2 {
	background: url(../images/general/divider_menu.gif) repeat-y left top;
}
.contentImg {
	border: 1px solid #bababa;
	margin: 0 0 0 15px;
}
.imgBorder {
	border: 1px solid #ccc;
	margin-left: 10px;
}
.greyText {
	color: #909090;
}
.borderTop {
	border-top: 1px solid #E6E6E6;
	padding-top: 10px;
}
.alignRight {
	text-align: right;
}
.nav {
	font-weight: bold;
	font-size: 1em;
	margin-top: 10px;
}
.noDisplay {
	display: none;
}

/* 
5. standard html element defaults
==================================================*/
/* Note this isn;t a standard comprehensive list, just what I could find in the original stylesheet */
/* links */
a {
	color: #1064aa;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* headers */
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #212121;
	padding-top: 10px;
	margin-top: 0;
}
h2 {
	font-size: 1.14em;
	padding-top: 10px;
	margin-top: 0;
}
h3 {
	font-size: 1.059em;
	margin-bottom: 0;
	padding-bottom: 0;
}
h4 {
	font-size: 0.97em;
}
h4.newsSubHeading {
	font-size: 1em;
	color: #777;
}
h5 {
	font-size: 0.89em;
	margin: 0;
	padding: 0;
}
h6 {
	font-size: 0.8em;
	font-weight: normal;
}
/* text & content */
p {
	font-size: 0.89em;
	line-height: 1.4em;
}
hr {
	height: 1px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #E6E6E6;
	padding: 0;
	margin: 5px 0;
	border-right: none;
	border-left: none;
}
/* forms */
form {
	padding: 0;
	margin: 0;
}

.searchResults, .newsItem {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
}

.searchResults p, .newsItem p {
	margin-top: 0;
	margin-bottom: 10px;
}

* Sample CSS for news announcements
	   */
	   table.wlNewsTable {
	         	 border-collapse: collapse;
	         	 width: 510px;
	   }

	   table.wlNewsTable th {
	   			background: #EBEBEB;
	   			color: #666666;
	   			font-size :12px;
	   			font-family : Arial, Helvetica, sans-serif;
				text-align: Left;
				padding: 4px 15px 6px 5px;
				border: 1px solid #999999;
	   }
	   table.wlNewsTable td {
	          	text-align: left;
				padding: 4px 15px 6px 5px;
				font-size: 11px;
				font-weight: normal;
				color:#333333;
				border: 1px solid #999999;

        }

