@charset "utf-8";
a {
	color: #6FB931;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul.case_studies h2 a, ul.modules-news h2 a {
	color: #4D9DB6;
}
ul.case_studies a img, ul.modules-news a img {
	border: solid 1px #525a71;
}
ul.case_studies a:hover img, ul.modules-news a:hover img {
	border: solid 1px #4D9DB6;
}

/*========================================
-------- Bullets and numbers
========================================*/
#content ul {
	margin: 0 0 0 36px;
	padding: 8px 0 0;
}
#content ul li {
	list-style-type: square;
	color: #525a71;
	line-height: 1.6em;
	font-size: 1.3em;
	padding-bottom: 10px;
}
#content ul.blue-bullets {
	margin: 0 0 0 16px;
	padding: 8px 0 0;
}
#content ul.blue-bullets li {
	list-style-type: square;
	color: #4D9DB6;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 3px;
}
ul.case_studies li {
	border-bottom: dotted 2px #ced2cc;
	margin-bottom: 22px;
	padding-bottom: 10px !important;
}
ul.modules-news li {
	border-bottom: dotted 2px #ced2cc;
	margin: 0 0 22px -14px !important;
	padding: 0 0 10px !important;
	list-style-type: none !important;
}
ul.contact {
	margin: 0 !important;
	padding: 0 !important;
}
ul.contact li {
	margin: 0 25px 50px 0 !important;
	padding: 0 25px 0 0 !important;
	list-style-type: none !important;
	float: left;
	width: 178px;
	font-size: 1.3em;
	font-weight: normal !important;
	color: #525a71 !important;
	line-height: 1.6em;
	border-right: solid 1px #aed0d6;
	min-height: 230px;
	/* IE6 FIXES */
	_height: 230px;
	...
}
ul.contact li.last {
	margin: 0 !important;
	padding: 0 !important;
	border-right: none;
}
ul.contact .spacer {
	padding: 0 0 0 20px;
}

/*========================================
-------- Paragraph
========================================*/
p {
	font-size: 1.3em;
	color: #525a71;
	line-height: 1.6em;
	margin: 0 0 12px;
	padding: 0;
}
p.intro {
	color: #525a71;
	font-size: 1.4em;
	line-height: 1.4em;
	letter-spacing: 1px;
}
p.blue {
	color: #4D9DB6;
}
#content .RightCol p {
	font-size: 1.2em;
	line-height: 1.3em;
}
.products p, .contact p {
	margin-left: 30px;
}
ul.case_studies p {
	font-weight: normal;
	font-size: 0.9em;
	color: #525a71;
	line-height: 1.8em;
}
ul.modules-news p {
	font-weight: normal;
	font-size: 0.9em;
	color: #525a71;
	line-height: 1.4em;
}

/*========================================
-------- Headers
========================================*/
h1 {
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 8px 0;
	padding: 0;
	color: #525a71;
	position: relative;
}
.home h1 {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 4px !important;
}
h1.MainTitle {
	font-size: 44px !important;
	font-weight: bold;
	margin: -10px 0 23px 55px !important;
}
h1.blue {
	color: #4e9bb7;
}
h1.green {
	color: #95b045;
}
h1.purple {
	color: #8e79a8;
}
h1.orange {
	color: #e48c4c;
}
.h1spacer {
	font-size: 30px;
	color: #525a71;
}
.products h1, .contact h1 {
	font-size: 25px;
	font-weight: normal;
	margin: 10px 0 15px 30px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding: 0;
	margin: 0;
}
#content h2 {
	color: #4D9DB6;
	margin-top: 10px;
}
ul.case_studies h2, ul.modules-news h2 {
	margin-bottom: 3px;
}
.LeftNavBox h2 {
	color: #FFFFFF;
	margin: 0;
	padding-top: 9px;
	padding-left: 16px;
	background-image: url(/images/leftNav/bg-box-title.gif);
	width: 204px;
	height: 23px;
}
.latestProduct h2 {
	background-image: url(/images/leftNav/bg-box-latestproduct.gif) !important;
}
#case-studies h2 {
	color: #FFFFFF;
	margin: 0;
	padding-top: 6px;
	padding-left: 21px;
	background-image: url(/images/bg-casestudies-title.gif);
	width: 679px;
	height: 22px;
	position: relative;
}
#case-studies h3 {
	color: #FFFFFF;
	margin: 2px 0 0;
	padding: 0;
	font-size: 16px;
}