@charset "utf-8";
/* CSS Document */

/***** Universal *******/

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
margin:0px;
padding:0px;
} 

html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(../images/HTML_topleft_BG.jpg) top repeat-x #387dad;
	height:100%; /* This is key to getting other heights 100% of the browser window */
	text-align:justify;

}

td, tr {
	margin:auto;
	padding:5px;
}

a:link, a:visited {
	color:#0099CC;
	text-decoration:underline;
}

a:hover, a:active {
	color: #0000CC;
	text-decoration:none;
}

.clear {
	clear:both;
}

/********** FORMS *********/
fieldset {
    margin:5px;
	padding:5px;
} 

legend {
	font-size:16px;
	font-weight:700;
	padding:3px;
	margin:3px;
	color:#003366;
}

input.text, textarea, input.contact, select.text {
	padding:3px;
	border:1px #999999 solid;
	margin:3px;
	background-color:#FFFFFF;
}

input.contact, textarea.contact {
	width:300px;
}

fieldset label {
	display:block;
	width:200px;
	float:left;
	padding:5px;
	margin:3px;
	text-align: left;
}

.form_cms input.text, .form_cms input.list_file {
	width: 200px;
	margin-bottom: 10px;
}

.hint {
	font-size:12px;
	color:#999999;
}

.searchButtonImage {
	background:url(../images/search_button.gif) no-repeat top;
	width:35px;
	height:35px;
	display:block;
	border:0px none;
	text-indent:-9999px;
	cursor:ponter;
	cursor:hand;
}

.searchButtonImageOver {
	background:url(../images/search_button_over.gif) no-repeat top;
	width:35px;
	height:35px;
	display:block;
	border:0px none;
	text-indent:-9999px;
}



/******** Container ********/

#container {
	background:url(../images/container_bg.jpg) left repeat-y;
	margin:0 auto;
	width:924px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

}

/********* Layout *******/

#left_column {
	width:240px;
	_width:225px;
	float:left;
}

#right_column {
	float:left;
	width:675px;
	padding-left:9px;
	padding-bottom:10px;

}

#footer { /* This is to get the height of the body to extend all the way. */
	background:url(../images/container_bg.jpg) top repeat-y;
	width:924px;
	position:relative;
	bottom:0px; /* Stick to bottom */
	height:100px;
	margin:0 auto;
}

/*****  Left Column  *****/

#logo {
	background:url(../images/Logo.jpg) top no-repeat;
	width:235px;
	height:79px;
	margin:9px 0px;
	text-indent:-5000px;
}

#search {
	margin-bottom:10px;
	margin-left:15px;
	width:100%;
	text-align:center;
}

#searchbox {
	width:168px;
	height:35px;
	background:url(../images/search_BG.jpg) left no-repeat;
	float:left;
}

#searchText {
	font-size:18px;
	border:none;
	background:none;
	width:157px;
	margin:5px 0px 0px 5px;
}

#searchButton {
	float:left;
	margin-left:3px;
}

#navigation, #nav_top, #nav_bottom, .Lcontent_box_top, .Lcontent_box_bottom, #nav_body, #newsletters,  #contactus, #logoff {
	width:208px;
} 

.Lcontent_box_body {
	width:203px;
}

.Lcontent_box_body {
	padding-left:5px;
}

#nav_top, #nav_bottom, .Lcontent_box_top, .Lcontent_box_bottom {
	height:10px;
	background-position:top;
	background-repeat:no-repeat;
}

#navigation, #contactus, #logoff {
	margin:0px auto;
}

#logoff {
	margin: 15px auto;
}

#nav_top, .Lcontent_box_top {
	background:url(../images/nav_top.jpg) no-repeat bottom;
}

#nav_body, .Lcontent_box_body {
	background-color:#083758;
	color:white;
	
}

	#nav_body ul  {
		width:182px;
		margin-left:10px;

	}
	
	#newsletters ul {
		margin-left:25px;
		width:182px;
	}
	
	#nav_body ul li {
			list-style:none;
	}
	
	#nav_body ul li a {
/*		list-style-image:url(../images/bullet.jpg);*/
		line-height:20px;
		background: url(../images/bullet.jpg) no-repeat left;
		text-indent:15px;

	}
	
	
	#nav_body ul li ul {
		margin-left:2px;
		margin-top:0px;
		width:182px;
		
	}
	
	#nav_body ul li ul li {
		list-style-image:none;
		list-style:none;
		
	}
	
	#nav_body ul li ul li a {
		list-style-image:none;
		list-style:none;
		background:none;
	}
	
	#newsletters ul li {
		list-style-image:url(../images/bullet.jpg);
		line-height:20px;
	}
	
	.bottom-div {
		height:3px;
		width:182px;
		background:url(/lib/images/divider.jpg) no-repeat top left;
	}
	
	
	.glossymenu li ul{
		border: 1px solid #006699;
		background-color:#083758;
		}
		
	.glossymenu li{
		position: relative;
	}
		
	.glossymenu li ul{ /*SUB MENU STYLE*/
		position: absolute;
		left: 0;
		top: 0;
		margin-left:10px;
		display: none;
		z-index:500;
	}
	
		
	/* Holly Hack for IE \*/
	* html .glossymenu li { float: left; height: 1%; }
	* html .glossymenu li a { height: 1%; }
	/* End */
	
#nav_body a:link, #nav_body a:visited, #newsletters ul li a:link, #newsletters ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	width:182px;
	display:block;
	padding-left:2px;
}

#nav_body a:hover, #nav_body a:active {
	display:block;
	width:180px;
	background-color: #006699;
	text-decoration:none;
	padding-left:2px;
}

#newsletters ul li a:hover, #newsletters ul li a:active { /* NewsLetter is now CaseStudies */
	display:block;
	width:160px;
	background-color: #006699;
	text-decoration:none;
}

#nav_bottom, .Lcontent_box_bottom {
	background:url(../images/mav_bottom.jpg) no-repeat top;
}

#newsletters {
	margin:15px auto;
}

p.contactbox {
	width:172px;
	padding:5px 5px 36px;
	margin:0 3px;
	background:#fff;
	border:1px solid #ccc;
	font:normal 12px "Courier New", Courier, monospace;
	color:#333;
	text-decoration:none;
}
p.contactbox:hover {
	cursor:text;
}






/******   Right Column   ******/

#imageflash {
	width: 657px;
	height:112px;
}

#img_top {
	float:left;
	width:328px;
	height:112px;
}

#flashclip {
	float:left;
	width:329px;
	height:112px;
	background-color:#333333;
}

#header {
	background:url(../images/heading_bg.jpg) repeat-x top;
	height: 100px;
	width:657px;
}

#bodycontent {
	width:643px;
	padding:10px 20px 10px 10px;
	height:auto;
}

#bodycontent h2 {
	color: #666666;
	font-size:18px;
}

#bodycontent h2 span {
	font-size:14px;
	color: #999999;
}

#bodycontent p {
	margin-bottom:15px;
}


#flashmovieContainer {
	width:607px;
	height:297px;
	margin:15px 0px 0px 20px;
	border:double 4px #294e91;
}

#flashmovieTXT {
	float:left;
	width: 200px;
	padding:10px;
	height:277px;
	text-align:left;
	background: #000;
	color:#fff;
	font:italic 21px Verdana, Arial, Helvetica, sans-serif;
}

#flashmovie {
	width:387px;
	height:297px;
	float:left;	
}

#bottom_content_boxes {
	width:657px;
	height:auto;
	margin:20px auto 0px;
}


#bottom_content_boxes_left, #bottom_content_boxes_middle, #bottom_content_boxes_right {
	float:left;
	width: 206px;
	padding:0px 6px;
}

#bottom_content_boxes_middle {
	border-right:dotted 1px #000000;
	border-left:dotted 1px #000000;
}

#footerContent {
	float:right;
	height:auto;
	width:678px;
	margin-right:6px;
	text-align:center;
	color:#666666;
	font-size:12px;
}
	#footerContent a:link, #footerContent a:visited {
		color: #666666;
		text-decoration:underline;
	}
	#footerContent a:hover, #footerContent a:active {
		text-decoration:none;
	}
/******************\
  Classes
\******************/

.heading {
	color:#225e87;
	display:block;
	border-bottom:solid 1px #225e87;
	width:200px;
	margin-bottom:5px;
}

.heading a:link, .heading a:visited {
	color:#225e87;
	text-decoration:none;
}

.heading a:hover, .heading a:active {
	color:#0099CC;
	text-decoration:none;
}

.L_heading {
	display:block;
	border-bottom:solid 1px #ffffff;
	font-size:18px;
	font-weight:700;
	color:white;
	margin-bottom:10px;
	width:180px;
}

.blueLink a:link, .blueLink a:visited, a.blueLink:link , a.blueLink:visited {
	color:#55a0d4;
	text-decoration:underline;
}

.blueLink a:hover, .blueLink a:active, a.blueLink:hover , a.blueLink:active  {
	color:#55a0d4;
	text-decoration:none;
}

.whiteLink a:link, .whiteLink a:visited {
	color:#fff;
	text-decoration:underline;
	font-size:16px;
}

.whiteLink a:hover, .whiteLink a:active  {
	color:#fff;
	text-decoration:none;
}


.hr {
	width:400px;
	color:#225e87;
	margin-bottom:15px;
}

.mail a:link, .mail a:visited {
	color:white;
	font:normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

.mail a:hover, .mail a:active {
	text-decoration:none;
	color:#00CCFF;
}

.pageHeading {
	color: #eeeeee;
	text-align:center;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	height:50px;
}

.pageHeadingIndex {
	color: #eeeeee;
	text-align:center;
	padding: 0px;
	margin: 0px;
	height:50px;	
}

.breadcrumb {
	font-size:12px;
	color:#cccccc;
	padding:5px 15px;
}

.breadcrumb a:link, .breadcrumb a:visited {
	color:#999999;
	text-decoration:underline;
}

.breadcrumb a:hover, .breadcrumb a:active {
	color: #999999;
	text-decoration:none;
}

.CA_heading {
	color:#FF9900;
}


.gonegreen {
	font-size:18px;
	color:#009933;
}

.salesTable, .salesTable tr, .salesTable tr td {
	border:1px solid #083758;
}

.territory {
	color:white;
	font-weight:700;
}

.company {
	color:#083758;
	font-weight:700;
}

.BlackBold24 {
	font-size:18px;
	color:#000000;
	font-weight:700;
	margin:0px 5px;
}

.Blue18 {
	color:#0b448a;
	font-size:18px;
}

a.moreButton:link, a.moreButton:visited {
	background:url(../images/more_button.gif) top no-repeat;
	width:71px;
	height:20px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-size:12px;
}

a.moreButton:hover, a.moreButton:active {
	background:url(../images/more_button.gif) bottom no-repeat;
	width:71px;
	height:20px;
	display:block;
}

a.moreButton span {
	display:block;
	padding:2px 0 0 5px;
}


.bdr {
	border:solid 1px #000000;
}

a img.bdr:hover {
	border:solid 1px #0099CC;
}

ul.indent {
	margin-left:50px;
}

.hp_q_button a:link, .hp_q_button a:visited  {
	width:250px;
	background-color:#006699;
	color:white;
	display:block;
	padding:5px;
	text-decoration:none;
	font-weight:700;
}

.hp_q_button a:hover, .hp_q_button a:active  {
	width:250px;
	color:white;
	background-color:#0099FF;
	display:block;
}

.readmore a:link, .readmore a:visited  {
	background-color:#006699;
	color:white;
	padding:3px;
	text-decoration:none;
	font-size:12px;
}

.readmore a:hover, .readmore a:active  {
	color:white;
	background-color:#0099FF;
}


.hp_txt {
	text-align:left;
}

.section_height {
	height: 150px;
}

.padRight {
	padding-right:10px;
}

.prod_button a:link, .prod_button a:visited  {
	background-color:#006699;
	color:white;
	padding:5px;
	text-decoration:none;
	font-weight:700;
	width:150px;
	display:block;
}

.prod_button a:hover, .prod_button a:active  {
	color:white;
	background-color:#0099FF;
}

#home_body_image {
	clear: right;
	float: right;
	padding:20px 0px 20px 15px;
	text-align:center;
}

#home_body_content p.hp_txt {
	text-align: justify;
}

.td_click {
	cursor: pointer;
}

#container_login {
	width: 100%;
	margin: 0px;
	padding: 9px;
}

#container_login label {
	display: block;
}

#form_login{
	background: #3f6683;
	color: #ffffff;
	margin: 0px auto;
	padding: 20px 20px 0px 20px;
	width: 325px;
}

#form_login p {
	width: 150px;
	margin: 0px auto;
}

#form_login input {
	margin: 0px 0px 10px 0px;
}

#login_box {
	margin: 0px auto;
	padding: 0px;
	width: 700px;
}

#login_box_left {
	float: left;
	width: 235px;
}

#login_box_right {
	float: left;
	width: 365px;
}

#logo.admin {
	margin: 0px;
}

.btn_cms {
	margin: 0px;
	padding: 0px;
	width: 100px;
}

.btn_cms_home_top {
	position: relative;
	top: 23px;
	left: 90px;
}

.btn_save {
	margin:  10px 0px;
}

/** BOF PRODUCT LIST **/
.row_container {
	margin: 0px;
	padding: 0px;
	width: 645px;
}

.row_container_left {
	float: left;
	margin: 0px;
	padding: 5px;
	width: 100px;
}
.row_container_right {
	float: left;
	margin: 15px 10px 0px 0px;
	padding: 0px;
	width: 525px;
}

.row_even {
	background: #DFDFDF;
}

.list_file {
	margin: 0px 0px 10px 0px;
}

.no_margin {
	margin: 0px;
}

#product_list_container {
	background: #f2f2f2;
	border: none;
	margin: 0px auto;
	padding: 0px;
	width: 570px;
}

.product_list {
	float: left;
	margin: 20px 10px;
	width: 170px
}

.product_list_image, .product_list_heading, .product_list_content {
	text-align: center;
}

.product_list_image, .product_list_heading{
	padding-bottom: 10px;
}

.note {
	font-size: 10px;
	color: #ff0000;
	left:55px;
	position:relative;
	top:-10px;
}
/** EOF PRODUCT LIST **/

.admin_float {
	border: 1px solid #333333;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 5px;
	width: 250px;
}

#currAds {
	margin: 0px auto;
	width: 545px;
}

.bg_red {
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
}

/** BOF Search Results **/

.results_row {
	width: 580px;
}

.a_results {
	font-size: 16px;
	font-weight: bold;
}

.results_title {
	margin: 0px;
	padding: 5px 0px 0px 2px;
}

.results_blurb {
	margin: 0px;
	padding: 5px 5px 10px 10px;
	font-size: 12px;
	color: #777777;
}

#results_container .row_even {
	background: #DFDFDF;
}

#results_container .row_odd {
	background: #FFFFFF;
}

/** EOF Search Results **/


td.td_label{
	width: 90px;
}
td.td_label label.q_label{
	width: 90px;
	font-size: 12px;
	padding: 0;
}
td.td_input{
	width: 176px;
}
td.td_input input{
	width: 165px;
}