body {
	margin:0px;
	background-image:url(/images/background-bottom.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#7E2305;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
form {
	margin:0px;
}
img {
	border:none;
}
h1 {
	margin:0px;
	font-weight:normal;
}
h2 {
	margin:0px;
	font-weight:normal;
}
h3 {
	margin:0px;
	font-weight:normal;
	font-size:16px;
}
h4 {
	margin:0px;
	font-weight:normal;
}
ol, ul  {
	margin:0px;
	padding:0px;
}
.block {
	display:block;
}

/* Basic Layout */
.background-header {
	background-image:url(/images/header-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
.background-bottom {
	background-image:url(/images/background-top.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

.wrapper {
	display:block;
	width:960px;
	margin-right:auto;
	margin-left:auto;
}



.header {
	display:block;
	height:164px;
	width:960px;
}


.content {
	display:table;
	width:960px;
	background-image:url(/images/content-middle-bg.jpg);
	background-repeat:repeat-y;
	height:100%;
}
.content-top {
	display:table;
	width:960px;
	background-image:url(/images/content-top-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.content-bottom {
	display:table;
	width:960px;
	background-image:url(/images/content-bottom-bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.content-postion {
	display:table;
	width:900px;
	padding:30px 30px 20px 30px;
}
.content-padding {
	display:block;
	padding:20px 0px 0px 0px;
}
.content-padding a {
	color:#333333;
	text-decoration:underline;
}
.content-padding a:hover {
	text-decoration:none;
}


.col-left {
	display:block;
	width:508px;
	float:left;
}
.col-right {
	display:block;
	width:371px;
	float:right;
}
.int-col-left {
	display:block;
	width:658px;
	float:left;
}
.int-col-left ul, .int-col-left ol {
	margin:0px 0px 0px 40px;
}
.int-col-left li {
	margin:8px 0px 8px 0px;
}
.int-col-left p {
	line-height:20px;
}
.int-col-right{
	display:block;
	width:221px;
	float:right;
	padding-right:5px;
}
.int-col-right img {
	vertical-align:bottom;
	float:right;
	clear:right;
	padding:20px 0px 0px 0px;
}


.footer {
	display:block;
	clear:both;
	height:129px;
	background-image:url(/images/footer-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:10px 0px 0px 34px;
}






/* Header + Navigation */
.logo {
	float:left;
	width:238px;
	height:56px;
	margin:32px 0px 0px 32px;
}
.login {
	display:block;
	float:left;
	margin:0px 0px 0px 210px;
	padding:11px 0px 0px 0px;
}
.login .title {
	display:block;
	height:48px;
	width:110px;
	padding:30px 15px 0px 0px;
	border-right:#B7A59F 1px solid;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:15px;
	margin:0px;
}
.login-bg {
	display:block;
	float:left;
	width:301px;
	height:104px;
	background-image: url(/images/login-bg-trans.png);
	background-repeat:no-repeat;
	margin-left:20px;
}
.login-bg .top, .login-bg .bottom  {
	display:block;
	padding-top:16px;
}

.link-a {
	margin:20px 0px 0px 5px;
}
.link-b {
	margin:20px 0px 0px 5px;
}
.link-c {
	margin:20px 0px 0px 55px;
}
.link-d {
	margin:20px 0px 0px 15px;
}
.nav {
	display:block;
	clear:both;
	height:47px;
	padding-top:10px;
	padding-left:34px;
}
.nav a {
	color:#FFFFFF;
	text-decoration:none;
}

.nav img {
	margin:0px 10px 0px 225px;
}
.nav .home, .nav .corporate, .nav .resellers, .nav .solutions, .nav .products, .nav .last, .nav .apply  {
	display:block;
	height:25px;
	float:left;
	color:#FFFFFF;
	text-align:center;
	padding-top:20px;
	border-right:#6F524C 1px solid;
	cursor:pointer;
}
.nav .home {
	width:41px;
	padding-left:10px;
	padding-right:10px;
}
.nav .home a {
	display:block;
	padding:0px 0px 4px 0px;
}
/*.nav .home a:hover {
	background-image:url(/images/nav-underline.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}*/
.nav .corporate	{
	width:94px;
}
.nav .resellers {
	width:85px;
}
.nav .solutions {
	width:89px;
}
.nav .products {
	width:87px;
}
.nav .apply {
	border:none;
	width:43px;
	padding-left:10px;
	padding-right:10px;
}
.nav .apply a {
	display:block;
	padding:0px 0px 4px 0px;
}
/*.nav .apply a:hover {
	background-image:url(/images/nav-underline.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}*/



/* Show Hide Nav */

#div1, #div2, #div3, #div4 {
	display:block;
	float:left;
	color:#FFFFFF;
	text-align:left;
	position:absolute;
	/*
	background-image:url(/images/nav-hidden-bg.gif);
	background-repeat:repeat;
	*/
	background-color:#000000;
	border:#694A45 1px solid;
	padding:10px 8px 10px 8px;
	margin-top:-2px;
}
#div1 a, #div2 a, #div3 a, #div4 a {
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	padding:2px 8px 2px 8px;
	margin-top:2px;
	border-bottom:#000000 2px solid;
}
#div1 a:hover, #div2 a:hover, #div3 a:hover, #div4 a:hover {
	display:block;
	background-color:#890909;
}
#div1 {
	margin-left:95px;
}
#div2 {
	margin-left:190px;
}
#div3 {
	margin-left:276px;
}
#div4 {
	margin-left:366px;
}




/* Column Left */
.index-left {
	padding-right:10px;
	border-right:#858585 1px solid;
	line-height:20px;
}
.col-left h1 {
	color:#000000;
	font-size:18px;
}
.col-left ul, .col-left ol {
	padding-left:40px;
}
.col-left li {
	margin:6px 0px 6px 0px;
}




/*Column Right */
.col-right h2 {
	color:#000000;
	font-size:18px;
}
.col-right h3 {
	color:#4F4F4F;
	font-size:12px;
	letter-spacing:1px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

.index-list-container {
	padding-left:25px;
	font-size:11px;
	height:160px;
}
.index-list-container li {
	margin:7px 0px 7px 0px;
	color:#5C5C5C;
	line-height:14px;
}
.index-list-left  {
	padding-left:20px;
}
.index-list-right {
	margin:-120px 0px 0px 160px;
}
.black {
	color:#000000;
	font-size:9px;
	margin:0px;
}



/* Index Side Navigation */
.col-right .side-nav-row {
	display:block;
	height:40px;
	margin:10px 0px 10px 0px;
	padding-left:30px;
}     
.telephone, .payment, .billing, .credit-card, .high-risk, .check, .identity, .solutions-books{
	display:block;
	float:left;
	width:125px;
	height:42px;
	cursor:pointer;
}





/* Solution Center */
.solution-center {
	display:block;
	float:right; 
	clear:right;
	width:196px;
	height:53px;
	background-image:url(/images/solution-center-bg.jpg);
	background-repeat:no-repeat;
	padding:127px 0px 0px 16px;
}
.solution-center form  {
	cursor:pointer;
}
.solution-center select {
	font-size:13px;
	border:#ACADB2 1px solid !important;
	background-color:#FFFFFF !important;
	width:auto;
	cursor:pointer;
	width:160px;
}
.solution-center .selected {
	background-image:url(/images/fake-select-arrow.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}






/* Product Center */
.product-center {
	display:block;
	width:180px;
	float:right;
	clear:right;
	background-image:url(/images/product-center-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#F2F2F3;
	border-bottom:#AEAEAE 1px solid;
	border-right:#AEAEAE 1px solid;
	border-left:#AEAEAE 1px solid;
	padding:10px 15px 15px 15px;
}
.product-center a {
	display:block;
	color:#000000;
	margin:8px 0px 0px 0px;
	text-decoration:none;
	padding:4px 8px 4px 8px;
}
.product-center a:hover {
	background-color:#C4C4C4;
}







/* Footer Information */
.footer-col {
	float:left;
	width:140px;
	margin:0px 25px 0px 0px;
}
.footer-col h4 {
	font-size:13px;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
}
.footer-col a {
	display:block;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	margin:10px 0px 0px 0px;
}
.footer-col a:hover {
	text-decoration:underline;
}




/* Applications */
.applications {
	display:block;	
}
.applications a {
	display:block;
	float:left;
	background-image:url(/images/pdf-logo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	text-decoration:underline;
	color:#000000;
	padding-top:75px;
}
.applications .move-right {
	margin:0px 0px 0px 40px;
}
.applications a:hover {
	text-decoration:none;
}




/* News And Press */
.news h2 {
	margin:15px 0px 0px 0px;
}
.news span {
	font-weight:bold;
}
.news a {
}	
.news a span {
	font-size:13px;
}
.post-borders {
	display:block;
	border-bottom:#333333 1px solid;
	padding-bottom:10px;
}




/* Single Page */
.related-art {
	display:block;
}
.related-art a {
	display:block;
	margin:10px 0px 0px 0px;
}





/* Contact */
.contact-left {
	display:block;
	width:384px;
	float:left;
}
.contact-left p {
	font-weight:bold;
}



.contact-right {
	display:block;
	width:170px;
	float:right;
	margin-right:20px;
	padding-top:40px;
}
.contact-right h2  {
	color:#611905;
	font-size:13px;
	font-weight:bold;
	margin:8px 0px 8px 0px;
}
.contact-right img  {
	padding:0px 8px 20px 0px;
}







/* Disclosures */
.footer .col-right img {
	margin:17px 0px 0px 140px;
}
#disclosures {
	display:block;
	color:#FFFFFF;
	margin:20px 0px 0px 160px;
}
#disclosures ul	{
	display:block;
	margin:0px;
	padding:0px;
}
#disclosures p {
	margin:0px;
}
#disclosures a {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
}
#disclosures a:hover {
	text-decoration:none;
}
