/*  Countermind Print CSS
	main.css - Layout and Functionality */ 

/* ----------| =Initial Page Structure |---------- */ 

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: small/1.4em Arial, Helvetica, Sans-serif;
	color: #444;
	background: #fff;
}

body { 
	position: relative;
	width: 962px;
	padding: 25px 0;
	margin: 0 auto;
	font-size: .95em;
}

#header { 
	position: relative;
	background: url(/images/layout/content/bg-top.gif) no-repeat left bottom;
	width: 962px;
	padding: 0 0 20px 0;
}

#intro { 
	width: 948px;
	position: relative;
	float: left;
	margin-top: -15px;
	background: #3b5d74;
}

#container { 
	position: relative;
	width: 948px;
	padding: 7px 7px 0 7px;
	background: url(/images/layout/content/bg.gif) repeat-y left top;
}

#navigation { 
	float: left;
	position: relative;
	width: 912px;
	background: #06252f;
	padding: 0 18px;
	margin-top: -15px;
}

.home #navigation { 
	margin-top: -5px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

#footer {
	margin: 0 auto;
	width: 908px;	
	position: relative;
	padding: 37px 27px 0 27px;
	background: url(/images/layout/content/bg-sub-bottom.gif) no-repeat left top;
}

.home #footer {
	background: url(/images/layout/content/bg-bottom.gif) no-repeat left top;
}

/* ----------| =Basic Element Styles |---------- */ 

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	background: transparent;
	color: #;
}

h1, h2, h3 { 
	font-size: 1.6em;
}

h4, h5, h6 { 
	font-size: 1.4em;
}

p { 
	padding-bottom: 1em;
}

.spacer { 
	margin-top: 15px;
}

input { 
	padding: 2px;
	border: 1px solid #cecece;
}

input[type="image"], 
input.submit { 
	border: 0;
	padding: 0;
	background: transparent;
	width: auto;
}

img,
a img { 
	border: 0;
} 

a { 
	color: #5c7680;
}

a:visited { 
	color: #336374;
}

a:hover { 
	color: #3b525a;
	text-decoration: none;
}

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1; 
}

a.hover-box:hover img.hover { 
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}

/* ----------| =Colors |---------- */ 

/* 
	blue-light: #a5c7d2
	green: #014f68
*/ 

/* ----------| =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;
}

/* ----------| =Layout and Function |---------- */ 

	/* ----------| =Header |---------- */ 

#header h1 { 
	position: relative;
	float: left;
	width: 187px;
	height: 50px;
	padding: 0 0 0 30px;
	text-indent: -9999px;
	background: url(/images/layout/title.gif) no-repeat right top;
}

#header h1 a { 
	display: block;
	width: 100%;
	height: 100%;
}

#header h2 { 
	display: block;
	float: left;
	width: 114px;
	height: 12px;
	background: url(/images/layout/content/mobile-solutions.gif) no-repeat right bottom;
	text-indent: -9999px;
	vertical-align: middle;
	padding-left: 12px;
	margin-top: 22px;
}

	/* ----------| =Navigation |---------- */ 

#navigation ul {
	border-right: 1px solid #558694;
	border-left: 1px solid #558694;
	background: url(/images/layout/navigation/nav-bg.gif) left top;
}

#navigation ul li.search {
	float: right;
	background: transparent;
	padding: 10px 10px 0 0;
	border-right: 0;
}

#navigation ul li.search input {
	vertical-align: middle;
	border: 2px solid #5a7f8a;
	padding: 3px;
	width: 130px;
}

#navigation ul li.search input.submit {
	border: 0;
	background: transparent;
	padding: 0 0 0 2px;
	width: auto;
}

#navigation ul li {
	float: left;
	border-right: 1px solid #558694;
	background: url(/images/layout/navigation/nav-item-hover-bg.gif) left top;
	line-height: 1em;
}

#navigation ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 18px 20px 16px 20px;
	background: url(/images/layout/navigation/nav-item-bg.gif) left top;
	white-space: nowrap;
}

#navigation ul li a:hover, 
#navigation ul li.active a {
	background: transparent;
	color: #19425a;
}

	/* ----------| =Content |---------- */ 

#sub-nav {
	position: relative;
	clear: both;
	background: url(/images/layout/gradients/sub-top-gradient.jpg) no-repeat left top;
	height: 85px;
	z-index: 100;
}

#non-intro #sub-nav { 
	height: 60px;
}

#sub-nav h1 {
	padding: 20px 0 15px 42px;
}

#sub-nav h1 span 
{
	line-height: 2.2em;
	font-size: .8em;
	font-style: italic;
}


#sub-nav ul {
	position: absolute;
	left: 28px;
	bottom: 0;
	z-index: 1000;
}

#sub-nav ul li {
	position: relative;
	float: left;
	margin-bottom: -7px;
	white-space: nowrap;
}

#sub-nav ul li a {
	display: block;
	padding: 10px 15px 18px 15px;
	margin-right: 5px;
	text-decoration: none;
	color: #333;
}

#sub-nav ul li.active a {
	background: url(/images/icons/nav-arrow.gif) no-repeat 50% 100%;
	padding-bottom: 18px;
	font-weight: bold;
}

#sub-nav ul li a:hover {
	background: url(/images/icons/nav-arrow-white.gif) no-repeat 50% 100%;
	padding-bottom: 11px;
	margin-bottom: 7px;
}

#sub-nav ul li.active a:hover {
	background: url(/images/icons/nav-arrow.gif) no-repeat 50% 100%;
	padding-bottom: 18px;
	margin-bottom: 0;
}

	/* ----------| =Intro |---------- */ 

#intro img { 
	position: relative;
	float: left;
}

#intro div { 
	z-index: 500;
	float: right;
	position: relative;
	width: 251px;
	padding: 95px 15px 15px 15px;
	color: #fff;
}

#intro div b { 
	color: #fff;
}

#intro div h1 { 
	width: 230px;
	padding: 10px 15px;
	position: absolute;
	left: -30px;
	top: 20px;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	color: #fff;
	background: #243643;
	z-index: 1000;
}

#intro div a.button { 
	position: relative;
	float: left;
	display: block;
	background: #243643 url(/images/icons/intro-bullet.gif) no-repeat 90% 50%;
	padding: 8px 20px 8px 10px;
	color: #fff;
	text-decoration: none;
	line-height: 1em;
	margin-top: 5px;
}

#intro div a.button:hover { 
	background: #284b65 url(/images/icons/intro-bullet.gif) no-repeat 90% 50%;
	border: 1px solid #243643;
	padding: 7px 19px 7px 9px;
}

	/* ----------| =Content |---------- */ 

#content { 
	clear: both;
	position: relative;
	width: 872px;
	background: url(/images/layout/content/sub-bg.gif) repeat-y 9px 0;
	padding: 17px 25px 5px 43px;
}

.home #content { 
	background: url(/images/layout/content/home-bg.gif) repeat-y 9px 0;
	padding-bottom: 0;
}

.home #content p#partners { 
	clear: both;
	background: #fff;
	padding: 5px 0 0 10px;
	border-top: 1px solid #dbe9ee;
	width: 850px;
}

#content .grid  { 
	position: relative;
	float: left;
	width: 290px;
	padding-right: 25px;
}

#content .grid.mid  { 
	width: 265px;
	padding-left: 20px;
}

#content hr { 
	height: 1px;
	background: #ccc;
}

#content .grid.end { 
	width: 195px;
	padding-left: 20px;
}

#content .grid h1 { 
	clear: both;
	font-size: 1.2em;
	padding: 5px 0;
	font-weight: bold;
}

#content .grid.end p { 
	padding: 5px 0 10px 68px;
}

#content .grid.end p img { 
	padding: 1px;
	border: 1px solid #eee;
	margin-left: -62px;
}

#content .grid.end a.right img { 
	float: none;
	padding: 10px 0 5px 0;
}

.sub #content span.quote { 
	display: block;
	position: absolute;
	width: 270px;
	top: 150px;
	height: 55px;
	overflow: hidden;
	right: 0px;
	padding: 5px 10px;
	margin: 0 0 5px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font: 1.4em/1.5em Arial, Helvetica, Sans-serif;
	color: #999;
}

.sub #content #sidebar { 
	position: relative;
	float: right;
	padding: 0;
	width: 230px;
	margin-top: 155px;
}

.sub#non-intro #content #sidebar, 
.sub#non-image #content #sidebar { 
	margin-top: 5px;
}

.sub #content #sidebar p { 
	background: url(/images/layout/content/sub/box-top.gif) no-repeat right top;
	padding: 0;
	margin: 0 auto;
	width: 207px;
	margin-bottom: 17px;
}

.sub #content #sidebar p.nobg { 
	position: relative;
	background: transparent;
	margin-bottom: 13px;
	z-index: 1000;
}

.sub #content #sidebar {
	z-index: 1100;
}

.sub #content #sidebar p.nobg a img, 
.sub #content #sidebar p.nobg a {
	position: relative;
	z-index: 2500;
}

.sub #content #sidebar div { 
	position: relative;
	padding: 0 0 5px 0;
	margin: 0 auto;
	width: 207px;
	margin-bottom: 17px;
	background: url(/images/layout/content/sub/box-head-bottom.gif) no-repeat left bottom;
}

.sub #content #sidebar div ul { 
	padding: 5px 10px;
}

.sub #content #sidebar div ul li a { 
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 25px;
	background: url(/images/icons/bullet-side.gif) no-repeat 8px 50%;
	color: #555;
}

.sub #content #sidebar div ul li a:hover { 
	background: #c9dde3 url(/images/icons/bullet-side.gif) no-repeat 8px 50%;
}

.sub #content #sidebar div h3 { 
	padding: 5px 10px;
	margin-bottom: 3px;
	color: #014e66;
	font-size: 1.2em;
	border-bottom: 1px solid #c5c5c5;
	background: url(/images/layout/content/sub/box-head-top.gif) no-repeat left top;
}

#content div h2 { 
	font-size: 1.3em;
	padding: 5px 0;
	line-height: 1.5em;
}

#content div h3 { 
	padding: 5px 0;
	font-size: 1.2em;
	color: #36616f;
}

#non-intro #content div h2 { 
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#non-intro #content div h3 { 
	padding: 10px 0 3px 5px;
	font-size: 1.2em;
}

#non-intro #content div h3 a { 
	text-decoration: none;
	color: #36616f;
}

#non-intro #content div h3 a:hover { 
	text-decoration: underline;
	color: #000;
}

#non-intro #content div p { 
	border-bottom: 1px solid #eee;
	padding-left: 5px;
}

#non-intro #content div p a { 
	text-decoration: none;
	color: #555;
}

#non-intro #content div p a:hover { 
	text-decoration: underline;
}

#content #main ul, 
#content .grid ul { 
	padding: 0 0 10px 15px;
}

#content #main ul li, 
#content .grid ul li { 
	background: url(/images/icons/bullet.gif) no-repeat 0 .7em;
	padding: 5px 0 5px 16px;
}

#content .grid ul { 
	padding-left: 5px;
}

#content .grid ul li a { 
	text-decoration: none;
}

#content .grid ul li a:hover { 
	color: #333;
}

#content div blockquote { 
	padding: 0 0 0 20px;
	color: #888;
}

.sub #content #sidebar strong { 
	display: block;
	background: url(/images/layout/content/sub/box-bottom.gif) no-repeat right bottom;
	padding: 10px;
}

.sub #content #sidebar p.alt { 
	background-position: left top;
}

.sub #content #sidebar p.alt strong { 
	background-position: left bottom;
}

.sub #content #main { 
	position: relative;
	width: 610px;
}

.sub #content #main img.teaser { 
	position: relative;
	float: right;
	margin-right: -277px;
	z-index: 1000;
	padding: 0 0 90px 20px;
}

.sub #content #main img.teaser.no-quote { 
	padding-bottom: 10px;
}

.sub #content h4.newspage
{
	font-size: 1.1em;
	padding: 10px 0 0 0;
	margin: 0 0 -5px 0;
}

.sub #content p.newspage
{
	padding: 0 0 5px 0;
}

.sub #content p.newspage a.readmore { 
	padding-left: 20px;
}

.sub #content p.newspage.right {
	padding-bottom: 15px;
}

.sub #content h4.pressrelease {
	font-size: 1.1em;
	margin-bottom: 5px;
	padding-top: 15px;
}

.sub #content h4.pressrelease i {
	color: #999;
	font-size: 1em;
}

.sub #content h4.pressrelease a {
	font-size: 1.1em;
	padding: 15px 0 0 0;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

.sub #content h2#archive {
	padding: 20px 0 5px 0;
}

div#map-holder { 
	width: 350px;
	float: right;
	position: relative;
	padding-left: 25px;
}

/* ----------| =Footer |---------- */ 

#content #forms  { 
	float: left;
	width: 605px;
}

#content #forms h4 { 
	padding: 20px 0;
	font-size: 1.2em;
}

#content #forms  p { 
	position: relative;
	float: left;
	clear: left;
	padding: 0 0 8px 150px;
	width: 470px;
	margin: 0;
}

#content #forms  p em { 
	padding-left: 15px;
}
	
#content #forms  p label.name { 
	position: relative;
	float: left;
	width: 140px;
	padding-right: 10px;
	margin-left: -150px;
	text-align: right;
}	

#content #forms  span.error { 
	display: block;
	float: right;
	width: 190px;
	color: #344640;
	font-size: .9em;
	background: #eee;
	padding: 3px 5px 4px 5px;
	border: 1px solid #ccc;
	line-height: 1em;
}

#content #forms  p input { 
	font: 1em "Lucida Grande", "Luicda Sans Unicode", Arial, Helvetica, Sans-serif;
	padding: 2px;
	width: 260px;
	background: url(/images/layout/gradients/form.gif) repeat-x left top;
}

#content #forms  p input.small { 
	width: 70px;
}

#content #forms  p input.medium { 
	width: 200px;
}

#content #forms  p input.large { 
	width: 250px;
}

#content #forms  p input.submit { 
	border: 1px solid #ccc;
	background: #eee;
	width: auto;
	height: auto;
	padding: 2px 5px;
}

#content #forms  p textarea { 
	font: 1em "Lucida Grande", "Luicda Sans Unicode", Arial, Helvetica, Sans-serif;
	background: url(/images/layout/gradients/form.gif) repeat-x left top;
	border: 1px solid #ccc;
	width: 250px;
	padding: 2px;
}

#content #forms  p textarea.short { 
	height: 70px;
}

#content #forms  p textarea.tall { 
	height: 180px;
}

#content #forms  p span.radcheck { 
	
}

#content #forms  p span.radcheck input { 
	border: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 5px;
}

#content #forms  p select { 
	border: 1px solid #ccc;
	font: 1em "Lucida Grande", "Luicda Sans Unicode", Arial, Helvetica, Sans-serif;
	width: 206px;
}

	/* ----------| =Footer |---------- */ 

#footer span {
	float: right;
}

#footer span b {
	padding-left: 20px;
	padding-right: 5px;
}

#footer span p a {
	padding: 0;
}

#footer a {
	text-decoration: none;
	padding-left: 5px;
	margin-right: 5px;
}

#footer a:hover {
	text-decoration: underline;
	color: #333;
}






















