/* css for homepage */

a.BottomNav:link {
	font-family: arial, sans-serif;
	color: #000000;
	font-size: 8pt;
	text-decoration: none;	
	}
a.BottomNav:visited {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	}
a.BottomNav:hover  {
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 8pt;
	}
a.BottomNav:active {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	}

a.extnavlink:link {
	color: #56697f;
	font-family: arial, sans-serif;
	font-size: 7pt;
	font-weight: none;
	text-decoration: none;
	}
a.extnavlink:visited {
	color: #56697f;
	font-family: arial, sans-serif;
	font-size: 7pt;
	font-weight: none;
	text-decoration: none;
	}
a.extnavlink:hover  {
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 7pt;
	font-weight: none;
	text-decoration: none;
	}
a.extnavlink:active {
	color: #56697f;
	font-family: arial, sans-serif;
	font-size: 7pt;
	font-weight: none;
	text-decoration: none;
	}	

a.nav:link {
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	}
a.nav:visited {
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	}
a.nav:hover  {
	color: #e76f00;
	font-family: arial, sans-serif;
	font-size: 8pt;
	}
a.nav:active {
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	}
	
a.moreinfo:link {
	vertical-align: bottom;
	color: #e76f00;
	font-family: arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	}
a.moreinfo:visited {
	vertical-align: bottom;
	color: #e76f00;
	font-family: arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	}
a.moreinfo:hover  {
	vertical-align: bottom;
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	}
a.moreinfo:active {
	vertical-align: bottom;
	color: #e76f00;
	font-family: arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	}
	
a.request:link {
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
	}
a.request:visited {
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
	}
a.request:hover  {
	color: #e76f00;
	font-family: arial, sans-serif;
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
	}
a.request:active {
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
	}

a.inherit:link {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
	}
a.inherit:visited {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
	}
a.inherit:hover  {
	color: #FFFFFF;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: underline;
	}
a.inherit:active {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
	}
	

#adbanner1 {
	border-style: none;
	}
	
#container {
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/home_background.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 1000px;
	height: 720px;
	box-shadow: 0px 2px 10px rgba(0,0,0, 0.8);
	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0, 0.8);
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	position: relative;
	}
#container:before {
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.8);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	position: absolute;
	left: 10px;
	bottom: 15px;
	z-index: -1;
	width: 50%;
	max-width: 400px;
	height: 20%;
	content: "";
	}
#container:after {
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.8);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	position: absolute;
	right: 10px;
	bottom: 15px;
	z-index: -1;
	width: 50%;
	max-width: 400px;
	height: 20%;
	content: "";
	}

#flashContent {
	position: relative;
	top: 10px;
	left: 6px;
	width: 716px;
	height: 240px;
	}

#footer {
	padding: 30px 0px 0px 0px;
	margin: 0px auto 0px auto;
	display: block;
	width: 1000px;
	height: 20px;
	}
	
#header {
	width: 1000px;
	height: 125px;
	}
	
#main {
	width: 1000px;
	height: 575px;
	}

img.login {
	border-style: none;
	position: relative;
	left: 5px;
	top: 2px;
	}
img.blog {
	border-style: none;
	position: relative;
	left: 6px;
	top: 2px;
	}
img.solutions {
	border-style: none;
	position: relative;
	left: 6px;
	top: 0px;
	}
img.about {
	border-style: none;
	position: relative;
	left: 6px;
	top: 3px;
	}
img.news {
	border-style: none;
	position: relative;
	left: 6px;
	top: 3px;
	}	


body {
	background-color: #c0c0c0;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	width: 100%;
	height: 100%;
	}	
	

div.about {
	width: 282px;
	height: 275px;
	padding: 10px 0px 0px 12px;
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	}
div.about img {
	width: 138px;
	height: 41px;
	padding: 15px 0px 0px 0px;
	position: relative;
	left: -2px;
	}
	
div.ad {
	float: right;
	width: 750px;
	height: 290px;
	}
	
div.billingservicing {
	padding: 0px 0px 0px 15px;
	width: 279px;
	height: 112px;
	}
	
div.BottomNav {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	}

div.boxleft {
	width: 307px;
	height: 282px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 28px;
	background-image: url(/images/box_background2.png);
	background-repeat: no-repeat;
	}

div.boxmiddle {
	width: 307px;
	height: 282px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	bottom: 276px;
	left: 336px;
	z-index: 1;
	}
div.boxmiddlebackground {
	width: 307px;
	height: 282px;
	background-image: url(/images/box_background2.png);
	background-repeat: no-repeat;
	position: relative;
	bottom: 563px;
	left: 351px;
	z-index: 0;
	}

div.boxright {
	float: right;
	width: 307px;
	height: 282px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(/images/box_background2.png);
	background-repeat: no-repeat;
	}
	
div.bug {
	padding: 0px 0px 0px 0px;
	margin: auto;
	width: 330px;
	height: 60px;
	display: block;
	}
	
div.CCP {
	border-style: none;
	float:right;
	position: relative;
	width: 110px;
	height: 60px;
	}
	
div.copyright {
	padding: 0px 10px 0px 10px;
	margin: 0px auto 0px auto;
	font-family: arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	float: left;
	width: 310px;
	height: 30px;
	}
	
div.eventmanager {
	float: right;
	width: 275px;
	height: 112px;
	}

div.facebook {
	border-style: none;
	float:right;
	position: relative;
	left: -5px;
	width: 105px;
	height: 54px;
	}

div.feed {
	padding: 0px 0px 0px 2px;
	position: relative;
	top: 45px;
	line-height: 12pt;
	width: 292px;
	height: 275px;
	}

div.flash {
	position: relative;
	top: 10px;
	left: 6px;
	width: 716px;
	height: 240px;
	}

div.ihrsa {
	border-style: none;
	float:right;
	position: relative;
	width: 110px;
	height: 60px;
	}
	
div.inc5000 {
	border-style: none;
	float:right;
	position: relative;
	width: 82px;
	height: 60px;
	}	
	
div.mainnav {
	position: relative;
	left: 20px;
	width: 222px;
	height: 264px;
	}
	
div.membermanagement {
	padding: 0px 0px 0px 15px;
	width: 279px;
	height: 112px;
	}
	
div.nav {
	width: 250px;
	height: 290px;
	}
	
div.PCI {
	float: right;
	position: relative;
	top: -4px;
	width: 110px;
	height: 60px;
	}
	
div.Print {
	border-style: none;
	float:right;
	position: relative;
	width: 110px;
	height: 60px;
	}
	
div.requestinfo {
	float: right;
	position: relative;
	top: -215px;
	left: -37px;
	width: 132px;
	height: 30px;
	}

div.spotlight {
	width: 294px;
	height: 275px;
	padding: 0px 0px 0px 5px;
	}
div.spotlight img {
	width: 274px;
	height: 207px;
	padding: 10px 0px 0px 0px;
	}

div.text {
	padding: 10px 0px 0px 0px;
	}
	
div.trustwave {
	float: right;
	width: 110px;
	height: 60px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
div.websitemanager {
	float: right;
	width: 275px;
	height: 112px;
	}

	

h1 {
	padding: 15px 11px 0px 12px;
	margin: 0px 0px 0px 0px;
	line-height: 14pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #e46300;
	font-size: 13pt;
	text-shadow: #000000 1px 1px 2px;
	filter: glow(color=#000000,strength=2);
	filter: dropshadow(color=#000000,offX=1,offY=1);
	}
	
h1.box {
	font-size: 10pt;
	text-decoration: bold;
	line-height: 22pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	text-shadow: #000000 1px 1px 2px;
	filter: glow(color=#000000,strength=2);
	filter: dropshadow(color=#000000,offX=1,offY=1);
	}



img {
	border-style: none;
	}
	
img.ccp {
	border-style: none;
	}
	
img.logo {
	border-style: none;
	width: 230px;
	height: 108px;
	border: 0px;
	padding-left: 15px;
	padding-top: 10px;
	}
	
img.orangebar {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-style: none;
	width: 1000px;
	height: 2px;
	}
	
img.pci {
	border-style: none;
	}

img.print {
	border-style: none;
	}

img.request {
	vertical-align: middle;
	}

	
	
span.copyright {
	float: left;
	color: #000000;
	}
	
span.moreinfo {
	line-height: 22pt;
	}
	
span.product_text {
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 10pt;
	}
	

	
/* CSS for Slider */

table.slidertable {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 275px;
	height: 100%;
	font-family: arial, sans-serif;
	font-size: 10.5pt;
	line-height: 15pt;
	color: #FFFFFF;
	cellspacing: 0px;
	cellpadding: 0px;
	vertical-align: top;
	}
	
td.sliderquote {
	padding: 10px 5px 0px 10px;
	margin: 0px 0px 0px 0px;
	font-style: italic;
	vertical-align: top;
	}
	
td.sliderimg {
	padding: 0px 5px 15px 0px;
	margin: 0px 0px 0px 0px;
	width: 25%;
	font-size: 10.5pt;
	vertical-align: bottom-right;
	}
	
td.slidersig {
	padding: 0px 0px 25px 10px;
	margin: 0px 0px 0px 0px;
	width: 75%;
	font-size: 10.5pt;
	vertical-align: bottom;
	}
	
span.sliderspan {
	font-size: 9.5pt;
	}



/* CSS for Ext Content */

#extnav {
	padding: 10px 0px 10px 0px;
	margin: 30px auto 0px auto;
	font-family: arial, sans-serif;
	font-size: 7pt;
	height: 100%;
	width: 1000px;
	cellspacing: 0px;
	cellpadding: 0px;
	color: #56697f;
	background-image: url(/images/extnav.png);
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 2px 10px rgba(0,0,0, 0.8);
	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0, 0.8);
	background-image:
		-webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.22, rgb(28,65,102)),
			color-stop(0.45, rgb(17,52,92)),
			color-stop(0.91, rgb(0,35,76))
		);
	background-image:
		-moz-linear-gradient(
			center bottom,
			rgb(28,65,102) 22%,
			rgb(17,52,92) 45%,
			rgb(0,35,76) 91%
		);
	position: relative;
	}
#extnav:before {
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.8);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	position: absolute;
	left: 10px;
	bottom: 15px;
	z-index: -1;
	width: 50%;
	max-width: 400px;
	height: 20%;
	content: "";
	}
#extnav:after {
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.8);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	position: absolute;
	right: 10px;
	bottom: 15px;
	z-index: -1;
	width: 50%;
	max-width: 400px;
	height: 20%;
	content: "";
	}


table.extcontent {
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	width: 940px;
	height: 100%;
	}

tr.exttr {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
td.exttd {
	width: inherit;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

td.exttitle {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 8pt;
	width: 180px;
	}
td.exttitle2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	font-weight: bold;
	font-size: 8pt;
	width: 230px;
	}
td.exttitle3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 8pt;
	width: 220px;
	}
td.exttitle4 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 8pt;
	width: 210px;
	}
td.exttitle5 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 8pt;
	width: 100px;
	}
	
img.ext {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 2px;
	}
