﻿/* CSS layout */
body {
	background-color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font: Tahoma;
}
body a {
	color: #008241;
}
img {
	border-style:none;
	}

#outer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: white;
}
#inner {
	margin: 15px;
}
#full_width_page {
	position: relative;
	margin-left: 50px;
	margin-top: 15px;
	margin-right: 50px;
}
#full_width_page h1 {
	color: #006633;
	font-size: x-large;
	font-weight: lighter;
}
#full_width_page h2 {
	color: #006633;
	font-size: large;
	font-weight: lighter;
}

#full_width_page li {
	padding: 2px;
	margin: 5px 5px 5px 40px;
	list-style-image: url('images/bullet.gif');
	list-style-type: none;
	list-style-position: outside;
}
#full_width_page h3 {
	color: #006633;
	font-size: large;
	font-weight: lighter;
}
}
#masthead {
	margin-bottom: 20px;
}
#top_nav {
	margin: 0;
	padding: 0;
	border: 1;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	width: auto;
	overflow: hidden;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
#top_nav li {
	float: left;
	background-color: #004200;
	width: 150px;
	text-align: center;
}
#top_nav a {
	color: white;
	text-decoration: none;
	margin: 0 0px;
	padding: 5px 10px 5px 10px;
	display: block;
	border: 1px solid #008241;
}
#top_nav a:hover {
	background-color: #00B058;
	color: black;
	border: 1px solid #f2f2f2;
}
#container {
	position: relative;
	width: 100%;
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	margin-left: 200px;
}
#footer {
	text-align: center;
	vertical-align: bottom;
	margin-top: 50px;
	margin-bottom: 10px;
	color: #008241;
	font-size: x-small;
	bottom: 0px;
}
#footer p {
}
.contentheader {
	margin: 10px 0px 0px 0px;
	font-size: large;
	color: #006633;
}
.partnerimages {
	float: right;
}
.partnerimages img {
	padding: 2px;
	margin: 2px;
	border-style: none;
}
#currentpartners {
	border: thin solid #008241;
	padding: 5px;
	margin: 5px 0px 5px 5px;
	position: relative;
	width: 260px;
	height: auto;
	z-index: 1;
	left: auto;
	top: auto;
	float: right;
}
.productName {
	font-weight: bold;
	color: #008241;
}
.caseStudyTable {
	table-layout: auto;
	width: 100%;
	margin-top: 20px;
	font-size: small;
	background-color: white;
}
.caseStudyTableHeader {
	font-weight: bold;
	color: #006633;
	font-size: medium;
}
.evenRow {
	background-color: #E2E2E2;
}

.popup {
	padding: 15px;
	z-index: 2;
	display: none;
	background-color: white;
	border: 10px solid #006633;
	position: absolute;
	left: 100px;
	top: 150px;
	overflow: auto;
	width: 500px;
	height: 400px;
}
.casestudylist ul {
	color: #006633;
	font-weight: bold;
}
.casestudylist li {
	list-style-image: url('images/bullet.gif');
	font-weight: normal;
	color: black;
}


.jsclick {
	text-decoration: underline;
	color: #006633;
	cursor: pointer;
}
.cover {
	z-index: 1;
	display: none;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	background-image: url('images/grey.jpg');
	background-repeat: repeat;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#closecs {
	border-style: solid solid none solid;
	border-width: thick;
	border-color: #006633;
	display: none;
	background-color: white;
	color: red;
	font-style: italic;
	font-size: small;
	font-weight: bold;
	position: absolute;
	right: 150px;
	top: 129px;
	z-index: 2;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
}
#CrystalPresentPromo{
position:relative;
top:-20px;
left:25px;


}
