body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* font-family: arial, helvetica, verdana, sans-serif; */
	font-family: Verdana, Geneva, sans-serif, arial;
	
	font-size: 11.0px;
	line-height: 18px;
	
	color: #3e3e3e;
	height:100%;
	/* background: #ffffff url(/resources/images/page_background.jpg) repeat-x 0px 0px; */
	background-position: top center;
	background-attachment: fixed
}
	
/* Normal link */
a {
	color: #38bd22;
	text-decoration: none;
}

a:hover, a:active, a:focus, a:link, a:visited {
	color: #38bd22;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #38bd22;
	font-weight: bold;
	text-decoration: none;
}

/* Normal link */
a.search {
	font-family: Verdana, Geneva, sans-serif, arial;
	/* font-family: arial, helvetica, verdana, sans-serif; */
	
	font-size: 11.0px;
	
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.search:hover, a.search:active, a.search:focus {
	color: #372086;
	font-weight: bold;
	text-decoration: none;
}

.ahem {
	display: none;
}
strong, b {
	font-weight: bold;
}
p {
	
	font-size: 11px;
	line-height: 18px;
	
	margin-top: 20px;
	margin-bottom: 10px; 
}
td {
	
	font-size: 11px;
	line-height: 18px;
	
	margin-top: 20px;
	margin-bottom: 10px; 
}	
ul {
	margin: 10px;	
	padding: 0;
	list-style-type:circle;
}
li {
	padding-left: 20px;
	background: url(/resources/images/arrow-off.gif) no-repeat 3px 6px;
}
.png {
	behavior: url(css/iepngfix.htc); 
}
.logo {
	margin: 2px 12px 2px 12px;
    display: block;
	float: left;
	position: relative;
	padding: 2px;
}
a.home {
    display:block;
    width: 174px;
    height: 34px;
    background: url("/resources/images/banner/bg_green.gif") 0 0 no-repeat; /* home */
    text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	text-align:right;
}
a.home:hover { 
    background-position: -173px 0;
}
a.home:active {
    background-position: -173px 0;
}

a.support {
    display:block;
    width: 173px;
    height: 34px;
    background: url("/resources/images/banner/bg_purple.gif") 0 0 no-repeat; /* support */
    text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	text-align:right;
}
a.support:hover { 
    background-position: -174px 0;
}
a.support:active {
    background-position: -174px 0;
    color:#fff;
}

a.technologies {
    display:block;
    width: 173px;
    height: 34px;
    background: url("/resources/images/banner/bg_orange.gif") 0 0 no-repeat; /* technologies */
    text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	text-align:right;
}
a.technologies:hover { 
    background-position: -173px 0;
}
a.technologies:active {
    background-position: -173px 0;
    color:#fff;
}
a.contactus {
    display:block;
    width: 181px;
    height: 34px;
    background: url("/resources/images/banner/bg_red.gif") 0 0 no-repeat; /* contactus */
    text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	text-align:right;
}
a.contactus:hover { 
    background-position: -180px 0;
}
a.contactus:active {
    background-position: -180px 0;
    color:#fff;
}
a.knowledgebase {
	display:block;
	width: 173px;
	height: 34px;
	background: url("/resources/images/banner/bg_green.gif") 0 0 no-repeat; /* knowledge */
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	text-align:right;
}
a.knowledgebase:hover {
	background-position: -173px 0;
}
a.knowledgebase:active {
	background-position: -173px 0;
	color:#fff;
}
a.services {
    display:block;
    width: 174px;
    height: 34px;
    background: url("/resources/images/banner/bg_lime.gif") 0 0 no-repeat; /* services */
    text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-transform: lowercase;
	text-align:right;
}
a.services:hover { 
    background-position: -174px 0;
}
a.services:active {
    background-position: -174px 0;
    color:#fff;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #38bd22;
}
h2 {
    font-family: arial, helvetica, verdana, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
	/* color: #38bd22; */
	color: #0177BF;
}
h3, h4 {
	margin: 10px 0;
	font-size: 14px;
	color: #38bd22;
}
h5 {
	color: #FFFFFF;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
/* Title text */
.contentheading, .componentheading, div.moduletable h3,
h1, h2, h3, h4, h5 {
}
img {
	border: 0px;
}
.NoBorder {
	border: 0px;
}
/* 
.sample - all elements with class
#sample - html elements by id
*/
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.tiny {
	font-size: 9.5px;
	line-height: 17px;
	
	margin-top: 5px;
	margin-bottom: 5px; 
	color:#000000;
}
#container {
	display: block;
	/*overflow: hidden;*/
	height:auto; /*expands to accomodate the content */
	min-height: 100%; /* height of top and bottom box combined */
	padding: 0px; /* keeps child divs tucked up against the edges */
	margin: 0px auto;
	z-index:1;
	width: 885px;
	background: #FFFFFF;
}
html>body #container {
	height: auto;
	min-height: 100%; /* height of top and bottom box combined */
}	
#top {
	margin: 0px;
	padding: 0px;
	height: 99px;
	z-index: 2;
	vertical-align: top;
}
html>body #top {
	height: 99px;
	vertical-align: top;
}
#left {
	margin: 0px;
	color: #3e3e3e;
	width: 223px;
}
html>body #left {
	height:auto;
	min-height:100%; /* height of top and bottom box combined */
}	
#topborder {
    position: relative;
}
#leftborder {
    position: absolute;
    left: 0px;
    top: 18px;
    height:100%;
	min-height:100%;
}
#pagecontent {
    position: absolute;
    top: 18px;
    left: 233px;
}
#leftmenu {
    position: absolute;
    background: #efefef;
    top: 221px;
    left: 18px;
    width: 208px;
}
#maincontent {
    position: absolute;
    top: 221px;
    left: 233px;
    width:674px;
}
#rightborder {
    position: absolute;
    top: 18px;
    right: -1px;
    height:100%;
	min-height:100%;
}
#bottomborder {
    position: relative;
}
#bottom {
	display:block;
	margin:0px auto;
	padding: 2px;
	color: #FFFFFF;
	height: 55px;
	z-index:2;
	clear: none;
}
html>body #bottom {
	height: 55px;
}
	
#legal {
	margin:0px auto;
	z-index:2;
	clear: none;
	color: #3e3e3e;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9.5px;
	line-height: 12.0px;
}
html>body #legal {
	height: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
	
	font-size: 10.5px;
	line-height: 13px;
	
}
.out {
	display:block; 
	position:relative;
	margin:0px auto;
	width: 885px;
}
.in {
  /*position:relative; 
  font-weight:normal;*/
}
.ltin {
  left:-3px;
}
.tpin {
  top:-2px;
}
div.spacer{clear:both; height:10px; display:block;}
.HorizontalDivider {
	BORDER-BOTTOM: #8E3E6C 1px dashed;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px verdana, arial, helvetica, sans-serif;
}

select, .inputbox {
	padding: 2px;
}
textarea {
	padding-left: 2px;
	font: 11px verdana, arial, helvetica, sans-serif;
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
	background: #FFFFFF;
	width: 250px;
	height: 150px;
}
.error {
	font: 11px verdana, arial, helvetica, sans-serif;
	color: red;
	margin-left: 50px;
	display:none;
}
.button {
	padding: 1px 4px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #BABDB6;
	border-right: 1px solid #BABDB6;
	background: url(/resources/images/but-bg.gif) #EFEFEF;
}

.button:hover, .button:focus {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
}

.inputbox {
    border: 0px;
    color: #009fcc;
    text-align: right;
	background: #e0e0df;
	width: 180px;
	font-size: 10.5px;
	font-weight: bold;
	padding: 4px 20px 0 0;
	background: url(/resources/images/menu_arrow.png) no-repeat center right;
}

.inputbox:hover, .inputbox:focus {
    color: #009fcc;
    border: 0px;
	background: #e0e0df;
	width: 180px;
	font-size: 10.5px;
	font-weight: bold;
    padding: 4px 20px 0 0;
	background: url(/resources/images/menu_arrow_down.png) no-repeat center right;
}

.inputboxMED {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #EDEEEC;
	border-bottom: 1px solid #EDEEEC;
	border-left: 1px solid #BABDB6;
	background: #FFFFFF;
	background-image: url('/resources/images/field_lg_background.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 125px;
}

.inputboxMED:hover, .inputboxMED:focus {
	border: 1px solid #BABDB6;
	background: #EDEDED;
	background-image: url('/resources/images/field_lg_background.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
/* MODULE
--------------------------------------------------------- */
div.modules {
	width: 100%;
}

div.moduletable {
	padding: 0 12px 0 13px;
	width: auto;
	margin-bottom: 10px;
}

div.moduletable h3 {
	margin: 0 -12px 10px -13px;
	padding: 0 10px 0 20px;
	color: #666666;
	background: url(/resources/images/h3-bg.gif) no-repeat bottom #E1E1E1;
	font-size: 1em;
	line-height: 21px;
	text-transform: UPPERCASE;
	height: 22px;
}

div.moduletable h3.collapse {
	margin: 0 -12px 10px -13px;
	padding: 0 10px 0 20px;
	color: #666666;
	background: url(/resources/images/search_criteria_background.gif) no-repeat top #FFFFFF;
	font-size: 1em;
	line-height: 21px;
	text-transform: UPPERCASE;
	height: 22px;
	cursor: pointer;
}

div.moduletable table {
	border-collapse: collapse;
	border-spacing: 0;
}
div.searchbuttons {
	margin: 0 -12px 10px -13px;
	padding: 0 10px 0 20px;
	color: #009fcc;
	background: url(/resources/images/search_criteria_background.gif) no-repeat bottom #ffffff;
	font-size: 1em;
	line-height: 21px;
	height: 22px;
}

#ja-search {
	padding-left: 20px;
	background: url(/resources/images/search_criteria_arrow.gif) no-repeat top left;
	position: relative;
	top: 70px;
	right: 20px;
	z-index:999999;
	
}
#ja-search .inputbox {
	border: 1px solid #e0e0df;
	color: #009fcc;
	z-index:5;
}

#ja-search .inputbox:hover,
#ja-search .inputbox:focus {
	border: 1px solid #e0e0df;
	color: #333;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/resources/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/resources/images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/resources/images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#lightboxIframe {
	display: none;
}	

.description {
	float: none;
	color: #0177BF;
	/* margin: 2px 12px 2px 250px; */
	font-size: 15px;
	word-spacing: 1px;
	clear: both;
	position: relative;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Comic Sans MS', cursive;
	text-align: right;
}

#main {
    position: relative;
	margin: 0px 0px 0px 0px;
	width: 885px;
	padding: 0px;
	color: #3e3e3e;
}
html>body #main {
	height:100%;
	min-height: 100%;
}
.b_content {
	float: none;
	color: #000000;
	font-size: 12px;
	word-spacing: 2px;
	clear: both;
	position: relative;
	font-weight: none;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
	margin: 10px 5px 5px 5px;
	z-index: 3;
}
.logos {
	padding-bottom: 4px;
	padding-left: 20px;
	vertical-align: top;
	margin: 10px 10px 10px 10px;
	float: none;
}
label {
    display: inline-block;
    vertical-align: middle;
    background-color: #0177BF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 200px;
    height: 22px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-weight: normal;
    color: #FFF;
    margin: 3px 3px 3px 3px;
}
legend {
    color: #fff;
    background: #0177BF;
	border-collapse: collapse;
    border: 1px solid #000000;
    padding: 2px 2px;
}
