/* @override 
	http://www.art-brand.com/selectron/test/style.css
	http://www.selectrontechnologies.com/beta/style.css
	http://www.selectrontechnologies.com/library/style.css
*/

/* @group page */

a, a:visited {
	color: #069;
	text-decoration: underline;
}

a:hover {
	color: silver;
	text-decoration: none;
}

html, body {
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial, Helvetica, Verdana, Sans-serif;
    font-size: 12px;
    color: #000000;
    background: #ffffff url(../images/background.png) repeat-x;
    text-align: center; /* for IE 5*/
}
.hidden {
    display: none;
}
#page {
    width: 800px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* for IE 5 */
}

#main-container {
	background-color: white;
	margin-top: 7px;
}

img {
	border-width: 0;
}



/* @end */

/* @group header */

#header {
    height: 63px;
	background-color: white;
}

#header h1 {
	height: 63;
    margin: 0;
    padding: 0;
	float: left;
	font-size: 1px;
}
#header h1 a {
	display: inline-block;
	width: 272px;
	height:  0px !important;
	height /**/:63px; /* IE 5/Win hack */
	padding: 63px 0 0 0;
	overflow:  hidden;
	background: url(../images/logo.png) no-repeat;
}

#header #stlogo {
	height: 63;
    margin: 0;
    padding: 0;
	display: block;
	float: left;
}
#header #stlogo a {
	display: inline-block;
	padding: 0;
}

#mainmenu {
	height: 31px;
	top: 32px;
	position: relative;
	float: right;
}
#mainmenu ul {
	margin: 0;
	padding: 0;
}
#mainmenu li {
	float:  left;
	list-style-type: none;
	display: inline-block;
	font-size: 1px;
}
#mainmenu li a {
	display: block;
	height: 0px !important;
	height /**/:31px; /* IE 5/Win hack */
	padding: 31px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#mainmenu li a:hover {
	background-position: 0 -31px;
}
#mainmenu li#menu-solutions, #mainmenu li#menu-solutions a {
	background-image: url(../images/menu2-solutions.png);
	width: 86px;
}

#mainmenu li#menu-demo, #mainmenu li#menu-demo a {
	width: 60px;
	background-image: url(../images/menu2-demo.png);
}

#mainmenu li#menu-news, #mainmenu li#menu-news a {
	width: 74px;
	background-image: url(../images/menu2-partners.png);
}

#mainmenu li#menu-clients, #mainmenu li#menu-clients a {
	width: 77px;
	margin-right: 12px;
	background: url(../images/menu2-clients.png) no-repeat;
}

#mainmenu li#menu-contact, #mainmenu li#menu-contact a {
	width: 122px;
	background-image: url(../images/menu-contact.png);
}

#mainmenu li#menu-login, #mainmenu li#menu-login a {
	width: 78px;
	background-image: url(../images/menu-login.png);
}
#mainmenu .selecteditem a {
	background-position: 0 -62px;
}

/* @end */

/* @group sidebar */

#sidebar {
    width: 221px;
    background: white url(../images/sidebar-background.png) no-repeat 0 0;
    line-height: 18px;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	float: right;
	height: 100%;
}

#sidebar2 {
    width: 221px;
    background: white url(../images/sidebar-background.png) no-repeat 0 0;
    line-height: 18px;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	float: right;
	height: 100%;
}

#sidebar div.sidebar-copy {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 80px;
	height: 400px;
}

#sidebar div.sidebar-copy2 {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0;
	height: 400px;
}

#sidebar div.sidebar-copy h4 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #069;
	margin-bottom: 9px;
}

#sidebar div.sidebar-copy a {
	text-decoration: underline;
	color: #069;
}

a.small-link {
	font-size: 11px;
	text-decoration: none;
}

/* @group jQuery UI tabs */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
	background-color: white;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0;
}

li.sidetab {
		float: left;
	
}

.ui-tabs-nav a {
    white-space: nowrap;
    height:  0px !important;
    height /**/:30px; /* IE 5/Win hack */
    padding: 30px 0 0 0;
    overflow: hidden;
    background-repeat: no-repeat;
	display: block;
}

.ui-tabs-nav a#tab-products {
	width: 111px;
	height: 30px;
	background-image: url(../images/sidetab-products.png);
}

.ui-tabs-nav a#tab-businesses {
	width: 110px;
	height: 30px;
	background-image: url(../images/sidetab-business.png);
}

.ui-tabs-nav a:hover
 {
    z-index: 2;
    margin-top: 0;
	background-position: 0 -30px;
}

.ui-tabs-selected a
{
    z-index: 2;
    margin-top: 0;
	background-position: 0 -60px;
}

.ui-tabs-selected a:hover
{
    z-index: 2;
    margin-top: 0;
	background-position: 0 -60px;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}



/* @end */

#sidetabs {
	background-color: transparent;
	padding-bottom: 10px;
}

#sidebar ul, #sidebar li, #sidebar ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

#submenu-voice div ul li, #submenu-web div ul li, #submenu-mobile div ul li, #submenu-businesses div ul li {
	font-size: 14px;
	line-height: 17px;
	padding: 4px 35px;
	color: #666;
	font-weight: normal;
	font-style: normal;
}

#submenu-voice div ul li a, #submenu-web div ul li a, #submenu-mobile div ul li a, #submenu-businesses div ul li a {
	color: #666;
	background: none no-repeat 0 center;
	text-decoration: none;
}

#submenu-voice div ul li a:hover, #submenu-web div ul li a:hover, #submenu-mobile div ul li a:hover, #submenu-businesses div ul li a:hover {
	background-position: 0;
	background-repeat: no-repeat;
	color: #069;
	font-weight: normal;
	font-style: normal;
}

#submenu-voice div ul li a.ivr {
	display: block;
	margin-left: 20px;
}

#sidebar ul li.selecteditem {
	background: url(../images/select.gif) no-repeat 24px center;
	display: inline-block;
}

#submenu-closeall {
	visibility: hidden;
	display: block;
	height: 2px;
}

#submenu-voice div ul, #submenu-web div ul, #submenu-mobile div ul, #submenu-businesses div ul {
	margin-bottom: 10px;
}

#submenu-voice a.submenuhead {
	display: inline-block;
	width: 170px;
	height:  0px !important;
	height /**/:22px; /* IE 5/Win hack */
	overflow:  hidden;
	background: url(../images/sidemenu-voice.gif) no-repeat;
	padding-right: 0;
	padding-top: 22px;
	padding-bottom: 0;
	margin: 25px 0 5px 28px;
}

#submenu-web a.submenuhead {
	display: inline-block;
	width: 170px;
	height:  0px !important;
	height /**/:22px; /* IE 5/Win hack */
	padding: 22px 0 0 0;
	overflow:  hidden;
	background: url(../images/sidemenu-web.gif) no-repeat;
	margin: 0 0 5px 28px;
}

#submenu-mobile a.submenuhead {
	display: inline-block;
	width: 170px;
	height:  0px !important;
	height /**/:22px; /* IE 5/Win hack */
	padding: 22px 0 0;
	overflow:  hidden;
	background: url(../images/sidemenu-mobile.gif) no-repeat;
	margin: 0 0 5px 28px;
}

#submenu-businesses a.submenuhead {
	display: inline-block;
	width: 170px;
	height:  0px !important;
	height /**/:22px; /* IE 5/Win hack */
	padding: 22px 0 0 0;
	overflow:  hidden;
	background: url(../images/sidemenu-business.gif) no-repeat;
	margin: 25px 0 11px 28px;
}

#submenu-demo1 span {
	display: inline-block;
	width: 170px;
	height:  0px !important;
	height /**/:52px; /* IE 5/Win hack */
	padding: 52px 0 0 0;
	overflow:  hidden;
	background: url(../images/demo-voicepermits.gif) no-repeat;
	margin: 80px 0 0 28px;	
}

#submenu-demo2 a {
	display: inline-block;
	width: 170px;
	height:  0px !important;
	height /**/:52px; /* IE 5/Win hack */
	padding: 52px 0 0 0;
	overflow:  hidden;
	background: url(../images/demo-webpermits.gif) no-repeat;
	margin: 5px 0 0 28px;	
}

#submenu-demo3 span {
	display: inline-block;
	width: 170px;
	height:  0px !important;
	height /**/:52px; /* IE 5/Win hack */
	padding: 52px 0 0 0;
	overflow:  hidden;
	background: url(../images/demo-voiceutility.gif) no-repeat;
	margin: 5px 0 0 28px;	
}

#submenu-demo4 a {
	display: inline-block;
	width: 170px;
	height:  0px !important;
	height /**/:52px; /* IE 5/Win hack */
	padding: 52px 0 0 0;
	overflow:  hidden;
	background: url(../images/demo-webutility.gif) no-repeat;
	margin: 5px 0 0 28px;	
}

#submenu-voice a:hover.submenuhead, #submenu-web a:hover.submenuhead, #submenu-mobile a:hover.submenuhead {
	background-position: 0 -22px;
}

#submenu-voice a.ui-accordion-header.selected, #submenu-web a.ui-accordion-header.selected, #submenu-mobile a.ui-accordion-header.selected {
	background-position: 0 -44px;
}

#sidetab-products  {
	margin: 0;
	padding: 0;
}

#submenu-voice div ul li a.new {
	display: block;
	background: url(../images/new.png) no-repeat right center;

}

#sidebar div.sidebar-copy h5 {
	margin-bottom: 0;
	margin-top: 5px;
	color: #069;
}

#contact-graphic a img {
	margin-left: 28px;
}

#sidebar div.sidebar-copy img, #sidebar div.sidebar-copy2 img {
	margin-left: 13px;
	margin-bottom: 10px;
}



/* @end */

/* @group content */

#content {
    background: white;
    line-height: 18px;
	width: 575px;
	display: inline-block;
}
#content h2 {
	margin: 0;
}

#content h2.home {
    height: 0px !important;
    height /**/:193px; /* IE 5/Win hack */
    padding: 193px 0 0 0;
    overflow:  hidden;
	display: inline-block;
	width: 569px;
	font-size: 1px;
	background: url(../images/header-home.png) no-repeat;
}

#content h2.solutions {
    height: 0px !important;
    height /**/:58px; /* IE 5/Win hack */
    padding: 58px 0 0 0;
    overflow:  hidden;
	display: inline-block;
	width: 569px;
	font-size: 1px;
	background: url(../images/header-solutions.png) no-repeat;
}

#content h2.solutions-planning {
    height: 0px !important;
    height /**/:58px; /* IE 5/Win hack */
    padding: 58px 0 0 0;
    overflow:  hidden;
	display: inline-block;
	width: 569px;
	font-size: 1px;
	background: url(../images/header-planning.png) no-repeat;
}

#content h2.solutions-utilities {
    height: 0px !important;
    height /**/:58px; /* IE 5/Win hack */
    padding: 58px 0 0 0;
    overflow:  hidden;
	display: inline-block;
	width: 569px;
	font-size: 1px;
	background: url(../images/header-utilities.png) no-repeat;
}

#content h2.solutions-courts {
    height: 0px !important;
    height /**/:58px; /* IE 5/Win hack */
    padding: 58px 0 0 0;
    overflow:  hidden;
	display: inline-block;
	width: 569px;
	font-size: 1px;
	background: url(../images/header-courts.png) no-repeat;
}

#content h2.solutions-financial {
    height: 0px !important;
    height /**/:58px; /* IE 5/Win hack */
    padding: 58px 0 0 0;
    overflow:  hidden;
	display: inline-block;
	width: 569px;
	font-size: 1px;
	background: url(../images/header-finacial.png) no-repeat;
}

#content h2.solutions-additional {
    height: 0px !important;
    height /**/:58px; /* IE 5/Win hack */
    padding: 58px 0 0 0;
    overflow:  hidden;
	display: inline-block;
	width: 569px;
	font-size: 1px;
	background: url(../images/header-additional.png) no-repeat;
}

#content h2.solutions-outbound {
    height: 0px !important;
    height /**/:58px; /* IE 5/Win hack */
    padding: 58px 0 0 0;
    overflow:  hidden;
	display: inline-block;
	width: 569px;
	font-size: 1px;
	background: url(../images/header-outbound.png) no-repeat;
}

#content h2.solutions-community {
    height: 0px !important;
    height /**/:58px; /* IE 5/Win hack */
    padding: 58px 0 0 0;
    overflow:  hidden;
	display: inline-block;
	width: 569px;
	font-size: 1px;
	background: url(../images/header-community.png) no-repeat;
}

#content h2.solutions-inspectrack {
    height: 0px !important;
    height /**/:58px; /* IE 5/Win hack */
    padding: 58px 0 0 0;
    overflow:  hidden;
	display: inline-block;
	width: 569px;
	font-size: 1px;
	background: url(../images/header-inspectrack.png) no-repeat;
}

#content h2.demo {
    height: 0px !important;
    height /**/:58px; /* IE 5/Win hack */
    padding: 58px 0 0 0;
    overflow:  hidden;
	display: inline-block;
	width: 569px;
	font-size: 1px;
	background: url(../images/header-demo.png) no-repeat;
}

#content h2.news {
    height: 0px !important;
    height /**/:58px; /* IE 5/Win hack */
    padding: 58px 0 0 0;
    overflow:  hidden;
	display: inline-block;
	width: 569px;
	font-size: 1px;
	background: url(../images/header-news.png) no-repeat;
}

#content h2.clients {
    height: 0px !important;
    height /**/:58px; /* IE 5/Win hack */
    padding: 58px 0 0 0;
    overflow:  hidden;
	display: inline-block;
	width: 569px;
	font-size: 1px;
	background: url(../images/header-clients.png) no-repeat;
}

#content h2.contact {
    height: 0px !important;
    height /**/:58px; /* IE 5/Win hack */
    padding: 58px 0 0 0;
    overflow:  hidden;
	display: inline-block;
	width: 569px;
	font-size: 1px;
	background: url(../images/header-contact.png) no-repeat;
}

#content h2.login {
    height: 0px !important;
    height /**/:58px; /* IE 5/Win hack */
    padding: 58px 0 0 0;
    overflow:  hidden;
	display: inline-block;
	width: 569px;
	font-size: 1px;
	background: url(../images/header-login.png) no-repeat;
}

#content h2.about {
    height: 0px !important;
    height /**/:58px; /* IE 5/Win hack */
    padding: 58px 0 0 0;
    overflow:  hidden;
	display: inline-block;
	width: 569px;
	font-size: 1px;
	background: url(../images/header-about.png) no-repeat;
}

#content h2.partners {
    height: 0px !important;
    height /**/:58px; /* IE 5/Win hack */
    padding: 58px 0 0 0;
    overflow:  hidden;
	display: inline-block;
	width: 569px;
	font-size: 1px;
	background: url(../images/header-partners.png) no-repeat;
}

#content h2.privacy {
    height: 0px !important;
    height /**/:58px; /* IE 5/Win hack */
    padding: 58px 0 0 0;
    overflow:  hidden;
	display: inline-block;
	width: 569px;
	font-size: 1px;
	background: url(../images/header-privacy.png) no-repeat;
}

#content h2.sitemap {
    height: 0px !important;
    height /**/:58px; /* IE 5/Win hack */
    padding: 58px 0 0 0;
    overflow:  hidden;
	display: inline-block;
	width: 569px;
	font-size: 1px;
	background: url(../images/header-sitemap.png) no-repeat;
}

#content h2.careers {
    height: 0px !important;
    height /**/:58px; /* IE 5/Win hack */
    padding: 58px 0 0 0;
    overflow:  hidden;
	display: inline-block;
	width: 569px;
	font-size: 1px;
	background: url(../images/header-careers.png) no-repeat;
}

#content h2.trivia {
    height: 0px !important;
    height /**/:58px; /* IE 5/Win hack */
    padding: 58px 0 0 0;
    overflow:  hidden;
	display: inline-block;
	width: 569px;
	font-size: 1px;
	background: url(../images/header-trivia.png) no-repeat;
}
#content h3, #content h4, #content h5, #content p {
    padding: 0 50px 0 60px;
}

#content p a {
	text-decoration: underline;
}

#content p.page-summary {
	font-size: 13px;
}

.openingline {
	font-weight: bold;
	font-size: 17px;
}

#content p.product-summary {
	font-size: 14px;
}

#content h3 {
	color: #069;
	font-weight: normal;
	font-style: normal;
	font-size: 21px;
	line-height: 21px;
	margin-top: 16px;
	margin-bottom: 14px;
}

#content h4 {
	color: #069;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 21px;
	margin-top: 16px;
	margin-bottom: 4px;
}

#content p {
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 12px;
}

#content p.homequote {
	font-size: 21px;
	line-height: 25px;
	margin: 12px 0;
}

#content p.homequote em {
	display: block;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content ul {
	margin-left: 0;
	list-style-type: square;
	line-height: 21px;
	font-size: 12px;
	margin-right: 50px;
	padding-left: 100px;
}

#productinfo ul {
	margin-left: 0;
}

#content form {
	display: block;
}

#content form.form fieldset {
	border-style: none;
	padding: 0;
	margin: 0 9px 25px 10px;
	background: url(../images/box-background.png) no-repeat 0 0;
}

#content form.form fieldset legend {
	color: #069;
	display: block;
	font-size: 14px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
}

#contact-info label {
	display: inline-block;
	width: 100px;
	text-align: right;
	font-size: 12px;
}

fieldset#contact-info.applyform label {
	width: 150px;
}

#contact-info p {
	font-size: 10px;
	padding-left: 106px;
}

#contact-about label {
	font-size: 12px;	
}

#contact-about input {
	display: inline-block;
	margin-left: 50px;
}

input {
	margin-left: 5px;
}

input.demolog {
	width: 150px;
}

#login label {
	display: inline-block;
	width: 100px;
	text-align: right;
	font-size: 12px;
	margin-right: 5px;
}

#login input {
	display: inline-block;
}

#contact-info h5 {
	font-size: 12px;
	color: black;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid silver;
	padding: 0;
	margin: 0 60px;
}

#contact-info p input {
	display: inline-block;
}

#contact-info p span {
	display: inline-block;
	width: 85%;
	vertical-align: top;
	margin-left: 5px;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

textarea.applybox {
	margin-left: 60px;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 20px;
}

div.applybox {
	font-size: 12px;
	display: block;
	padding-right: 60px;
	padding-left: 60px;
	line-height: 1.5em;
	padding-bottom: 20px;
}

#btnLogin {
	margin-left: 110px;
}

#content p stong {
	font-weight: bold;
}

textarea#comments {
	margin-left: 50px;
}

#content img {
	margin-left: 80px;
	margin-top: 5px;
}

img#nonflash-home {
	margin: 0;
	padding: 0;
}

div#content.home p {
	padding-right: 0;
}

#homefloat {
	margin: 0 6px 0 15px;
	float: right;
	display: block;
	width: 250px;
	border-left: 1px solid #c4c6c8;
	background: url(../images/float-background.png) no-repeat -307px top;
	border-bottom: 1px solid #c4c6c8;
}

#sidebar div.sidebar-p p {
	margin-left: 29px;
	margin-right: 29px;
}

#homefloat p {
	margin-right: 15px;
	padding: 0;
	margin-left: 15px;
	margin-top: 15px;
}

#homefloat h4 {
	padding-right: 15px;
	padding-left: 15px;
}

#homefloat ul {
	margin-left: 11px;
	margin-right: 0;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 0;
	margin-top: 0;
}

#homefloat p.homequote em {
	display: block;
	font-size: 12px;
	line-height: 12px;
	padding-top: 5px;
}

#homefloat p.homequote {
	font-size: 14px;
}

#content dl {
}

#content dl dt {
	width: auto;
	text-align: right;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-left: 60px;
	margin-right: 0;
	padding: 0 0 5px;
	float: left;
}

#content dl dd {
	display: block;
	vertical-align: top;
	color: #069;
	font-size: 13px;
	padding: 0 0 5px 5px;
	margin: 0;
}

img#apply {
	float: right;
	padding: 0;
	display: inline-block;
	margin: 6px 6px 10px 10px;
}



/* @end */

/* @group productbox */

#productbox {
	margin: 10px;
	width: 556px;
	display: block;
	background: url(../images/productbox-sides.png) repeat-y 0 bottom;
	border-bottom: 1px solid #c4c6c8;
}

#productinfo {
	margin: 0;
	background: url(../images/productbox-top.png) no-repeat 0 top;
	padding: 20px 40px 20px 50px;
	display: inline-block;
	clear: both;
}

ul#producttabs {
	margin: 0;
	padding: 0;
	background: white url(../images/productbox-line.png) no-repeat 0 bottom;
	display: inline-block;
	vertical-align: middle;
	width: 556px;
}

#producttabs ul {
	margin: 0;
	padding: 0;
}

#producttabs li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	float: left;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
}

#producttabs li a {
	background: url(../images/producttab.gif) right 0;
	display: block;
	padding: 4px 12px 4px 8px;
	border-left: 1px solid silver;
}

#producttabs li a {
	color: black;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#producttabs li a:hover {
	background-position: right -55px;
}

#producttabs li.selecteditem a {
	background-position: right -110px;
	color: #069;
}

#productinfo p {
	margin: 0;
	padding: 0 0 10px;
}

#productinfo h3 {
	padding-left: 0;
	padding-right: 0;
	color: #069;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
}

#productinfo h4 {
	padding-left: 0;
	padding-right: 0;
	color: #069;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
}

#productinfo h5 {
	padding-left: 0;
	padding-right: 0;
	color: gray;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 0;
	margin-bottom: 0;
}

#productinfo ul {
	padding-top: 0;
	margin-top: 0;
	padding-left: 50px;
}



/* @end */

/* @group clients */

#contact-info {
	
}

/* @group oldclients */

body#body-clients {
	text-align: left;
	margin: 0;
	background-repeat: repeat-x;
	background-position: 0 -200px;
	padding: 20px 0 20px 25px;
}

#clients-column {
	width: 185px;
	display: inline-block;
	vertical-align: top;
	float: left;
	padding: 0 0 0 10px;
}

#body-clients div h2 {
	color: #069;
	font-weight: normal;
	font-style: normal;
	font-size: 21px;
	line-height: 21px;
	margin-top: 16px;
	margin-bottom: 14px;
}

#clients-column h3 {
	color: #666;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 21px;
	margin-top: 16px;
	margin-bottom: 4px;
}

#clients-column ul li {
	margin-left: 0;
	list-style-type: square;
	color: black;
	line-height: 21px;
	font-size: 13px;
}



/* @end */

ul#clientlist {
	margin: 15px;
	padding: 0;
	list-style-type: none;
}

#clientlist li {
	list-style-type: none;
	font-size: 11px;
	line-height: 11px;
	height: 40px;
}

#clientlist ul  {
	list-style-type: none;
	font-size: 11px;
	line-height: 11px;
	height: 40px;
}

#clientlist ul li {
	list-style-type: none;
	font-size: 11px;
	line-height: 11px;
	height: 40px;
}

#clientlist li a span {
	display: inline-block;
	width: 126px;
	margin-top: 14px;
}

#clientlist li a img {
	padding: 0;
	border: 1px solid silver;
	background-color: white;
	margin: 5px;
	display: inline-block;
	vertical-align: top;
}

/* @group clientlist2 */

ul#clientlist2 {
	margin: 0 0 0 63px;
	padding: 0;
	list-style-type: none;
	display: block;
}

#clientlist2 li {
	list-style-type: none;
	font-size: 11px;
	line-height: 11px;
	height: 40px;
	display: inline;
}

#clientlist2 ul  {
	list-style-type: none;
	display: block;
}

#clientlist2 ul li {
	list-style-type: none;
}

#clientlist2 li a span {
	display: none;
	margin-top: 14px;
}

#clientlist2 li a img {
	padding: 0;
	border: 1px solid silver;
	background-color: white;
	margin: 5px;
	vertical-align: top;
	display: inline-block;
}



/* @end */



/* @end */

/* @group news */

a.headline {
	display: block;
	font-size: 14px;
	color: #069;
	text-decoration: underline;
}

span.date {
	color: gray;
}

#newscarousel li {
	color: black;
}

.jcarousel-container {
    -moz-border-radius: 10px;
	background: white url(../images/box-background.png) no-repeat 10px 0;
}

.jcarousel-container-vertical {
    width: 575px;
    height: 581px;
    padding: 040px 0 40px;
}

.jcarousel-clip-vertical {
    height: 581px;
}

.jcarousel-item {
    width: auto;
    height: 75px;
}

.jcarousel-item-vertical {
	margin-bottom: 10px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 575px;
    height: 32px;
    cursor: pointer;
    background: url(../images/news-morebottom.gif) no-repeat 75px 0;
}

.jcarousel-next-vertical:hover {
	background-position: 75px -32px;
}

.jcarousel-next-vertical:active {
	background-position: 75px -64px;
}

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active {
    cursor: default;
	background-position: 75px -96px;
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 575px;
    height: 32px;
    cursor: pointer;
    background: url(../images/news-moretop.gif) no-repeat 75px 0;
	margin-top: 6px;
}

.jcarousel-prev-vertical:hover {
	background-position: 75px -32px;
}

.jcarousel-prev-vertical:active {
	background-position: 75px -64px;
}

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
    cursor: default;
	background-position: 75px -96px;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: auto;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}



/* @end */

/* @group comparison grid */

table.compgrid {
	text-align: center;
	margin: 10px 0 25px;
	padding: 0;
	border-spacing: 0;
	background: url(../images/box-background.png) no-repeat;
	width: 455px;
}

table.miscgrid {
	text-align: center;
	margin: 10px 0 25px 61px;
	padding: 0;
	border-spacing: 0;
	background: url(../images/box-background.png) no-repeat;
	width: 455px;
}

#content table.miscgrid tbody tr td {
	padding-left: 16px;
}

td {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid white;
	border-color: #d8d8d8;
}

tr.gridhead td {
	color: #069;
}

.griditem {
	text-align: right;
	padding-left: 10px;
}

col.gridcol {
	width: 60px;
	border-right: 1px solid #d8d8d8;
}



/* @end */

/* @group timeline */

ul#timeline.ui-accordion-container.ui-accordion {
	padding: 0;
	margin: 0 96px 0 100px;
	list-style-type: none;
	background-repeat: no-repeat;
	border-bottom: 1px solid #c4c6c8;
}

#timeline li a.timelineyear {
	background-image: url(../images/timeline.png);
	display: block;
	padding-left: 10px;
	padding-top: 2px;
	color: #069;
	margin: 0;
	list-style-type: none;
}

#timeline li a:hover.timelineyear {
	color: gray;
	list-style-type: none;
}

#timeline ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#timeline li {
	margin: 0;
	padding: 0;
	display: block;
	width: 379px;
	list-style-type: none;
}

#timeline li div ul {
	list-style-type: none;
	margin: 0;
	padding: 0 25px 0 100px;
	position: relative;
	top: -15px;
}

#timeline li div ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 255px;
}

#timeline li div {
	background: url(../images/timeline.png) 0 -23px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}



/* @end */

/* @group footer */

#footer {
	padding: 0;
	width: 800px;
}

#footmenu {
	height: 99px;
	background-image: url(../images/footer.png);
	font-size: 14px;
	color: white;
	width: 800px;
	text-align: center;
	clear: both;
}

#footmenu1 {
	display: inline-block;
	margin-right: 25px;
	padding-top: 60px;
	font-size: 13px;
}

#footmenu2 {
	display: inline-block;
	padding-top: 60px;
	font-size: 13px;
}

#footmenu1 a, #footment1 a:hover, #footmenu1 a:visited {
	color: #069;
	font-size: 13px;
}

#footmenu2 a, #footment2 a:hover, #footmenu2 a:visited {
	color: #666;
	font-size: 13px;
}

#footcopy {
	text-align: right;
	font-size: 12px;
	color: gray;
	display: inline-block;
	float: right;
	padding: 10px 60px 50px 0;
}



/* @end */

/* @group new timeline */

body#timetime {
	background-color: white;
	background-image: none;
	margin: 0;
	padding: 0;
}

ul#thetimeline {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
	display: inline-block;
	width: 3200px;
}

#thetimeline li {
	list-style-type: none;
	width: 150px;
	display: inline-block;
	height: 225px;
	font-size: 10px;
	margin-right: 0;
	float: left;
	margin: 0;
	padding: 0;
	background: white url(../images/timegrid.gif) no-repeat;
	color: white;
}

#thetimeline li ul {
	margin: 0;
	padding: 0;
}

#thetimeline li ul li {
	margin: 4px;
	padding: 10px 3px 3px;
	display: block;
	float: none;
	height: auto;
	width: auto;
	background-image: url(../images/timeblue.gif);
	color: black;
	border-bottom: 1px solid #4e6882;
}

#timeframe {
	padding-left: 61px;
	padding-right: 64px;
}



/* @end */

/* @group homeflash */

object#selectron-home {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 69px;
}

#homeflashbox {
	width: 570px;
	height: 189px;
	display: block;
}



/* @end */

/* @group sitemap */

#sitemaplist ul {
	padding-left: 31px;
	opacity: 1;
	list-style-type: none;
	border-left: 1px dashed silver;
	padding-bottom: 10px;
	margin: 0;
}



/* @end */

/* @group careers */



/* @end */

span#jobnametop {
	color: #069;
	font-weight: normal;
	font-style: normal;
	font-size: 19px;
}

table#jobnametable {
	border-width: 0;
	margin-left: 60px;
}

#jobnametable tbody tr td {
	border-width: 0;
}
