
	/*--------------------------------------------------+
	 | Title: Global Stylesheet													|
	 | Version: 1.0																			|
	 | Authors: Roy Fernandes, Web Developer; 					|
	 |	Dan Green, Technical Director/Software Engineer	|
	 | Company: TMP Government, LLC											|
	 +--------------------------------------------------*/

@import url(app_structure.css);
@import url(app_nav.css);
@import url(app_content.css);
@import url(app_general.css);
@import url(app_wishstories.css);
@import url(app_wishstoriespage.css);
/*
@import url(app_forms.css);
@import url(app_print.css) print,projection;
*/

#header #nav-global UL.menu LI#current.active UL
{
	display: none;
}
#header #nav-global DIV UL.menu LI.parent.active UL
{
	display: none;
}
#nav-primary .menu #current.parent.active A
{
	background: transparent url(../_images/icon-star.gif) no-repeat 5px -5px;
	font-weight: bold;
	font-size: 12px;
	color: #6E0F6E;
}
#nav-primary .menu #current.parent UL
{
	background: none;
}
#nav-primary UL.menu LI UL LI
{
	background: none;
}

#nav-primary DIV UL.menu LI.parent.active
{
	background: transparent url(../_images/navdivider2.gif) no-repeat bottom left;
}


#nav-primary UL.menu LI.parent.active UL LI#current.active
{
	background: none;
}
#nav-primary .menu #current.parent.active UL A
{
	background: none;
	color: #0E3C85;
	font-weight: lighter;
}
#nav-primary UL.menu LI.parent.active UL LI#current.active A
{
	font-size: 11px;
}
#nav-primary UL.menu LI.parent.active UL
{
	background: none;
}

#nav-primary DIV UL.menu LI.parent.active UL LI A
{
	position: relative;
	right: 6px;
}
#nav-primary DIV.moduletable UL.menu LI.parent.active UL LI A SPAN
{
	margin: 6px;
	font-size: xx-small;
}


#header #nav-global .menu LI.lastItem A
{
	border: none;
}

#nav-primary DIV.moduletable-overview
{
	background: none;
}

#nav-primary DIV UL LI.parent A
{
	padding: 0 0px 0 36px;
}

#nav-primary DIV UL.menu LI#current UL LI.parent
{
	background: transparent url(../_images/small_up_arrow.jpg) no-repeat 176px 9px;
}

#nav-primary DIV UL LI.parent
{
	background: transparent url(../_images/small_up_arrow.png) no-repeat -4px 8px;
}

#nav-primary .menu .parent.active .parent.active UL
{
	margin: 6px 0 0;
}

#nav-primary .menu .parent.active .parent.active UL LI
{
	list-style: inside url(../_images/navVertBar.gif);
	margin-left: 43px;
	text-align: left;
}

#nav-primary .menu .parent.active .parent.active UL LI A
{
	position: relative;
	right: 40px;
	top: 2px;
}

#content-primary h2 
{
	color:#0F3D85;
	font-size:27px;
	margin-bottom:0.5em;
	margin-top:0;
}

#page-wishstories IMG
{
	padding: 8px;
}

#nav-primary DIV UL.menu LI.parent.active UL LI.parent.active
{
	background: none;
}

#nav-primary .menu .parent.active #current.parent.active A
{
	background: transparent url(../_images/icon-star.gif) no-repeat 16px -2px;
	font-weight: bold;
	font-size: 12px;
	color: #6E0F6E;
}

#nav-primary .menu .parent.active #current.parent.active UL LI A
{
	background: transparent none no-repeat 10px -7px;
	color: #0E3C85;
}

#nav-primary .menu .parent.active .parent.active #current.active A
{
	background: transparent url(../_images/icon-star.gif) no-repeat -4px -2px;
	font-weight: bold;
	font-size: 12px;
	color: #6E0F6E;
}

#nav-primary .menu .parent.active .parent.active #current.active A:hover
{
	background: transparent url(../_images/icon-star.gif) no-repeat -4px -2px;
	font-weight: bold;
	font-size: 12px;
	color: #6E0F6E;
}
 
#nav-primary .menu .parent.active #current.parent.active A:hover
{
	background: transparent url(../_images/icon-star.gif) no-repeat 16px -2px;
	font-weight: bold;
	font-size: 12px;
	color: #6E0F6E;
}
