/** Global CSS**/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:13px;
}
html {
	overflow: -moz-scrollbars-vertical;
}
h1 {
	font-size:16px;
    font-weight:bold;
    margin:0;
    color:#005da4;/*blue*/
}
h2{
	font-size:14px;
    font-weight:bold;
    margin:10px 0 5px;
    color:#005da4;/*blue*/
}
h3{
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
}
h4 {
	font-size: 14px;
  	color: #0181e2;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
	line-height:18px;
}
h5 {
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
}
h6 {
	font-size: 10px;
	margin: 0;
}
/*Links*/
a {
	color: #005da4;
	text-decoration: underline;
}
a:hover {
	color: 005da4;
	text-decoration: underline;
}
a img {
	border: none;
}
a:focus {
	outline: none;
}



#wrapper {
	width: 890px;
	margin: 0 auto;
}
#header {
	width: 890px;
	height: 141px;
	background: url(../images/bg_header3.gif) no-repeat top center;
	margin-bottom:20px;
}
/*Header Logo*/
#headerLogo{
	text-indent:-9999em;
}
#headerLogo a{
	background:url(../images/logo_apn2.png) no-repeat 0 0;
	width:216px;
	height:90px;
	float:left;
	margin:17px 0 0 43px;
}

/*Header Quote*/
#headerQuote{
	padding:40px 0 0 22px;
	color:#fff;
	float:left;
	font-style:italic;
}

/*Header LogIn*/
#logIn a{
	color:#fff;
	font-weight:bold;
	float:right;
	margin:20px 110px 0 0;
}
#logIn a:hover{
	color:#ccc;
}

/*Header Navigate*/
#header ul{
	float:right;
	margin-top:66px;
	*float:none;
	*margin:100px 0 0 530px;
}
#header ul li{
	float:left;
	border-left:1px solid #000;
	padding:10px 20px;
}
#header ul li a{
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
#header ul li a:hover{
	color:#005da4;/*blue*/
}

#headerLinks {
	width: 150px;
	height: 40px;
	background: url(../images/bg_header2.jpg) no-repeat top center;
	display:block;  
	margin-top:90px;
}


#contentWrap{
	width:870px;
	margin:0 auto 20px;
	overflow:hidden;
}

#login {
	width: 870px;
	height: 25px;
	padding: 0 7px 0 8px;
}
#content {
	width: 870px;
	margin: 0 auto;
	padding: 15px 0;
}
#feeds {
	width: 870px;
	margin: 0 auto;
	padding: 3px 0 0 0;
}
.defList{
	margin-left:20px;
}

/*----------------------------------
Sub Navigation Menu
----------------------------------*/
#menu {
	width: 870px;
	height: 34px;
	margin: 0 auto;
	background: url(../images/bg_nav_b.jpg) repeat-x;
	z-index: 100 !important;
}
#menu li {
	background: url(../images/nav_sep.jpg) no-repeat 0 0;
	float: left;
	font: 11px Arial, sans-serif;
	font-weight:400px;
	text-transform:uppercase;
	padding:8px 12px 0;
}
#menu li:first-child{
	background-image:none;
}
#menu li a {
	display: block;
	padding: 0;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	font-weight:bolder;
}
#menu li a:hover{
	color:#cccccc;
}

/*Drop Down*/
#menu li ul {
	background:url(../images/bg_dropdown.png) repeat 0 0;
	margin: 10px 0;
	padding: 0 10px;
	position: absolute;
	visibility: hidden;
	width:170px;
	z-index:100 !important;
}
#menu li ul li {
	background-image:none;
	float: none;
	display: inline;
	font-size:10px;
	padding:0;
}
#menu li ul.wide{
    width:280px;
}
#menu li ul li a {
	width: 240px;
	margin:7px 0;
}
#menu li ul li a:hover {
	color:#cc0000;
}
.topShadowWhite {
	width: 870px;
	height: 5px;
	background: url(../images/bg_contentTopShadowWhite.gif) repeat-x;
	margin: -5px auto 20px;
}

/*----------------------------------
Home Page
----------------------------------*/
#home{
	margin-top:10px;
}
#home p{
	margin-bottom:20px;
}
#home ul{
	margin-bottom:20px;
}
#home ul li{
	list-style:disc;
	margin:3px 0;
}
/*----------------------------------
100% Write Rebate Reward Page
----------------------------------*/
.rule{
    width:700px;
    margin:0px auto 20px auto;
    text-align:justify;
}


/*----------------------------------
VIP Marketing Page
----------------------------------*/
#asideMarketing ul{
	width:173px;
	float:left;
	margin-top:50px;
}
#asideMarketing ul li a{
	text-indent:-9999em;
}
#asideMarketing ul li.select01 a{
	background:url(../images/nav_normal_01.jpg) no-repeat 0 0;
	width:164px;
	height:29px;
	float:left;
}
#asideMarketing ul li.select01 a:hover, #asideMarketing ul li#currentpage.select01 a{
	background:url(../images/nav_selected_01.jpg) no-repeat 0 0;
}
#asideMarketing ul li.select02 a{
	background:url(../images/nav_normal_02.jpg) no-repeat 0 0;
	width:164px;
	height:29px;
	float:left;
}
#asideMarketing ul li.select02 a:hover, #asideMarketing ul li#currentpage.select02 a{
	background:url(../images/nav_selected_02.jpg) no-repeat 0 0;
}
#asideMarketing ul li.select03 a{
	background:url(../images/nav_normal_03.jpg) no-repeat 0 0;
	width:164px;
	height:31px;
	float:left;
}
#asideMarketing ul li.select03 a:hover, #asideMarketing ul li#currentpage.select03 a{
	background:url(../images/nav_selected_03.jpg) no-repeat 0 0;
}
#asideMarketing ul li.select04 a{
	background:url(../images/nav_normal_04.jpg) no-repeat 0 0;
	width:164px;
	height:28px;
	float:left;
}
#asideMarketing ul li.select04 a:hover, #asideMarketing ul li#currentpage.select04 a{
	background:url(../images/nav_selected_04.jpg) no-repeat 0 0;
}
#asideMarketing ul li.select05 a{
	background:url(../images/nav_normal_05.jpg) no-repeat 0 0;
	width:164px;
	height:29px;
	float:left;
}
#asideMarketing ul li.select05 a:hover, #asideMarketing ul li#currentpage.select05 a{
	background:url(../images/nav_selected_05.jpg) no-repeat 0 0;
}
#asideMarketing ul li.select06 a{
	background:url(../images/nav_normal_06.jpg) no-repeat 0 0;
	width:164px;
	height:29px;
	float:left;
}
#asideMarketing ul li.select06 a:hover, #asideMarketing ul li#currentpage.select06 a{
	background:url(../images/nav_selected_06.jpg) no-repeat 0 0;
}
#asideMarketing ul li.select07 a{
	background:url(../images/nav_normal_07.jpg) no-repeat 0 0;
	width:164px;
	height:29px;
	float:left;
}
#asideMarketing ul li.select07 a:hover, #asideMarketing ul li#currentpage.select07 a{
	background:url(../images/nav_selected_07.jpg) no-repeat 0 0;
}
#asideMarketing ul li.select08 a{
	background:url(../images/nav_normal_08.jpg) no-repeat 0 0;
	width:164px;
	height:46px;
	float:left;
}
#asideMarketing ul li.select08 a:hover, #asideMarketing ul li#currentpage.select08 a{
	background:url(../images/nav_selected_08.jpg) no-repeat 0 0;
}

/*Global Main content*/
.main p{
	margin-bottom:15px;
}
#mainMarketing, .mainMarketing{
	float:left;
	width:697px;
}
#mainMarketing p, .mainMarketing p{
	margin-bottom:15px;
}

.mainWeb{
	width:440px;
	float:left;
}
.mainWeb p{
	margin-bottom:15px;
}

.bottomWeb{
	width:697px;
	float:right;
}

/*Global Right Side*/
.aside2Marketing{
	float:right;
	width:240px;
}
.aside2Marketing p{
	margin-bottom:10px;
}
.aside2Marketing p#img1{
	background:url(../images/genericlogo.png) no-repeat 0 0;
	width:240px;
	padding-top:65px;
}
.aside2Marketing p#img2{
	background:url(../images/bslogos.png) no-repeat 0 0;
	width:231px;
	padding-top:235px;
}



#vipCardImg {
	float:left;
}
.right{
	float:left;
}
	

/*----------------------------------
VIP Website
----------------------------------*/



/*----------------------------------
VIP Lobby Update
----------------------------------*/
#lobbyRow1{
	float:left;
	width:550px;
	margin-top:20px;
}
#lobbyRow2{
	float:right;
	margin-top:20px;
}
/*Lobby Update Top Img*/
.webTopImg{
	text-indent:-9999em;
}
.webTopImg a{
	background:url(../images/blueprint-sm.jpg) no-repeat 0 0;
	width:200px;
	height:256px;
	float:right;
}


/*----------------------------------
VIP TV Commercials
----------------------------------*/
.commericals{
	width:700px;
	background-color:#CCC;
	padding:10px 10px;
	overflow:hidden;
}
.commericals p{
	font-size:14px;
	color:#005da4;
}
.commericals ul li{
	float:left;
	margin:5px 0 0 5px;
}

/*----------------------------------
Join Co-Op Page
----------------------------------*/
#joinBtn{
	margin-top:60px;
	text-align:center;
}


/*----------------------------------
Calculator Page
----------------------------------*/
#roiInput{
	border:1px solid #005da4;
	padding:10px;
	width:342px;
	margin:20px auto 0;
	overflow:hidden;
}
#roiInput li input{
	margin-bottom:15px;
	border: 1px solid #cecece;
	padding: 4px;  
    color:#333;  
    font-family: Arial,  Verdana, Helvetica, sans-serif;  
    font-size: 11px; 
	width:140px; 
}
#roiInput li label, #roiInput li input#calSubmit{
	width:125px;
	float:left;
	clear:left;
}
#roiInput li label.title{
	background:#005da4;
	padding:5px;
	color:#FFF;
	font-weight:bold;
	margin-bottom:20px;
	width:97.3%;
}
#roiInput li input, #roiInput li p{
	float:left;
	font-size:10px;
}
#roiInput li p, #roiInput li label{
	padding-top:4px;
	margin:0;
}
#roiInput li input#calSubmit{
	background:url(../images/bt_calculateRewards.png) no-repeat 0 0;
	width:172px;
	height:34px;
	margin:0 auto;
	text-indent:-9999em;
	border:0;
}
#roiInput li input#calSubmit:hover{
	background-position:0 -36px;
}

/*#submit_error{
	background: none repeat scroll 0 0 red;
    color: #FFFFFF;
    display: none;
	font-size:1.1em;
	font-weight:bold;
	padding:5px;
}*/

/*error*/
#roiInput input.error{  
    background: #f8dbdb;  
    border-color: #e77776;  
}  


/*----------------------------------
Certified Standards Page
----------------------------------*/
#standardsList li{
	list-style:decimal;
	margin:5px 0 0 30px;
}
	
	
/*----------------------------------
Vendor Page
----------------------------------*/
.row{
	 width:800px;
	 height:150px;
	 margin:20px auto;
 }
 .row a{
	 color:#005DA4;
	 text-decoration:none;
 }
.vend1 a{
	background: url('http://www.assuredperformance.net/members/resources/authenticated/member/images/logos/logo_vendor_1800radiator3.png') no-repeat center 0;
	width:200px;
	float:left;
	text-align:center;
	padding-top:120px;
}
.vend2 a{
	background: url('http://www.assuredperformance.net/members/resources/authenticated/member/images/logos/logo_vendor_office_depot2.png') no-repeat center 0;
	width:200px;
	float:left;
	text-align:center;
	padding-top:120px;
	margin:0 100px;
}
.vend3 {
	background: url('http://www.assuredperformance.net/members/resources/authenticated/member/images/logos/logo_vendor_alldata.png') no-repeat center 32px;
	width:200px;
	float:left;
	text-align:center;
	padding-top:120px;
}
.vend4 a{
	background: url('http://www.assuredperformance.net/members/resources/authenticated/member/images/logos/logo_vendor_enterprise2.gif') no-repeat center 35px;
	width:200px;
	float:left;
	text-align:center;
	padding-top:120px;
}
.vend5 {
	background: url('http://www.assuredperformance.net/members/resources/authenticated/member/images/logos/logo_vendor_kent2.png') no-repeat center 0;
	width:200px;
	float:left;
	text-align:center;
	padding-top:120px;
	margin:0 100px;
}
.vend6 {
	background: url('http://www.assuredperformance.net/members/resources/authenticated/member/images/logos/logo_vendor_performance_radiator2.png') no-repeat center 0;
	width:200px;
	float:left;
	text-align:center;
	padding-top:120px;
}

/*Vendor Page Form & Contact Page Form*/
#vendorForm ul, #contactForm ul{
	list-style:none;
}
#vendorForm li, #contactForm li{
	height: 25px;
	margin:5px 0;
}
#vendorForm label, #contactForm label{
	float:left;
	width:125px;
	clear:both;
	padding-top:5px;
}
#vendorForm input, #contactForm input{
	float:left;
	width:246px;
	margin-bottom:15px;
	border: 1px solid #cecece;
	padding: 4px;  
    color:#333;  
    font-family: Arial,  Verdana, Helvetica, sans-serif;  
    font-size: 11px; 
}
#vendorForm textarea, #contactForm textarea{
	float:left;
	width:246px;
	margin-bottom:5px;
	border: 1px solid #cecece;
	padding: 4px;  
    color:#333;  
    font-family: Arial,  Verdana, Helvetica, sans-serif;  
    font-size: 11px;
}
#vendorForm .submit{
	margin:5px 0 0 125px;
	width:70px;
}
#vendorForm p, #contactForm p{
	float:left;
	margin:8px 0 0 10px;
}
#vendorForm span, #contactForm span{
	color:#9e0b0f;
	font-size:14px;
}

/*Error*/
#vendorForm input.error, #vendorForm textarea.error, #vendorForm select.error{  
    background: #f8dbdb;  
    border-color: #e77776;  
} 
p.error{
	font-size:14px;
	font-weight:bold;
	color:#9e0b0f;
	margin:10px 0;
}


/*----------------------------------
Contact Page
----------------------------------*/

#contactForm label{
	width:60px;
}
#contactForm select{
	float:left;
	margin-bottom:15px;
	border: 1px solid #cecece;
	padding: 4px;  
    color:#333;  
    font-family: Arial,  Verdana, Helvetica, sans-serif;  
    font-size: 11px;
}
#contactForm .submit{
	margin-left:50px;
	width:70px;
}


/*Error*/
#contactForm input.error, #contactForm textarea.error, #contactForm select.error{  
    background: #f8dbdb;  
    border-color: #e77776;  
} 
#replyMessage{
	margin-top:30px;
}
#replyMessage h2, #replyMessage p{
	margin-left:75px;
	float:left;
}
#replyMessage p{
	clear:both;
}
#apnCheckmark{
	height:60px;
	float:left;
	/*position:relative;top:-35px;left:-196px;*/
}

#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}

/*----------------------------------
Footer
----------------------------------*/
#footer{
	background-color:#f1f1f1;
	clear:both;
	padding-top:10px;
	overflow:hidden;
}
#footer ul{
	margin-top:20px;
}
#footer ul li{
	margin:3px 0;
}
#footer_a {
	width: 870px;
	height: 272px;
	margin-left: 8px;
	background: #F1F1F1;
	color: #646464;
	line-height: 17px !important;
	padding: 17px 0 0 0;
	float: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#footer_a a {
	color: #646464;
	text-decoration: none;
}
#footer_a a:hover {
	text-decoration: underline;
}
#footer_a_left {
	width: 205px;
	height: 100%;
	float: left;
	margin-left: 20px;
}
#footer_a_center {
	width: 205px;
	height: 100%;
	float: left;
}
#footer_a_right {
	width: 205px;
	height: 194px;
	float: left;
}
#footer_b {
	width: 870px;
	height: 20px;
	padding: 9px 7px 20px 8px;
	color: #b7b7b7;
	float: left;
}
#footer_b a {
	color: #4b4b4b;
}
#searchBox{
	width: 299px;
	height: 47px;
	background: url(../images/bg_searchBox.png) no-repeat;
	padding: 30px 0 0 20px;
	float: right;
}
.search{
	background:#FFF url(../images/bg_searchBoxInput.gif) no-repeat;
	width:179px;
	border-collapse:collapse;
	border:1px solid #5b5b5b;
	text-indent:25px;
	float:left;
	margin-top:10px;
}
#searchBox button{
	background:url(../images/bt_search.jpg) no-repeat 0 0;
	width:90px;
	height:35px;
	border:0;
}

#privay p{
	margin-bottom:20px;
}

/*Images*/
img {
	border: none;
}
#moveLogo {
	margin: 17px 0px 0px 43px;
}

/*Form Elements*/
input.inputBorder {
	width: 164px;
	border-collapse: collapse;
	border: 1px solid #8f8e8f;
	font-size: 11px;
	font-family: arial, sans-serif;
	padding: 0 5px;
}
table#loginForm {
	float: right
}



/*News Feed*/
.countrydivcontainer{
	border:1px solid gray; width:848px; margin-bottom: 1em; padding: 10px; background-color:#f1f1f1;
}
#news {
	padding: 20px 35px;
}
#news ul {
	margin-left: -40px;
}
#news li {
	list-style-type: none;
	margin-bottom: 30px;
}
#news p.headline {
	font-size: 14px;
	font-weight: bold;
	margin:0 0 0 0;
}
#news p.date {
	margin:0 0 0 0;
	color: #a4a4a4;
}
#creditfooter {
	display: none;
}


/*Surveys and Announcements Feed*/
#surveysAndAnnouncements {
	padding: 20px 35px;
}

/** TYPOGRAPHY STYLES **/

hr {height:1px;background:url(../images/rule_dotted.png);border:none;}

hr.white {height:1px;background:url(../images/rule_dottedWhite.png);border:none;}


.titleBreak{margin-top:10px;}/*to give space on the top of the blue titles*/

.subTitleItalic {font-size:12px;font-style:italic;font-weight:bold;}

ul.styled_list li{line-height:18px;list-style-image:url(../images/check_bullet.png);margin:0px 0px 5px 0px;}
ul.styled_listWhite li{line-height:18px;list-style-image:url(../images/check_bulletWhite.png);margin:0px 0px 5px 0px;}

/** FORM ERROR STYLES **/
input.error {border:3px solid #FF0000;}
textarea.error {border:3px solid #FF0000;}
label.error {color:#FF0000;float:left;clear:both;font-weight:bold;}

/** PREFERRED VENDOR LISTING STYLES **/

span.vendorName {
font-size:14px;
font-weight:bold;
}

.preferredVendorTable td.logoCell {
padding-bottom:20px;
width:130px;
}

.preferredVendorTable td.infoCell {
padding-bottom:20px;
}

.vipPackage {width:540px;float:left;padding-right:15px;}
.toolkit {width:270px;float:left;background:#005da4;color:#FFF;padding:15px;margin-bottom:15px;}


/** END SLIDE CSS **/
.bold{
	font-weight:bold;
}
.upper{
	text-transform:uppercase;
}
.clear{
	clear:both;
}
.center{
	text-align:center;
}
