

/* 1.LAYOUT
---------------------------------------------------------------------- */
img { max-width: 100%; }

body {
	text-align: center;
	background: #fbfbfb url("images/bg.gif") center top repeat-x;
	font-size: 16px;
	}
#the-header {
	height: 170px;
	overflow:hidden;
	}
#logo-box {
	width: 237px;
	float:left;
	margin-left: 26px;
	margin-top: 16px;
	}
#header-box-right {
	float: right;
	margin-right: 26px;
	margin-top: 1em;
	overflow:hidden;
}	
#header-box-right:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
#wk-logo {
	height: 38px;
	width: 234px;
	display:block;
	padding-bottom: .5em;
	border-bottom: 1px solid #dedede;
	}		
#wrapper {
	width: 1024px;
	margin: 0 auto;
	overflow:hidden;
	background-color: #fbfbfb;	
	}
#main {
	font-size: 16px;
	overflow:hidden;
	clear: both;
	}
#secondary {
	text-align: left;
	margin: 0 26px;
	margin-top: 20px;
	overflow:hidden;
	clear:both;
	display:block;
	padding-bottom: 40px;
	}		
.article-wrapper {   /* for each row of content */
	overflow:hidden;
	border-top: 2px solid #6fbb44;	
	padding-top: 5px;
	}





/* 1-b LAYOUT :: 2 COLUMN
---------------------------------------------------------------------- */

/* ------------------------------ */
/* Two column for current structure */				
.col-7 {
	float: left;
	width: 63%;
	min-height: 600px; /*temp*/
	border: 1px solid #dedede;
	background-color:#f7f7f7;
	}
.col-7R {
	float: right;
	width: 33.5%;
	min-height: 600px; /*temp*/
	border: 1px solid #dedede;
	background-color:#f7f7f7;
	}
/* End of 2 column */






/* ------------------------------ */
/* LH nav on left column */
.col-4 {
	width: 23%;
	float: left;
	}
.col-4R {
	float: right;
	width: 73%;
	}
.col-4R-short {
	float: right;
	margin-right: 7%;
	width: 66%;
	}


/* ------------------------------ */			
/* two columns for featured product page */
.col-2cL {
	float: left;
	width: 47.5%;
	}
.col-2cR {
	float: right;
	width: 47.5%;
	}
.col-text-block {
	display:block;
	margin-top: 30px;
	}	

			
/* ------------------------------ */			
/* two columns for faculty page */
/* quarter column grid          */
.col-8 {
	float: left;
	width: 24%;
	border-right: 1px solid #dedede;
	}
.col-8R {
	float: right;
	margin-left: 0%;
	width: 74%;
	}
/* end two columns for faculty page */


/* ------------------------------ */
.clear-column:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}



/* slider typography */
h1.header {
	display: block;
	color: #464646;
	border-bottom: 2px solid #999;
	padding-bottom: 0.4em;	
	}
h1.headline {
	font-size: 1.6em;
	color: #464646;
	}
h2.intro-copy {
	font-size: 1.0em;
	color: #464646;
	padding-top: 1.3em;
	line-height: 1.3em;
	}




/* 2.MINI SITE
------------------------------------------------------------------ */
/* see separate css file */
/* 2.MINI SITE
-------------------------------------------------------------------------------------------------------------- */
#secondary-wrapper {
	text-align: left;
	margin: 0em 1.6em;   /*27px*/
	margin-top: 20px;
	overflow:hidden;
	clear:both;
	display:block;
	padding-bottom: 40px;
	}
#subsite-header {
	padding-top: 10px;
	}
#subsite-content {
	border: 1px solid #dedede;
	background-color: #fff;
	overflow:hidden;
	clear: both;	
	}
	
/* sub site menu navigation */		
ol.subsite-menu {
	float: left;
	}
ol.subsite-menu li {
	float: left;
	display: inline;
	padding:0;margin:0;
	}
ol.subsite-menu li a {
	text-decoration:none;
	display: block;
	font-size: .8em;
	color: #939292;
	margin-right: 20px;
	padding: 20px 20px 30px 20px;	
	border: 1px solid #fbfbfb;
	background-color: #fbfbfb;
	}
	
ol.subsite-menu li a.ontab-highlight, 
ol.subsite-menu li a:hover {
	background-color: #fff;
	margin-bottom: -1px;
	border: 1px solid #dedede;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;	
	border-bottom: 2px solid #fff;
	z-index: 20;
	}



/* structure for the featured solution mini site */	
.basic-wrapper {
	border-bottom: 1px solid #dedede;
	overflow:hidden;
	padding-top: 5px;
	padding-bottom: 20px;
	background: transparent url("images/bg-tint.gif") bottom center no-repeat;		
	}
.col-3 {
	width: 30%;
  float: left;
	margin: 20px 0 0 20px;
	}
	
						/* slider */
						.sub-content-slider {
							float: right;
							width: 62%;
							margin: 20px 20px 0 0;
							}
		
.basic-wrapper-toptint {
	border-top: 1px solid #dedede;
	overflow:hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	background: transparent url("images/bg-tint-top.gif") top center no-repeat;		
	}




/* three column structure for mini site */	
.three-col-wrapper-mini {																			
	display: block;
	padding:0;
	margin: 20px;
	padding: 20px 0;
	overflow: hidden;
	}
.col-1L {
	position:relative;				
	width: 29.0%;					
	float: left;
	margin-left: 7%;
	}
.col-1R {
	position:relative;					
	width: 29.0%;					
	float: right;
	margin-right: 0;	
	}
.col-1L:first-child {
	margin-left:0;
	}






/* typography for the feature solution pages */
h1.subsite-title {
	color: #6fbb44;	
	display:inline;
	float: left;
	font-size: 2em;
	font-family: 'News Cycle', sans-serif;
	font-weight: 400;
	padding-right: 60px;
	line-height: 1.6em;
	}
h1.brand-title {
	font-size: 4.8em;
	color: #484848;
	font-family: 'News Cycle', sans-serif;
	font-weight: 400;
	display: block;
	padding-bottom: 30px;
	padding-top:0;
}
h2.brand-subtitle {
	font-family: 'News Cycle', sans-serif;
	font-weight: 400;	
	font-size: 1.7em;
	line-height: 1.2em;
	color:#333;
	padding-bottom: 20px;
}
h3.brand-intro {
	font-size: .9em;
	color: #999;
	line-height: 1.6em;
	font-weight:normal;
	padding: 0 0 15px 0;
}
.button-strap {
	text-align: center;
	color: #939292;
	font-size: .8em;
	margin: 10px 45% 0 10%;
}
p.big-quote {
	display: block;
	text-align: center;
	margin: 0 15%;
	color: #999;
	}
h3.small-subhead {
	font-weight:bold;
	font-size: .875em;
	color: #4c4c4c;
	padding: 15px 0;
}
	
/* -------------------------------------------------------------------------------------------------------------- */
/* end of the mini site styles */










/* 3.HEADER
----------------------------------------------------------------- */

/*search */
div#search-box {
	text-align: right;
	float: right;
	margin-top: .9em;
	margin-right: 26px;   
	overflow:hidden;
	}
div#search-box:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
div#search-box input.search_box {
	width: 100px;
	color: #999;					
	font-size: 12px;
	border: 1px solid #000;
	width:210px;
	margin:0;
	padding: .4em 1.5em .4em 1em;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;					
	background: #666 url("images/mag-icon.gif") no-repeat center right;
		box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.35);
		-webkit-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.5);
		box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.5);
	}
div#search-box input.search_box:focus {
	width:280px;
	background-color:#f7f7f7;
	color: #484848;
	background-image: none;				
	}









/* 4.NAVIGATION
---------------------------------------------------------------------- */
/* black bar menu */
div#menu-top {
	text-align: left;
	width: 1024px;
	margin: 0 auto;
	background: #262626;
	height: 51px;
	background-color: #262626;
	overflow:hidden;
	}
ol.menu-horiz-links {
	list-style:none;
	margin-left: 1.68em;
	width: 50%;
	float: left;
	margin-top: 1em;
	position:relative;
	}	
ol.menu-horiz-links li {
	float:left; 
	display:inline; 
	border-left: 1px solid #555; 
	padding-bottom: 10px;
	}		
ol.menu-horiz-links a {
	color: #fff;
	text-decoration:none;
	padding: 0.5em 0;
	display:block;
	font-size: 0.8em;
	padding-left: 20px;
	padding-right: 40px;
	margin-left: 20px;
	color: #999;
	font-variant: normal;
  font-weight: 100;	
	}
.link-with-plus-icon {
	background: transparent url("images/plus-icon.gif") no-repeat left center;
	}	
ol.menu-horiz-links a:hover { 
	text-decoration: underline; 
	color: #6FBB44; 
	}
	




/* main menu - green bar
--------------------------------------------------------*/
div#main-menu  {
	background-color: #6fbb44;
	height: 51px;
	margin: 0 26px;
	position: relative;
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.75), inset 0 0px 25px rgba(77, 137, 41, 0.45);
		-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.75), inset 0 0px 25px rgba(77, 137, 41, 0.45);
		-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.75), inset 0 0px 25px rgba(77, 137, 41, 0.45);
	}	
div#main-menu ol {
	float:left;
	border:none;
	border-right: 1px solid #72c046; /*light green */
	display:block;
	}
div#main-menu ol.menu-list li {
	float: left;
	display:inline;
	border-right: 1px solid #61a639;	/*dark green */
	height:51px;
	}	
div#main-menu ol.menu-list li a {
	display: block;
	text-decoration:none;
	color: #fff;	
	font-size: 0.8em;
	line-height: .8em;	
	padding: 1.65em 1.2em 1.50em 1.0em;
	border-right: 1px solid #72c046;
	border-left: 1px solid #72c046;	
	}		
div#main-menu ol.menu-list li a:hover,
div#main-menu ol.menu-list li a.onpage {
	background-color: #4f8d2a;
		-moz-box-shadow: inset 0 0px 20px rgba(50, 90, 26, 0.85);	
	}		
div#main-menu ol.menu-list li:first-child  { border-left: none;}	
div#main-menu ol.menu-list li a.homeicon   {
	text-indent: -9999px;
	padding: 1.6em 1.9em 1.55em 1.9em;
	background: transparent url("images/home-icon-two.gif") center center no-repeat;
	border-left:none;
	display:block;
	}




/* dropdown menu on main nav
---------------------------------------------------------------------- */
div#main-menu ul.dropdown-menu {
	float: right;
	display:inline;
	margin-right: 0em;
	padding-right: 0em;
	border-left: 1px solid #72c046;
	border-right:none;
	}
div#main-menu ul.dropdown-menu li.headlink {
	position: relative; 
	border-left: 1px solid #61a639;	/*dark green */
  border-right: none;
	height:51px;
	}
div#main-menu ul.dropdown-menu li.headlink a {
	border-right:none;
	}
div#main-menu ul.dropdown-menu li.headlink a.dropdown-icon {
	display: block;
	text-decoration:none;
	color: #fff;	
	font-size: 0.8em;
	line-height: 0.8em;	
	padding: 1.65em 2.4em 1.50em 2.0em;
	background: transparent url("images/down-tick-mark.gif") no-repeat right center; 
	}

/* subdropdown ol */
div#main-menu ul.dropdown-menu li.headlink ul.dropdown-level-one {
	width: 200px;
	display:none;
	position: absolute;
	top:51px !important;
	top:52px;	
	right:0px;
	background-color: #7d7d7d;		
	padding:0;
	margin:0;
	text-align: left;
		-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.75);	
		-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.75);	
		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.75);					
	z-index: 999;
	border:none;	
	border-top: #4c4c4c 10px solid;	
	}

/* generic list items */
div#main-menu ul.dropdown-menu li.headlink ul.dropdown-level-one li {
	border-top: 1px solid #bbb;
	border-bottom: #6f6f6f 1px solid;	
	padding:0;margin:0;
	width: 200px;
	border-right:none;
	}	
div#main-menu ul.dropdown-menu li.headlink ul.dropdown-level-one li a {
	padding: 1.2em 1.9em 1.2em 1.9em;
	margin: 0;
	display: block;
	text-decoration: none;
	color: #fff;	
	font-size: 0.8em;
	line-height: .8em;	
	border-right:none;
	border-left:none;
	}	
div#main-menu ul.dropdown-menu li.headlink ul.dropdown-level-one li a:hover { 
	background: #929292 url("images/arrow-left.gif") center right no-repeat;
		-moz-box-shadow: none;	
	}

/* level one list items */
div#main-menu ul.dropdown-menu li.headlink ul.dropdown-level-one li.list-title { 
	border-top: none;
	border-bottom: #333 1px solid;
	}			
div#main-menu ul.dropdown-menu li.headlink ul.dropdown-level-one li.list-title a { 
	background-color: #4c4c4c;
	font-size: 0.8em;
	line-height: 0.8em;
	color: #999;
	}
div#main-menu ul.dropdown-menu li.headlink ul.dropdown-level-one li.list-title a:hover { 
	background-color: #4c4c4c;
	background-image:none;
	}
/* level two list items */
div#main-menu ul.dropdown-menu li.headlink ul.dropdown-level-one li.level-two-items {
	padding: 0;
	display:block;
	background-color: #4c4c4c;
	border-top: 1px solid #666;
	border-bottom: #333 1px solid;
	border-right:none;	
	}





/* 5.SIDE MENU NAVIGATION
---------------------------------------------------------------------- */

ol.side-menu {
	list-style:none;
	padding:0;
	margin:0;
	font-size: 0.875em;
	border-top: 1px solid #dedede;	
	}
ol.side-menu li {
	margin:0;
	border-bottom: 1px solid #dedede;
	padding: 0.4em 0;
	}
ol.side-menu li a {
	display: block;
	padding: 10px 10px;
	text-decoration:none;
	color: #939292;	
	line-height: 1.3em;	
	}
ol.side-menu li a:hover {
	background-color: #ebebeb;
	color: #484848;	
	text-decoration:none;
	}
ol.side-menu li a.side-menu-on {
	text-decoration:none;
	color: #00b0ec;	
	color: #484848;
	font-weight:bold;	
	background-color: #fbfbfb;								
	}







/* 6.SLIDER
---------------------------------------------------------------------- */
/* see separate css file */




/* 7.TYPOGRAPHY
---------------------------------------------------------------------- */
body { 
	font-family:"Trebuchet MS",Tahoma,Verdana,Helvetica,sans-serif;
	}
em.bold-italic { 
	font-weight: bold; font-style:italic;
	}
p {
	color:#4c4c4c;
	font-family:"Trebuchet MS",Tahoma,Verdana,Helvetica,sans-serif;
	font-size: 0.825em;
	line-height: 1.5em;
	}
h1 {
	color:#464646;
	color:#fff;
	font-family:"Trebuchet MS",Tahoma,Verdana,Helvetica,sans-serif;
	font-size: 1.8em;
	font-weight:normal;
	}
h1.header-headline {
	display: block;
	text-align:center;
	padding: 0 0 .7em 0;
	color: #6fbb44;
	font-size: 1.8em;
	font-weight: 100;
  }
h2, legend {
	color:#6fbb44;
	font-family:"Trebuchet MS",Helvetica, arial;
	font-size:0.875em;
	font-weight:bold;
	padding-bottom: .5em;
	}
h2.big-headline {
	font-family:"Trebuchet MS",Helvetica, arial;
	font-weight: bold;
	color:#6fbb44;
	}
h3 {
	color:#464646;
	font-size:0.875em;
	font-weight:bold;
	padding: 25px 0 5px 0;
	}
h3.subhead-green {
	font-weight: bold;
	color:#6fbb44;
	}	
h4 {
	color:#464646;
	}
a                   { outline:0;     }
a:link, a:visited   { color:#464646; }
a:hover, a:focus    { color:#464646; }
a.article-link {
	font-size: 0.8em;
	color: #b5b5b5;
	line-height: 3em;
	}
a.article-link:hover {
	color: #484848;
	}
a.article-link:focus {
	position: relative;
	top: 1px;
	}
p.intro-copy {
	color:#939292;
	font-size: 1.2em;
	line-height: 1.8em;
	}
p.intro-copy-2 {
	color:#939292;
	font-size: 1.0em;
	line-height: 1.6em;
	margin-top: 5px;
	border-top: 1px solid #dedede;
	padding-top: 10px;
	}
h2.article-header {
	padding: 10px 0 13px 0;
	margin:0;
	}
h2.block-article-header {
	padding: 10px 0 13px 10px;
	margin: 0 15px 0 0;
	color: #fff;
	background-color:#cfdf77;
	}
ol.specialty-list {
	list-style:none;
	border-top: 1px solid #dedede;
	padding-top: 0px;
	margin-top: 5px;
	margin-right: 15px;
	}
ol.specialty-list li {
	padding: 5px 0 5px 0;
	border-top: 1px solid #dedede;
	}
ol.specialty-list li:first-child {
	border-top: none;
	}
ol.specialty-list li a {
	display: block;
	text-decoration: none;
	color: #4c4c4c;
	padding: .7em 0 .7em 40px;
	background: transparent url("images/icon-screen.gif") left center no-repeat;
	
	}
ol.specialty-list li a:hover {
  background-color: #dedede;
	}	

/* link styles */
a.small-link {
	color: #939292;
	text-decoration:underline;
	font-size: 0.8em;
	line-height: 3.6em;
	}
a.small-link:hover {
	color: #4c4c4c;
	}
h2.small-title {
	color: #4c4c4c;
	font-weight:normal;
	display: block;
	font-size: 1.3em;
	line-height: 1.4em;
	padding: .7em 0;
	}

/* Spacing */
.padding-bottom-40     { padding-bottom: 40px; }
.top-margin-20         { margin-top: 20px;     }

/* type styles */	
.italic { font-style:italic; }
.italic-bold { font-style:italic; font-weight: bold; }





/* 8.FOOTER
---------------------------------------------------------------------- */
#footer {
	background-color: #262626;
	padding-bottom: 4em;	
	clear:both;
	}
#footer-wrapper {
	width: 1024px;
	margin: 0 auto;
	overflow:hidden;
	}
#footer-site-map {
	text-align:left;
	clear:both;
	overflow:hidden;	
	width:100%;
	}
#footer-site-map ol {
	float: left;
	list-style:none;
	margin: 0 26px;
	padding: 30px 0;
	}
#footer-site-map ol li {
	float: left;
	display:inline;
	width:20%;
	}
#footer-site-map ol li ol {
	list-style:none;
	padding-top:0;
	margin-right: 1%;
	margin-left:0;
	width: 100%;
	}
#footer-site-map ol li ol li {
	list-style:none;
	display:block;
	width: 100%;
	padding: 0.5em 0;	
	}
#footer-site-map ol li ol li a {
	color: #929292;
	text-decoration: none;
	font-size: .8em;
	line-height: 1.2em;
	padding-right: 1.5em;
	}
#footer-site-map ol li ol li a:hover {
	text-decoration: underline;
	color: #ababab;	
	}
.legal-block {
	margin: 0 26px;
	font-size: .8em;
	line-height: 1.2em;
	border-top: 1px solid #555;
	text-align: left;
	margin-top: 15px;
	padding: 1.6em 0;
	color: #555;
	}

/* typography for footer */
.list-subhead {
	color: #ababab;
	font-size: .8em;
	line-height: 1.2em;
	padding-right: 26px;
	font-weight:bold;
	}



/* 9.bUTTONS
---------------------------------------------------------------------- */
/* see separate css file */



/* 10a.TRANSITIONS
---------------------------------------------------------------------- */
* {
	transition: width .5s;
	-moz-transition: width .5s;
	-webkit-transition: width .5s;
	}


/* 10b.MEDIA QUERIES
---------------------------------------------------------------------- */
@media (min-device-width:1024px) and (max-width:989px),
              screen and (max-device-width:480px),
              (max-device-width:480px) and (orientation:landscape),
              (min-device-width:481px) and (orientation:portrait) {


/* general */

#slider {width: 508px; border: 1px solid #999; overflow:hidden;}
#wrapper { 
	width: 768px; 
	}
div#menu-top {	
	width: 768px; 
	}
div#main-menu ul.dropdown-menu li.headlink a.dropdown-icon,
div#main-menu ul.dropdown-menu li.headlink,
div#main-menu ul.dropdown-menu {
	border:none;
	}

/* two columns template */
.col-7 {
	width: 99.7%;
	margin-right: 20px;										
	min-height: 600px; /*temp*/
	border: 1px solid #dedede;
	background-color:#f7f7f7;
	}
.col-7R {
	width: 99.7%;
	min-height: 200px; /*temp*/
	margin-top: 20px;
	border: 1px solid #dedede;
	background-color:#cfcfcf;
	clear: both;
	}
/* end two columns template */
	
	
	

/* gateway page */
.col-1b a h2, 
.col-1b-right a h2 {
	margin: 20px 0 0 0; 
	color: #fff; 
	font-weight:100; 
	font-size: .875em;
	}
.col-1b a h2 span, 
.col-1b-right a h2 span {
	font-size: 1.6em;
	line-height: 1.2em;
	}
#three-col-wrapper {	
	width: 716px;
	}





/* mini site excluding the mini slider css */
ol.subsite-menu li a {
	margin-right: 5px;
	padding-right: 15px;
	padding-left: 15px;
	}
.col-3 {
	float: left;
	text-align: center;
	width: 670px;
	display:block;
	margin: 20px 0 0 20px;
	border-bottom: 1px solid #dedede;
	margin-top: 0;
	}

.sub-content-slider {
	float: left;
	width: 670px;
	margin: 20px 20px 0 0;
	}
p.button-strap {
	clear: both;
	position:relative;
	text-align: center;
	color: #939292;
	font-size: .8em;
	margin: 10px 25% 0 10%;
	margin: 10px auto;
	padding-top: 10px;
	padding-bottom: 15px;	
	}





/* general */
#footer-wrapper { width: 768px; }



/* THE END OF IPAD VERTICAL */







/*@media (min-device-width:1024px) and (max-width:509px),
              (max-device-width:480px) and (orientation:portrait) {*/
/* To be done at a future date */









 





























