@charset "utf-8";
/* Reset styles */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #fff;
	color: #252525;
	font-family: Avenir, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
p {
	padding-bottom: 10px;
}
h1 {
	color: #ab0d1c;
	font-weight: normal;
	font-size: 23px;
	padding: 10px 0;
	line-height: 22px;
}
h2 {
	color: #ab0d1c;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 8px;
}
a {
	color: #315397;
}

#wrapper {
	width: 800px;
	background-image: url(images/wrapper_bg.png);
	background-repeat: repeat-y;
	margin: auto;
	padding: 0 7px;
}

/* header */
#header {
	height: 109px;
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	margin: 0 20px;
	position: relative;
}
#btlogo {
	position: absolute;
	top: 26px;
	left: 0;
}
#clientLogin {
	position: absolute;
	top: 41px;
	right: 5px;
	font-size: 12px;
}
#search {
	position: absolute;
	top: 67px;
	right: 2px;	
}
#searchtable td {
	vertical-align: middle;
	padding-left: 3px;
	font-size: 12px;
}
#searchbox {
	background: transparent;
	background-image: url(images/search_field_bg.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 134px;
	border: none;
	outline: none;
	padding: 3px;
	font-size: 11px;
}
#searchsubmit {
	padding-top: 2px;
}
#searchcontent {
	margin: 0 20px;
}

#masthead {
	height: 169px;
	background-image: url(images/masthead_bg.jpg);
	background-repeat: no-repeat;
	padding: 2px 0 0 22px;
	margin-bottom: 12px;
}
#submasthead {
	height: 88px;
	background-image: url(images/sub_masthead_bg.jpg);
	background-repeat: no-repeat;
	padding: 2px 0 0 22px;
	margin-bottom: 12px;
}

#content {
}

/* nav */
#nav {
	float: left;
	font-size: 12px;
	padding-left: 20px;
	width: 159px;
}
#nav ul li {
	margin: 0;
	padding: 6px 0 0 0;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 24px;
}
#nav ul li.selected {
	background-image: url(images/nav_selected_bg.jpg);
	min-height: 24px;
	height: auto;
}
#nav ul li a {
	color: #252525;
	text-decoration: none;
	padding-left: 17px;
	display: block;
	zoom: 1; /* hasLayout bug */
}
#nav ul li.selected a {
	color: #325a6b;
}
#nav ul ul {
	margin: 0;
	padding: 0 0 12px 0;
}
#nav ul ul li {
	background-image: none;
	height: auto;
	padding: 6px 0 0 0;
	margin: 0;
}
#nav ul li.selected ul li a {
	color: #ab0d1c;
	padding-left: 29px;
	display: block;
	zoom: 1; /* hasLayout bug */
}
#contactinfo {
	padding: 10px 0 0 16px;
}

/* sidebar */
#sidebar {
	width: 289px;
	float: right;
}
#selectionBox {
	background-image: url(images/selection_box_bg.jpg);
	background-repeat: no-repeat;
	min-height: 169px;
	font-size: 11px;
}
#selectionBox form {
	padding: 15px 0 0 25px;
}
#selectionBox select {
	display: block;	
	margin: 6px 0 3px 0;
	font-size: 11px;
	width: 185px;
}
.selectionBig {
	font-size: 20px;
	color: #315397;
}

#advantageBox {
	background-image: url(images/advantage_box_bg.jpg);
	background-repeat: no-repeat;
	min-height: 165px;
	padding: 20px 0 0 25px;
}
.advantageBig {
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 5px;
}
.advantageColor {
	color: #c85b02;
}
#advantageBox a {
	color: #c85b02;
}
.advantageLearnMore {
	padding-top: 5px;
}

#weCanHelpBox {
	background-image: url(images/wecanhelp_bg.png);
	background-repeat: no-repeat;
	min-height: 165px;
	padding: 20px 33px 0 25px;
	min-height: 265px;
}
#weCanHelpBox ul {
	list-style-image: url(images/list_bullet.png);
	margin: 5px 0 0 10px;
}
#weCanHelpBox li {
	padding-bottom: 6px;
}
#securitySidebar {
	width: 260px;
	float: right;
	margin: 0 20px 0 0;
}


#main {
	margin: 0 310px 0 206px;
}
#mainNoSidebar {
	margin: 0 35px 0 206px;
}
#mainClientLogin {
	margin: 0 0 0 206px;
}
#securityMain {
	width: 260px;
}

#main ul, #mainNoSidebar ul, #securitySidebar ul {
	list-style-image: url(images/list_bullet.png);
	margin: 0 0 0 15px;
}
#main li, #mainNoSidebar li, #securitySidebar li {
	padding-bottom: 6px;
}
.subhead {
	font-weight: bold;
	padding-bottom: 2px;
}

.solutionssubhead {
	font-weight: bold;
	padding: 8px 0 2px 0;
}

ul#weSpecialize {
	padding-top: 5px;
	list-style-image: url(images/list_bullet.png);
}
#weSpecialize li {
	margin: 0 0 3px 3px;
}
.clearright {
	clear: right;
}
#solutionsBox {
	background-image: url(images/solutions_box_bg.jpg);
	background-repeat: no-repeat;
	min-height: 220px;
	padding: 20px 33px 0 25px;
}
#solutionsBox ul {
	list-style-image: url(images/list_bullet.png);
	margin: 10px 0 0 10px;
}
#solutionsBox li {
	padding-bottom: 12px;
}
#industriesBox {
	text-align: right;
}
.pagebreak {
	border-top: 2px dashed #d5d6d7;
	margin-top: 10px;
	padding-bottom: 20px;
	clear: right;
}
#paragraphwithsidebar {
	width: 285px;
}
.industriessubhead {
	color: #bb1824;
	padding: 4px 0 2px 0;
	font-weight: bold;
}
#technologyBox {
	padding-bottom: 10px;
}
.technologysubhead {
	color: #bb1824;
	padding: 0 0 5px 0;
	font-weight: bold;	
}
#technologyLogos img {
    padding-bottom: 25px;
}
.supportsubhead {
	color: #bb1824;
	font-weight: bold;
}
.clientsupportsubhead {
	color: #bb1824;
	font-weight: bold;
	padding-bottom: 15px; 
}

#platinumsupport {
	float: left;
	width: 128px;
	height: 75px;
	background-image: url(images/grad-red.jpg);
	background-repeat: repeat-x;
	margin-right: 20px;
	padding: 15px 20px 20px 20px;
}
#goldsupport {
	float: left;
	width: 128px;
	height: 75px;
	background-image: url(images/grad-gold.jpg);
	background-repeat: repeat-x;
	margin-right: 20px;
	padding: 15px 20px 20px 20px;
}
#silversupport {
	float: left;
	width: 128px;
	height: 75px;
	background-image: url(images/grad-silver.jpg);
	background-repeat: repeat-x;
	padding: 15px 20px 20px 20px;
}
#supportwindows {
	height: 115px;
	padding: 15px 0;
}
#pdficon {
	float: left;
	padding-right: 12px;
}
.contactusinfo {
	line-height: 20px;
}
#contactform {
	background-color: #f3f3f4;
	border: 1px solid #999;
	padding: 15px 50px;
	margin-top: 15px;
}
.contactformsubhead {
	color: #bb1824;
	text-align: center;
	font-weight: bold;
	padding-bottom: 25px;
}
#contactform td {
	padding: 5px;
	vertical-align: top;
}
#contactform input, textarea {
	width: 200px;
}
#contactform textarea.comments {
	width: 400px;
	height: 150px;
}
#contactform input.checkbox {
	width: auto; 
}
#contactform label {
}
#contactform input.submitbutton {
	width: 101px;
}
#contactform td.moreabout {
	padding: 20px;
}
#nav #socialMedia {
	width: 159px;
	height: 88px;
	text-align: center;
	margin-top: 50px;
	font-weight: bold;
	font-size: 13px;
	color: #ab0d1c;
}
#nav #socialMedia ul {
	margin-top: 6px;
}
#nav #socialMedia li {
	margin: 0;
	padding: 0;
	background: none;
	float: left;
}
#socialMedia #twitter a, #socialMedia #facebook a, #socialMedia #linkedin a {
	background: url(images/socialmedia.jpg) no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	height: 88px;
}
#nav #socialMedia #twitter a {
	width: 50px;
	background-position: 0 0;
	margin-right: 4px;
}
#nav #socialMedia #twitter a:hover {
	background-position: 0 -88px;
}
#nav #socialMedia #facebook a {
	width: 50px;
	background-position: -54px 0;
	margin-right: 4px;
}
#nav #socialMedia #facebook a:hover {
	background-position: -54px -88px;
}
#nav #socialMedia #linkedin a {
	width: 51px;
	background-position: -108px 0;
}
#nav #socialMedia #linkedin a:hover {
	background-position: -108px -88px;
}

p.thankyou {
	padding-bottom: 10px;
	color: #900;
	font-weight: bold;
}
#logos {
	clear: both;
	margin: 0 20px 0 20px;
	padding-top: 30px;
	zoom: 1; /* hasLayout bug */
}

p.aboutFirstParagraph {
	width: 275px;
}

/* footer */
#footer {
	height: 91px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	margin: 0 20px;
	position: relative;
}
#subnav {
	position: absolute;
	top: 39px;
	left: 220px;
	font-size: 10px;
}
#subnav ul li{
	display: inline;
	padding-right: 6px;
}
#copyright {
	position: absolute;
	top: 59px;
	left: 220px;
	color: #555555;
	font-size: 8px;
	font-family: Avenir, Verdana, Geneva, sans-serif;
}

/* sitemap */
#sitemap a {
	color: #41ad49;
}
#sitemapSubs {
	float: left;
	width: 275px;
}
#sitemapSingles {
	float: right;
}
.sitemapSubItem {
	padding: 10px 15px;
	margin-right: 20px;
}
#sitemapSubs ul {
	margin-top: 5px;
	list-style: none;
}
#sitemapSubs .sitemapSubItem ul a {
	color: #666;
}
.sitemapSingleItem {
	background-image: url(images/grad-grey.jpg);
	background-repeat: repeat-x;
	display: block;
	padding: 10px 10px 15px 20px;
	margin-bottom: 15px;
	margin-right: 14px;
	width: 200px;
}
#sitemapHomepage {
	background-image: url(images/grad-grey.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	margin-right: 14px;
}
#sitemapFooter .sitemapFooterItem {
	float: left;
	text-align: center;
	width: 105px;
	background-image: url(images/grad-grey.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	margin-right: 14px;
}
#sitemapMiddle {
	overflow: auto;
}
.sitemapSubItem {
	background-image: url(images/grad-grey.jpg);
	background-repeat: repeat-x;
	margin-bottom: 15px;
}

/* more information */
#moreinformationcontainer {
	margin: 0 20px;
	padding: 3px 20px 0 20px; 
	font-size: 10px;
	background-color: #f6f5f5;
}
#moreinformationcontainer ul {
	list-style-type: disc;
	margin: 0 0 10px 15px;
}
#moreinformationlink {
	text-align: center;
	padding: 10px 0 0 0;
}
#moreinformationnav {
	padding: 20px 0 10px 0;
	text-align: center;
}
#moreinformationnav a {
	text-decoration: none;
}
#moreinformationnav ul {
	list-style-type: none;
}
#moreinformationnav ul li {
	display: inline;
	padding: 0 5px;
}
.moreinformationcolumns {
	overflow: auto;
}
.moreinformationcol1 {
	width: 300px;
	float: left;
}
.moreinformationcol2 {
	width: 300px;
	float: right;
	margin-right: 25px;
}
#moreinformationbox {
	border: 1px solid #666;
	padding: 10px 10px 0 10px;
	margin-bottom: 15px;
}

#mainClientLogin iframe {
	border: none;
	width: 570px;
	height: 575px;
}