﻿/*----------------------------------------------------------
Global Declarations
----------------------------------------------------------*/


ul.oranger {
list-style-position: outside;
list-style-image: url('../../images/oranger.png');
padding: 10px 10px 10px 10px;
margin: 2px;
}
ul.oranger li {
	padding-bottom: 10px;
}



b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 820px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #ffffff;
height: 10px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
background-image:url('../images/nav/bg.jpg');
background-position: 0 0;
background-repeat: no-repeat;
}

#contentcolumn{
margin: 0 175px 0 175px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 175px; /*Width of left column in pixel*/
margin-left: -819px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
float: left;
width: 175px; /*Width of right column*/
margin-left: -175px; /*Set left margin to -(RightColumnWidth)*/
text-align: right;
}

#rightcolumn p{
	text-align: left;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 15px;
	font-size: 12px;
	color: white;

}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
.midtube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 15px;
}

.midtube a:link{
	color: maroon;
	}
.midtube a:hover{
	color:orange;
}
.midtube a:active{
	color:maroon;
}
.midtube a:visited{
	color: maroon;
}

.midtube h2{
	font-size: 12px;
	font-weight: bold;
	color: black;
}
	

.rightlarge{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
background-image:url('../images/nav/button_lrg.jpg');
background-repeat: no-repeat;
background-position: top right;
text-align: right;
height: 250px;
}
.rightsmall{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
background-image:url('../images/nav/buttonsm.jpg');
background-repeat: no-repeat;
background-position: top right;
text-align: right;
height: 105px;
}
.rightsmall2{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
margin-left: 5px;
background-image:url('../images/nav/buttonsm.jpg');
background-repeat: no-repeat;
background-position: top center;
text-align: right;
height: 105px;
}




li.ok {
	background-image: url(../../images/ok.png);
	background-repeat:no-repeat;
	padding-left: 20px;
	margin-bottom:10px;
	margin-top: 10px;
	} 
	
li.arrow {
	background-image: url(../../images/arrow.png);
	background-repeat:no-repeat;
	padding-left: 20px;
	margin-bottom:5px;
	margin-top: 5px;
	} 


li.ibullet {
	background-image: url(../../images/ibullet.png);
	background-repeat:no-repeat;
	padding-left: 20px;
	margin-bottom:0px;
	margin-left: 20px;
	margin-top: 0px;
	} 
li.tick {
	background-image: url(../../images/tick.png);
	background-repeat:no-repeat;
	padding-left: 20px;
	margin-bottom:0px;
	margin-left: 40px;
	} 

#partners img {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}


body {
	font: .72em Arial, Helvetica, Verdana, sans-serif;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/global/background.gif);
}
a {
	color: #fff;
	text-decoration: underline;
	outline: none;
}
a {
	color: #fff;
	text-decoration: underline;
	outline: none;
}
a.ext {
	background: url('../images/nav/extt.gif') no-repeat 0% 50%!important;
}
* a:hover, a:focus {
	color: #F9C751;
}
* {
    margin: 0;
    padding: 0;
}
ol {
    margin: 0 0 0 30px;
}
html * a.ext {
    padding-left: 15px;
}
html {
    min-height: 100%;
    margin-bottom: 1px;
}
body#subpg {
    height: 100%;
}
body#main {
    height: 100%;
}
td{
	vertical-align:top;
}
* input {
    font-size: 11px !important;
}
.divbreak {
	clear: both;
}
/*-----------------------------------------------------------
*=Special Class Applications
------------------------------------------------------------*/
/*element floats*/
.flt_l {
    float: left;
}
.flt_r {
    float: right;
}
.flt_n {
    float: none;
}
#top {
    float: right;
    width: 24px;
    height: 12px;
}
img.abt {
    display: block;
    margin: 30px auto;
    width: 228px;
}
.top {
    display: block;
    width: 25px;
    float: right;
    clear: right;
    margin: 0 -105px 0 0;
}
* html .top {
    margin-right: 0 !important;
}
.pad_r {
    padding-right: 24px;
}
body.spec {
    margin: 0;
    padding: 0;
}
div.spec {
    width: 600px;
    height: 100px;
}
.bordered {
    margin-bottom: 15px;
}
.left_col {
    width: 48%;
    margin: 0;
    float: left;
    clear: left;
}
.right_col {
    width: 48%;
    margin: 0;
    float: right;
    clear: right;
}
/*==============================================================================
   =Page Structure
   #globalbackground
   #container
   	#masthead
   		#nav
   		#sub
   	#pageBody
   		#sidebar1
   		#sidebar2
   			#sub_sidebar2
   		#mainContent
   	#footer
================================================================================*/
#globalbackground {
	width: 840px;
	height: 808px;
	background-image: url(../images/global/globalbackground.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 29px;
	background-color: #FFFFFF;
}
#container {
    width: 820px;
    margin: 0 auto;
    height: 100%;
    background: #fff;
}
html > body #container {
    min-height: 100%;
    height: auto;
}
#masthead {
	width: 820px;
	height: 99px;
}
#masthead h1 {
    width: 185px;
    height: 90px;
}
#masthead h1 a {
    display: block;
    height: 100%;
    width: 100%;
}
#masthead img {
    display: none;
}
/*------------------------------------------------------
=Top Navigation Menu #nav
------------------------------------------------------*/
/*oldcode
ul#nav {
    width: 580px;
    position: relative;
    margin: -28px auto 0 200px;
    height: auto;
}
ul#nav li.off {
    float: left;
    width: 16.6%;
    text-align: center;
    height: 35px;
}
ul#nav li a {
    display: block;
    padding: 5px 0;
}
ul#nav li ul li a {
    margin: 0 5px;
}
ul#nav li#contact a {
    margin: 0 5px;
}
ul#nav li.off ul {
    display: none;
}*/
ul#nav {
	width: 545px;
	position: absolute;
	height: 18px;
	margin-top: 98px;
	margin-left: 270px;
	padding-right: 0px;
	top: 0px;
	z-index: 2;
}
ul#nav li#lastbullet {
	background-image: none;
}
ul#nav li.off {
	float: left;
	width: auto;
	text-align: center;
	white-space: nowrap;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
	background-image: url(../images/nav/whitediv.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	margin: 0px;
}
ul#nav li a {
	display: block;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
}
ul#nav li ul li a {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul#nav li#contact a {
	margin: 0 5px;
}
ul#nav li.off ul {
    display: none;
}
/*standards-based
-----------------------------------------------*/
ul#nav li.off:hover ul {
	display: block;
	float: left;
	width: auto;
	padding: 12px 0 0;
	position: absolute;
	top: 18px;
	z-index: 9;
	left: auto;
}/*
ul#nav li.off:hover ul {
	display: block;
	float: left;
	width: auto;
	position: absolute;
	top: 19px;
	z-index: 9;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}*/
/*IE 7
--------------------------------------------- */
* + html ul#nav li.off:hover ul {
	display: block;
	position: absolute;
	top: 18px;
	z-index: 9;
	white-space: nowrap;
	text-align: left;
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #767779;
}
/** + html ul#nav li.off:hover ul {
    display: block;
    height: auto;
    min-width: 20%;
    max-width: 100%;
    top: 31px;
    padding: 0;
    text-align: left;
}*/
/*IE 6
------------------------------------------*/
/*old code
ul#nav li.over ul {
    display: block;
    position: absolute;
    top: 31px;
    z-index: 9;
    padding: 9px 0 0;
    white-space: nowrap;
    text-align: left;
    float: left;
}
ul#nav li.off:hover ul > li {
    text-align: left;
    width: auto;
    height: 24px;
    white-space: nowrap;
}*/
ul#nav li.over ul {
	display: block;
	position: absolute;
	top: 18px;
	left: 0px;
	z-index: 9;
	white-space: nowrap;
	text-align: left;
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #767779;
	width: 1px;
}
ul#nav li.off:hover ul > li {
    text-align: left;
    width: auto;
    height: 24px;
    white-space: nowrap;
}
/*making IE7 behave
--------------------------------------*/
* + html ul#nav li.off:hover ul > li {
    max-width: 100%;
    padding: 0;
    white-space: nowrap;
    text-align: left;
}
* + html ul#nav li.off:hover ul li > a {
    max-width: 99%;
    white-space: nowrap;
    padding: 1px 0;
}
ul#nav li.over ul li {
    text-align: left;
    width: 100%;
    height: 100%;
}
ul#nav li.over ul li a {
	text-align: left;
	width: 100%;
	height: auto;
	display: block;
}
/*=Positioning Adjustments for specific sub-menus
non-IE specific declarations require absolute units
-------------------------------------------------*/
/*=New markup for map link
-------------------------------------------------*/
.map {
	width: 820px;
	height: 27px;
	background-image: url(../images/global/topbar.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
	background-color: #96170C;
}
.mapposition {
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 400px;
	position: absolute;
	padding: 0px;
	z-index: 1;
}
.mappositionilx {
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 650px;
	position: absolute;
	padding: 0px;
	z-index: 1;
}

.map h2 a {
	height: 100%;
	width: 100%;
	background-image: url(../images/mod_topnavmap/button_requestdemo.gif);
	background-repeat: no-repeat;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-indent: -9000px;
}
.map h1 a {
	height: 100%;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.map h1 a:active, .map h1 a:hover {
	height: 100%;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F9C751;
	text-decoration: none;
	white-space: nowrap;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.map h1 {
	height: 17px;
	width: 200px;
	background-image: url(../images/mod_topnavmap/button_arrow.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding-left: 18px;
	margin-top: 7px;
}
.map h2 {
	height: 17px;
	width: 200px;
	background-image: url(../images/mod_topnavmap/button_requestdemo.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	text-align: center;
	margin-top: 5px;
	margin-left: 30px;
}
/*=New markup for map link
-------------------------------------------------*/
* html ul#nav li.off {
	float: left;
	width: 16.6%;
	text-align: center;
	white-space: nowrap;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
* html ul#nav li#newsie6 {
	width: 20%;
	margin: 0px;
}
* html ul#nav li#partnersie6 {
	width: 13%;
}
* html ul#nav li#lastbullet {
	width: 15%;
}
* + html li.off ul#about {
	left: 0px;
}
* html ul#nav li.over ul#about {
	left: 20px;
}
* + html li.off ul#solutions {
    left: 90px;
}
li.off ul#solutions {
    left: 90px;
}
* html ul#nav li.over ul#solutions {
    left: 105px;
}
* + html #masthead ul#nav li.off ul#services {
    left: 190px;
}
li.off ul#services {
	left: 190px;
}
* html ul#nav li.over ul#services {
    left: 200px;
}
* + html #masthead ul#nav li.off ul#newstop {
    left: 270px;
}
li.off ul#newstop {
	left: 280px;
	margin: 0px;
	padding: 0px;
}
* html #masthead ul#nav li.over ul#newstop {
    left: 280px;
}
* + html #masthead ul#nav li.off ul#partners {
    left: 380px;
}
li.off ul#partners {
	left: 370px;
	z-index: 1;
}
* html #masthead ul#nav li.over ul#partners {
    left: 385px;
}
* + html li.off ul#contact {
    left: 80%;
    text-align: right !important;
}
li.off ul#contact {
    left: 80%;
    text-align: right !important;
}
* html #masthead ul#nav li.over ul#contact {
    left: 80%;
    text-align: right;
}
#masthead ul#nav li ul#contact * {
    text-align: right;
}
#masthead #sub {
    margin: 0 0 2px 10px;
    padding: 0;
    height: 20px;
    width: auto;
    float: left;
}
#masthead #sub li {
    display: inline;
    padding: 0 0 0 5px;
    line-height: 25px;
}
#masthead #sub li a {
    text-decoration: none;
}
/*--------------------------------
End masthead - begin page content
---------------------------------*/
#pageBody {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
#container > div#pageBody {
    padding: 0 0 1.5em;
}
.maincontentarea {
	width: 820px;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

#mid {
	width: 100%;
	background-color: #FFFFFF;
	height: auto;
	padding-top: 5px;
	text-align: center;
}
#mid div {
	text-align: left;
}
#midmain {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url('../images/nav/bg.jpg');
	background-repeat: no-repeat;
	background-position: 0, 0;
	height: auto;
	padding-top: 5px;
}



#rightbar {
	float: right;
	width: 175px;
	padding: 0px;
	height: 100%;
	text-align: right;

}




#rightbar div {
	float: none;
	width: 175px;
	padding: 0px;
	margin: 0px;
}

#rightbar p {
	width: 175px;
	color: black;
	text-indent: 0px;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}


#rightbar h1 {
	color: white;
	font-size: 12px;
	font-weight: bold;
}

#rightbar h2 {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: white;
	
}

#leftbar {
	float: left;
	width: 175px;
	padding-right: 2px;
	margin: 0px;
	height: 100%;

}

#leftbar div {
	float: none;
	width: 175px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}




#sidebar1 {
	float: left;
	width: 156px;
	background-image: url(../images/nav/leftnav2.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: auto;
	padding: 0px;
	margin: 0px;
}
#sidebar1 div {
	float: none;
	height: 232px;
	width: 150px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#sidebar1 h3 {
    margin: 0 0 10px;
    padding: 0;
}
#sidebar1 > h3 {
    margin: 0;
    padding: 25px 0 0 10px;
}
#sidebar1 h5 {
	background-color: #FFFFFF;
	float: left;
	height: 120px;
	width: 156px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	display: block;
}
#sidebar1 > h5 {
	background-color: #FFFFFF;
	height: 120px;
	width: 156px;
	display: block;
	vertical-align: bottom;
	margin: 0;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#sidebar1 dl {
	width: 130px;
	float: left;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#sidebar1 > dl {
	width: 140px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1 dt {
	width: 99%;
	float: left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 1px;
}
#sideNav dd.off div {
    display: none;
}
#sideNav dd {
	width: 140px;
	display: block;
	position: relative;
	height: 17px;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 6px;
	color: #999999;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#sideNav dd.over {
    position: relative;
    z-index: 1;
}
#sideNav dd:hover {
    position: relative;
    z-index: 1;
}
#sideNav dd.over div {
	display: block;
	position: absolute;
	top: 12px;
	left: 0px;
	width: auto;
	height: auto;
	float: left;
	border: 2px solid #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#sideNav dd:hover div {
	display: block;
	position: absolute;
	top: 12px;
	left: 0px;
	width: auto;
	height: auto;
	float: left;
	border: 2px solid #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#sideNav dd.over div a {
	display: block;
	width: 100%;
	white-space: nowrap;
	margin: 0;
	color: #666666;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	line-height: 1.6em;
}
#sideNav dd:hover div a {
	display: block;
	width: 100%;
	white-space: nowrap;
	margin: 0;
	color: #666666;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	line-height: 1.6em;
}
* + html dd:hover div {
	float: left;
	width: auto;
	clear: both;
	padding: 0 2px 0 0;
	margin: 1px;
	max-width: 250px;
	padding-top: 2;
	padding-right: 0;
	padding-bottom: 2;
	padding-left: 5;
}
#sideNav dd.over div a:hover {
	display: block;
	width: 100%;
	background-color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#sideNav dd:hover div a:hover {
	display: block;
	background-color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
ul#sidebarNav {
    float: left;
    padding: 20px 0;
    width: 150px;
}
#sidebarNav li {
    width: 110px;
    margin: 0 auto;
}
#sidebarNav li a {
    display: block;
    width: 110px;
    padding: 5px 0;
}
#sidebarNav li h3 {
    white-space: normal;
}
#leftcolumn fieldset {
	text-align: left;
	width: 100px;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftcolumn form > fieldset {
	text-align: left;
	width: 100px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding: 0px;
	display: block;
}
* + html #leftcolumn fieldset {
	margin-left: 0px !important;
	max-width: 100px;
	padding: 0px;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 25px;
}
iframe {
    /*float:left;*/
    width: 100%;
    height: 700px;
    overflow: visible;
}
#txtSearch {
	width: 130px;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	color: orange;
}
#btnSubmit1 {
	width: 63px;
	height: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	background-image: url(../images/nav/formbutton_search.gif);
	background-repeat: no-repeat;
	background-color: #6E6E6E;
	text-align: -9000;
}
#btnSubmit {
	width: 63px;
	height: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background: transparent url(../images/nav/formbutton_search.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand;
}
form>#btnSubmit { /* For non-IE browsers*/
  height: 0px;
}
/*--------------------
end left sidebar
begin body text
----------------------*/
.mainContentbox {
	margin: 0;
	float: left;
	padding: 0;
	background-color: #FF3366;
	width: 640px;
}
#mainContent {
	margin: 0;
	padding: 0;
	width: 640px;
	text-align: left;
	float: left;
	clear: right;
}
#subpg #mainContent {
	margin: 0px;
	padding: 0px;
}
#mainContent h1 {
    margin: 2px 0 0;
}
#mainContent h2 {
    margin: 20px 10px 20px;
}
#mainContent h3 {
    /*color: #981619;*/
    margin: 20px 20px 5px;
}
#mainContent p {
    margin: 0 0 0px;
    clear: left;
}
#mainContent blockquote {
    margin: 0 0 20px 60px;
}
#mainContent h3 a {
    padding-right: 15px;
}
#mainContent ul {
    margin: 10px 0 20px 40px;
    list-style-type: disc;
    width: 80%;
}
#mainContent ul li {
    list-style-type: disc;
    list-style-position: inside;
    margin: 15px 0 10px;
}
* + html #mainContent ul li {
    margin: 0 0 0 1.3em;
}
#mainContent ul > li {
    list-style-position: outside;
    margin: 15px 0 10px;
}
#subpg div#mainContent table#exec_photo {
    width: 480px;
    margin: 5px 0 0;
    font-size: 95%;
}
#subpg div#mainContent table.pro_des {
    width: 400px;
    margin: 5px 0 0;
    font-size: 95%;
}
/*#subpg div#mainContent > table {
	width: 499px;
	margin: 5px 0 0;
	font-size: 95%;
}
#mainContent table thead tr th {
	width: 85px!important;
	white-space: normal;
}*/
/* ie6 */
* html #mainContent table.pro_des thead tr th {
    width: 49% !important;
    white-space: normal;
    text-align: center;
}
* html #mainContent table.pro_des tbody tr td {
    width: auto !important;
    padding: 1px;
    vertical-align: top;
}
/* ie7 */
* + html #subpg #mainContent table.pro_des {
    width: 400px !important;
    max-width: 400px !important;
}
* + html #mainContent table.pro_des thead tr th {
    width: 35% !important;
    white-space: normal;
    text-align: center;
}
* + html div#mainContent table.pro_des tbody tr > td {
    width: 45% !important;
    white-space: normal;
    text-align: left;
}
#inforeq #mainContent table tbody tr td {
    width: 85px !important;
    padding: 1px;
    vertical-align: top;
}
#inforeq #mainContent table tr td a {
    width: 80px;
    display: block;
}
/*-----------------
end page content
begin right sidebar
--------------------------*/
#sidebar2 {
    margin: 0;
    padding: 0;
    float: right;
    width: 156px;
    text-align: center;
}
#sidebar2 p {
    margin: 20px 10px 20px;
}
#subpg #sidebar2 p a {
    display: block;
    font-size: 100%;
    margin: 3px 0 5px;
}
#sidebar2 ul {
    text-align: left;
    margin: 0 5px;
}
#sidebar2 ul li {
    text-align: left;
    margin: 2px 0 5px;
}
#sidebar2 h3 {
    width: 156px;
    margin: -5px 0 0;
    padding: 15px 0 0;
}
#sub_sidebar2 {
    margin: 0 0 -20px;
    padding: 0;
    float: left;
    width: 100%;
    height: auto;
}
#sub_sidebar2 p {
    margin: 0;
    padding: 15px 0;
    border-top: 5px solid #fff;
    width: 156px;
}
* + html #sub_sidebar2 p {
    padding: 20px 0 15px;
}
* html #sub_sidebar2 p {
    padding: 20px 0 10px;
}
/*----------------
end right sidebar
begin footer
--------------------*/
.footer {
	width: 100%;
	float: left;
	clear: both;
	text-align: left;
	background-image: url(../images/global/footer_topgrad.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	margin-top: 5px;
	margin-left: 0px;
}
.footer ul {
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer_special {
	display: inline;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-style: none;
}
.footer li {
	display: inline;
	line-height: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footer li a {
	margin: 0;
	padding: 0;
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer li a:hover {
	margin: 0;
	padding: 0;
	color: #9B1E21;
}
.footer div {
	width: 440px;
	margin: 0px;
	float: left;
	padding: 0px;
}
.footer > div {
	width: 440px;
	margin: 0px;
	float: left;
	padding: 0px;
}
.footer ul#nation {
	width: 300px;
	float: left;
	clear: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding: 0px;
}
.footer div > ul#nation {
	width: 300px;
	float: left;
	clear: right;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 7px;
	padding: 0px;
}
ul#nation li {
	float: left;
	height: 21px;
	width: 45px;
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#nation li a {
	display: block;
	text-indent: -9000px;
	height: 100%;
	width: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footer p {
	float: left;
	margin: 0;
	width: 500px;
	white-space: nowrap;
	font-size: 9px;
	color: #666666;
	padding-left: 10px;
	padding-top: 5px;
}
/*============================================
Page-Specific Styles
=============================================*/
/*----------------------------------------------
*=Home Page
---------------------------------------------*/
#main #pageBody embed {
    display: block;
    margin: 0 auto;
    height: 150px;
}
#main #pageBody object {
    display: block;
    margin: 0 auto;
    height: 150px;
}
/*main page content
--------------------------*/
#main #mainContent {
    width: 60%;
    padding: 0 0 0 10px;
}
#main #mainContent p.int_main {
    margin: 5px 0;
    line-height: 1.1em;
}
#main #mainContent h3 {
    width: auto;
    margin: 0 0 3px;
    padding: 0 0 2px 0;
}
/*home page news,etc*/
div.row {
	width: 450px;
	float: left;
	clear: both;
	line-height: .9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
div.block {
	width: 290px;
	height: auto;
	float: left;
	font-size: 99% !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.3em;
}
div.block p {
    margin: 0;
    padding: 1px 0 3px;
}
div.block h3 {
	line-height: 0.95em;
	font-size: 14px;
	color: 00FF00;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
.news_block, .evt_block {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.news_block span {
    display: block;
    margin: 2px 0 0;
}
.news_block a {
    line-height: 1;
}
#dl {
	background-image: url(../images/mod_featured/mod_featured_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#evt {
	background-image: url(../images/mod_events/mod_events_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
div.evt_block p b {
    letter-spacing: 0px;
}
div#evt .evt_block p {
    margin: 0 0 2px;
}
#news {
	background-image: url(../images/mod_news/mod_news_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#cs {
	background-image: url(../images/mod_customer/mod_customer_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#cs p a {
	line-height: 1.25em;
	color: #000000;
	text-decoration: underline;
}
#cs p a:hover, #cs p a:focus {
	line-height: 1.25em;
	color: #991A1D;
	text-decoration: underline;
}
#dl img {
	width: 85px;
	height: 85px;
	float: right;
	padding-right: 10px;
}
#dl dl {
	margin: 0px;
	padding: 0px;
}
#dl dt {
	letter-spacing: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0;
}
#dl dd {
	width: 195px;
}
#dl dd a {
	line-height: 1.25em;
	color: #000000;
	text-decoration: underline;
}
#dl dd a:hover, #dl dd a:focus {
	line-height: 1.25em;
	color: #991A1D;
	text-decoration: underline;
}
/*-----------------------
Headings for interior pages
-----------------------*/
#subpg #mainContent h1 {
    margin: 5px 0 10px;
}
#subpg #mainContent h2 {
    margin: 20px 0;
}
#subpg #mainContent h3 {
    margin: 10px 0 10px;
}
/*-------------------------------
=About Us
-------------------------------*/
#subpg #mainContent dl {
    width: 420px;
    margin: 0;
    padding: 0;
    float: left;
}
#subpg #mainContent dt {
    float: left;
    margin: 0 5px 10px 0px;
    clear: left;
    text-align: left;
    width: auto;
    padding: 0 0 5px 0;
}
#subpg #mainContent dl > dt {
    float: left;
    margin: 0 0 10px 0px;
    clear: both;
}
#subpg #mainContent dd {
    width: 200px;
    margin: -30px 0 0 205px;
    float: none;
    padding: 0 0 10px 5px;
}
#subpg #mainContent dl > dd {
    width: 190px;
    margin: 0 0 10px;
    float: right;
    clear: right;
}
#subpg #mainContent dt + dd > ul {
    margin: 0 0 0 20px;
}
#subpg #mainContent dt + dd > ul li {
    margin: 0;
}
* html #subpg #mainContent dt {
    float: left;
    margin: 0 5px 10px 0px;
    clear: left;
    text-align: left;
    width: auto;
    padding: 0 0 5px 0;
    white-space: nowrap;
}
* html #subpg #mainContent dd {
    width: 190px;
    margin: 0 0 5px 205px;
    padding-left: 5px;
    float: none;
}
* html #subpg #mainContent dl dd ul {
    margin: 0px 0 0 10px;
    width: 189px;
    white-space: normal;
}
* html dd.abt_last {
    margin-top: -35px !important;
}
* html #subpg #mainContent dl dd ul li {
    margin: 0;
    list-style-position: inside;
    white-space: nowrap;
    clear: right;
}
* + html #subpg #mainContent dl.abt_l dd {
    width: 200px;
    margin: -35px 0 5px 225px;
    padding-left: 5px;
    float: none;
}
* + html #subpg #mainContent dl.abt_l dd ul {
    margin: 0 0 0 0px;
}
* + html #subpg #mainContent dl.abt_l ul li {
    margin: 0 0 0 10px;
    list-style-position: inside;
    white-space: nowrap;
}
/*--------------------------------------------
=Executive Team page -- #bioBlock wrapped
--------------------------------------------*/
div#bioBlock {
    width: 100%;
    margin: 0;
    padding: 0;
}
#bioBlock div {
    margin: 10px 0 10px 20px;
    width: auto;
    float: left;
}
#bioBlock > div {
    float: left;
}
#bioBlock div img {
    display: block;
    float: left;
    height: 139px;
    width: 96px;
    margin: 0 20px 0 0;
}
#bioBlock h5 {
    margin: 0 0 0 5px;
}
#bioBlock h4 {
    margin: 0 0 0 5px;
}
#bioBlock > h5 {
    float: left;
    width: 400px;
}
#bioBlock > h4 {
    float: left;
    width: 400px;
}
#bioBlock p {
    margin: 10px 0 0;
    float: none;
    clear: right;
    width: 350px;
    display: inline;
}
#bioBlock img {
    height: auto;
    width: auto;
    margin: 10px 20px 0 10px;
    display: block;
    float: left;
}
/*#bioBlock span img {
	margin: 0 0 0 10%;
	height: auto;
	width: 402px;
	display: block;
}
/*-------------------------------------------------------
=Contact info lists #contact wrapped
--------------------------------------------------------*/
#subpg #contact ul li {
    list-style: none;
    margin: 0 0 0;
}
#subpg #contact h3 {
    line-height: .9em;
    margin: 0 0 5px 20px;
}
#contact p a.ext {
    padding-left: 15px;
}
/*--------------------------------------
=Data Centers #datactr wrapped
---------------------------------------*/
div#datactr {
    float: left;
    width: 410px;
}
#datactr img {
    display: block;
    margin: 10px 0;
}
#datactr ul {
    margin: 20px 0 50px 40px;
}
#subpg #datactr ul li {
    list-style: disc;
    margin: 2px;
}
* + html #subpg #datactr ul li {
    list-style: disc;
    list-style-position: inside;
    margin: 0 0 0 15px;
}
/*-----------------------------------
Events -- #evt_block wrapped
------------------------------------*/
div#sub_evt_block {
    margin: 0 0 20px 0;
}
#sub_evt_block div {
    padding: 10px 0 5px;
    margin: 0 0 10px 20px;
}
#sub_evt_block div a {
    display: block;
    margin: 0 0 5px;
}
#sub_evt_block p a {
    padding-left: 15px;
}
#sub_evt_block p {
    margin: 5px 0;
    width: auto;
}
#news dl a {
    display: block;
    margin: 5px 0 0;
}
#pr_int p {
    margin: 15px 0;
}
#pr_int p a {
    display: block;
}
#pr_int p.pad_r a {
    display: inline;
    margin: 0px 20px 0 0;
}
#pr_int ul {
    list-style: none;
    margin: -15px 0 5px;
}
#pr_int ul li {
    list-style: none;
    margin: 0;
}
#pr_int ul.spec {
    list-style: disc;
    margin: 0 0 5px 20px;
}
#pr_int ul.spec li {
    list-style: disc;
    margin: 0 0 5px 10px;
}
/*-----------------------------------------------
In the news -- #news_doc wrapped
-------------------------------------------------*/
#news_doc {
    padding: 0;
    margin: 0 0 0 20px;
    width: 410px;
}
#news_doc div {
    width: 100%;
    margin: 0 0 20px;
    float: left;
}
#news_doc div.right_col {
    width: 230px;
    margin: 0 0 0 20px;
    padding: 0;
    float: left;
}
#news_doc p {
    width: auto;
    padding: 0 0 10px 0;
    margin: 0;
}
#mainContent #news_doc h3 {
    padding: 0;
    width: auto;
    margin: 0 0 10px;
}
#mainContent #news_doc > h3 {
    margin: 0 0 10px;
}
#news_doc div.left_col {
    width: 150px;
    text-align: center;
    float: left;
}
.left_col img {
    display: block;
}
.left_col > img {
    display: block;
    width: auto;
    height: auto;
}
#news_doc span {
    width: 100%;
    margin: 0;
    display: block;
}
/*-------------------------------------------
Search Results page - #search wrapped
---------------------------------------------*/
#search {
	margin: 0 10px;
	padding: 0;
}
/*----------------------------------
Capture FAQ
----------------------------------*/
ol#qmain {
    margin: 0 0 20px 20px;
    padding: 0;
}
#subpg dl#qans dt {
    float: none;
    width: 400px;
    margin: 0;
    padding: 0;
    white-space: normal !important;
}
#subpg dl#qans dt a {
}
#subpg dl#qans dd {
    float: none;
    width: 400px;
    margin: 0;
    padding: 0;
}
#subpg dl#qans dd ol {
    float: none;
    width: 350px;
    margin: 0 0 20px 30px;
    padding: 0;
}
#subpg dl#qans dd ol li {
    margin: 0 0 5px;
}
dl#qans dd table {
    width: 400px;
    margin: 10px 0;
    padding: 0;
}
dl#qans dd table tbody tr td:first-child {
    font-weight: bold;
}
dl#qans dd table td {
    padding: 2px;
    border: 1px dotted #000;
}
dl#qans dd table th {
    width: 50%;
    height: 20px;
    padding: 5px;
}
/*------------------------------
RFQ Form
-----------------------------*/
#mainContent form#RFQ {
    width: 450px;
    float: left;
    margin: 0;
}
#mainContent form#RFD fieldset {
    border: 0;
    width: 450px;
    float: left;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px dashed #000;
}
#mainContent form#RFQ fieldset {
    border: 0;
    width: 450px;
    float: left;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px dashed #000;
}
#mainContent form#RFQ fieldset#req_contact {
    padding: 0;
    margin: 20px 0 10px;
}
#RFD fieldset legend {
    color: #000 !important;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0 10px -8px;
}
#RFQ fieldset legend {
    color: #000 !important;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0 10px -8px;
}
fieldset#req_contact p {
    width: 400px;
    margin: 2px auto;
    float: left;
    clear: both;
}
#statStat label {
    float: left;
    white-space: nowrap;
    text-align: left;
    width: 200px;
}
#intInfo label {
    float: left;
    white-space: nowrap;
    text-align: left;
    width: 200px;
}
#req_contact label {
    float: left;
    white-space: nowrap;
    text-align: left;
    width: 200px;
}
#mainContent fieldset#req_contact p select {
    width: 90px;
    margin: 0;
    float: left;
}
#req_contact p input {
    width: 90px;
    margin: 0;
    float: left;
}
#statStat p {
    width: 85%;
    margin: 0;
    float: left;
}
#intInfo p {
    width: 85%;
    margin: 0;
    float: left;
}
#statStat input {
    width: 90px;
    margin: 0;
    float: left;
}
#intInfo input {
    width: 90px;
    margin: 0;
    float: left;
}
#statStat label {
    width: 49%;
    margin: 2px 0;
    float: left;
}
#intInfo label {
    width: 49%;
    margin: 2px 0;
    float: left;
}
#Comment {
    margin: 5px 0;
}
#Phone3, #Fax1, #Fax2, #Fax3 {
    width: 30px !important;
}
#Phone2 {
    width: 30px !important;
}
#Phone1 {
    width: 30px !important;
}
#mainContent fieldset label.left_col {
    text-align: left;
    margin: 0 0 0 0;
    width: 70px;
}
#mainContent fieldset label.right_col {
    text-align: right;
    width: 75px;
    float: left;
    margin: 0 5px 0;
}
form#RFQ fieldset#partsInfo {
    margin: 0 0 10px;
    width: 410px;
}
fieldset#partsInfo div {
    width: 410px;
    margin: 0;
    padding: 0;
}
fieldset#partsInfo ul#headings {
    margin: 0;
    width: 410px;
    float: left;
    clear: right;
    font-weight: bold;
}
fieldset#partsInfo ul#headings li {
    float: left;
    width: 110px;
    white-space: nowrap;
    text-align: center;
    margin: 0 3px auto 8px;
    padding: 0 0 0 1px;
}
fieldset#partsInfo ul#headings > li {
    float: left;
    width: 110px;
    white-space: nowrap;
    text-align: center;
    margin: 0 7px auto 16px;
    padding: 0 0 0 1px;
}
fieldset#partsInfo ol {
    margin: 0;
    width: 90px;
    float: left;
}
fieldset#partsInfo ul {
    margin: 0 0 0 3px;
    width: 90px;
    float: left;
}
fieldset#partsInfo div > ul {
    margin: 0 0 0 20px;
    width: 115px;
    float: left;
}
fieldset#partsInfo div > ol {
    margin: 0 0 0 20px;
    width: 115px;
    float: left;
}
fieldset#partsInfo ol li {
    margin: 2px 0 0 25px;
}
fieldset#partsInfo ul li {
    margin: 2px 0;
}
fieldset#partsInfo ol > li {
    margin: 5px 0;
}
fieldset#partsInfo ul > li {
    margin: 5px 0;
}
fieldset#partsInfo ol li input {
    margin: 0;
    width: 110px;
}
fieldset#partsInfo ul li input {
    margin: 0;
    width: 110px;
}
fieldset#partsInfo ul li {
    list-style-type: none !important;
}
fieldset#req_contact p {
    width: 100%;
    margin: 10px 0 10px;
    float: left;
    clear: both;
}
fieldset#req_contact p.spec_num input {
    width: 30px;
}
fieldset#req_contact label {
    float: left;
    white-space: nowrap;
    text-align: left;
}
#mainContent fieldset#req_contact p select {
    width: 90px;
    margin: 0;
    float: left;
}
#mainContent fieldset#req_contact p input {
    width: 90px;
    margin: 0 -4px 0 0;
    float: left;
}
#mainContent fieldset label.left_col {
    text-align: left;
    margin: 0;
    width: 70px;
}
#mainContent fieldset label.right_col {
    text-align: right;
    width: 75px;
    float: left;
    margin: 0 5px 0;
}
#mainContent form fieldset#txt_area {
    margin: 20px 0 0 !important;
    border: 0 !important;
}
#mainContent fieldset#txt_area p textarea {
    margin: 20px 0;
}
#intInfo1 p, #intInfo2 p {
    width: 95%;
    margin: 0;
    float: left;
}
#intInfo1 label, #intInfo2 label {
    width: 79%;
    margin: 0 5px 5px 0;
    float: left;
}
#intInfo1 input, #intInfo2 input {
    width: auto;
}
#intInfo2 hr {
    clear: both;
    float: left;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
}
/*--------------
Litigation
---------------*/
#lit_sup ul {
    margin: 10px 0 0;
    list-style: none;
    width: 440px;
    white-space: nowrap;
}
#lit_sup ul li {
    list-style: none;
    margin: 5px 0 5px 20px;
}
#lit_sup ul ul {
    margin: 0;
    list-style: none;
}
/*-------------------
CLE Page Info Boxes
----------------------*/
/*
for the benefit of IE, background properties are not in shorthand on this-
if the behavior becomes wonky, be sure that an editing program has not combined
these properties into shorthand (e.g. background:url(/xx/xx) repeat left top)
*/
div.trsblk {
    background-image: url(../images/transparent.gif);
    background-repeat: repeat;
    background-position: left top;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 2000px;
    width: 1200px;
    z-index: 1;
}
div.intex {
    position: absolute;
    top: 250px;
    left: 430px;
    height: auto;
    width: 500px;
    z-index: 2;
    background: black;
    color: #fff;
    padding: 10px;
}
div.intex a {
    float: right;
    height: 20px;
    width: 30px;
    position: absolute;
    top: 2px;
    left: 480px;
    padding-right: 15px;
    background: url(../images/icon-close.gif) no-repeat 60% 1%;
    text-indent: -9999px;
}
div.intex span {
    font-weight: bold;
    display: block;
    width: 100%;
    border-bottom: 2px double #fff;
    margin: 0 0 5px;
}
/*-------------
MIR Section
---------------*/
#subpg div.int_mir p {
    margin: 10px 0 0;
}
#subpg div.int_mir ul {
    width: 400px;
    margin: 0 auto 20px 30px;
    float: left;
}
#subpg div.int_mir > ul {
    width: 420px;
}
#subpg div.int_mir ul li {
    width: 50%;
    float: left;
    list-style-type: none;
    margin: 5px 0 5px;
}
div.int_mir span {
    margin: 10px 0 10px;
    text-align: center;
    display: block;
    width: 100%;
}
#subpg div.int_mir ul.spec {
    list-style: disc;
    margin: 10px 0 5px 30px;
}
#subpg div.int_mir ul.spec li {
    list-style: disc;
    margin: 0 0 5px 10px;
}
/*sitemap
#mainContent #sitemap div.sitemap table {
	width: 80px!important;
	padding: 0;
}
#mainContent #sitemap div.sitemap td {
	width: .25em!important;
	padding: 0;
}
#mainContent #sitemap div.sitemap div td {
	width: .25em!important;
	padding: 1px;
}
#mainContent #sitemap div.sitemap td a {
	display: block;
	width: 20px;
	white-space: nowrap;
}*/
/*-------------
partner page
---------------*/
#cust_block img {
    margin: 0px 25px 10px 0;
    padding: 5px 0;
}
#partner img {
    margin: 0px 25px 10px 0;
    padding: 5px 0;
}
#cust_block h3 {
    margin: 10px auto;
    border-bottom: 4px double #000;
}
#partner h3 {
    margin: 10px auto;
    border-bottom: 4px double #000;
}
/*Customer Page*/
#cust_block1 li > img {
    margin: 10px 0 25px;
    vertical-align: middle;
}
#cust_block1 ul {
    width: 470px;
    margin: 0;
}
#cust_block1 ul li {
    margin: 0 10px 5px 0;
    padding: 0 0 5px;
    list-style-type: none;
    float: left;
    width: 140px;
    height: 90px;
    overflow: visible;
}
div#cust_block1 ul > li {
    display: inline;
    float: none;
    list-style-type: none;
    padding: 10px 10px 20px 5px;
}
#cust_block1 h3 {
    margin: 10px auto 0;
    border-bottom: 4px double #000;
    float: left;
    clear: both;
    width: 100%;
}
/*---------------
intl inforeq pages
----------------*/
#inforeq {
    background: #fff;
}
body#inforeq h3 {
    font-size: 1.1em;
}
body#inforeq td {
    font-size: .72em;
}
#inforeq fieldset {
    text-align: center;
}
/*-----------
Litsupport bottom lists
-------------*/
ul#csl li {
    list-style-type: square !important;
}
/*-------------------
a.thumb {
	position: relative;
}
a.thumb span {
	display: none;
}
a.thumb:hover span {
	display: block;
	position: absolute;
	top: 0;
	left: -115px;
	z-index: 2;
	background: #000;
	width: 150px;
	padding: 5px;
}

Resource Guides
--------------------*/
#rg_block {
    margin: 5 5 5 5;
 }
#rg_block:hover {
	background: #FFDF9D;
    margin: 5 5 5 5;
}
#rg_block img {
    border: 2px double #cccccc;
    padding: 0 0 0 0;
    text-align: left;
}

/*--------------------------
Download Registration
--------------------------*/
#dwnld_form fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
#dwnld_form fieldset legend {
    font-size: 15px;
    font-weight: bold;
}
#dwnld_form fieldset p {
    width: 465px !important;
    margin: 10px 0 5px;
}

#dwnld_form p span {
    margin: 0 0 0 10px;
    font-weight: bold;
}

#dwnld_form p span.regex {
    margin: 0 0 0 -185px;
    font-weight: bold;
}