/* ------------------------------------------------------------

  	* Worksoft
  	* Coded by Bruce Clark of Imulus

  	screen.css
  	- Site wide style, layout, and function

	Colors
	- Green #94af65
	- Orange #ce7236
	- Light Blue #578ABF
	- Darker Blue #004566
	- Light Aqua Green #c2d3d3
	- Aqua Green #649292

------------------------------------------------------------ */

/* =External CSS Files for import
------------------------------------------------------------ */
@import url(jquery.fancybox.css);


/* =Initial Page Structure 
	(further specific styling for these sections is lower down, use =Section to quick find)
------------------------------------------------------------ */

* { 
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	color: #555;
	background: #444 url(/images/layout/gray-tile.gif);
}

body { 
	position: relative;
}

#upper {
	background: url(/images/layout/blue-tile.gif);
	border-bottom: 1px solid #00496c;
}
#upper .upper-wrap {
	background: url(/images/assets/overlay.png) no-repeat 50% 0;
}
.sub #upper { border: 0; }
.sub #upper .upper-wrap { background: transparent; }

.outter-wrap {
	position: relative;
	width: 904px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 904px;
	margin: 0 auto;
	padding: 11px 0;
}

#navigation {
	position: relative;
	clear: both;
	background: #444 url(/images/layout/black-tile.gif);
	z-index: 2;
}

#intro {
	position: relative;
	width: 904px;
	margin: 0 auto;
	padding: 0;
}

.home #intro {
	height: 340px;
}

#intro #flashAlternative {
	display: none;
}

#intro .intro-hold {
	position: absolute;
	left: 0;
	top: 30px;
	width: 904px;
}

#content { 
	position: relative;
	clear: both;
	background: #090909 url(/images/layout/content/blue-gradient-tile.gif) repeat-x left top;
}
.home #content {
	padding: 30px 0 40px 0;
	color: #9AADBC;
}
.sub #content { 
	padding: 18px 0 0 0;
	background: #090909 url(/images/layout/content/sub-blue-gradient-tile.gif) repeat-x left top; 
	border-bottom: 1px solid #111;
}

#footer { 
	clear: both;
	position: relative;
}
.sub #footer { 
	border-top: 1px solid #333;
}

#footer .outter-wrap { 
	padding-bottom: 15px;
}

/* =Basic Element Styles 
------------------------------------------------------------ */ 

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

h1 { 
	font-size: 20px;
}

h2 { 
	color: #cb6828;
	font-size: 18px;
}

h3 { 
	color: #115779;
	font-size: 16px;
}

h4 { 
	font-size: 14px;
}

h5 { 
	font-size: 12px;
}

h6 { 
	font-size: 12px;
}

p, 
address {
	padding-bottom: 15px;
}

address {
	font-style: normal;
}

input,
textarea { 
	font: 11px Verdana, sans-serif;
	padding: 2px;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

select { 
	font: 11px Verdana, sans-serif;
	padding: 0;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

sup {
	vertical-align: top;
}

sub {
	vertical-align: bottom;
}

img,
a img { 
	border: 0;
	vertical-align: middle;
} 

a { 
	color: #5C8556;
	text-decoration: none;
}

a:visited { 
	color: #679660;
}

a:hover { 
	color: #436D8B;
	text-decoration: underline;
}

/* =Utilities 
------------------------------------------------------------ */ 

.left { 
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 0 0 5px 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

/* =Forms 
------------------------------------------------------------ */ 

.forms p { 
	position: relative;
	padding: 0 0 12px 0;
}
	
.forms p label.name { 
	position: relative;
	float: left;
	width: 140px;
	padding-top: 2px;
	padding-right: 10px;
	text-align: right;
}	

.forms span.error { 
	display: block;
	position: absolute;
	right: 21px;
	top: 1px;
	width: 85px;
	color: #355A99 !important;
	font-weight: bold;
	font-size: 11px;
	background: #fff;
	padding: 6px 3px 4px 5px;
	border: 0;
	line-height: 1em;
}
#contact .forms span.error { 
	right: 178px;
}

.forms p input, 
.forms p textarea, 
.forms p select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	border-color: #bfd5d5;
	color: #4e4e4e;
	background: #fff;
	padding: 5px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.forms p input:focus, 
.forms p textarea:focus, 
.forms p select:focus {
	background: #e7f1f6;
	border-color: #9DBFCF;
	color: #105778;
}

.forms p input { 
	width: 300px;
}

.forms p sup {
	font-size: 15px;
	padding-right: 5px;
}

.forms p .small { width: 80px; }
.forms p select.small { width: 125px; }
.forms p .mid { width: 140px; }
.forms p select.medium { width: 169px; }
.forms p .medium { width: 215px; }
.forms p .large { width: 460px; }

.forms p input.submit { 
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	width: auto !important;
	margin: 7px 0 0 0 !important;
}

.forms p textarea { 
	width: 300px;
	height: 100px;
}

.forms p textarea.short { 
	height: 70px;
}

.forms p textarea.tall { 
	height: 180px;
}

.forms p span.radcheck input { 
	border: 0;
	width: auto;
	height: auto;
	margin: 0 2px 0 10px;
	background: #f3f3f3;
}

.forms p.subscribe { 
	padding-left: 20px;
}

.forms p.subscribe span.radcheck input { 
	position: absolute;
	left: -10px;
	top: 2px;
}

.forms p.info { 
	line-height: 1.8;
}

.forms p label.descript {
	display: block;
}

.forms p label.overlayed {
	display: block;
	position: absolute;
	top: 5px;
	left: 7px;
	white-space: nowrap;
	color: #666;
}


/* =Layout and Function 
------------------------------------------------------------ */ 

	/* =Header 
------------------------------------------------------------ */ 

#header p {
	float: right;
	width: 450px;
	padding: 0 10px 0 0;
	text-align: right;
}

#header p * {
	vertical-align: middle;
}

#header p a {
	padding: 0 8px;
	color: #76BADA;
}

#header p a:hover {
	color: #fff;
	text-decoration: none;
}

#header p input {
	width: 132px;
	margin: 0 0 0 8px;
	padding: 4px 5px 6px 7px;
	border: 0;
	color: #a0d1ea;
	background: transparent url(/images/layout/header/search-bg.png) no-repeat left top;
}
#header p input:focus {
	color: #eee;
}

#header p input.submit {
	width: auto;
	height: auto;
	padding: 0;
	margin-left: 3px;
	vertical-align: top;
	border: 0;
	background: transparent;
}

	/* =Navigation 
------------------------------------------------------------ */

#navigation .outter-wrap {
	padding: 16px 0;
}

#navigation strong { 
	float: left;
	display: block;
	width: 200px;
	height: 34px;
	text-indent: -9999px;
	background: url(/images/layout/header/title.png) no-repeat left bottom;
}

#navigation strong a { 
	display: block;
	width: 100%;
	height: 100%; 
}

#navigation ul#nav { 
	position: relative;
	float: left;
	font-size: 14px;
	padding-left: 35px;
}

#navigation ul#nav li { 
	position: relative;
	float: left;
	margin-right: 15px;
	z-index: 0;
}

#navigation ul#nav li a { 
	display: block;
	color: #ddd;
}

#navigation ul#nav li a:hover, 
#navigation ul#nav li:hover a, 
#navigation ul#nav li#active a {
	background: #25333b url(/images/layout/header/navigation/nav-hover-top-left.png) no-repeat left top;
	text-decoration: none;
	color: #eee;
}

#navigation ul#nav li#active a {
	background-color: #5b8e8f;
}

#navigation ul#nav li#active:hover a {
	background-color: #25333b;
}

#navigation ul#nav li a span {
	display: block;
}
#navigation ul#nav li a span span span { 
	padding: 8px 18px;
}

#navigation ul#nav li a:hover span,
#navigation ul#nav li:hover a span, 
#navigation ul#nav li#active a span { background: transparent url(/images/layout/header/navigation/nav-hover-top-right.png) no-repeat right top; }
#navigation ul#nav li a:hover span span, 
#navigation ul#nav li:hover a span span, 
#navigation ul#nav li#active a span span { background: transparent url(/images/layout/header/navigation/nav-hover-bottom-right.png) no-repeat right bottom; }
#navigation ul#nav li a:hover span span span, 
#navigation ul#nav li:hover a span span span, 
#navigation ul#nav li#active a span span span { 
	background: transparent url(/images/layout/header/navigation/nav-hover-bottom-left.png) no-repeat left bottom; 
}


		/* = DropDown Navigation
------------------------------------------------------------ */

		#navigation ul#nav li ul { 
			display: block;
			position: absolute;
			left: -999em;
			width: 180px;
			background: #25333b;
			border: 1px solid #25333b;
			border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			-moz-border-radius-topleft: 0; 
			-webkit-border-top-left-radius: 0;
			
		}

		#navigation ul#nav li:hover ul, 
		#navigation ul#nav li.over ul /* class over is used to target IE6 via /includes/js/dropdown.js */ { 
			display: block;
			width: 180px;
			left: 0;
			top: 85%;
			padding: 10px 0;
			position: absolute;
			margin: 0;
			z-index: 2;
		}

		#navigation ul#nav li ul li { 
			width: 180px;
			background: transparent;
			border: 0;
			font-size: 12px;
			height: auto;
			background: #25333b;
		}

		#navigation ul#nav li:hover ul li a, 
		#navigation ul#nav li.over ul li a { 
			display: block;
			background: transparent;
			height: auto;
			text-decoration: none;
			padding: 5px 17px;
			cursor: pointer;
			color: #b4d9e9 !important;
			background: #25333b;
			border-bottom: 1px solid #3a4e59;
		}
		
		#navigation ul#nav li#active:hover ul li a {
			background: #25333b;	
		}

		#navigation ul#nav li#active:hover ul li a:hover, 
		#navigation ul#nav li ul li a:hover { 
			background: #2a404d;
			color: #C2E1F1;
		}

	/* =Intro
------------------------------------------------------------ */

#intro h1 {
	position: absolute;
	left: -9999px;
}

#intro #intro-side {
	position: relative;
	float: right;
	width: 229px;
	z-index: 0;
}

#intro .box {
	float: right;
	width: 229px;
	margin-bottom: 28px;
	background: url(/images/layout/content/trans-box-top.png) no-repeat left top;
}

#intro .box .wrap {
	padding: 22px 15px;
	text-align: center;
	min-height: 34px;
	margin-bottom: -16px;
	background: url(/images/layout/content/trans-box-bottom.png) no-repeat left bottom;
}

#intro .box.callout p {
	padding: 0;
	margin: 0;
}

#intro .box.callout .cert-rotate {
	margin: 12px 0 0 27px;
}

#intro .box.highlight {
	background: url(/images/layout/content/trans-box-top-dark.png) no-repeat left top;	
}

#intro .box.highlight .wrap {
	padding: 0;
	text-align: left;
	background: url(/images/layout/content/trans-box-bottom-dark.png) no-repeat left bottom;
	height: 108px;
	overflow: hidden;
	cursor: pointer;
}

#intro .box.highlight h3 {
	color: #a5b765;
	padding: 9px 12px 0 12px;
	margin: 0;
	font-size: 14px;
}

#intro .box.highlight h3 img {
	padding-top: 10px;
}

#intro .box.highlight p {
	padding: 7px 12px;
	color: #eee;
}

#intro .box.highlight p.download {
	background: url(/images/layout/content/trans-box-bottom-dark-overlay.png) no-repeat left top;
	padding: 5px 12px;
	text-align: right;
}

#intro .box.highlight p.download a {
	font-size: 10px;
	text-transform: uppercase;
	color: #A2C5DB;
	text-decoration: none;
	background: url(/images/icons/arrow-green.gif) no-repeat 100% 50%;
	padding-right: 12px;
}

#intro .box.highlight p.download a:hover {
	color: #fff;
}

#intro .box.alt {
	margin-bottom: 0;
}

#intro .box.alt .wrap {
	height: 56px;
	width: 208px;
	padding: 10px 11px 10px 10px;
}

#intro .box.callout .wrap {
	padding-top: 20px;
	padding-bottom: 16px;
}

#intro .box.alt p img {
	display: block;
	margin-left: 10px;
	margin-top: 11px;
}

#intro .box.alt p {
	color: #CAD8EB;
	width: 208px;
	text-align: center;
}

#intro .box.alt p a {
	text-decoration: none;
	color: #CAD8EB;
}

#intro .box.alt p a:hover {
	color: #fff;
}

#intro img#welcome {
	float: left;
	z-index: 0;
}

#intro ul.outlinks {
	position: absolute;
	top: 218px;
	left: 23px;
	z-index: 1;
}

#intro ul.outlinks li {
	position: relative;
	float: left;
	margin-right: 20px;
	width: 108px;
	height: 30px;
	background: url(/images/buttons/homepage-sprite.png) no-repeat left bottom;
	text-indent: -9999px;
	cursor: pointer;
}
#intro ul.outlinks li.two { background-position: -128px 100%; width: 114px; }
#intro ul.outlinks li.three { background-position: -260px 100%; width: 116px; }

#intro ul.outlinks li a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/images/buttons/homepage-sprite.png) no-repeat left top;
	cursor: pointer;
}
#intro ul.outlinks li.two a { background-position: -128px 0; width: 114px; }
#intro ul.outlinks li.three a { background-position: -260px 0; width: 116px; }

#intro ul.outlinks li a:hover {
	background: transparent;
	cursor: pointer;
}

	/* =Content
------------------------------------------------------------ */	

#content .grid {
	position: relative;
	float: left;
	width: 262px;
	padding: 0 55px 0 0;
}

#content p.grid {
	margin-bottom: 40px;
}

#content .grid.last {
	padding-right: 0;
}

.home #content .grid h2 {
	font-size: 19px;
	border-bottom: 1px solid #353f44;
	margin-bottom: 10px;
	color: #cb6828;
}
.home #content .grid.alt h2 { color: #4d8281; }
.home #content .grid.last h2 { color: #8daa5b; }

.home #content .grid.alt ul {
	padding-bottom: 15px;
}

.home #content .grid.alt ul li a { color: #67A6BA; }

.home #content .grid ul li {
	padding: 0 0 3px 22px;
	background: url(/images/icons/bullet.png) no-repeat 8px 7px;
}

.home #content .sub-section {
	position: relative;
	float: left;
	width: 600px;
	clear: both;
	background: #1e272c url(/images/layout/content/dark-box-top-left.gif) no-repeat left top;
}
.home #content .sub-section.alt {
	position: relative;
	float: right;
	clear: none;
	width: 296px;
}

.home #content .sub-section .wrap {
	background: transparent url(/images/layout/content/dark-box-bottom-right.gif) no-repeat right bottom;
}

.home #content .sub-section .wrap .inner-wrap {
	background: transparent url(/images/layout/content/dark-box-bottom-left.gif) no-repeat left bottom;
	padding: 20px 23px 8px 23px;
	min-height: 225px;
}

.home #content .sub-section .wrap .inner-wrap  h3 {
	font-size: 18px;
	color: #81965c;
	padding: 20px 23px 5px 23px;
	margin: -20px -23px 0 -23px;
	background: transparent url(/images/layout/content/dark-box-top-right.gif) no-repeat right top;
}

.home #content .sub-section.primary .wrap .inner-wrap  ol {
	float: right;
	width: 136px;
	margin-top: -6px;
	background: #1a2226;
	padding: 5px 12px;
	border: 1px solid #283136;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.home #content .sub-section.primary .wrap .inner-wrap  ol li {
	padding: 9px 0;
}

.home #content .sub-section.primary .wrap .inner-wrap  ol a {
	color: #7A8C98;
}

.home #content .sub-section.primary .wrap .inner-wrap  ol a:hover {
	text-decoration: none;
	color: #fff;
}

.home #content .sub-section.primary .wrap .inner-wrap  ol a img {
	padding-right: 5px;
}

.home #content .sub-section.primary .wrap .inner-wrap  ul {
	width: 178px;
	float: left;
	margin-left: -7px;
	margin-right: 30px;
	padding: 0 0 8px 0;
}
.home #content .sub-section.primary .wrap .inner-wrap  ul.last {
	margin-right: 0;
}

.home #content .sub-section.primary .wrap .inner-wrap  ul li a {
	display: block;
	padding: 10px 7px;
	color: #c0c6c9;
}

.home #content .sub-section.primary .wrap .inner-wrap  ul li a:hover {
	background: #243239;
	text-decoration: none;
}

.home #content .sub-section.primary .wrap .inner-wrap  ul li {
	border-bottom: 1px solid #353f44;
}

.home #content .sub-section.primary .wrap .inner-wrap  ul li a span {
	background: url(/images/icons/arrow.gif) no-repeat 100% 3px;
	padding-right: 15px;
}

.home #content .sub-section.primary .wrap .inner-wrap  ul li:last-child {
	border-bottom: 0;
}

.home #content .sub-section.alt .wrap .inner-wrap  ul {
	margin-top: -3px;
	margin-bottom: -2px;
	padding: 0 0 7px 0;
}

.home #content .sub-section.alt .wrap .inner-wrap  ul li {
	padding-bottom: 3px;
	margin: 0 -9px;
}

.home #content .sub-section.alt .wrap .inner-wrap  ul li a {
	position: relative;
	display: block;
	background: #1e272c url(/images/icons/comment.png) no-repeat 10px 11px;
	padding: 8px 8px 8px 35px;
	color: #c0c6c9;
	border: 1px solid #1e272c;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.home #content .sub-section .rss {
	position: absolute;
	right: 22px;
	top: 20px;
}

.home #content .sub-section.alt .wrap .inner-wrap  ul li a:hover {
	text-decoration: none;
	background: #243239 url(/images/icons/comment.png) no-repeat 10px 11px;
	border: 1px solid #1C2429;	
}

.home #content .sub-section.alt .wrap .inner-wrap  ul li a em {
	color: #63808e;	
}

.home #content .sub-section.alt .wrap .inner-wrap  ul li a strong {
	color: #6cafd0;
}

.home #content .sub-section.alt .wrap .inner-wrap  ul li a em, 
.home #content .sub-section.alt .wrap .inner-wrap  ul li a strong {
	display: block;
}

		/* =Subpage Content
------------------------------------------------------------ */

.sub #content .outter-wrap {
	background: url(/images/layout/content/sub-bg-tile.gif) repeat-y left top;
}
.sub #content div.title {
	padding: 13px 20px 10px 23px;
	color: #f4f4f4;
	font-size: 14px;
	background: url(/images/layout/content/sub-top-bg.jpg) no-repeat left top;
}

.sub #content div.title h1 {
	padding: 0;
	margin: 0;
	height: 33px;
}

.sub #content #sidebar {
	float: right;
	position: relative;
	width: 244px;
	padding: 20px 13px;
}

.sub #content .banner {
	position: relative;
	width: 244px;
	background: url(/images/layout/banners/banner-tile.png) repeat-y left top;
	font-size: 11px;
	margin-bottom: 13px;
}
.sub #content .banner.single {
	background: url(/images/layout/banners/banner-top-gray.gif) no-repeat left top;	
	padding: 0;
}

.sub #content .banner .banner-wrap {
	padding: 10px 12px 10px 12px;
	background: url(/images/layout/banners/banner-bottom-overlay.png) no-repeat left bottom;	
}
.sub #content .banner.single .banner-wrap { padding-bottom: 0; }
	
.sub #content .banner h3 {
	margin: -10px -12px 0 -12px;
	padding: 8px 12px 7px 12px;
	background: url(/images/layout/banners/banner-top-gray.gif) no-repeat left top;
	font-size: 13px;
	color: #fff;
}
.sub #content #sidebar .banner.single h3 {
	background: url(/images/layout/banners/banner-bottom-overlay.png) no-repeat left bottom;	
}

.sub #content .banner.standard h3 { 
	background: url(/images/layout/banners/banner-top-standard.gif) no-repeat left top; 
	color: #ce7236; 
	padding-bottom: 0;
	color: #eee;
}
.sub #content .banner.orange h3 { background: url(/images/layout/banners/banner-top-orange.gif) no-repeat left top; }
.sub #content .banner.blue h3 { background: url(/images/layout/banners/banner-top-blue.gif) no-repeat left top; }
.sub #content .banner.green h3 { background: url(/images/layout/banners/banner-top-green.gif) no-repeat left top; }
.sub #content .banner.olive h3 { background: url(/images/layout/banners/banner-top-olive.gif) no-repeat left top; }
.sub #content .banner.gray h3 { background: url(/images/layout/banners/banner-top-gray.gif) no-repeat left top; }

.sub #content .banner.single.orange { background: url(/images/layout/banners/banner-top-orange.gif) no-repeat left top; }
.sub #content .banner.single.blue { background: url(/images/layout/banners/banner-top-blue.gif) no-repeat left top; }
.sub #content .banner.single.green { background: url(/images/layout/banners/banner-top-green.gif) no-repeat left top; }
.sub #content .banner.single.olive { background: url(/images/layout/banners/banner-top-olive.gif) no-repeat left top; }
.sub #content .banner.single.gray { background: url(/images/layout/banners/banner-top-gray.gif) no-repeat left top; }

.sub #content .banner h3 a {
	display: block;
	color: #eee;
}
.sub #content .banner h3 a:hover {
	text-decoration: none;
	color: #fff;
	font-style: italic;
}

.sub #content .banner .banner-wrap p input {
	margin: 8px 2px 0 0;
	border-color: #999;
	background: #ededed;
	vertical-align: middle;
}

.sub #content .banner .banner-wrap p input:focus {
	border-color: #678EAA;
	background: #DFE7F9;
}

.sub #content .banner .banner-wrap p input.submit {
	background: transparent;
	border: 0;
	padding: 0;
	width: auto;
	height: auto;
}

.sub #content .banner p, 
.sub #content .banner ul, 
.sub #content .banner ol, 
.sub #content .banner blockquote {
	padding: 10px 0 0 0;
}

.sub #content .banner ul li {
	padding: 0 0 5px 14px;
	background: url(/images/icons/bullet-small.png) no-repeat 0 6px;
}

.sub #content .banner h3 img {
	margin-top: -2px;
	padding-right: 7px;
}

.sub #content #main {
	position: relative;
	float: left;
	min-height: 400px;
	width: 582px;
	padding: 20px 25px 5px 25px;
}

.sub #content #main ul, 
.sub #content #main ol {
	padding: 0 0 10px 10px;
}

.sub #content #main ol li {
	list-style: decimal;
	margin-left: 20px;
	padding-bottom: 5px;
}

.sub #content #main ul li {
	padding: 0 0 5px 14px;
	background: url(/images/icons/bullet.png) no-repeat 0 7px;
} 

.sub #content #main table {
	border: 1px solid #ccc;
	margin: 0 0 15px 0;
	border-collapse: collapse;
}

.sub #content #main table tr th,
.sub #content #main table tr td {
	padding: 5px 12px;
	background: #edf3e5;
}

.sub #content #main table tr td {
	border: 1px solid #ccc;
	background: #fff;
}

.sub #content #main table tr.even td {
	background: #f2f2f2;
}

		/* =Management
------------------------------------------------------------ */

.sub#management #content #main {
	padding-left: 110px;
	width: 495px;
}

.sub#management #content #main img.left {
	margin-left: -90px;
	margin-top: 4px;
	border: 1px solid #666;
}

.sub#management #content #main b, 
.sub#management #content #main strong {
	display: block;
	padding: 2px 0;
}

.sub#management #content #main em,
.sub#management #content #main i {  
	color: #115779;
}

.sub#management #content #main hr {
	clear: both;
	margin-bottom: 15px;
}

		/* =Subpage Alternate (two-column)
------------------------------------------------------------ */

.sub.alt #content .outter-wrap { 
	background: #c2d3d3;
}

.sub.alt #content #intro { 
	padding: 18px 0;
	text-align: center;
	background: #fff;
}

.sub.alt #content #main { 
	width: 882px;
	min-height: 0;
	padding: 28px 22px;
}

.sub.alt #content #main .main-wrap { 
	background: url(/images/layout/content/two-col/extended-two-col-tile.png) repeat-y left top;
}

.sub.alt #content #main .inner-wrap { 
	background: url(/images/layout/content/two-col/extended-two-col-top.png) no-repeat left top;
}

.sub.alt #content #main .inner-wrap .wrap { 
	background: url(/images/layout/content/two-col/extended-two-col-bottom.png) no-repeat left bottom;
}

.sub.alt #content #main .grid {
	width: 374px;
	padding: 10px 23px 15px 23px;
	margin: 0 21px 0 0;
}

.sub.alt #content #main .grid.last {
	margin-right: 0;
}

		/* =Customers Overview
------------------------------------------------------------ */

.sub.alt#customers #content #main .grid ul {
	border-top: 1px solid #ddd;
	padding: 0;
	margin: 10px -10px;
}

.sub.alt#customers #content #main .grid ul li {
	border-bottom: 1px solid #ddd;
	background: transparent;
	padding: 0;
}

.sub.alt#customers #content #main .grid ul li a {
	display: block;
	padding: 8px 10px;
	color: #777;
}

.sub.alt#customers #content #main .grid ul li a:hover {
	color: #218fbd;
	background: #f5f5f5;
	text-decoration: none;
}

.sub.alt#customers #content #main .grid p { 
	padding-top: 5px;
	background: url(/images/icons/quotes.png) no-repeat 0px 5px;
}

.sub.alt#customers #content #main .grid p strong, 
.sub.alt#customers #content #main .grid p b { 
	padding-left: 25px;
	display: block;
}

.sub.alt#customers #content #main .grid a { 
	color: #376191;
}

		/* =Download
------------------------------------------------------------ */

.sub.alt#download #content .outter-wrap {
	background: #fff url(/images/layout/content/download-tile.gif) repeat-y left top;
}

.sub.alt#download #content #intro {
	background: #fff;
	float: left;
	width: 634px;
	padding: 65px 0 20px 0;
}

.sub.alt#download #content #sidebar {
	background: #eee;
	padding-top: 30px;
}

.sub.alt#download #content #intro a.download {
	border: 1px solid #ccc;
	padding: 3px 6px;
	margin: 0 5px;
	background: #d9d9d9 url(/images/buttons/metal.gif) repeat-x left top;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #00496c;
	font-weight: bold;
}

.sub.alt#download #content #intro a.download:hover {
	color: #00283C;
	background: #eee;
	border: 1px solid #bbb;
	text-decoration: none;
}

.sub.alt#download #content #intro h2 {
	padding-bottom: 15px;
}


		/* =Resources Overview
------------------------------------------------------------ */

.sub.alt#resources #content #intro {
	background: #192023;
	color: #999;
	text-align: left;
	padding: 25px 500px 15px 25px;
	width: 379px;
	min-height: 200px;
	font-size: 13px;
}

.sub.alt#resources #content #intro a {
	color: #ccc;
}

.sub.alt#resources #content #intro img.welcome {
	position: absolute;
	right: 30px;
	bottom: 0;
	padding: 0;
}

.sub.alt#resources #content #main {
	padding-bottom: 5px;
	margin: 0;
	width: 860px;
}

.sub.alt#resources #content #main .grid {
	width: 369px;
	padding: 0 20px 5px 20px;
	margin: 0 6px 18px 12px;
	background: url(/images/layout/content/two-col/two-col-bottom.png) no-repeat left bottom;
	min-height: 115px;
	cursor: pointer;
}

.sub.alt#resources #content #main .grid:hover {
	background: url(/images/layout/content/two-col/two-col-bottom.png) no-repeat right bottom;
}

.sub.alt#resources #content #main .grid h2 {
	margin: 0 -20px 0 -20px;
	background: url(/images/layout/content/two-col/two-col-top.png) no-repeat left top;
	padding: 14px 20px 8px 20px;
}

.sub.alt#resources #content #main .grid h2 a {
	color: #859C5C;
}

.sub.alt#resources #content #main .grid h2 a:hover {
	text-decoration: none;
}

.sub.alt#resources #content #main .grid h2 img {
	margin-top: -7px;
	padding: 0 7px 0 0;
}

		/* =Resources Single
------------------------------------------------------------ */

.sub.alt.single#resources #content .outter-wrap {
	background: #fff;
}

.sub.alt.single#resources #content #intro {
	padding: 20px 320px 15px 55px;
	width: 529px;
	min-height: 0;
}

.sub.alt.single#resources #content #intro h2 {
	color: #8daa5b;
}

.sub.alt.single#resources #content #intro ul#lister {
	float: right;
	width: 320px;
	margin: -20px -314px -15px 30px;
}

.sub.alt.single#resources #content #intro ul#lister li {
	padding-left: 6px;
}

.sub.alt.single#resources #content #intro ul#lister li a {
	background: transparent;
	display: block;
	width: 286px;
	border-bottom: 1px solid #a6a6a6;
	border-top: 1px solid #f3f3f3;
	background: #e8e8e8;
	padding: 9px 17px;
	color: #666;
	cursor: pointer;
}

.sub.alt.single#resources #content #intro ul#lister li.active a,
.sub.alt.single.case-studies#resources #content #intro ul#lister li.last a,
.sub.alt.single#resources #content #intro ul#lister li a:hover {
	background: #d1dacb;
	color: #3a5b24;
	text-decoration: none;
	border-top: 1px solid #DEE9D8;
}

.sub.alt.single#resources #content #intro ul#lister li.active,
.sub.alt.single.case-studies#resources #content #intro ul#lister li.last {
	background: url(/images/icons/resources-arrow-active.gif) no-repeat 0 50%;
}

.sub.alt.single#resources #content #main {
	width: 860px;
	padding-top: 15px;
}

.sub.alt.single#resources #content #intro h2 {
	padding-top: 3px;
	padding-bottom: 7px;
	margin-left: -30px;
}

.sub.alt.single#resources #content #intro h2 img {
	padding-right: 4px;
	vertical-align: bottom;
}

.sub.alt.single#resources #content #main h3 {
	padding-left: 20px;
}

.sub.alt.single#resources #content #main ul {
	margin: 7px 20px;
	padding: 0 0 25px 0;
	border-top: 1px solid #ddd;
}

.sub.alt.single#resources #content #main ul li {
	width: 375px;
	margin-right: 70px;
	float: left;
	padding: 0;
	background: transparent;
}

.sub.alt.single#resources #content #main ul li.even {
	margin-right: 0;
}

.sub.alt.single#resources #content #main ul li a {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 8px 15px 8px 38px;
	color: #777;
	cursor: pointer;
	background: url(/images/icons/small/datasheets.png) no-repeat 14px 50%;
}

.sub.alt.single#resources #content #main ul li a:hover {
	color: #218fbd;
	background: #f5f5f5 url(/images/icons/small/datasheets.png) no-repeat 14px 50%;
	text-decoration: none;
}

.sub.alt.single.whitepapers#resources #content #main ul li a,
.sub.alt.single.whitepapers#resources #content #main ul li a:hover {
	background-image: url(/images/icons/small/pdf.png);
}
.sub.alt.single.videos#resources #content #main ul li a,
.sub.alt.single.videos#resources #content #main ul li a:hover {
	background-image: url(/images/icons/small/videos.png);
}
.sub.alt.single.previous-events#resources #content #main ul li a,
.sub.alt.single.previous-events#resources #content #main ul li a:hover {
	background-image: url(/images/icons/small/date.png);
}
.sub.alt.single.datasheets#resources #content #main ul li a,
.sub.alt.single.datasheets#resources #content #main ul li a:hover {
	background-image: url(/images/icons/small/datasheets.png);
}
.sub.alt.single.case-studies#resources #content #main ul li a,
.sub.alt.single.case-studies#resources #content #main ul li a:hover {
	background-image: url(/images/icons/small/report.png);
}

		/* =Partners
------------------------------------------------------------ */

.sub.alt.partners#resources #content #intro {
	min-height: 0;
	height: auto;
	background: #003a56;
	color: #ABB7C5;
}

.sub.alt.partners#resources #content #intro .welcome {
	padding: 10px;
}

.sub.alt.partners#resources #content #intro .welcome-image {
	float: right;
	margin-top: 20px;
	margin-right: -430px;
}

.sub.alt.partners#resources #content #main {
	background: #fff;
	padding: 15px 0 5px 0;
	width: 904px;
}

.sub.alt.partners#resources #content #main .section {
	float: left;
	width: 240px;
	padding: 0 0 0 45px;
}

.sub.alt.partners#resources #content #main .section h2 {
	color: #81965c;
}

		/* =Products Overview
------------------------------------------------------------ */

.sub.alt.products#resources #content #intro {
	padding: 8px 0 0 0;
	width: 904px;
	height: 316px;
}

.sub.alt.products#resources #content #intro img {
	position: absolute;
}

.sub.alt.products#resources #content #main {
	background: #fff;
	padding: 0;
	padding-top: 20px;
	width: 904px;
}

.sub.alt.products#resources #content #main h2 {
	padding: 0 0 15px 35px;
	color: #81965c;
}

.sub.alt #content #main ul.callout {
	padding: 0 0 20px 0;
	margin: 0 0 0 35px;
}

.sub.alt #content #main ul.callout li {
	clear: both;
	float: left;
	width: 400px;
	border-top: 1px solid #ccc;
	padding: 0;
	margin: 0 34px 0 0;
	background: transparent;
}

.sub.alt #content #main ul.callout li a {
	display: block;
	padding: 9px 15px;
	text-decoration: none;
	cursor: pointer;
}

.sub.alt #content #main ul.callout li a:hover {
	background: #f5f5f5;
}

.sub.alt #content #main ul.callout li.even {
	clear: none;
	margin: 0;
}

.sub.alt #content #main ul.callout li h3 {
	display: inline;
	font-size: 13px;
	color: #555;
	margin: 0;
	padding: 0 13px 0 0;
	background: url(/images/icons/arrow.gif) no-repeat 100% 5px;
	cursor: pointer;
}

.sub.alt #content #main ul.callout li a:hover h3 {
	color: #218fbd;
}

.sub.alt #content #main ul.callout li p {
	cursor: pointer;
	margin: 0;
	padding: 0;
	color: #888;
}

		/* =Landing / Contact pages (Forms are controlled above in = forms)
------------------------------------------------------------ */

.sub.landing #content .outter-wrap, 
.sub.extended #content .outter-wrap {
	background: #eee url(/images/layout/content/sub-bg-alt-tile.gif) repeat-y left top;
}

.sub.landing #content .outter-wrap #main, 
.sub.extended #content .outter-wrap #main {
	width: 486px;
}

.sub.extended #content .outter-wrap #main {
	width: 324px;
}

.sub.landing #content .outter-wrap #sidebar,
.sub.extended #content .outter-wrap #sidebar {
	width: 332px;
}

.sub.extended #content .outter-wrap #sidebar {
	width: 488px;
}

.sub.landing #content .outter-wrap #sidebar h3, 
.sub.extended #content .outter-wrap #sidebar h3 {
	font-size: 15px;
	font-weight: bold;
}

.sub.landing #content .outter-wrap #sidebar em.note, 
.sub.extended #content .outter-wrap #sidebar em.note {
	color: #888;
}

.sub.landing #content .outter-wrap #sidebar em.note strong, 
.sub.extended #content .outter-wrap #sidebar em.note strong {
	font-size: 13px;
	font-style: normal;
	padding: 0 5px;
	vertical-align: 0;
	color: #555;
}

.sub.landing #content .outter-wrap img {
	vertical-align: top;
}

.sub.extended #content .outter-wrap {
	background: url(/images/layout/content/sub-bg-extended-tile.gif) repeat-y left top;
}

.sub.extended#contact #content #sidebar h2 {
	font-size: 16px;
	font-weight: bold;
}

.sub.extended#contact #content #main h3 {
	font-size: 14px;
	font-weight: bold;
}

.sub.extended#contact #content #main p.swapper {
	position: relative;
	padding: 4px 0 15px 0;
	height: 220px;
}

.sub.extended#contact #content #main p.swapper a#map-toggle {
 	position: absolute;
	right: 2px;
	bottom: -8px;
}

.sub.extended#contact #content #main #mapper {
	position: absolute;
	width: 524px;
	background: transparent url(/images/layout/content/map-bg.png) no-repeat 0 0;
	padding: 20px 23px;
	height: 400px;
	left: -9999px;
	top: -4px;
}

.sub.extended#contact #content #main address strong a, 
.sub.extended#contact #content #main address b a {
	padding-left: 5px;
	font-size: 11px;
	font-style: italic;
}

.sub.extended#contact #content #main address img {
	vertical-align: middle;
	padding-bottom: 5px;
	padding-right: 3px;
}

.sub.extended#contact #content #main address a:hover {
	text-decoration: none;
}

.sub.extended#contact #content #main address em {
	color: #999;
	font-size: 11px;
}

		/* =Search Results
------------------------------------------------------------ */

#results #paging { 
	background: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 7px 12px;
}

#results #main #paging p { 
	padding: 0;
	border: 0;
	margin: 0;
	width: auto;
}

#results #main #paging p a { 
	display: inline;
	margin: 0 2px;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #ddd;
	padding: 2px 4px;
	background: #fff;
	color: #777;
}

#results #main #paging p a:hover, 
#results #main #paging p a.active { 
	background: #A1C5C1;
	color: #fff;
	border: 1px solid #689696;
}

#results #main p { 
	padding: 10px 12px;
	border-bottom: 1px solid #ddd;
}

#results #main p a { 
	display: block;
	text-decoration: none;
}

#results #main p a:hover strong { 
	color: #333;
}

#results #main p strong { 
	display: block;
	font-weight: normal;
	font-size: 1.1em;
	color: #004c70;
	padding: 0 0 5px 0;
}

#results #main p i { 
	display: block;
	font-size: .9em;
	padding-top: 2px;
	font-family: arial, helvetica, sans-serif;
}

#results #main p i a { 
	color: #517D52;
}

#results #main p i a:hover { 
	color: #555;
}

#results #main p .result-highlight {
	color: #457FD6;
}

		/* =News
------------------------------------------------------------ */

.sub.news#events-overview ul#sorter {
	float: right;
	width: 115px;
	margin-top: 28px;
	padding: 8px;
	font-size: 11px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.sub.news#events-overview ul#sorter li {
	background: transparent;
	padding: 3px 10px;
}


.sub.news#events-overview ul#sorter li.active {
	background: transparent;
	padding: 3px 10px 3px 20px;
	background: url(/images/icons/arrow.gif) no-repeat 9px 8px;
}

.sub.news#events-overview ul#sorter li.active a {
	color: #222;
}

.sub.news#events-overview ul#sorter li a:hover {
	color: #222;
}

.sub.news #content #main ul.years {
	padding: 0 0 15px 0;
	margin: 0 0 0 -10px;
}

.sub.news #content #main ul.years li {
	float: left;
	background: transparent;
	margin: 0;
	padding: 0;
}

.sub.news #content #main ul.years li a {
	display: block;
	text-decoration: none;
	padding: 2px 8px;
	border: 1px solid #ccc;
	background: #fff;
	color: #005681;
}

.sub.news #content #main ul.years li.last a {
	border-left: 0;
}

.sub.news #content #main ul.news-list {
	position: relative;
	padding: 0;
	margin: 0 0 15px -10px;
	border-top: 1px solid #e6e6e6;
	background: url(/images/layout/content/gradient-fade.png) repeat-y 8px top;
}

.sub.news#events-overview #content #main ul.news-list {
	width: 440px;
}

.sub.news #content #main ul.news-list li {
	position: relative;
	list-style: none;
	padding: 10px 10px 10px 120px;
	background: transparent;
	border-bottom: 1px solid #e6e6e6;
}

.sub.news #content #main ul.news-list li.last {}

.sub.news #content #main ul.news-list li a strong { 
	color: #222;
}

.sub.news #content #main ul.news-list li a:hover { 
	text-decoration: none;
}

.sub.news #content #main ul.news-list li em { 
	display: block;
	position: relative;
	zoom: 1;
	float: left;
	width: 105px;
	font-size: 11px;
	padding-top: 1px;
	padding-left: 10px;
	text-align: left;
	color: #555;
	margin-left: -120px;
	font-weight: normal;
	font-style: italic;
}

	/* =Footer
------------------------------------------------------------ */	

#footer p {
	float: left;
	margin: 10px 0;
	padding: 7px 15px 7px 0;
	color: #888;
	border-right: 1px solid #555;
}

#footer p.last {
	border-right: 0;
	padding-left: 15px;
}

#footer p a {
	padding: 0 0 0 15px;
	color: #888;
}

#footer p a:hover {
	text-decoration: none;
	color: #fff;
}













