/*
	Suggested order:
		display, position, float, clear
		width, height
		margin, padding
		border, background
		color, font, line-height, text-align, text-decoration
		vertical-align, white-space, overflow, cursor, list-style
*/

HTML,
BODY,
#wrapper {
	background: #fafafa url(bg01.jpg) no-repeat 50% 0;
}
.subpage,
.subpage #wrapper {
	background-image: url(bg14.jpg);
}

.subpage-nonav,
.subpage-nonav #wrapper,
.page-template-page-search-empty-php,
.page-template-page-search-empty-php #wrapper {
	background-image: url(bg32.jpg);
}

HTML {
	height: 100%;
}
BODY {
	min-width: 990px;
	min-height: 100%;
	line-height: 1.583;
}
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH, BLOCKQUOTE {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

H1, H2, H3, H4, H5, H6 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
H1 {
	margin-top: .5em;
	font-size: 35px;
	line-height: 1.2;
	text-shadow: 0 1px 0 #019B29;
}
#main-content H1 {
	text-shadow: 0 1px 0 #e4e3e3;
}
H2 {
	font-size: 24px;
	line-height: 1.25;
	text-shadow: 1px 1px 0 #bbb;
}

.box02 H2 {
	text-shadow: #555 1px 1px 0px;
}
.subpage H2 {
	font-size: 30px;
	line-height: 1.233;
}
#sidebar H2 {
	font-size: 18px;
	line-height: 1.333;
}
.box09 H2 {
	text-shadow: 0 1px 0 #fff;
}

H3 {
	font-size: 19px;
	font-weight: normal;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	line-height: 1.286;
	text-shadow: 0 1px 0 #e4e3e3;
}
.subpage H3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
}
.box09 H3 {
	text-shadow: 0 1px 0 #fff;
}

H4, H5, H6 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.286;
}

A {
	color: #096300;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

OL {
	margin-left: 3em;
}
OL OL {
	margin: .5em 0 .5em 3em;
	font-size: 13px;
	color: #777;
}

UL {
	margin-left: 2em;
}
UL LI {
	display: block;
	padding-left: 13px;
	padding-bottom: 5px;
	background: url(dot03.gif) no-repeat 0 6px;
}
UL UL {
	margin: .5em 0 .5em 1.5em;
}
UL.data {
	margin-left: 0 !important;
}
UL.data LI {
	padding: 0 !important;
	background: none !important;
}

/* =layout
-------------------------------------------------- */
#wrapper {
	width: 990px;
	margin: 0 auto;
}
#wrap {
	position: relative;
	width: 990px;
	margin: 0 auto;
	background: url(bg02.gif) repeat-y 50% 0;
}
#wrap-inner {
	min-height: 200px;
	padding-top: 20px;
	padding-bottom: 65px;
	background: url(bg01.jpg) no-repeat 50% -346px;
}
* HTML #wrap-inner {
	height: 200px;
}
.subpage #wrap-inner {
	padding-top: 1px;
	padding-bottom: 35px;
}

#content {
	background: url(bg16.png) repeat-y 660px 100%;
}
#content-inner {
	min-height: 350px;
	background: url(bg15.png) no-repeat 660px 100%;
}
.sidebar #content-inner {
	background: #fff url(bg15.png) no-repeat 660px 100%;
}
* HTML #content-inner {
	height: 350px;
}

#main-content {
	float: left;
	width: 635px;
}
#sidebar {
	float: right;
	width: 220px;
}

.content-fullWidth #content-inner {
	background: #fff !important;
}
.content-fullWidth #content-inner #main-content {
	width: 910px !important;
}

/* =header
-------------------------------------------------- */
#header {
	position: relative;
	height: 143px;
}
.subpage #header {
	height: 179px;
}
#header P,
#header UL {
	margin: 0;
}
#header A {
	color: #777;
}

#logo,
#logo A {
	width: 202px;
	height: 46px;
	overflow: hidden;
	background: url(logo.png) no-repeat;
}
#logo {
	position: absolute;
	left: 15px;
	top: 25px;
}
#logo A {
	display: block;
	text-indent: -5000px;
}

#ccc {
	position: absolute;
	left: 443px;
	top: 36px;
	z-index: 10;
}
#ccc A {
	display: block;
}

/* links */

#links {
	position: absolute;
	right: 15px;
	top: 13px;
}
#links SPAN {
	margin: 0 6px;
	color: #ccc;
}

/* search */

#header H3.widgettitle {
	display: none;
}

#searchform {
	position: absolute;
	right: 15px;
	top: 47px;
	width: 500px;
	z-index: 1;
}
#searchform DIV {
	float: right;
	overflow: hidden;
	margin: 0 !important;
	background: url(bg05.png) no-repeat 0 0;
}
#s {
	float: left;
	width: 156px;
	height: 15px;
	padding: 5px 10px;
	border: none;
	background: none;
	color: #999;
}
* HTML #s {
	line-height: 13px;
}
#s:focus {
	outline: none;
	color: #222;
}

#searchsubmit {
	float: left;
	height: 24px;
	margin: 0;
	padding: 3px 10px 4px;
	border: none;
	background: url(bg_button.png) no-repeat 100% 0;
	font-size: 12px;
	line-height: 13px;
	color: #fff;
	font-weight: normal;
	cursor: pointer;
	overflow: visible;
}
#searchsubmit:active,
#searchsubmit:focus {
	background-position: 100% -24px;
}
#searchsubmit:hover {
	background-position: 100% -48px;
}

/* =nav
-------------------------------------------------- */
#nav {
	position: absolute;
	left: 6px;
	top: 90px;
	height: 46px;
	overflow: hidden;
	margin-left: 0;
	padding-left: 8px;
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
	line-height: 1.2;
}
.subpage #nav {
	height: 43px;
}
#nav LI,
#nav A {
	float: left;
}
#nav LI {
	height: 47px;
	margin-top: 5px;
	padding: 0 0 0 1px;
	background: url(bg07.png) no-repeat 0 1px;
}
#nav A {
	padding: 12px 15px 11px;
	color: #fff;
	outline: none;
}
#nav A:hover,
#nav A:focus {
	margin-left: -1px;
	padding-left: 16px;
	background: url(bg06.png) no-repeat 0 100%;
	text-decoration: none;
}
#nav .current_page_item A,
#nav .current_page_ancestor A {
	padding: 17px 13px 10px 22px;
	background: url(bg17.png) no-repeat 0 0;
	color: #000;
}
#nav .current_page_item A:hover,
#nav .current_page_item A:focus,
#nav .current_page_ancestor A:hover,
#nav .current_page_ancestor A:focus {
	margin-left: 0;
	padding-left: 22px;
}
#nav .current_page_item,
#nav .current_page_ancestor {
	position: relative;
	height: 52px;
	margin: 0 -5px 0 -7px;
	padding-right: 8px;
	background: url(bg18.png) no-repeat 100% 0;
}
* HTML #nav .current_page_item A,
* HTML #nav .current_page_item,
* HTML #nav .current_page_ancestor A,
* HTML #nav .current_page_ancestor {
	background: #fff !important;
}
.subpage #nav,
#nav .current_page_item A,
#nav .current_page_ancestor A {
	height: 51px;
}
* HTML #nav .current_page_item A,
* HTML #nav .current_page_ancestor A {
	padding-left: 15px;
}
* HTML #nav .current_page_item A:hover,
* HTML #nav .current_page_item A:focus,
* HTML #nav .current_page_ancestor A:hover,
* HTML #nav .current_page_ancestor A:focus {
	padding-left: 15px;
}
* HTML #nav .current_page_item,
* HTML #nav .current_page_ancestor {
	margin: 0;
	padding-right: 0;
}

/* submenu */

#subnav {
	position: absolute;
	left: 6px;
	top: 143px;
	float: left;
	height: 42px;
	padding: 0 2px 0 8px;
	background: url(bg17.gif) no-repeat 100% 0;
}
#subnav LI,
#subnav A,
#subnav SPAN {
	float: left;
}
#subnav LI {
	height: 35px;
	padding: 0 0 0 8px;
	background: url(bg17.gif) no-repeat 0 0;
	z-index: 2;
}
#subnav A {
	padding-right: 8px;
	color: #4d4d4d;
	outline: none;
}
#subnav SPAN {
	height: 18px;
	overflow: hidden;
	padding: 2px 8px 20px;
	cursor: pointer;
}
*+HTML #subnav SPAN {
	padding-bottom: 19px !important;
}
* HTML #subnav SPAN {
	padding-bottom: 19px !important;
}
#subnav .current_page_item, #subnav .current_page_ancestor {
	position: relative;
	margin-right: -9px;
	margin-left: -4px;
	background: url(bg26.png) no-repeat 0 -7px;
}
* HTML #subnav .current_page_item {
	background-image: url(bg26.gif);
}
#subnav .current_page_item SPAN, #subnav .current_page_ancestor SPAN {
	padding-right: 12px;
	padding-left: 12px;
	background: url(bg25.png) no-repeat 50% 100%;
}
* HTML #subnav .current_page_item SPAN, * HTML #subnav .current_page_ancestor SPAN {
	background-image: url(bg25.gif);
}
#subnav .current_page_item A, #subnav .current_page_ancestor A {
	background: url(bg27.png) no-repeat 100% -7px;
	font-weight: bold;
	color: #000;
}
* HTML #subnav .current_page_item A, * HTML #subnav .current_page_ancestor A {
	background-image: url(bg27.gif);
}
#subnav .current_page_item A:hover, #subnav .current_page_ancestor A:hover {
	text-decoration: none;
}

#level3nav {
	border: 1px solid #ccc;
}
#level3nav .current_page_item {
	font-weight: bold;
	background: #eee;
}

#level3nav {
	border: 1px solid #ccc;
}
#level3nav .current_page_item {
	font-weight: bold;
	background: #eee;
}

/* #nav-above nav-below */

#nav-above A,
#nav-below A {
	color: #777;
}
#nav-above .meta-nav,
#nav-below .meta-nav {
	color: #999;
}
#nav-below {
	margin-top: 2em;
}
#nav-above .nav-previous,
#nav-below .nav-previous {
	float: left;
	width: 300px;
}
#nav-above .nav-next,
#nav-below .nav-next {
	float: right;
	width: 300px;
	text-align: right;
}
#nav-above:after,
#nav-below:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
#nav-above,
#nav-below {
	display: inline-block;
}
* html #nav-above,
* html #nav-below {
	height: 1%;
}
#nav-above,
#nav-below {
	display: block;
}

/* =intro
-------------------------------------------------- */
#intro {
	position: relative;
	height: 200px;
	margin: 0 15px 0 15px;
	color: #fff;
}
.subpage-nonav #intro {
	height: 135px;
}
.slideshow-Panel {
	position: absolute;
	top: -6px;
	left: 0;
	width: 850px;
	padding: 8px 0 0 0;
	background: url(bg01.jpg) no-repeat -500px -137px;
	height: 190px;
	font-size: 24px;
	line-height: 1.261;
}
.slideshow-Panel-1,
.slideshow-Panel-2,
.slideshow-Panel-3 {
	opacity: 0;
}
.slideshow-Panel .slideshow-inner {
	height: 170px;
	padding-top: 17px;
	padding-right: 400px;
	background-repeat: no-repeat;
	background-position: 505px 0;
}
.slideshow-Panel-1 .slideshow-inner {
	background-image: url(/wp-content/themes/wmg/images/slideshow/flat.jpg);
}
.slideshow-Panel-2 .slideshow-inner {
	background-image: url(/wp-content/themes/wmg/images/slideshow/more-time.jpg);
}
.slideshow-Panel-3 .slideshow-inner {
	background-image: url(/wp-content/themes/wmg/images/slideshow/global.jpg);
}
.slideshow-Panel .more A,
.slideshow-Panel .more SPAN {
	float: left;
	background: url(btn01.png) no-repeat 0 0;
	cursor: pointer;
}
.slideshow-Panel .more A {
	padding-right: 15px;
	background-position: 100% 0 !important;
	text-decoration: none !important;
}
.slideshow-Panel .more SPAN {
	height: 27px;
	overflow: hidden;
	padding: 4px 0 4px 15px;
	font-size: 14px;
	line-height: 27px;
	font-weight: bold;
}
* HTML .slideshow-Panel .more SPAN {
	line-height: 23px;
}
.slideshow-Panel .more A:hover,
.slideshow-Panel .more A:focus {
	background-position: 100% -35px !important;
}
.slideshow-Panel .more A:hover SPAN,
.slideshow-Panel .more A:focus SPAN {
	background-position: 0 -35px !important;
}

#slideshow-Pagination {
	position: absolute;
	top: -7px;
	right: -5px;
	width: 250px;
	height: 172px;
	overflow: hidden;
	margin: 0;
	padding: 21px 0 12px;
	background: url(bg08.png) no-repeat 100% 0;
	font-size: 12px;
	text-align: right;
}
#slideshow-Pagination LI {
	display: block;
	height: 45px;
	margin-top: -2px;
	margin-bottom: -3px;
	overflow: hidden;
	padding: 0;
	background: none;
}
#slideshow-Pagination A {
	display: block;
	height: 17px;
	padding: 11px 25px 17px 15px;
	overflow: hidden;
	outline: none;
}
#n03 A {
	height: 19px;
}
#n04 A {
	height: 18px;
}
#intro #slideshow-Pagination .active A {
	background: url(bg29.png) no-repeat 100% 0;
	text-decoration: none;
	color: #005000;
}
#slideshow-Pagination A:hover {
	background: url(bg29-hover.png) no-repeat 100% 0;
	text-decoration: none;
}
* HTML #slideshow-Pagination .active A,
* HTML #slideshow-Pagination  A:hover {
	background: url(bg33.png) no-repeat 100% 0 !important;
}
* HTML #slideshow-Pagination .active #sl01 {
	line-height: 22px;
}
* HTML #slideshow-Pagination .active #sl01,
* HTML #slideshow-Pagination .active #sl01:hover {
	background-position: 100% 0 !important;
}
* HTML #slideshow-Pagination #sl01:hover {
	background-position: 100% -129px !important;
}
* HTML #slideshow-Pagination #sl02:hover {
	background-position: 100% -175px !important;
}
* HTML #slideshow-Pagination #sl03:hover {
	background-position: 100% -221px !important;
}
* HTML #slideshow-Pagination .active #sl02,
* HTML #slideshow-Pagination .active #sl02:hover {
	background-position: 100% -41px !important;
}
* HTML #slideshow-Pagination .active #sl03,
* HTML #slideshow-Pagination .active #sl03:hover {
	background-position: 100% -84px !important;
}

#intro H1,
#intro H2,
#intro A {
	color: #fff;
}
#intro-info A {
	text-decoration: underline;
}
#intro H2,
#intro H1 {
	margin-top: 0;
	font-size: 40px;
	line-height: 1.2;
}
#intro H1 {
	padding-top: 10px;
}
#intro P {
	margin-top: .3em;
	line-height: normal;
	font-size: 16px;
	line-height: 1.5;
}
#intro P.more {
	margin-top: .8em !important;
	font-size: 16px;
	line-height: 1.5;
}

/* sub-intro */

.subpage #intro {
	height: 135px;
}
.subpage #intro P {
	margin-top: 0;
	line-height: 1.166;
}
#intro-head {
	margin-top: 0 !important;
	padding-top: 20px !important;
	font-size: 40px !important;
	line-height: 1.2 !important;
	font-weight: bold;
	word-spacing: -0.1em;
	letter-spacing: -1px;
	text-shadow: 0 1px 0 #019B29;
}
#page-tag-line {
	text-decoration: none;
	word-spacing: -0.1em;
	text-align: left;
	letter-spacing: -0.5px;
	line-height: 1em;
	font-size: 1.45em !important;
	font-weight: normal;
	text-shadow: 0 1px 0 #019B29;
}

/* =content
-------------------------------------------------- */
#content {
	font-size: 1.2em;
	line-height: 1.35em;
}

DIV.hr {
	height: 1em;
	overflow: hidden;
	background: url(bg_separator.gif) repeat-x 50% 100%;
	padding: 7px 0;
	display: block;
	clear: left;
}

DIV.hr HR {
	display: none;
}

.target {
	padding: 10px 11px;
	border: 1px solid #eee;
	background: #fafafa url(bg_sidebar-box02.png) repeat-x 0 0;
}
.target STRONG {
	color: #f80;
}
.req {
	color: #777;
	padding: 10px 11px;
	border: 1px solid #eee;
	background: #fafafa url(bg_sidebar-box02.png) repeat-x 0 0;
}
.req STRONG {
	color: #000;
}

DIV.quote {
	float: right;
	width: 340px;
	margin: 1.5em 0 1em 20px;
	padding: 1em 0;
	border-top: 4px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: url(bg_quote.png) no-repeat 0 20px;
}
DIV.quote BLOCKQUOTE {
	padding-left: 50px;
	color: #666;
	font-size: 16px;
	line-height: 1.5;
}
DIV.quote P.author {
	margin: 0.727em 0 0 50px !important;
	color: #666;
	font-size: 11px;
	line-height: 1.4545;
}

.content-first {
	color: #808080;
	font-family: Cambria, serif;
	font-size: 1.25em;
	line-height: 1.5em;
}

BLOCKQUOTE.type1 {
	display: block;
	color: #666;
	font-size: 1.25em;
	font-family: Cambria, serif;
	line-height: 1.5em;
	font-style: italic;
	text-shadow: 0 1px 0 #eee;
}

P.photo {
	margin: 1em 0;
}

P.photo-right {
	float: right;
	margin: 1em 0 1em 20px;
}

P.photo-left {
	float:left;
	margin: 1em 20px 1em 0;
}

.aligncenter,
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
	padding: 4px;
	margin: 0 0 2px 7px;
}
img.alignleft {
	display: inline;
	padding: 4px;
	margin: 0 7px 2px 0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

P.lead {
	margin-top: 1em !important;
	color: #808080;
	font-size: 20px;
	line-height: 1.25;
	text-shadow: 0 1px 0 #eee;
}

DIV.text {
	width: 600px;
	font-size: 14px;
	line-height: 1.5;
}

P.meta SPAN {
	margin: 0 3px;
	color: #c0c0c0;
}

H2 SPAN.date {
	color: #777;
	font-weight: normal;
}

.lighter-text {
	color: #999;
	display: block;
	margin-bottom: 10px;
	font-size: 0.95em;	
}

/* heading */

.heading {
	margin-top: 1.9em;
}
.heading H2,
.heading P {
	float: left;
}
.heading H2 {
	margin-top: 0;
	margin-right: 10px;
}
.heading P {
	margin-top: 8px;
}
.heading .more A,
A.more {
	padding-right: 11px;
	background: url(dot03.gif) no-repeat 100% 5px;
	text-decoration: underline;
	color: #666;
}
A.more {
	white-space: nowrap;
	color: #060;
}

/* first */

.first {
	margin-top: .5em !important;
}

/* =partners
-------------------------------------------------- */
UL.partners {
	margin: 25px 0 0;
	clear: both;
}
UL.partners LI {
	float: left;
	width: 390px;
	min-height: 200px;
	display: block;
	margin: 0 25px 25px 0;
	padding: 1px 25px 25px !important;
	border: 1px solid #e7e7e7;
	background: none !important;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
* HTML UL.partners LI {
	height: 200px;
}
UL.partners LI.last {
	float: right;
	margin-right: 0;
}
UL.partners P {
	color: #999;
	font-size: 13px;
	line-height: 1.3em;
}
UL.partners H3 {
	font-size: 1em;
	font-weight: bold;
}
UL.partners H3 IMG {
	margin-right: 1.5em;
	vertical-align: middle;
}
UL.partners H2 {
	font-size: 19px;
	font-weight: normal;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	line-height: 1.286;
}

/* =subpage 2
-------------------------------------------------- */
.sidebar .box05 {
	padding-left: 9px !important;
}
.sidebar #path {
	padding-left: 26px !important;
	padding-bottom: 18px !important;
}
.sidebar #content {
	background: url(bg20.gif) repeat-y 6px 0;
}
.sidebar #content #content-inner {
	background: url(bg21.gif) no-repeat 176px 100%;
}
.sidebar #content #sidebar {
	float: left;
	width: 200px;
}
.sidebar #content #main-content {
	float: right;
	width: 730px;
	margin-top: -22px;
}

#sidebar-nav {
	width: 186px;
	margin-top: 0 !important;
	margin-left: 0 !important;
	background: url(bg22.gif) no-repeat 6px 0;
}
#sidebar-nav LI,
#sidebar-nav A,
#sidebar-nav SPAN {
	display: block;
}
#sidebar-nav A {
	color: #007b9b;
	outline: none;
}
#sidebar-nav LI.current_page_item A, #sidebar-nav LI.current_page_parent A {
	color: #000;
}
#sidebar-nav LI {
	width: 186px;
	padding: 0 !important;
	background: url(bg22.gif) no-repeat 6px 100%;
}
#sidebar-nav LI SPAN {
	padding: 12px 10px 13px 37px;
	background: url(dot09.gif) no-repeat 26px 16px;
	line-height: normal;
}

#sidebar-nav LI.current_page_item, #sidebar-nav LI.current_page_parent {
	margin-top: -3px;
	margin-bottom: -4px;
}
#sidebar-nav LI.current_page_item,
#sidebar-nav LI.current_page_item A,
#sidebar-nav LI.current_page_parent,
#sidebar-nav LI.current_page_parent A {
	background: url(bg23.png) no-repeat 0 0;
}
* HTML #sidebar-nav LI.current_page_item,
* HTML #sidebar-nav LI.current_page_item A,
* HTML #sidebar-nav LI.current_page_parent,
* HTML #sidebar-nav LI.current_page_parent A {
	background-image: url(bg23.gif);
}
#sidebar-nav LI.current_page_item,
#sidebar-nav LI.current_page_parent {
	padding-bottom: 6px !important;
	background-position: -187px 100% !important;
}
#sidebar-nav LI.current_page_item SPAN,
#sidebar-nav LI.current_page_parent SPAN {
	color: #333;
	padding-top: 14px;
	padding-bottom: 10px;
	background-image: url(dot10.gif);
	background-position: 26px 18px;
	font-weight: bold;
}

#sidebar-subNav {
	min-height: 1%;
	margin: 0;
	background: url(bg23sub.png) repeat-y 0 0;
	padding-bottom: 15px;
}
* HTML #sidebar-subNav {
	background-image: url(bg23sub.gif);
}
#sidebar-nav #sidebar-subNav LI {
	display: block;
	width: auto !important;
	margin: 0 !important;
	padding: 0 2px 0 17px !important;
	background: none !important;
}
#sidebar-nav #sidebar-subNav LI A {
	display: block;
	padding: 4px 0 4px 20px;
	border-top: 1px solid #f5f5f5;
	background: none !important;
	font-size: 10px;
	line-height: normal !important;
}
#sidebar-nav #sidebar-subNav LI A SPAN {
	padding: 0 !important;
	background: none !important;
	font-weight: normal;
	color: #666;
}
#sidebar-nav #sidebar-subNav li a:hover span {
	color: #222;
}
#sidebar-nav #sidebar-subNav li.current_page_item {
	margin: 0;
	background: url(subnav-L4-bg.png) repeat-y 20px 0 !important;
}
#sidebar-nav #sidebar-subNav li.current_page_item A {
	background: url(small-bullet.png)no-repeat 8px 9px ;
}
#sidebar-nav #sidebar-subNav li.current_page_item A SPAN {
	color: #444;
	font-weight: bold;
}

/* =path
-------------------------------------------------- */
#path {
	margin-top: 0;
	margin-left: -2px;
	color: #bbb;
}
#path A,
#path STRONG {
	margin: 0 2px;
	vertical-align: middle;
}
#path STRONG {
	font-weight: normal;
}
#path A {
	color: #999;
}

/* =boxes
-------------------------------------------------- */

/* box01 */

.box01 {
	padding: 0 46px;
	color: #4c4c4c;
}

/* box02 */

.box02 {
	width: 976px;
	margin: 20px auto 0;
	padding-top: 12px;
	background: url(bg09.png) no-repeat 0 0;
	color: #cdcdcd;
}
.box02 A,
.box02 H2,
.box02 H3 {
	color: #fff;
}
.box02 .a {
	background: #fff url(bg18.jpg) repeat-y 0 0;
	padding: 15px 30px 40px;
	-moz-box-shadow: 0 0 8px #777;
	-webkit-box-shadow: 0 0 8px #777;
	box-shadow: 0 0 8px #777;
}
.box02 .heading {
	margin-top: 0;
}
.box02 .heading .more A {
	background-image: url(dot05.gif);
	color: #fff;
}

/* box03 */

.box03-a {
	float: left;
	width: 430px;
}
.box03-b {
	float: right;
	width: 410px;
}
.box03-b UL {
	margin-top: .8em;
}
.box03-a H2,
.box03-b H2,
.box03-a .heading,
.box03-b .heading  {
	margin-top: 0;
}

/* box04 */

.box04 {
	padding: 10px 0 30px;
	border-bottom: 1px solid #ccc;
}
* HTML .box04 {
	padding-top: 25px;
}

/* box05 */

.box05 {
	padding: 0 46px;
	color: #4c4c4c;
}
.subpage .box05 {
	padding: 0 40px;
}
.box05 .links LI {
	background-position: 0 6px;
}

/* box06 */

.box06 {
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}
.box06 P.first {
	margin-top: .2em !important;
}
.box06 P.more A {
	display: block;
	padding: 1px 0 1px 28px;
	background: url(dot08.gif) no-repeat 0 -1px;
}
.img-content P {
	float: left;
	width: 140px;
}
.img-content .img {
	margin-top: .6em;
	width: 75px;
	text-align: center;
}

/* box07 */

.box07-a {
	float: left;
	width: 480px;
}
.box07-b {
	float: right;
	width: 220px;
}

/* box08 */

.box08 {
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #eee;
	background: #fff;
	font-size: 12px !important;
}
* HTML .box08 {
	margin-top: 3px;
}
.box08 .inner {
	padding: 10px 11px;
	background: #fafafa url(bg_sidebar-box02.png) repeat-x 0 0;
}
.box08-1 {
	border-color: #ffe699;
}
.box08-1 .inner {
	background: #fff0c3 url(bg_sidebar-box03.png) repeat-x 0 0;
}

.box08-m25 {
	margin-top: 25px;
}
.box08-small {
	width: 482px;
}
.box08 P.info {
	margin-top: 0;
	font-size: 14px !important;
}
.box08 P.info A {
	font-size: 14px !important;
}

.box08-2 {
	border-color: #ffe699;
}
.box08-2 .inner {
	background: #fffaeb url(bg_sidebar-box01.png) repeat-x 0 0;
}

.box08 H2 {
	margin-top: 0;
	font-size: 17px;
	line-height: 1.230;
	color: #666;
	font-weight: normal;
}
.box08 H2.type1 {
	margin-bottom: 7px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ffe699;
	font-size: 17px;
	font-weight: normal;
	color: #666;
}
.box08 UL {
	margin: .4em 0 0;
}
.box08 A {
	color: #007b9b;
}
.box08 A:hover {
	color: #f80;
}
.box08 UL LI {
	display: block;
	padding: 3px 0 3px 10px !important;
	background: url(dot09.gif) no-repeat 0 6px;
	line-height: normal;
}
.box08 UL.news {
	margin-top: .5em !important;
}
.box08 UL.news LI {
	padding: 3px 0 3px 10px !important;
	background: url(dot09.gif) no-repeat 0 6px;
}
.box08 .heading2 H2 {
	float: left;
}
.box08 .heading2 .rss {
	float: right;
	margin-top: 1px;
}
.box08 .more {
	margin: 0 0 3px;
	line-height: normal;
}
.box08 .more-with-padding {
	line-height: normal;
	margin: 0 0 3px;
	padding-top: 6px;
}
.box08 .box08-inner P.img,
.box08 .box08-inner DIV.txt {
	float: left;
}
.box08 P.more2 {
	margin-top: 5px !important;
}
.box08 .box08-inner P.img {
	width: 216px;
	margin: 0 0 4px;
}
.box08 DIV.txt {
	width: 100%;
	font-size: 11px;
	line-height: 1.4545;
}
.box08 .box08-inner P {
	margin-top: .3em;
}
.box08 .box08-inner P.img {
	margin-top: .7em;
}
.box08 P.download,
.box08 .zeroturnaround,
.box08 .webmedia,
.box08 .contact {
	min-height: 32px !important;
	padding-left: 45px;
	margin-top: 0 !important;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.box08 P.download {
	background-image: url(ico_download.png);
	color: #666;
	font-size: 12px;
	line-height: normal;
}
.box08 P.download A {
	display: block;
	padding-bottom: 2px;
	font-weight: bold;
}

.box08 .zeroturnaround {
	background-image: url(ico_zeroturnaround.png);
}
.box08 .webmedia {
	background-image: url(ico_webmedia.png);
}
.box08 .contact {
	background-image: url(ico_contact.png);
}
.box08 .contact ul.data LI {
	padding-left: 0 !important;
}
.box08 ul.data LI {
	display: block;
	padding: 2px 0;
	font-size: 11px !important;
	line-height: normal !important;
	font-family: Arial, Helvetica, sans-serif !important;
}

.box08 DIV.news H2 {
	padding: 0 0 3px 10px;
	border-bottom: 1px dotted #ffe699;
	font-size: 17px;
	font-weight: normal;
}
.box08 DIV.news UL.news li {
	padding-bottom: 6px !important;
}
.box08 DIV.news .more {
	margin: 5px 10px 3px;
}

.box08 .project STRONG {
	color: #000;
}
.box08 .project LI {
	padding: 0 !important;
	background: none !important;
}
.box08 .project UL {
	margin: 5px 0 0 10px;
	padding-bottom: 10px;
}
.box08 .project UL LI {
	padding: 3px 0 3px 15px !important;
	background: url(dot11.gif) no-repeat 0 6px !important;
}
.box08 .mailto {
	font-size: 11px;
}

/* box09 */

.box09 {
	float: right;
	width: 224px;
	background: #fff;  /* important for fixing HR floating issues */
	margin: 0 0 1em 1em;
}

/* box10 */

.box10 {
	margin-top: 20px;
	padding: 0 20px 1.5em;
	border: 1px solid #eee;
	background: url(bg_contact01.gif) repeat-x 0 100%;
	font-size: 12px;
}
.box10 H2 {
	font-size: 17px;
	line-height: 1.470 !important;
}
.box10 UL {
	float: left;
	width: 430px;
	margin: .5em 20px 0 0 !important;
}
.box10 UL.last {
	float: right;
	width: 403px !important;
	margin-right: 0 !important;
}
.box10 LI {
	padding: 3px 0 3px 15px !important;
	background: url(dot11.gif) no-repeat 0 7px !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
}

.box10-outer .box10 {
	float: left;
	width: 403px;
	overflow: hidden;
}
.box10-outer .box10-last {
	float: right;
}
.box10-outer .box10 LI {
	float: left;
	width: 200px;
}

/* =lists
-------------------------------------------------- */
.entry-content UL LI {
	display: block;
	padding-left: 13px;
	padding-bottom: 5px;
	background: url(dot03.gif) no-repeat 0 10px;
	font-size: 17px;
	font-family: Cambria, serif;
	line-height: 1.5em;
}
.entry-content OL LI {
	padding-bottom: 5px;
	font-size: 1.25em;
	font-family: Cambria, serif;
	line-height: 1.5em;
}

.entry-content ul.ul-2-col LI {
	float: left;
	width: 40%;
	margin: 0 32px 0 0;
}
.entry-content .long-ul LI {
	padding-left: 13px;
	padding-bottom: 25px;
	line-height: 1em;
	font-size: 1.1em;
	line-height: 1.5em;
}
.entry-content UL.long-ul STRONG {
	display: block;
	font-size: 1.25em;
	font-family: Cambria, serif;
	line-height: normal;
}

/* links */

UL.links {
	margin-left: 0;
}
UL.links LI {
	padding-left: 12px;
	padding-bottom: 4px;
	background: url(dot04.gif) no-repeat 0 5px;
}

/* case-studies */

#case-studies {
	margin: 9px 0 0;
}

#case-studies.case-studies-small {
	padding: 40px 0 0 20px;
}

.case-studies-small li h3 {
	text-shadow: 1px 1px 0 #eee !important;
}
#case-studies LI {
	float: left;
	width: 285px;
	padding: 0 30px 0 0;
	background: none;
}
#case-studies.case-studies-small LI {
	width: 198px;
}
#case-studies LI.last {
	float: right;
	padding-right: 0;
}
#case-studies.case-studies-small LI.last {
	float: left;
}

#case-studies P.img {
	margin-left: 0;
	margin-right: 0;
}
#case-studies P.img A {
	display: block;
	width: 275px;
	height: 100px;
	overflow: hidden;
	padding: 5px;
	background: url(bg10.png) no-repeat 0 0;
	outline: none;
}

#case-studies.case-studies-small P.img A {
	width: 198px;
	height: 46px;
	background: #ddd;
}

#case-studies P.img IMG {
	display: block;
}
#case-studies P {
	margin: .3em 5px 0;
	line-height: 1.4;
}
#case-studies.case-studies-small P {
	font-size: 14px;
}
#case-studies H3 {
	margin: .3em 5px 0;
	text-shadow: 1px 1px 0 #666;
}
#case-studies.case-studies-small H3 {
	font-size: 18px;
	padding: 10px 0 5px 0;
}

/* products */

#products {
	margin: 1.3em 0 0 -10px;
	background: url(bg11.gif) repeat-y 225px 0;
}
#products LI {
	float: left;
	width: 215px;
	padding: 0 21px 0 0;
	background: none;
}
#products LI.last {
	width: 190px;
	padding-right: 0;
}
#products P {
	margin: 8px 10px 0;
	line-height: 1.5;
}
#products H3 {
	margin-top: 0;
	padding: 10px;
	/*background: url(bg12.gif) repeat-x 0 100%;*/
}
#products H3 A {
	display: block;
	padding-left: 15px;
	background: url(dot06.gif) no-repeat 0 8px;
	color: #060;
}

/* people */

UL.people {
	margin: 1em 0 0;
}
UL.people LI {
	float: left;
	width: 210px;
	margin: 20px 23px 0 0;
	padding: 0;
	background: none;
	line-height: 1.455;
}
* HTML UL.people LI {
	margin-right: 20px;
}
UL.people LI P.img {
	margin: 0;
}
UL.people LI P.meta {
	margin: 7px 10px 0;
	font-size: 11px;
	line-height: normal;
}
UL.people LI P.meta STRONG {
	display: block;
	font-size: 13px;
}
UL.people LI P IMG {
	border: 1px solid #ddd;
	z-index: 0;
}
UL.people LI.last {
	float: right;
	margin-right: 0 !important;
}
UL.people LI.sep {
	/*float: none;*/
	height: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* =news
-------------------------------------------------- */
#news {
	margin-top: .4em;
	padding-top: .7em;
	background: url(bg13.gif) repeat-y 687px 0;
}
#news UL {
	margin: 0;
}
#news LI {
	background: none;
}
#news-content {
	float: left;
	width: 665px;
	border-bottom: 1px dotted #ccc;
}
#news-content LI {
	padding: 6px 0 5px 33px;
	border-top: 1px dotted #ccc;
	background: url(ico_page.gif) no-repeat 10px 6px;
}
#news-content LI A {
	float: left;
	width: 540px;
}
#news-content LI SPAN {
	float: right;
	width: 80px;
	text-align: right;
	color: #808080;
}
#news-filter {
	float: right;
	width: 190px;
}
#news-filter LI {
	padding: 2px 0;
}
#news-filter .active A {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

/* news */

UL.news {
	margin: 0;
}
UL.news LI {
	padding: 20px 0 0;
	background: none;
}
UL.news .content {
	float: right;
	width: 555px;
	padding: 7px 0 0;
}
UL.news H2,
UL.news H3 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	text-shadow: none;
}
UL.news P {
	margin-top: .5em !important;
	font-size: 13px;
}
UL.news P.date {
	float: left;
	width: 60px;
	height: 80px;
	overflow: hidden;
	margin: 0;
	padding-right: 5px;
	background: #f8f8f8 url(bg_date.png) no-repeat 0 0;
	color: #999;
	text-align: center;
	cursor: default;
	font-size: 12px;
}
UL.news P.date SPAN,
UL.news P.date STRONG {
	display: block;
}
UL.news P.date SPAN {
	color: #666;
	text-transform: uppercase;
}
UL.news P.date STRONG {
	padding-top: 5px;
	color: #666;
	font-size: 22px;
	line-height: 1.25;
}

.s-comments-closed .entry-utility {
	display: none;
}

/* list of technologies */

UL.list {
	display: block;
	border: 1px solid #ccc;
}
UL.list LI {
	background: none !important;
}

UL.list1 {
	display: block;
	width: 200px;
	margin: 0 0 10px;
	background: none !important;
}
UL.list1 LI {
	float: left;
	width: 180px;
	margin: .5em 10px 0 0;
	padding: 7px 10px 10px;
	background: none !important;
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
UL.list1 LI UL {
	margin: 0;
	padding: 3px 0;
	border: none;
}
UL.list1 LI LI {
	min-height: 1px;
	padding: 0;
	border: none;
	font-size: 0.85em;
	padding: 1px 5px;
	line-height: 1.2em;
	color: #979797;
	list-style-position: outside;
	list-style-type: disc;
}
* HTML UL.list1 LI LI {
	height: 1px;
}
UL.list1 LI LI A {
	color: #d0884e;
}
UL.list1 LI LI A:hover {
	text-decoration: none;
	border-bottom: 1px solid #fbddc2;
}
UL.list1 LI STRONG {
	font-size: .9em;
	line-height: 1.2em;
	color: #808080;
}
UL.list1 H4 {
	font-family: Cambria, serif;
	font-size: 1.25em;
}

/* list of past projects */

UL.list3 {
	display: block;
	border: 1px solid #ccc;
}
UL.list3 LI {
	background: none !important;
}
UL.list2 {
	display:block;
	width: 100%;
	margin: 0 0 10px;
	background: none !important;
}
UL.list2 LI {
	float: left;
	width: 44%;
	margin: .5em 10px 0 0;
	padding: 0 10px 10px 10px;
	background: none !important;
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
UL.list2 LI UL {
	margin: 0;
	padding: 3px 0;
	border: none;
}
UL.list2 LI LI {
	float: none;
	min-height: 1px;
	padding: 0;
	border: none;
	font-size: 0.95em;
	padding: 0 5px;
	line-height: 1.2em;
	width: 100%;
}
* HTML ul.list2 LI LI {
	height: 1px;
}

UL.list2 LI STRONG {
	font-size: 0.9em;
	line-height: 1em;
}
UL.list2 H3 {
	line-height: 1.0em;
}

/* =search-results
-------------------------------------------------- */
#search-results H2 {
	margin-top: 1.5em;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
}
#search-results P {
	margin-top: .2em !important;
	font-size: 13px;
	line-height: 1.5;
}
#search-results P STRONG,
SPAN.search-terms {
	background: #ff0;
	color: #333;
	font-style: normal;
}

.results{
	margin: 0px 0px 30px 0px;
}

.search-terms {
	font-style: italic;
	color: #999;
}


span.permalink a{
	font-size:12px;
	color:#86B443;
	margin-top:6px 0 0 0;
	display:block;
	line-height:1.5em;
}


span.permalink a:hover{
	color: #096300;
}


/* =group
-------------------------------------------------- */
.group {
	margin-top: 1em;
	padding: 0 20px 1.5em;
	border: 1px solid #eee;
	background: url(bg_contact01.gif) repeat-x 0 100%;
}
.main-group {
	border-color: #ffe699;
	background: #fffaeb url(bg_sidebar-box01.png) repeat-x 0 0;
}
.sub-group {
	margin-top: 2.5em;
}
.group H2 {
	font-size: 24px;
	line-height: 1.286;
}
.group H3 {
	font-size: 16px;
	line-height: 1.286;
	font-family: Arial, Helvetica, sans-serif;
}
.group P.contact-person {
	margin: 2px 0 0 !important;
	padding: 0 !important;
	font-size: 14px;
	font-weight: normal;
}
.group .contact-info {
	margin: 5px 0 0;
}
.group .contact-info LI {
	padding: 3px 0;
	background: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
.group .contact-info .mail,
.group .contact-info .phone,
.group .contact-info .address {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.group .contact-info .mail {
	background-image: url(ico_mail.png);
}
.group .contact-info .phone {
	background-image: url(ico_phone.png);
	font-family: Georgia, Arial, Helvetica, sans-serif;
}
.group .contact-info .address {
	background-image: url(ico_address.png);
}
.group .contact-info ADDRESS {
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

.group-inner {
	padding-bottom: 1em;
}
.group-inner .group-a {
	float: left;
	width: 500px;
}
.group-inner .group-b {
	float: right;
	width: 360px;
	text-align: right;
	margin-top: 2px;
}
.group-inner .group-b .contact-info LI {
	font-size: 16px;
		font-family: Georgia, Arial, Helvetica, sans-serif;
}

.group-inner .group-b .contact-info LI a{
	font-family: Arial, Helvetica, sans-serif;
}

.group-inner2 {
	border-top: 1px dotted #ddd;
}
.group-inner2 .group-a,
.group-inner2 .group-b {
	float: left;
	width: 270px;
	margin-right: 20px;
}
.group-inner2 .group-c {
	float: right;
	width: 270px;
}

/* =form
-------------------------------------------------- */

#feedback SPAN INPUT,
#feedback SPAN TEXTAREA {
	width: 398px;
	padding: 2px;
}
#feedback SPAN TEXTAREA {
	height: 100px;
}

/* action */

INPUT.button {
	padding: 2px 10px;
	border: 1px solid;
	border-color: #1aa335 #004d00 #004d00 #1aa335;
	background: #039528;
	color: #fff;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	overflow: visible;
	text-transform: uppercase;
}
BUTTON:hover,
INPUT.button:hover {
	background: #05a22d;
	border-color: #1aa335 #000 #000 #1aa335;
}
BUTTON:active,
INPUT.button:active {
	background: #038022;
	border-color: #000 #1aa335 #1aa335 #000;
}

/* =pagination
-------------------------------------------------- */
.pagination {
	margin-top: 1.5em;
	padding-top: 1em;
	border-top: 1px solid #eee;
}
.pagination .wp-pagenavi A,
.pagination .wp-pagenavi SPAN {
	float: left;
	margin: 0 2px;
	padding: 3px 6px;
	border: 1px solid #eee;
	background: #fafafa url(bg_sidebar-box02.png) repeat-x 0 0;
	text-decoration: none;
}
.pagination .wp-pagenavi A:hover,
.pagination .wp-pagenavi A:active {
	border-color: #ccc;
	color: #f80;
}
.pagination .wp-pagenavi .current {
	border-color: #ffe699;
	background: #fffaeb url(bg_sidebar-box01.png) repeat-x 0 0;
	color: #f80;
}
.pagination .pages,
.pagination .nextpostslink,
.pagination .previouspostslink {
	border: none !important;
}
.pagination .pages {
	float: right !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #999;
	font-size: 12px;
}
.pagination .wp-pagenavi .current {
	font-weight: normal;
}

/* =footer
-------------------------------------------------- */
#footer .a {
	background: #404040 url(bg03.jpg) 50% 0;
}
#footer .b {
	height: 55px;
	overflow: hidden;
	background: #2e2e2e url(bg04.jpg) 50% 0;
	color: #999 !important;
}
#footer .b .tos {
	width: 898px;
	margin: 0 auto;
	color: #393939;
	text-align: right;
	padding: 5px 0;
}
.subpage #footer .b .tos {
	width: 908px;
}
#footer .b .tos a.toslink {
	color: #464646;
	padding: 0 0 0 5px;
}
#footer .b .tos a.accessibilitylink {
	color: #464646;
	padding: 0 5px;
}
#footer .b .tos a:hover {
	color: #777;
}
#footer .a .inner {
	width: 938px;
	margin: 0 auto;
	padding: 25px 0;
}
.subpage #footer .a .inner {
	width: 948px;
}
#footer,
#footer li A {
	color: #fff;
}
#footer LI {
	float: left;
	width: 167px;
	margin: 0;
	padding-left: 20px;
	background: none;
	font-weight: bold;
}
#footer LI {
	padding-bottom: .2em;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Serif;
	line-height: 1.286em;
	text-shadow: 1px 1px 0 #333;
}

#footer UL {
	margin: 0;
}
#footer UL UL {
	margin-top: 5px;
}
#footer LI LI {
	float: none;
	width: auto;
	display: block;
	padding: 4px 0 4px 9px;
	background: url(dot02.gif) no-repeat 0 9px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 10.4px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: .2px;
	line-height: 1.5em;
	text-shadow: none;
}
#footer-nav LI LI A {
	color: #999;
}
#footer .b P {
	width: 898px;
	margin: 11px auto 0;
	font-family: Georgia, Times New Roman, Serif;
	line-height: 1.286;
	font-size: 0.85em;
	color: #386b0a;
	letter-spacing: .1em;
}
.subpage #footer .b P {
	width: 908px;
}
#footer .b .mail {
	float: right;
}
*+HTML #footer .b .mail {
	float: none;
}
* HTML #footer .b .mail {
	float: none;
}
#footer .b SPAN {
	color: #676665;
}

#footer .b A {
	color: #999;
}
#copyright {
	margin: 0 2em 0 0;
	color: #999 !important;
}
