/* @override http://staging-new.liquidpixels.com/styles/site.css */

#header {
	position: absolute;
	height: 60px;
	z-index: 1;
	background: #fff url(/images/shadow.gif) repeat-x fixed 0 50px;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
}

#header .content {
	bottom: 10px;
	padding-right: 0;
	padding-left: 0;
	width: 100%;
}

#footer {
	position: absolute;
	height: 20px;
	bottom: 0;
	right: 0;
	left: 0;
}

#footer .content {
	font-size: 9px;
	color: #b1b1b1;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

#footer #links {
	position: absolute;
	left: 10px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#links li {
	float: left;
	margin-right: 10px;
	font-size: 9px;
	color: #b1b1b1;
	padding-top: 0;
	padding: 0;
}

#copyright {
	line-height: 12px;
	position: absolute;
	right: 10px;
}

/*---*/

body {
	margin: 0;
	font: 12px Myriad, "Myriad Pro", Arial, Helvetica, Verdana, sans-serif;
	background-color: #fff;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #215ca4;
}

/*---*/

.shadeMenu {
	position: absolute;
	background-color: #fff;
	opacity: 0.9;
	position: absolute;
	width: 948px;
	left: 50%;
	margin-left: -474px;
	height: 310px;
	z-index: 10;
	top: 50px;
	border-bottom: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;
}

.shadeMenu .threeCol1 {
	position: absolute;
	left: 30px;
	top: 20px;
	width: 276px !important;
}

.shadeMenu .threeCol2 {
	position: absolute;
	left: 336px;
	top: 20px;
	width: 276px !important;
	margin: 0;
}

.shadeMenu .threeCol3 {
	position: absolute;
	float: left;
	left: 642px;
	top: 20px;
	width: 276px !important;
}

.menu.shade {
}

.shadeMenu .threeCol2 li {
	margin-left: 0px;
}

/*---*/

#container {
	width: 948px;
	left: 50%;
	margin-left: -474px;
	bottom: 30px;
	top: 370px;
	position: absolute;
	overflow-y: auto;
	background-color: white;
}

#background {
/*	background-color: #ececec; 
	height: 360px;*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	height: 360px;
	background-color: #fff;
	border-bottom: 2px solid #ececec;
}

#topPane {
	position: absolute;
	width: 948px;
	left: 50%;
	margin-left: -474px;
	height: 290px;
	top: 65px;
	overflow: hidden;
}

#bottomPane {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 50px;
}

#bottomPane.home {
	height: 345px;
}

.JoinUs {
	position: absolute;
	top: 79px;
	right: 2px;
	border: 1px solid #e5e5e5;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.content {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: white;
	width: 100%;
}

.twoCol1 {
	position: absolute;
	left: 0;
	top: 0;
	right: 190px;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.twoCol2 {
	position: absolute;
	top: 0;
	right: 190px;
	height: 100%;
	width: 180px;
	right: 0;
	padding-top: 4px;
	padding-right: 6px;
	padding-left: 6px;
	background-color: white;
	height: 290px;
}

.threeCol1 {
	float: left;
	left: 0;
	top: 0;
	width: 180px;
}

.threeCol2 {
	margin-left: 190px;
	margin-right: 190px;
}

.threeCol23 {
	margin-left: 190px;
	margin-right: 0px;
}

.threeCol3 {
	position: absolute;
	top: 0;
	width: 180px;
	right: 0;
}

.fourCol1 {
	float: left;
	left: 0;
	top: 0;
	width: 120px;
}

.fourCol2 {
	margin-left: 125px;
	width: 240px;
}

.fourCol3 {
	position: absolute;
	top: 0;
	width: 380px;
	left: 375px;
}

.fourCol4 {
	position: absolute;
	top: 0;
	width: 180px;
	right: 0;
}

.fullHeight {
	height: 100%;
}

.section {
	margin-bottom: 20px;
}

.heading, h1 {
	font-size: 14px;
	font-weight: bold;
	color: #215ca4;
	margin-bottom: 8px;
	margin-top: 0;
}

.subHeading, h2 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

.copy {
	color: #595959;
	margin-bottom: 12px;
	line-height: 20px;
	margin-top: 0;
}

.strike {
	text-decoration: line-through;
	color: #dd0c06;
}

.hilight {
	font-weight: bold;
	background-color: #f1ff63;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #eddf00;
}

.callout {
	font-weight: bold;
}

.more {
	font-weight: bold;
}

p {
	margin: 0 0 10px;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
	color: #595959;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
}

.threeCol23 ul, .threeCol2 ul {
	margin-bottom: 10px;
}

.threeCol23 li, .threeCol2 li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
	padding-bottom: 5px;
}

ul.linkList>li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0;
}

.barLeft {
	padding: 0 0 0 8px;
	border-left: 1px solid #b1b1b1;
	height: 100%;
}

.barRight {
	padding: 0 0 0 8px;
	border-right: 1px solid #b1b1b1;
	height: 100%;
}

#clientScroller {
	position: relative;
	top: 0;
	overflow: hidden;
}

.scrollContent {
	position: relative;
	top: 0;
	left: 0;
	overflow: visible;
	height: 270px;
}

.scrollContent .logo {
	height: 46px;
}

.menu {
	margin-bottom: 12px;
}

#topPane li {
	line-height: 15px;
	margin-bottom: 0;
	margin-top: 6px;
}

ul.linkMenu {
	margin: 0;
	list-style-type: none;
	font-size: 12px;
	line-height: 12px;
	overflow: hidden;
}

ul.linkMenu li {
	list-style-type: none;
	margin-top: 1px;
	margin-bottom: 0;
}

ul.linkMenu li.active {
	background-color: #aebed2;
}

/* Home Page Solutions */

.solutions {
	border-right: 1px solid #b1b1b1;
	height: 100%;
}

.solutions .item {
	margin-top: -1px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-style: none;
}

.solutions .item.active {
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	border-right: 1px solid #fff;
	border-collapse: collapse;
	border-spacing: 0;
	width: 110px;
}

.solutions .item.bottom {
	border-collapse: collapse;
	border-spacing: 0;
	height: 212px;
}

.solution {
	padding-left: 3px;
}

.solution .picture {
	height: 50px;
	margin-bottom: 10px;
	border-style: none;
}

.solution > .copy {
}

/* /Home Page Solutions */

/* Home Page News */

.news .item {
	margin-top: 10px;
	overflow: hidden;
}

.news .item .icon {
	position: absolute;
	width: 80px;
	height: 50px;
}

.news .item .headline {
	position: relative;
	width: 270px;
	left: 100px;
	right: 0;
}

.news .item > .copy {
	position: relative;
	left: 100px;
	right: 0;
	top: 0;
	width: 270px;
	margin-right: 0;
	padding-right: 0;
}

/* /Home Page News */

div.thumbnails {
	margin-top: 4px;
	margin-bottom: 4px;
}

.thumbnail {
	margin-right: 4px;
	margin-left: 0;
	display: inline-block;
	margin-top: 4px;
}

.thumbnail img {
	border: 0;
}

.product {
	background-image: url(/images/productBackground.jpg);
}

.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#header .logo {
	position: relative;
	left: 10px;
	top: 5px;
	width: 400px;
}

#header .logo img {
	border: 0;
}

#header .topNav {
	position: absolute;
	left: 190px;
	right: 10px;
	top: 0px;
	bottom: 0px;
}

#header .nav {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: 720px;
	height: 23px;
	margin-top: 14px;
}

#header .search {
	position: absolute;
	right: 14px;
	top: 14px;
}

#header .addThis {
	position: absolute;
	top: 17px;
	left: 100%;
	margin-left: -139px;
	width: 125px;
}

.topNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

.topNav li {
	float: left;
	margin-right: 15px;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 8px;
	line-height: 14px;
}

.topNav a {
}

.topNav li.active {
	background-color: #cbbefd;
}



