/* Screen stylesheet ******************************/
@media screen {
/* vamosa.com */
/* 17 august 2009 */
/* author:stephen.marshall@indez.com */


/* GLOSSARY
------------------------------------------------------------------------------------->*/

/* #header_search */
/* #mod_events */
/* #mod_knowledge */
/* #mod_req_demo */
/* #mod_live_demo */
/* #mod_vital_content */
/* #mod_downloads */
/* #mod_articles */
/* #mod_feature_client */
/* #breadcrumb */
/* #footer_menu */
/* #footer_contact */
/* #footer_newsletter */
/* .cust_mod */
/* #footer_downloads */

/* #hp_subnavbar */
/* #hp_news_mod */


/* GLOBAL RESET
------------------------------------------------------------------------------------->*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

.hidden, .fold, hr, .accessibility {
  display:none;
}

.clear {
	clear:both;
}



/* BASE LAYOUT
------------------------------------------------------------------------------------->*/

body {	
	font: normal 62.5% Helvetica, Arial, Verdana, sans-serif;
	background: transparent url("../images/tile.png") 0 0 repeat-x;
	color: #7f7f7f;
}

#wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	width: 1016px;
}

#container {
	position:relative;
	float: left;
	width: 1000px;
	margin: 140px 0 0 16px;
	padding:0;
	display: inline;
}


#inner_container {
	position: relative;
	float:left;
	width:1000px;
	margin: 115px 0 0 0;
}

#mast_section {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 115px;
	margin: 0;
	padding: 0;
}

body#p_section #inner_container {
	margin: 167px 0 0 0;
}

body#p_section #mast_section {
	height: 167px;
}

#divider {
	position: relative;
	float: right;
	width: 734px;
	margin: 0;
}

#divider_alt {
	position: relative;
	float: right;
	width: 1000px;
	margin: 0 0 0 16px;	
}


#col_1 {	
	position: relative;
	float: left;
	width: 492px;
	margin: 0;
	padding: 15px 0 0 0;
	border-top: 6px solid #b5b5b5;

}

#col_1_alt {
	position: relative;
	float: left;
	width: 734px;
	margin: 0;
	padding: 15px 0 0 0;
	border-top: 6px solid #b5b5b5;
}

#col_1_fullwidth {
	position: relative;
	float: left;
	width: 1000px;
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	border-top: 6px solid #b5b5b5;
}



#col_2 {	
	position: relative;
	float: right;
	width: 218px;
	margin: 0;
	padding: 15px 0 0 0;
	border-top: 6px solid #b5b5b5;
}


#col_3 {
	position: relative;
	float: left;
	width: 236px;
}

#footer {
	position: relative;
	float:left;
	width:1000px;
	border-top: 6px solid #e6e6e6;
	margin: 10px 0 0 16px;
	padding: 0;
	display: inline;
}
	
#footer_sub {
	position: relative;
	float: left;
	width: 1000px;
	margin: 5px 0 0 16px;
	display: inline;
}

#header {
	position:absolute;
	top: 0;
	left: 0;
	height:140px;
	width:1016px;
}

#content {
	margin: 20px 0 0 0;
}

.imagefloatleft {
	position: relative;
	float: left;
	margin: 0 10px 0 0;	
}

.imagefloatright {
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	
}


/* TYPOGRAPHY & BLOCK ELEMENTS
------------------------------------------------------------------------------------->*/

h1 {
	font-size:2.4em;
	letter-spacing:-0.01em;
	line-height:1.05em;
}



h2 {	
	margin:0.8em 0em 0.8em 0em;
	font-size:1.6em;
	font-weight:bold;
	letter-spacing:-0.01em;
	line-height:1.05em;
}


h3 {
	font-size:1.3em;
	margin:1.2em 0em 1.2em 0em;
	font-weight:normal;
	font-weight:bold;
	background: transparent url("../images/h3_bkg.png") 0 0 repeat-y;
	padding: 3px 0 3px 4px;
}


h4 {
	font-size:1.2em;
	margin:1.2em 0em 1.2em 0em;
	font-weight:bold;
}

h5 {
	font-size:1.4em;
	margin:1.2em 0em 1.2em 0em;
	color: #686868;
	font-weight: bold;
}

p {
	font-size:1.2em;
	line-height:1.6em;
	margin:0.8em 0em 0.8em 0em;
}

strong {
	font-weight: bold;
}

a {
	/*color:#7ebfdd;*/
	color: #0e7b9c;
	outline:none;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
  
}

p#logo {
	position:relative;
	float:left;
	margin:32px 0 0 0;
	width: 184px;
	height: 51px;
	display:inline;
}

ul, ol {
	font-size:1.2em;
	line-height:1.8em;
	margin:0 0 15px 5px;
}

ul li {
	list-style: none;
	background:transparent url("../images/bullet.png") 0 7px no-repeat;
	padding:0 0 5px 20px;
}

ol li {
	margin:0 0 5px 20px;
}

.center, .justified {
	padding: 0 auto 0 auto;
	text-align:center;
}

em {
	font-style: italic;
}

/* FORMS 
------------------------------------------------------------------------------------->*/

fieldset {
	border:none;
	padding:20px 0 20px 0;
	width:490px;
	margin:20px 0 20px 0;
	/*border-top: 1px solid #b5b5b5;*/
	border-bottom: 1px solid #b5b5b5;
	background: transparent url("../images/bkg_contactform.png") 0 0 no-repeat;
}



legend {
	font-weight:bold;
	padding:0;
	font-size:1.2em;
	display: none;
}


label{
	width:230px;
	float:left;
	font-size:1.2em;
	margin: 0 0 0 22px;
}

input, select, textarea {
	border:1px solid #e4e4e4;
	padding:2px;
	width:210px;
	margin-bottom:10px;
	color:#333;
}

select {
	width: 215px;
}

input:focus, select:focus, textarea:focus {
	border:1px solid #7ebfdd;
}

input.checkbox {
	float:left;
	width:20px;
}

button {
	position: relative;
	float:right;
	font-weight:bold;
	width:88px;
	height:28px;
	margin:30px 25px 0 0;
	border:0;
	cursor:pointer;
	background: transparent url("../images/sprite_btns_20100216.png") -330px 0 no-repeat;
	text-indent: -9999px;	
}
/*
button:hover {
	background: transparent url("../images/sprite_btns_20100216.png") -150px -17px no-repeat;
}*/

span.required {
	color: #f68819;
}



.error_msg {
	color:#990000;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
	margin: -4px 12px 0 0;
	display: inline;
}


/* TABLES
------------------------------------------------------------------------------------->*/



/* SITE MODULES
------------------------------------------------------------------------------------->*/


/* #s_media_link */

#s_media_link {
	/*position: relative;
	float: right;*/
	position: absolute;
	top: 28px;
	right: 0;
	width: 218px;
	height: 35px;
}

#s_media_link ul {
	postion: relative;
	float: left;
	width: 210px;
	margin: 0;
	padding: 0;
}

#s_media_link ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 0 24px;
}

#s_media_link ul li#linkedin {
	background:transparent url("../images/linkedin.png") 0 2px no-repeat;
	
}

#s_media_link ul li#twitter {
	background:transparent url("../images/twitter.png") 0 2px no-repeat;
	margin-left: 20px;
	display: inline;
}

#s_media_link ul li a {
	color: #666;
	font-weight: bold;
}

/* #header_search */

#header_search {
	position: relative;
	float: right;
	margin: 55px 0 0 0;
	width:218px;
}

#header_search fieldset {
	position: relative;
	float: left;
	width: 218px;
	margin: 0;
	padding: 0;
	border: none;
}

#header_search legend, #header_search label {
	display: none;
}

#header_search input {
	position:relative;
	float:left;
	margin: 0;
	width: 184px;
	height: 16px;
	border: solid 1px #e3e3e3;
	color: #5a5a5a;
}

#header_search button {
	position: relative;
	float: left;
	background:transparent url("../images/sprite_btns_20100216.png") 0 0 no-repeat;
	width:27px;
	height:20px;
	text-indent:-9999px;
	cursor:pointer;
	border:none;
	margin:0;
	padding: 0;
}

#header_search button:hover {
	background:transparent url("../images/sprite_btns_20100216.png") 0 -20px no-repeat;
}


/* #webworxx */

#webworxx {
	position: relative;
	float: right;
	width: 105px;
	height: 54px;
	border-right: 1px dotted #ababab;
	border-left: 1px dotted #ababab;
	margin: 30px 15px 0 0;
	display: inline-block;
	padding: 0 0 0 20px
}

	#webworxx p {
		width: 95px;
		margin: 0;
		padding: 0 0 0 25px;
		background: transparent url("../images/icon_webworxx.png") 0 0 no-repeat;
		font-weight: bold;
	}

	#webworxx a {
		position: relative;
		float: left;
		width: 88px;
		height: 21px;
		margin: 5px 0 0 0;
		background: transparent url("../images/webworxxs_btn.png") 0 0 no-repeat;
		text-indent: -99999px;
	}

		#webworxx a:hover {
			background: transparent url("../images/webworxxs_btn.png") 0 -21px no-repeat;
		}


/* #mod_events */

/*#mod_29 {
	position: relative;
	float: left;
	width: 218px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #ccc;
}

#mod_29 h5 {
	position: relative;
	float: left;
	width: 218px;
	height: 24px;
	margin: 0 0 9px 0;
	padding: 5px 0 0 0;
	background: transparent url("../images/bkg_events.png") bottom right no-repeat;
}

#mod_29 p {
	line-height:1.3em;
}

#mod_29 p a {
	color: #7ebfdd;
	text-decoration: none;
	padding-bottom: 2px;
	font-weight: bold;
}

#mod_29 p a:hover {
	border-bottom: 1px solid #7ebfdd;

}
*/


#ctas_20100216_29 {
	position: relative;
	float: left;
	width: 218px;
	margin: 0 0 13px 0;		
}

	#ctas_20100216_29 p {
		position:relative;
		float: left;
		width: 218px;
		margin: 0;
		padding: 0;
	}
	
		#ctas_20100216_29 p a {
				position: relative;
				float: left;
				width: 218px;
				height: 52px;
				margin: 0;
				padding: 0;
			}
			
			#ctas_20100216_29 p a {
				background: transparent url("../images/sprite_ctas.png") 0 0 no-repeat;
				text-indent: -9999px;
			}
			
				#ctas_20100216_29 p a:hover {
					background: transparent url("../images/sprite_ctas.png") 0 -52px no-repeat;
				}

#col_3 #ctas_20100216_29 {
	position: relative;
	float: left;
	width: 236px;
	margin: 0 0 13px 0;		
}

	#col_3 #ctas_20100216_29 p {
		position:relative;
		float: left;
		width: 236px;
		margin: 0;
		padding: 0;
	}
	
		#col_3 #ctas_20100216_29 p a {
				position: relative;
				float: left;
				width: 236px;
				height: 52px;
				margin: 0;
				padding: 0;
			}
			
			#col_3 #ctas_20100216_29 p a {
				background: transparent url("../images/sprite_ctas_alt.png") 0 0 no-repeat;
				text-indent: -9999px;
			}
			
				#col_3 #ctas_20100216_29 p a:hover {
					background: transparent url("../images/sprite_ctas_alt.png") 0 -52px no-repeat;
				}


/* #mod_knowledge */

#ctas_20100216_30 {
	position: relative;
	float: left;
	width: 218px;
	margin: 0 0 13px 0;	
}

	#ctas_20100216_30 p {
		position:relative;
		float: left;
		width: 218px;
		margin: 0;
		padding: 0;
	}
	
		#ctas_20100216_30 p a {
				position: relative;
				float: left;
				width: 218px;
				height: 52px;
				margin: 0;
				padding: 0;
			}
			
			#ctas_20100216_30 p a {
				background: transparent url("../images/sprite_ctas.png") 0 -104px no-repeat;
				text-indent: -9999px;
			}
			
				#ctas_20100216_30 p a:hover {
					background: transparent url("../images/sprite_ctas.png") 0 -156px no-repeat;
				}

#col_3 #ctas_20100216_30 {
	position: relative;
	float: left;
	width: 236px;
	margin: 0 0 13px 0;	
}

	#col_3 #ctas_20100216_30 p {
		position:relative;
		float: left;
		width: 236px;
		margin: 0;
		padding: 0;
	}
	
		#col_3 #ctas_20100216_30 p a {
				position: relative;
				float: left;
				width: 236px;
				height: 52px;
				margin: 0;
				padding: 0;
			}
			
			#col_3 #ctas_20100216_30 p a {
				background: transparent url("../images/sprite_ctas_alt.png") 0 -104px no-repeat;
				text-indent: -9999px;
			}
			
				#col_3 #ctas_20100216_30 p a:hover {
					background: transparent url("../images/sprite_ctas_alt.png") 0 -156px no-repeat;
				}


/*#mod_30 {
	position: relative;
	float: left;
	width: 218px;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #ccc;
}

#mod_30 h5 {
	position: relative;
	float: left;
	width: 218px;
	height: 24px;
	margin: 0 0 9px 0;
	padding: 5px 0 0 0;
	background: transparent url("../images/bkg_knowledge.png") bottom right no-repeat;
}

#mod_30 p {
	line-height:1.3em;
}

#mod_30 p a {
	color: #7ebfdd;
	text-decoration: none;
	padding-bottom: 2px;
	font-weight: bold;
}

#mod_30 p a:hover {
	border-bottom: 1px solid #7ebfdd;
}*/

/* #mod_req_demo */


#ctas_20100216_31 {
	position: relative;
	float: left;
	width: 218px;
	margin: 0 0 13px 0;		
}

	#ctas_20100216_31 p {
		position:relative;
		float: left;
		width: 218px;
		margin: 0;
		padding: 0;
	}
	
		#ctas_20100216_31 p a {
				position: relative;
				float: left;
				width: 218px;
				height: 52px;
				margin: 0;
				padding: 0;
			}
			
			#ctas_20100216_31 p a {
				background: transparent url("../images/sprite_ctas.png") 0 -208px no-repeat;
				text-indent: -9999px;
			}
			
				#ctas_20100216_31 p a:hover {
					background: transparent url("../images/sprite_ctas.png") 0 -260px no-repeat;
				}
				
#col_3 #ctas_20100216_31 {
	position: relative;
	float: left;
	width: 236px;
	margin: 0 0 13px 0;		
}

	#col_3 #ctas_20100216_31 p {
		position:relative;
		float: left;
		width: 236px;
		margin: 0;
		padding: 0;
	}
	
		#col_3 #ctas_20100216_31 p a {
				position: relative;
				float: left;
				width: 236px;
				height: 52px;
				margin: 0;
				padding: 0;
			}
			
			#col_3 #ctas_20100216_31 p a {
				background: transparent url("../images/sprite_ctas_alt.png") 0 -208px no-repeat;
				text-indent: -9999px;
			}
			
				#col_3 #ctas_20100216_31 p a:hover {
					background: transparent url("../images/sprite_ctas_alt.png") 0 -260px no-repeat;
				}





/*#mod_31 {
	position: relative;
	float: left;
	width: 218px;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #ccc;
}

#mod_31 h5 {
	position: relative;
	float: left;
	width: 218px;
	height: 24px;
	margin: 0 0 9px 0;
	padding: 5px 0 0 0;
	background: transparent url("../images/bkg_req_demo.png") bottom right no-repeat;
}

#mod_31 p {
	line-height:1.3em;
}

#mod_31 p a {
	color: #7ebfdd;
	text-decoration: none;
	padding-bottom: 2px;
	font-weight: bold;
}

#mod_31 p a:hover {
	border-bottom: 1px solid #7ebfdd;
}*/


#ctas_20100216_45 {
	position: relative;
	float: left;
	width: 281px;
	margin: 0 0 13px 0;		
}

	#ctas_20100216_45 p {
		position:relative;
		float: left;
		width: 281px;
		margin: 0;
		padding: 0;
	}
	
		#ctas_20100216_45 p a {
				position: relative;
				float: left;
				width: 281px;
				height: 187px;
				margin: 0;
				padding: 0;
			}
			
			#ctas_20100216_45 p a {
				background: transparent url("../images/download_button.jpg") 0 0 no-repeat;
				text-indent: -9999px;
			}
			
				/*#ctas_20100216_45 p a:hover {
					background: transparent url("../images/sprite_ctas.png") 0 -260px no-repeat;
				}*/


#ctas_20100216_46 {
	position: relative;
	float: left;
	width: 281px;
	margin: 0 0 13px 0;		
}

	#ctas_20100216_46 p {
		position:relative;
		float: left;
		width: 281px;
		margin: 0;
		padding: 0;
	}
	
		#ctas_20100216_46 p a {
				position: relative;
				float: left;
				width: 281px;
				height: 187px;
				margin: 0;
				padding: 0;
			}
			
			#ctas_20100216_46 p a {
				background: transparent url("../images/signup_button.jpg") 0 0 no-repeat;
				text-indent: -9999px;
			}
			
				/*#ctas_20100216_45 p a:hover {
					background: transparent url("../images/sprite_ctas.png") 0 -260px no-repeat;
				}*/



#ctas_20100216_47 {
	position: relative;
	float: left;
	width: 218px;
	margin: 0 0 13px 0;		
}

	#ctas_20100216_47 p {
		position:relative;
		float: left;
		width: 218px;
		margin: 0;
		padding: 0;
	}
	
		#ctas_20100216_47 p a {
				position: relative;
				float: left;
				width: 218px;
				height: 130px;
				margin: 0;
				padding: 0;
			}
			
			#ctas_20100216_47 p a {
				background: transparent url("../images/WebWorxx_Video_graphicv1.png") 0 0 no-repeat;
				text-indent: -9999px;
			}
			
				/*#ctas_20100216_45 p a:hover {
					background: transparent url("../images/sprite_ctas.png") 0 -260px no-repeat;
				}*/


				
#ctas_20100216_48 {
	position: relative;
	float: left;
	width: 218px;
	margin: 0 0 13px 0;		
}

	#ctas_20100216_48 p {
		position:relative;
		float: left;
		width: 218px;
		margin: 0;
		padding: 0;
	}
	
		#ctas_20100216_48 p a {
				position: relative;
				float: left;
				width: 218px;
				height: 130px;
				margin: 0;
				padding: 0;
			}
			
			#ctas_20100216_48 p a {
				background: transparent url("../images/WebWorxx_Video_graphicV2.png") 0 0 no-repeat;
				text-indent: -9999px;
			}
			
				/*#ctas_20100216_45 p a:hover {
					background: transparent url("../images/sprite_ctas.png") 0 -260px no-repeat;
				}*/

/* #mod_live_demo */

#mod_live_demo {
	position: relative;
	float: left;
	width: 218px;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #ccc;
}

#mod_live_demo h5 {
	position: relative;
	float: left;
	width: 218px;
	height: 24px;
	margin: 0 0 9px 0;
	padding: 5px 0 0 0;
	background: transparent url("../images/bkg_live_demo.png") bottom right no-repeat;
}

#mod_live_demo p {
	line-height:1.3em;
}

#mod_live_demo p a {
	color: #7ebfdd;
	text-decoration: none;
	padding-bottom: 2px;
	font-weight: bold;
}

#mod_live_demo p a:hover {
	border-bottom: 1px solid #7ebfdd;

}


/* #mod_vital_content */

#mod_33 {
	position: relative;
	float: left;
	width: 218px;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #ccc;
}

#mod_33 h5 {
	position: relative;
	float: left;
	width: 218px;
	height: 24px;
	margin: 0 0 9px 0;
	padding: 5px 0 0 0;
	background: transparent url("../images/bkg_vital_content.png") bottom right no-repeat;
}

#mod_33 p {
	line-height:1.3em;
	/*color: #747474;*/
}

#mod_33 p a {
	color: #7ebfdd;
	text-decoration: none;
	padding-bottom: 2px;
	font-weight: bold;
}

#mod_33 p a:hover {
	border-bottom: 1px solid #7ebfdd;

}

/* #mod_downloads */

#mod_downloads {
	position: relative;
	float: left;
	width: 218px;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
}

#mod_downloads h5 {
	position: relative;
	float: left;
	width: 218px;
	height: 27px;
	margin: 0 0 9px 0;
	padding: 5px 0 0 0;
	background: transparent url("../images/bkg_downloads.png") bottom right no-repeat;
}

#mod_downloads ul {
	position: relative;
	float: left;
	width: 218px;
	margin: 10px 0 0 0;
	padding: 0;
}

#mod_downloads ul li {
	position: relative;
	float: left;
	width: 195px;
	margin: 0 0 5px 0 ;
	padding: 0 0 5px 23px;
	font-weight: bold;
	border-bottom: 1px #ccc dotted;
}

#mod_downloads ul li a:hover {
	text-decoration: underline;
}

#mod_downloads ul li.pdf {
	background: transparent url("../images/pdf_icon_small.png") 0 2px no-repeat;
}


/* #mod_articles */

#mod_articles {
	position: relative;
	float: left;
	width: 218px;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
}

#mod_articles h5 {
	position: relative;
	float: left;
	width: 218px;
	height: 27px;
	margin: 0 0 9px 0;
	padding: 5px 0 0 0;
	background: transparent url("../images/bkg_articles.png") bottom right no-repeat;
}

#mod_articles ul {
	position: relative;
	float: left;
	width: 218px;
	margin: 10px 0 0 0;
	padding: 0;
}

#mod_articles ul li {
	position: relative;
	float: left;
	width: 195px;
	margin: 0 0 5px 0 ;
	padding: 0 0 5px 23px;
	font-weight: bold;
	border-bottom: 1px #ccc dotted;
}

#mod_articles ul li a:hover {
	text-decoration: underline;
}

#mod_articles ul li {
	background: transparent url("../images/v-ie_small.png") 0 2px no-repeat;
}



/* #mod_feature_client */

#mod_feature_client {
	position: relative;
	float: left;
	width: 218px;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

#mod_feature_client h5 {
	position: relative;
	float: left;
	width: 218px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 9px 0;
	margin: 0;
}

#mod_feature_client p {
	line-height:1.3em;
	color: #747474;
	margin: 0;
	padding: 0;
}

#fc_img_holder {
	position:relative;
	float: left;
	width: 126px;
	background-color: #e1e1e1;
	margin: 15px 10px 0 0;
	display: inline;
}

#fc_text {
	position: relative;
	float: left;
	width: 140px;
	margin: 15px 0 0 0;
	padding: 0;
}


#mod_contact_sidebar {
	position: relative;
	float: left;
	width: 218px;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}


#mod_contact_sidebar p {
	position: relative;
	float: left;
	color: #747474;
	margin: 0;
	padding: 0;
	width: 218px;
	height: 32px;
}

	#mod_contact_sidebar p.md1 {
		background: transparent url("../images/sprite_contactus.png") 0 0 no-repeat;
		text-indent: -9999px;
	}
	
	#mod_contact_sidebar p.md2 {
		margin: 18px 0 0 0;
		background: transparent url("../images/sprite_contactus.png") -218px 0 no-repeat;
		text-indent: -9999px;
	}

	#mod_contact_sidebar p.md3 {
		position: relative;
		float: left;
		width: 218px;
		height: 42px;
		margin: 18px 0 0 0;
		padding: 16px 0 0 0;
		border-top: 1px solid #ccc;
		
	}
	
	#mod_contact_sidebar p a {
		position: relative;
		float: left;
		background: transparent url("../images/sprite_contactus.png") -436px 0 no-repeat;
		text-indent: -9999px;
		width: 218px;
		height: 32px;
}

/* #breadcrumb */

#breadcrumb {
	position: relative;
	float: left;
	width: 1000px;
	margin: 0;
	padding: 0;
	height: 32px;
}

#breadcrumb ul {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#breadcrumb ul li {
	position: relative;
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	background: none;
}

#breadcrumb ul li a {
	color:#333;
	padding-left:15px;
	margin-right:10px;
	background:#fff url(../images/bread_bullet.png) 3px 3px no-repeat;
	font-weight: normal;
}

#breadcrumb ul li a:hover {
	border-bottom: 1px solid #7ebfdd;
	padding-bottom: 2px;
}

#breadcrumb ul li.active a {
	 background:#fff url(../images/bread_bullet_active.png) 3px 3px no-repeat;
}

/* #footer_menu */

#footer_menu {
	position: relative;
	float: left;
	width: 570px;
	margin: 18px 0 0 0;
	padding: 0;
/*	background-color:#FF0000;*/
}

ul#mainlevelfooter, ul#mainlevelfooter2, ul#mainlevelfooter3, ul#mainlevelfooter4, ul#mainlevelfooter5, ul#mainlevelfooter6 {
	position: relative;
	float: left;
	width: 75px;
	margin: 0 18px 0 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 18px;
}

ul#mainlevelfooter li, ul#mainlevelfooter2 li, ul#mainlevelfooter3 li, ul#mainlevelfooter4 li, ul#mainlevelfooter5 li, ul#mainlevelfooter6 li {
	position: relative;
	float: left;
	width: 75px;
	margin: 0;
	padding: 0;
	background: none;
}

ul#mainlevelfooter li a, ul#mainlevelfooter2 li a, ul#mainlevelfooter3 li a, ul#mainlevelfooter4 li a, ul#mainlevelfooter5 li a, ul#mainlevelfooter6 li a {
	color:#666;
	font-weight: normal;
}

ul#mainlevelfooter li a:hover, ul#mainlevelfooter2 li a:hover, ul#mainlevelfooter3 li a:hover, ul#mainlevelfooter4 li a:hover, ul#mainlevelfooter5 li a:hover, ul#mainlevelfooter6 li a:hover {
	border-bottom: 1px solid #7ebfdd;
	padding-bottom: 1px;
}


/* #footer_contact */

#footer_contact {
	position: relative;
	float: left;
	width: 148px;
	margin: 18px 0 0 0;
	padding: 0;
	display: inline;
}

#footer_contact p {
	font-size: 1.3em;
	color: #666;
	font-weight: bold;
	padding: 0 0 0 25px;
	margin: 0 0 8px 0;
}

p.us {
	background: transparent url("../images/icon_flag_US.png") 0 5px no-repeat;
}

p.un {
	background: transparent url("../images/icon_flag_UN.png") 0 5px no-repeat;
}

/* #footer_newsletter */

#footer_newsletter {
	position: relative;
	float: right;
	width: 250px;
	margin: 18px 0 0 0;
	padding: 0 0 10px 0;
	background: transparent url("../images/bkg_newsletter.png") 0 0 no-repeat;
}

#footer_newsletter fieldset {
	position: relative;
	float: left;
	width: 230px;
	margin: 5px 0 0 10px;
	padding: 0;
	border: none;
	display: inline;
	background: none;
}

#footer_newsletter legend {
	position: relative;
	float: left;
	width: 230px;
	margin: 0;
	padding: 0;	
	color: #3a3a3a;
	font-size: 1.3em
}	

#footer_newsletter input {
	position: relative;
	float: left;
	width: 140px;
	margin: 10px 0 0 0;
	padding:2px;
}

#footer_newsletter button {
	position: relative;
	float: right;
	width: 82px;
	height: 25px;
	background: transparent url("../images/sprite_btns_20100216.png") -240px 0 no-repeat;
	text-indent: -9999px;
	border: none;
	margin: 10px 0 0 0;
	padding: 0;
	cursor: pointer;
}

/*#footer_newsletter button:hover {
	background: transparent url("../images/sprite_btns_20100216.png") -60px -17px no-repeat;
}
*/
/* .cust_mod */

.cust_mod {
	position: relative;
	float: left;
	width:492px;
	border-top: 1px solid #ccc;
	padding: 15px 0 15px 0;
	margin:0;
}

.cust_mod h3 {
	position:relative;
	float:right;
	width:350px;
	margin:0 0 0 0;
}

.cust_mod h3 a {
	color: #7f7f7f;
	font-weight: bold;
}

.cust_mod p {
	position:relative;
	float:right;
	width:350px;
}

.cust_mod ul {
	position:relative;
	float:right;
	width:350px;
	/*text-indent: left;*/
}
	
.cust_mod p.image {
	position:relative;
	float:left;
	width:140px;
	text-align:left;
	margin: 0;
	padding: 0;
}

.mod_cat_news {
	position: relative;
	float: left;
	width:492px;
	border-top: 1px solid #ccc;
	padding: 10px 0 10px 0;
	margin:0;
}

.mod_cat_news h4 {
	position: relative;
	float: left;
	width: 160px;
}

.mod_cat_news h3 {
	position: relative;
	float: right;
	width: 320px;
	background: none;
}

/* #footer_downloads */

#footer_downloads ul li.pdf {
	background:transparent url("/templates/default/images/pdf_icon_small.png") 0 3px no-repeat;
}



/* MASTHEADS
------------------------------------------------------------------------------------->*/

#mast_01 {
	position: relative;
	float: left;
	width:756px;
	height: 83px;
	margin: 0;
	padding: 0;
}

body#p_section #mast_01 {
	height: 135px;
}

#mast_02 {
	position: relative;
	float: left;
	width: 218px;
	height: 83px;
	margin: 0 0 0 26px;
	padding: 0;
	display: inline;
}

body#p_section #mast_02 {
	height: 135px;
}




/* HOMEPAGE
------------------------------------------------------------------------------------->*/

/*body#p_homepage #mast_section {
	display: none;
}
*/
body#p_homepage #inner_container {
	margin: 0;
}

#homepage {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 1000px;
}

#hp_flash_banner {
	position: relative;
	float: left;
	width: 1000px;
	height: 268px;
	margin: 0;
	padding: 0;
	background: transparent url("../images/flash_background.png") 0 0 no-repeat;
}

/* #hp_subnavbar */

#hp_subnavbar {
	position: relative;
	float: left;
	width: 1000px;
	height: 28px;
	margin: 18px 0 0 0;
}

#hp_subnavbar h2 {
	position: relative;
	float: left;
	width: 340px;
	height: 25px;
	margin: 0;
	padding: 0;
	background: transparent url("../images/title_subnav_20100706.png") 0 0 no-repeat;
	text-indent: -9999px;
}

#hp_subnavbar ul {
	position: relative;
	float: right;
	margin: 0 0 20px 0;
	padding: 0;
}

#hp_subnavbar ul li {
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	display: inline;
	background: none;	
}

#hp_subnavbar ul li a {
	position: relative;
	float: left;
	font-weight: bold;
	padding: 2px 13px 2px 13px;
	border: 1px solid #bdbdbd;
	color: #666;
}	

#hp_subnavbar ul li a:hover {
	color: #fff;
	border: 1px solid #7ebfdd;
	background-color: #7ebfdd;
}

#hp_col_01 {
	position: relative;
	float: left;
	width: 680px;
	margin: 25px 0 0 0;
}

#hp_call_mod1, #hp_call_mod2, #hp_call_mod3, #hp_call_mod4 {
	position: relative;
	float: left;
	width: 322px;
	margin: 0 0 0 0;
	min-height: 150px;
	background: transparent url("../images/hp_colmod_grad.png") 0 1px repeat-x;
}

#hp_call_mod2, #hp_call_mod4 {
	margin: 0 0 0 36px;
	display: inline;
}

#hp_call_mod1, #hp_call_mod2 {
	border-top: 4px solid #bad405;
}

#hp_call_mod3, #hp_call_mod4 {
	border-top: 4px solid #69b3cd;
	margin-top: 10px;
}

.hp_callmod_img {
	position: relative;
	float: left;
	width: 322px;
	height: 111px;
	margin: 0 0 0 0;
}

	#hp_call_mod1 .hp_callmod_img, #hp_call_mod2 .hp_callmod_img {
		border-bottom: 2px solid #c4d04b;	
	}

	#hp_call_mod3 .hp_callmod_img, #hp_call_mod4 .hp_callmod_img {
		border-bottom: 2px solid #69b3cd;	
	}

	#hp_call_mod1 h2, #hp_call_mod2 h2, #hp_call_mod3 h2, #hp_call_mod4 h2 {
		position: relative;
		float: left;
		margin: 8px 0 8px 0;
		padding: 0;
		font-size: 1.4em;
	}


	.hp_callmod_img a {
		position: relative;
		float: left;
		width: 322px;
		height: 111px;	
	}
	
	#hp_call_mod1 .hp_callmod_img a {
		background: transparent url("../images/sprite_hp_callmods_13072010.jpg") 0 0 no-repeat;
	}
	
		#hp_call_mod1 .hp_callmod_img a:hover {
		background: transparent url("../images/sprite_hp_callmods_13072010.jpg") -322px 0 no-repeat;
	}
	
	#hp_call_mod2 .hp_callmod_img a {
		background: transparent url("../images/sprite_hp_callmods_13072010.jpg") -644px 0 no-repeat;
	}
	
		#hp_call_mod2 .hp_callmod_img a:hover {
		background: transparent url("../images/sprite_hp_callmods_13072010.jpg") -966px 0 no-repeat;
	}
	
	#hp_call_mod3 .hp_callmod_img a {
		background: transparent url("../images/sprite_hp_callmods_13072010.jpg") 0 -111px no-repeat;
	}
	
		#hp_call_mod3 .hp_callmod_img a:hover {
			background: transparent url("../images/sprite_hp_callmods_13072010.jpg") -322px -111px no-repeat;
		}
	
	#hp_call_mod4 .hp_callmod_img a {
		background: transparent url("../images/sprite_hp_callmods_13072010.jpg") -644px -111px no-repeat;
	}
	
		#hp_call_mod4 .hp_callmod_img a:hover {
			background: transparent url("../images/sprite_hp_callmods_13072010.jpg") -966px -111px no-repeat;
		}

.hp_callmod_txt {
	position: relative;
	float: right;
	width: 322px;
	margin: 0;
}

.hp_callmod_txt p {
	position: relative;
	float:left;
	width: 220px;
	line-height: 1.4em;
}

.hp_callmod_txt a {
	position: relative;
	float: right;
	width: 92px;
	height: 22px;
	margin: 5px 0 0 0;
	padding: 0;
}

	#hp_call_mod1 .hp_callmod_txt a, #hp_call_mod2 .hp_callmod_txt a {
		background: transparent url("../images/colomod_btns.png") 0 0 no-repeat;
		text-indent: -9999px;
	}
	
		#hp_call_mod1 .hp_callmod_txt a:hover, #hp_call_mod2 .hp_callmod_txt a:hover {
		background: transparent url("../images/colomod_btns.png") 0 -22px no-repeat;
	}
	
	
	#hp_call_mod3 .hp_callmod_txt a, #hp_call_mod4 .hp_callmod_txt a {
		background: transparent url("../images/colomod_btns.png") -92px 0 no-repeat;
		text-indent: -9999px;
	}
	
		#hp_call_mod3 .hp_callmod_txt a:hover, #hp_call_mod4 .hp_callmod_txt a:hover {
		background: transparent url("../images/colomod_btns.png") -92px -22px no-repeat;
	}
	

.hp_call_mod_break {
	position: relative;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	width: 668px;
	height: 11px;
	background: transparent url(../images/hp_mod_break.png) 0 0 no-repeat;
	display: none;
}

/* #hp_news_mod */

#hp_news_mod {
	position: relative;
	float: left;
	width: 285px;
	margin: 5px 0 0 0;
}

#hp_news_mod h3 {
	position: relative;
	float: left;
	background: transparent url("../images/brand_sq.png") top right no-repeat;
	color: #333;
	padding: 0 40px 0 0;
	margin: 0;
	font-weight: bold;
	font-size: 1.5em;
}

#hp_news_mod #news_inner {
	position: relative;
	float: left;
	width: 285px;
	border-top: 1px solid #ccc;
	padding: 4px 0 0 0;
	margin: 10px 0 0 0;
}

#hp_news_mod #news_inner h4 {
	margin:0.6em 0em 0.2em 0em;
}

#hp_news_mod #news_inner p {
	margin:0.2em 0em 0.2em 0em;
}

/* #hp_col_2 */

#hp_col_2 {
	position: relative;
	float: right;
	width: 285px;
	margin: 25px 0 0 0;
}

#hp_col_2 #mod_29, #hp_col_2 #mod_30, #hp_col_2 #mod_31, #hp_col_2 #mod_feature_client {
	width: 285px;
}

#hp_col_2 #mod_29 h5, #hp_col_2 #mod_30 h5, #hp_col_2 #mod_31 h5, #hp_col_2 #mod_feature_client h5 {
	width: 285px;
}

body#p_homepage #mod_feature_client {
	border-bottom: none;
}

	
	#hp_col_2 #ctas_20100216_29, #hp_col_2 #ctas_20100216_30, #hp_col_2 #ctas_20100216_31 {
		position: relative;
		float: left;
		width: 285px;
		margin: 0 0 14px 0;	
	}

		#hp_col_2 #ctas_20100216_29 p, #hp_col_2 #ctas_20100216_30 p, #hp_col_2 #ctas_20100216_31 p {
			position: relative;
			float: left;
			width: 285px;
			margin: 0;
			padding: 0;	
		}


			#hp_col_2 #ctas_20100216_29 p a, #hp_col_2 #ctas_20100216_30 p a, #hp_col_2 #ctas_20100216_31 p a {
				position: relative;
				float: left;
				width: 285px;
				height: 68px;
				margin: 0;
				padding: 0;
			}

		
		#hp_col_2 #ctas_20100216_29 p a {
				background: transparent url("../images/sprite_hp_ctas.png") 0 0 no-repeat;
				text-indent: -9999px;
			}
			
				#hp_col_2 #ctas_20100216_29 p a:hover {
					background: transparent url("../images/sprite_hp_ctas.png") 0 -68px no-repeat;
				}

			#hp_col_2 #ctas_20100216_30 p a {
				background: transparent url("../images/sprite_hp_ctas.png") 0 -136px no-repeat;
				text-indent: -9999px;
			}
			
				#hp_col_2 #ctas_20100216_30 p a:hover {
					background: transparent url("../images/sprite_hp_ctas.png") 0 -204px no-repeat;
				}
				
			#hp_col_2 #ctas_20100216_31 p a {
				background: transparent url("../images/sprite_hp_ctas.png") 0 -272px no-repeat;
				text-indent: -9999px;
			}
			
				#hp_col_2 #ctas_20100216_31 p a:hover {
					background: transparent url("../images/sprite_hp_ctas.png") 0 -340px no-repeat;
				}



	/*#hp_col_2 #ctas_20100216 {
		position: relative;
		float: left;
		width: 285px;	
	}

		#hp_col_2 #ctas_20100216 ul {
			position:relative;
			float: left;
			width: 285px;
			margin: 0;
			padding: 0;
		}
	
			#hp_col_2 #ctas_20100216 ul li {
				position: relative;
				float: left;
				width: 285px;
				height: 68px;
				background: none;
				margin: 0 0 13px 0;
				padding: 0;
			}
		
			#hp_col_2 #ctas_20100216 ul li a {
				position: relative;
				float: left;
				width: 285px;
				height: 68px;
				margin: 0;
				padding: 0;
			}
			
			#hp_col_2 #ctas_20100216 ul li.cta1 a {
				background: transparent url("../images/sprite_hp_ctas.png") 0 0 no-repeat;
				text-indent: -9999px;
			}
			
				#hp_col_2 #ctas_20100216 ul li.cta1 a:hover {
					background: transparent url("../images/sprite_hp_ctas.png") 0 -68px no-repeat;
				}

			#hp_col_2 #ctas_20100216 ul li.cta2 a {
				background: transparent url("../images/sprite_hp_ctas.png") 0 -136px no-repeat;
				text-indent: -9999px;
			}
			
				#hp_col_2 #ctas_20100216 ul li.cta2 a:hover {
					background: transparent url("../images/sprite_hp_ctas.png") 0 -204px no-repeat;
				}
				
			#hp_col_2 #ctas_20100216 ul li.cta3 a {
				background: transparent url("../images/sprite_hp_ctas.png") 0 -272px no-repeat;
				text-indent: -9999px;
			}
			
				#hp_col_2 #ctas_20100216 ul li.cta3 a:hover {
					background: transparent url("../images/sprite_hp_ctas.png") 0 -340px no-repeat;
				}*/


#hp_mod_feature_client {
	position: relative;
	float: left;
	width: 680px;
	margin: 20px 0 0 0;
	padding: 0 0 15px 0;
	/*border-bottom: 1px solid #ccc;*/
}

#hp_mod_feature_client h5 {
	position: relative;
	float: left;
	width: 680px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 9px 0;
	margin: 0;
	background: transparent url("../images/brand_sq.png") 120px 0 no-repeat;
}

#hp_mod_feature_client .mod_inner {
	position: relative;
	float: left;
	width: 680px;
	background:transparent url("../images/cust_grad.png") 0 0 repeat-x;
} 
	

#hp_fc_logo1, #hp_fc_logo2, #hp_fc_logo3, #hp_fc_logo4, #hp_fc_logo5 {
	position: relative;
	float: left;	
/*	width: 114px;
	height: 62px;
	background-color: #ff0000;	*/
}

#hp_fc_logo1 {
	width: 114px;
	margin: 15px 0 0 0;
	border-right: 1px solid #e0e0e0;
	padding: 0 10px 0 0;
}

#hp_fc_logo2 {
	width: 114px;
	margin: 15px 0 0 0;
	border-right: 1px solid #e0e0e0;
	padding: 0 10px 0 10px;
}

#hp_fc_logo3 {
	width: 114px;
	margin: 15px 0 0 0;
	border-right: 1px solid #e0e0e0;
	padding: 0 10px 0 10px;
}

#hp_fc_logo4 {
	width: 114px;
	margin: 15px 0 0 0;
	border-right: 1px solid #e0e0e0;
	padding: 0 10px 0 10px;
}

#hp_fc_logo5 {
	width: 114px;
	margin: 15px 0 0 0;
	padding: 0 0 0 10px;
}

/*
#mod_feature_client p {
	line-height:1.3em;
	color: #747474;
	margin: 0;
	padding: 0;
}
*/
#fc_img_holder {
	position:relative;
	float: left;
	width: 126px;
	background-color: #e1e1e1;
	margin: 15px 10px 0 0;
	display: inline;
}

#hp_fc_text {
	position: relative;
	float: left;
	width: 110px;
	margin: 15px 0 0 0;
	padding:  0 10px 0 10px;
	border-right: 1px solid #e0e0e0;
	height: 30px;
}


/* download btns */

div.datasheet {
	position: relative;
	float: left;
	width:240px;
	height: 40px;
}

	div.datasheet a {
		position: relative;
		float: left;
		width: 202px;
		height: 40px;
		background: transparent url("../images/download_datasheet.png") 0 0 no-repeat;
		text-indent: -9999px;
	}

div.whitepaper {
	position: relative;
	float: left;
	width:240px;

	height: 40px;
}


div.whitepaper a {
		position: relative;
		float: left;
		width: 202px;
		height: 40px;
		background: transparent url("../images/download_whitepaper.png") 0 0 no-repeat;
		text-indent: -9999px;
	}

div.resultsheet {
	position: relative;
	float: left;
	width:224px;
	height: 40px;
}

	div.resultsheet a {
		position: relative;
		float: left;
		width: 224px;
		height: 40px;
		background: transparent url("../images/download_resultsheet.png") 0 0 no-repeat;
		text-indent: -9999px;
	}



/* MAIN NAVIGATION
------------------------------------------------------------------------------------->*/

#header_menu {
	position: absolute;
	top: 100px;
	left: 16px;
	width:1000px;
	height:40px;
}

#lists {
	position:relative; 
	float:left;
	height:40px;
	z-index:500; 
	margin:0;
	list-style: none;
}

#lists li {
	float:left; 
	height:28px;	
	background-image: none;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	margin: 12px 40px 0 0;
	display:inline;  
}

#lists li a {
	text-decoration: none;
	color: #666;
	height: 25px;
}

#lists li a:hover, #lists li a.active {
	height: 20px;
	border-bottom: 4px solid #7ebfdd;
	padding-bottom: 5px;
}

#lists div {
  display:none;
}


/* SUB NAVIGATION
------------------------------------------------------------------------------------->*/

h5#section_title {
	position: relative;
	float: left;
	width: 226px;
	margin: 0;
	padding: 4px 0 4px 10px;
	color: #fff;
	background-color: #9cd3e8;
}

#sub_nav {
	position: relative;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;		
}

#sub_nav ul {
	position: relative;
	float: left;
	width: 236px;
	margin: 5px 0 0 0;
	padding: 0;
}

#sub_nav ul li {
	position: relative;
	float: left;
	width: 236px;
	margin: 0;
	padding: 0;
	background: none;
}

#sub_nav ul li a {
	position: relative;
	float: left;
	width: 236px;
	margin: 0;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #ccc;
	color: #474747;
	background: transparent url("../images/subnav_bullet.png") 216px 7px no-repeat;
	font-weight: normal;
}

#sub_nav ul li a:hover {
	background: #e9e9e9 url("../images/subnav_bullet_hover.png") 216px 7px no-repeat;
}

#sub_nav ul li a.active {
	background: #e9e9e9 url("../images/subnav_bullet_hover.png") 216px 7px no-repeat;
	padding-left: 10px;	
	width: 226px;
}

#sub_nav dl {
	position: relative;
	float: left;
	background-color:#990033;
	width: 236px;
	background-color: #b7b7b7;
	border-top: 2px solid #a1a1a1;
	padding: 5px 0 10px 0;
}

#sub_nav dl dd {	
	position: relative;
	float: left;
	width: 226px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 10px;
	display: inline;
}

#sub_nav dl dd a {
	position: relative;
	float: left;
	width: 226px;
	margin: 0;
	padding: 0;
	display: inline;
	color: #fff;	
	background: none;
	border: none;
} 

#sub_nav dl dd a:hover {
	background: none;
	border: none;
	text-decoration: underline;

} 


table img {
	position: relative;
	margin: 0 auto 0 auto;
}

/* caption styles */

#col_1 table tr td .left {
	position: relative;
	float: left;
	margin-right: 10px;
}

#col_1 table tr td .right {
	position: relative;
	float: right;
	margin-left: 10px;
}

#col_1 table tr td .left p, #col_1 table tr td .right {
	margin-bottom: 0;
}

#col_1 table tr td {
	vertical-align:top;
}

#col_1 table tr td p span.caption {
	text-align: center;
	font-size: 0.9em;
	color: #666666;
}

}


/* Print stylesheet ******************************/
@media print {

body {
	background: #fff;
	font-size: 10pt;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a img {
	border: none;
}

#col_2, #footer, #header, #mast_section, .hp_callmod_img, #hp_col_2 {
	display: none;
}

#hp_flash_banner {
	display: none;
}


}

