/* BLANK PAGE LAYOUT */
#blankPage{
	width:100%;
	background-color:#fff;
	text-align:left;
}
/* TWO COLUMN LAYOUT */
* {
	margin:0;
	padding:0;
  }
#container{
	width:994px;
	margin-left:auto;
	margin-right:auto;
	border-left:#ccc 3px solid;
	border-right:#ccc 3px solid;
	background-color:#fff; 
	}
#contentArea {
	clear:both;
	}
#contentInner{
	width: 520px;
	margin:0px 5px 0px 220px;
	}
#contentInnerWithoutLeftNav{ 
	width:720px;
	margin-left:20px;
    }
/* ---------- for index page. #contentRight and #contentLeft are both 50% ---------- */
#contentRight{
	background:#fff url(/ui/aahperd/graphics/images_pres/bg_orangeGradient.gif) top left repeat-x;
	width:358px; /*adjusted for 10px padding around*/
	float:right;
	margin:10px 10px 0px 10px;
	}
#contentLeft{
	background:#fff url(/ui/aahperd/graphics/images_pres/bg_orangeGradient.gif) top left repeat-x;
	width:358px; /*adjusted for 10px padding around*/
	margin:10px 10px 0px 10px;
	}
/*----------------------------------------------------------------------------------- */
#footer {
	clear:both;
	width:1000px;
	margin: 0 auto;
	padding-top:20px;
	text-align:center;
	background:url(/ui/aahperd/graphics/images_pres/bg_footer.gif) top left no-repeat;
	}	
#homeHeader{
	background:#fff url(/ui/aahperd/graphics/images_pres/header.gif) top left no-repeat;
	height:83px;
	margin-top:18px;
	}
html { height: 101%}
#leftNavArea{
	width:200px;
	background:#fff url(/ui/aahperd/graphics/images_pres/bg_orangeGradient.gif) top left repeat-x;
	float:left;
	}
#mainContent{
	width: 760px;
	text-align:left;
	}
#menuBar{
	background:#2482be url(/ui/aahperd/graphics/images_pres/bg_menuBar.gif) repeat-x;
	height:35px;
	border-bottom:#2563ac 1px solid;
	}
#rightColumn{
	width: 230px;
	float: right;
	text-align:left;
	}
.wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}

/* ------ CAPWIZ Orange Bar Styles ------- */

#advocacyBar{
	background:#2482be url(http://www.aahperd.org/ui/aahperd/graphics/images_pres/bg_advocacyBar.gif) repeat-x;
	height:30px;
	border-bottom:#faaf33 1px solid;
}

#advocacy a{
	color:#fff;
	text-decoration:none;
	font-size:.9em;
}

#advocacy a:hover{
	color:#2169cb;
	text-decoration:none;
}

#advocacy li{
	display:inline;
	padding: 10px 5px 0px 8px;
}

#advocacy ul{
	padding-top: 8px;
}
/* --------------------------------------- */


