


#masterWrapper, #masterFooterPush, #ft, #bd, #contentTable{
	width: 958px; /*957??set main content width here at parent, usually width of promo image, needed to center */
}


/*contains width of content area*/
/*margin is also important*/
#masterWrapper 
{
	margin: 0 auto; /*needed to center*/
	text-align: left; /* not needed here, but needed in body for ie7 to center*/
}



#LeftNav
{
	width: 171px; /*removing 2 px due to border*/
	/*border:1px solid #d8d8d8;*/
}

#LeftCol, #CenterCol
{
	vertical-align: top;
	border-color: Gray;
	border-style: solid;
}
#LeftCol
{
	border-width: 0 1px 1px 1px;
	width: 173px;
}

#HomePageContentArea
{
	clear: both;
	/* needed for FF, othrwise homepage content floated left */
}
#masterContentArea
{
	margin: 0;
	padding: 0;
}

#masterFooterPush
{
	/*display: none;*/
	clear: both;
}





#menu{
text-align:right;
/*IE7, so utility nav would be flush right, not left*/
}



/*attempting to center in IE7
#doc3{
	text-align: center !important;
	margin: 0 auto !important;
}*/

/* #hd{ position:relative;}*/




CenterIt
{
	/*center it*/
	margin: 0 auto;
}
#Footer li
{
	list-style: none;
	padding-right: 20px;
	float: left;
}

/*asi code that builds table 
for nav hardcodes nowrap!*/
/* line up text with nav image */
#LeftNav  a
{
	padding-top: 2px;
	display: block;
	color: #5B7A36;
	font-size: 12px;
	font-family: Verdana;
}

#LeftNav a:hover
{
	color: #006;
	text-decoration: underline;
}

/*hide login/logout link in banner*/
#LoginStatus1 {
 display: none;
}

/*Hide Search Box*/
#SimpleSearchBlock input
{
	display: none;
}
#masterTopBarAuxiliary
{
	/*display: none;*/
}

/***********************************************************************************/
/*FOOTER*/
#Footer
{
	height: 39px;
	margin: 0 auto; /* center it */
	font-size: 9px;
	color: white;
	text-align: center;	
}


#Footer
{
	width:100%;
	margin-top:15px;
	text-align:center;
	background-color: #013183;
	color: white;
}


/*Primary Nav Menu*/

div.RadMenu_Default  {
height: 30px;
}


 /*background for menu, not helping for ie7
#masterHeaderBackground{
	background-color: #efefef;
}*/

.RadMenu_Default a.rmLink:hover, .RadMenu_Default a.rmFocused, .RadMenu_Default a.rmSelected
{
    background-color: #000054 !important; /*nav hover color */
	color: white !important;
}


.RadMenu_Default .rmRootGroup !important
{
    background-color: #000000; /*off color*/
}

.rmItem

{
    background-color: #efefef; /* color for menu item when off #8FB73A;*/
}

.RadMenu_Default .rmRootGroup {
    background-color: #000000;
    background-position: 0 -408px;
    background-repeat: repeat-x;
    border-bottom-color: #828282;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #828282;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #828282;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #828282;
    border-top-style: solid;
    border-top-width: 1px;
}

.RadMenu_Default, .RadMenu_Default a.rmLink {
    -x-system-font: none;
    color: #000000;  /*ad,!mportant COLOR FOR PRIMARY NAV TEXT */
    font-family: "Segoe UI",Arial,sans-serif;
    font-size: 13px !important; /* 12 ad, size of menu text*/
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 30px; /* 23 ad, size of menu text*/
    text-decoration: none;
	/*  --------    display: none !important;    *//* THIS HIDES THE MENU, MUST APPEAR IN HERE*/
}

/* to get rid of gray bar on rollover in nav*/
RadMenu_Default .rmRootGroup, .RadMenu_Default a.rmLink, .RadMenu_Default .rmGroup .rmText, .RadMenu_Default .rmLeftArrow, .RadMenu_Default .rmRightArrow, .RadMenu_Default .rmTopArrow, .RadMenu_Default .rmBottomArrow 
{
	background-image: url('') !important;
}


/*LEFT NAV */

td.ctl00_secondary_navtree_0 {
/*background-image: url(http://www.pscouncil.org/App_Themes/AAFPRS/images/Button-bck.gif);
background-repeat: no-repeat;
display: block;
overflow: hidden;
margin: 0px;
padding: 0px 0px 0px 24px;
width: 149px;
height: 24px;*/
padding: 0px 0px 0px 10px !important;
white-space: default !important;
}

