/* ------------------------------------------------------------

  	* EVS
  	* Coded by Bruce Clark of Imulus

  	print.css
  	- Printing function and style. 

------------------------------------------------------------ */

/* =Initial Page Structure 
	(further specific styling for these sections is lower down, use =Section to quick find)
------------------------------------------------------------ */

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: 10pt/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

body { 
	color: #000;
	background: none;
}

#header {
	position: relative;
	width: 100%;
	background: none;
}

#content {
	padding-top: 10pt;
}

#content, 
#footer { 
	width: 100%;
	background: none;
	border-top: 1px solid #ccc;
}


/* =Basic Element Styles 
------------------------------------------------------------ */ 

h1, h2, h3, h4, h5, h6 {
	font: 1.4em "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: none;
	color: #000;
	padding-bottom: 6pt;
}

h1 { 
	font-size: 14pt;
	color: #000;
}

h2 { 
	font-size: 13pt;
	color: #d17b44;
}

h3, h4 { 
	font-size: 12pt;
	color: #004c70;
}

p {
	padding-bottom: 1em;
}

.spacer { 
	padding-top: 1em;
}
input { 
	font: 9pt/1.6 "Helvetica Neue", Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
}

input[type="image"], 
input.submit { 
	border: 0 !important;
	padding: 0 !important;
	background: none;
	width: auto !important;
}

select { 
	font: 9pt/1.6 "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding: 0;
	border: 1px solid #ccc;
}

img,
a img { 
	border: 0;
	vertical-align: middle;
} 

a { 
	color: #777;
}

/* =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 
------------------------------------------------------------ */ 

.sub.lead .forms {
	padding-top: 30px;
} 

.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 p label.name strong { 
	font-size: 13px;
	color: #3c7a99;
}

.forms span.error { 
	display: block;
	position: absolute;
	right: -22px;
	top: 1px;
	width: 135px;
	color: #355A99 !important;
	font-weight: bold;
	font-size: 11px;
	background: transparent;
	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: #B9D0DC;
	color: #555;
	background: #fff url(/images/layout/form-bg.gif) no-repeat left top;
	padding: 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.forms p input:focus, 
.forms p textarea:focus, 
.forms p select:focus {
	background: #e7f1f6;
	border-color: #9DBFCF;
	color: #444;
}

.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: 255px; }
.forms p .medium { width: 255px; }
.forms p .large { width: 360px; }

.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.info { 
	line-height: 1.8;
}

.forms p em.note {
	padding-left: 10px;
}

.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 {
	display: none;
}

#header strong { 
	font-size: 18pt;
	color: #000;
}

#header strong a { 
	color: #000;
	text-decoration: none;
}

		/* =Navigation 
------------------------------------------------------------ */

#header ul#nav {
	float: left;
	margin-bottom: 15pt;
}

#header ul#nav li {
	position: relative;
	float: left;
	margin-right: 10pt;
	padding-right: 10pt;
	border-right: 1px solid #ccc;
}

#header ul#nav li a {
	color: #000;
	text-decoration: none;
}

#header ul#nav li#active a {
	font-weight: bold;
}

#header ul#nav ul {
	display: none;
}

	/* =Content
------------------------------------------------------------ */	

		/* =Homepage
------------------------------------------------------------ */

.home #content #main {
	position: relative;
	float: left;
	width: 560px;
}

.home #content #main a {
	position: absolute;
	display: none;
}

.home #content #sidebar {
	position: relative;
	float: right;
	margin: 0 12px 0 0;
	width: 380px;
}

.home #content #sidebar .intro {
	position: relative;
	width: 324px;
	padding: 70px 20px 5px 20px;
	margin-bottom: 20px;
	background: transparent url(/images/layout/content/intro-bg.png) no-repeat left bottom;
}

.home #content #sidebar .intro h2 {
	width: 233px;
	height: 59px;
	background: url(/images/layout/content/who-is-evs.png) no-repeat left top;
	text-indent: -9999px;
}

.home #content #sidebar ul#teasers {
	clear: both;
	position: relative;
	height: 100px;
	width: 380px;
	margin-left: -5px;
}

.home #content #sidebar ul#teasers li {
	float: left;
	padding-right: 4px;
}

.home #content #sidebar ul#teasers li img {
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter:alpha(opacity=65);
}

.home #content #sidebar ul#teasers li a.activeSlide img {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	background: transparent url(/images/layout/content/image-highlight.png) no-repeat;
}

.home #content .sub-section {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(/images/layout/content/news-bg.jpg) no-repeat left bottom;
	padding: 8px 12px;
	width: 928px;
}

.home #content .sub-section p {
	float: left;
	padding: 0;
}

.home #content .sub-section p#ticker {
	width: 800px;
}

.home #content .sub-section p#ticker span  {
	float: left;
	display: block;
	width: 780px;
}

.home #content .sub-section p strong {
	display: block;
	float: left;
	width: 50px;
	padding-right: 12px;
	margin-right: 22px;
	text-align: center;
}

.home #content .sub-section p em {
	padding-right: 12px;
}

.home #content .sub-section p a {
	color: #888;
}

		/* =Subpage
------------------------------------------------------------ */

.sub #content #main { 
	position: relative;
	float: left;
	width: 64%;
}

.sub #content #main table, 
.sub #content #main ol, 
.sub #content #main ul { 
	margin: 0 0 1em 0;
}

.sub #content #main table { 
	border-collapse: collapse;
	background: #fff;
}

.sub #content #main table tr th { 
	border: 1px solid #b4d1e0;
	padding: 5px 10px;
	background: #E8EFFF;	
	color: #3c7a99;
}

.sub #content #main table tr td { 
	border: 1px solid #b4d1e0;
	padding: 5px 10px;
}

.sub #content #main ul li {
	padding: 0 0 5px 18px;
	background: url(/images/icons/bullet.gif) no-repeat 6px 8px;
}

.sub #content #main ol li {
	padding: 0 0 5px 0;
	list-style: decimal;
	margin-left: 20px;
}

.sub #content pre {
	font: 13px Monaco, Courier, sans-serif;
	color: #5C76A1;
	border: 1px dashed #b4d1e0;
	background: #fff;	
	margin-bottom: 15px;
}

.sub #content code {
	display: block;
	padding: 15px;
}

			/* =Sidebar
------------------------------------------------------------ */

.sub #content #sidebar {
	position: relative;
	float: right;
	width: 33%;
}

.sub #content #sidebar .section .section-wrap h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #8ba752;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 14px;
	margin-bottom: 7px;
	background: url(/images/icons/bullet-dots.gif) no-repeat 0 5px;
}

.sub #content #sidebar .section .section-wrap ul {
	padding: 0 0 5px 0;
}

.sub #content #sidebar .section .section-wrap ul li {
	padding: 0 0 5px 12px;
	background: url(/images/icons/bullet.gif) no-repeat 0 7px;
}

.sub #content #sidebar .section .section-wrap address img.left {
	margin-top: 5px;
	margin-left: -80px;
}

.sub #content #sidebar .section .section-wrap address {
	padding: 5px 0 10px 90px;
	font-style: normal;
}

			/* =Support and Downloads (not logged in)
------------------------------------------------------------ */

.sub#support-overview .wrap {
	background: url(/images/layout/content/sub-bg-alt.jpg) no-repeat bottom left;
}

.sub#support-overview .wrap #main {
	width: 380px;
	padding: 55px 0 0 0;
}

.sub#support-overview .wrap #main .forms h3 {
	padding: 0 0 15px 150px;
}

.sub#support-overview .wrap #main .forms input.mid {
	width: 190px;
}

.sub#support-overview .wrap #main .forms p a.info {
	position: absolute;
	top: 18px;
	right: 45px;
	padding-left: 20px;
	color: #779931;
	font-style: italic;
}

.sub#support-overview .wrap #sidebar {
	width: 460px;
	margin: 40px 50px 30px 0;
}

.sub#support-overview .wrap #sidebar h3 {
	margin-top: 15px;
}

.sub#support-overview .wrap #sidebar h3 em {
	font-size: 11px;
	padding-left: 35px;
	color: #999;
	background: url(/images/icons/lock.png) no-repeat 20px 1px;
}

.sub#support-overview .wrap #sidebar p {
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
}

.sub#support-overview .wrap #sidebar h3 a {
	color: #555;
}

.sub#support-overview .wrap #sidebar h3 a:hover {
	color: #000;
	text-decoration: none;
}

.sub#support-overview .wrap #sidebar h3 img {
	margin-top: -3px;
	margin-right: 4px;
}

.sub#support-overview .wrap #main .error-wrap {
	position: absolute;
	top: 230px;
	left: 100px;
	font-size: 11px;
	font-weight: bold;
	color: #1F4C99;
}

			/* =Two Column (Support/Downloads and Services)
------------------------------------------------------------ */

.sub#two-col .wrap {
	background: url(/images/layout/content/sub-bg-alt.jpg) no-repeat bottom left;
}
.sub.services#a .wrap {
	padding-bottom: 40px;
}

.sub#two-col .wrap h1 a.logout {
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 12px;
	color: #888;
}

.sub#two-col .wrap h1 a.logout:hover {
	color: #333;
}

.sub#two-col .grid {
	position: relative;
	float: left;
	width: 420px;
	padding: 30px 28px 0 28px;
	cursor: pointer;
}
.sub.services#two-col .grid {
	width: 357px;
	padding-top: 0px;
	border-top: 1px solid #E2E2E2;
	padding-left: 90px;
}

.sub.services#two-col .grid img {
	float: left;
	margin: 20px 0 0 -75px;
	margin-left: -78px;
}

.sub.services#two-col .grid a img {
	margin: 0;
}

.sub#two-col .grid p {
	padding: 0;
}

.sub.services#two-col .grid p {
	padding-bottom: 8px;
}

.sub#two-col .grid:hover p {
	color: #4E6EAA;
}

.sub#two-col .grid p a img {
	padding-bottom: 15px;
}

.sub#two-col .grid h3 img {
	margin-top: -10px;
	margin-right: 9px;
	margin-left: -6px;
}

.sub#two-col .grid h3 {
	font-size: 17px;
	padding-top: 20px;
}
.sub.services#two-col .grid h3 {
	font-size: 16px;
}

.sub#two-col .grid h3 a {
	color: #555;
}

.sub#two-col .grid h3 em {
	font-size: 11px;
	padding-left: 35px;
	background: url(/images/icons/lock.png) no-repeat 20px 1px;
}


.sub#two-col .grid:hover h3 a,
.sub#two-col .grid h3 a:hover {
	color: #333;
	text-decoration: none;
}

			/* =Product Overview
------------------------------------------------------------ */

.sub#product-overview .wrap {
	background: url(/images/layout/content/sub-bg-alt.jpg) no-repeat bottom left;
}

.sub#product-overview #content .grid p img {
	margin-left: -5px;
}

.sub#product-overview #content .grid p img.right {
	margin-left: 10px;
}

.sub#product-overview #content .grid {
	position: relative;
	float: left;
	width: 230px;
	padding: 15px 24px 5px 24px;
	margin: 10px 5px 22px 27px;
	background: url(/images/layout/content/blue-grad-alt.png) no-repeat left bottom;
	min-height: 370px;
}

.sub#product-overview #content .grid p {
	padding: 0 0 10px 0;
	margin: 0;
}

.sub#product-overview #content .grid h2 {
	font-size: 15px;
	color: #333;
	padding: 0 0 8px 0;
}

			/* =Product
------------------------------------------------------------ */

.sub#product #content #main .quote {
	margin: 15px 0;
	padding: 15px 20px 0 20px;
	background: url(/images/layout/content/quote-bg.png) no-repeat left bottom;
}

.sub#product #content #main .quote-wrap {
	background: url(/images/layout/content/quote-marks.png) no-repeat left top;
}

.sub#product #content #main .quote {
	color: #5983a1;
	font-size: 15px;
	line-height: 24px;
}

.sub#product #content #main .quote em {
	font-size: 12px;
	line-height: 1.4;
	color: #555;
}

.sub#product #content #main .features {
	padding-top: 20px;
}

.sub#product #content #main .features .section {
	position: relative;
	float: left;
	width: 230px;
	padding: 0 30px 0 0;
}

.sub#product #content #main .features .section h3 {
	color: #333;
	background: url(/images/icons/plus.gif) no-repeat 4px 7px;
	padding-left: 18px;
}

		/* =News Overview
------------------------------------------------------------ */

.sub#news-overview #content #main h3 {
	padding: 2px 5px 3px 5px;
	color: #444;
}

.sub#news-overview #content #main h3 a {
	padding-top: 5px;
	padding-right: 7px;
	background: url(/images/icons/bullet-small.gif) no-repeat 100% 10px;
	display: block;
	float: right;
	font-size: 11px;
	color: #888;
}

.sub#news-overview #content #main h3 a:hover {
	color: #333;
	text-decoration: none;
}

.sub#news-overview #content #main ul li {
	background: transparent;
	padding: 0;
}

.sub#news-overview #content #main ul li a { 
	display: block;
	padding: 6px 5px 6px 70px;
	border-top: 1px solid #CBD8F2;
	color: #3c7a99;
}

.sub#news-overview #content #main ul li a em { 
	float: left;
	display: block;
	color: #777;
	margin-left: -65px;
}

.sub#news-overview #content #main ul li a:hover { 
	text-decoration: none;
	color: #555;
}

.sub#news-overview #content #main ul.dropped {
	padding-top: 22px;
}

.sub#news-overview #content #main ul.years {
	position: absolute;
	right: 15px;
	top: 15px;
}

.sub#news-overview #content #main ul.years li {
	float: left;
	border: 0;
	border-right: 1px solid #ccc;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}

.sub#news-overview #content #main ul.years li.last {
	border: 0;
}

.sub#news-overview #content #main ul.years li a {
	display: inline;
	border: 0;
	font-size: 11px;
	padding: 0;
}

		/* =Search Results
------------------------------------------------------------ */

#results #paging { 
	margin-top: 5px;
	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: #B8C78A;
	color: #fff;
	border: 1px solid #98b460;
}

#results #main p { 
	padding: 10px 12px;
	border-bottom: 1px solid #ddd;
}

#results #main p a { 
	display: block;
	text-decoration: none;
}

#results #main p a strong {
	font-size: 14px;
	color: #416173;
}

#results #main p a:hover strong { 
	color: #333;
}

#results #main p strong { 
	font-weight: normal;
	color: #000;
	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: #98b460;
}

#results #main p i a:hover { 
	color: #555;
}

#results #main p .result-highlight {
	color: #457FD6;
}

		/* =iFrame
------------------------------------------------------------ */

.sub#iframe #content .wrap {
	min-height: 700px;
	padding: 0;
}

.sub#iframe #content .wrap #main {
	line-height: 0;
	width: 952px;
	height: 700px;
	padding: 0;
}

.sub#iframe #content .wrap iframe {
	width: 952px;
	height: 700px;
	margin: 0;
	border: 0;
}


	/* =Footer
------------------------------------------------------------ */	

#footer p, 
#footer address {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	margin-right: 15px;
	color: #888;
}

#footer address {
	font-style: normal;
	clear: left;
	float: left;
}

#footer p.nav {
	display: none;
}

#footer p a {
	display: block;
	float: left;
	color: #8ba752;
	border-left: 1px solid #ddd;
	padding-left: 8px;
	margin-left: 8px;
}

#footer p a:hover {
	text-decoration: none;
	color: #555;
}

#footer p a.first {
	border: 0;
}

















