/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */
body, p, td { font: normal 12px Arial, Helvetica, sans-serif;}

/* Defines the body tag */
body {
	background: #fff;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0; /* Always apply padding if you apply margins */
}

div, {
	margin: 0;
	padding: 0;}

address {
	font-style: normal;
	margin: 0;
	padding: 0;}

/* Redefines the p tag */
p {}

/* GENERAL H1 TAG */
h1,h2,h3,h4,p,dl,dt,dd,blockquote {
	font-weight: normal;
	margin: 0;
	padding: 0;}

/* GENERAL H2 TAG */
h1 { font-size: 22px;}

/* GENERAL H2 TAG */
h2 { font-size: 18px;}

img { border: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: none;
	font-weight: bold;
	color: #222;}
a:visited { text-decoration: none;}
a:hover {
	text-decoration: underline;
	color: #ed217c;}
a:active { text-decoration: none;}

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */


/* CONTAINER */

div#container {
	position: relative;
	margin: 50px auto;
	width: 735px;
	height: 533px;
	background: url(images/bg.gif) top left no-repeat;
}

/* FLASH */

div#flash {
	position: relative;
	margin: 50px auto;
	width: 735px;
	height: 600px;}
	
div#flashContent {
	visibility:hidden}

	
div#intro div {
	margin: 0 auto;
	padding-top: 200px;
	width: 300px;}
	#intro div h1 {
		font-size: 14px;
		padding: 5px 0;}
	#intro div h1 span {
		font-size: 11px;}

/* LOGO */

a#logo {
	position: absolute;
	top: 24px;
	left: 55px;
	width: 131px;
	height: 70px;
	background: url(images/nofas_logo.jpg) top left no-repeat;
}

div#footer {
	position: absolute;
	top: 540px;
	left: 0;
	width: 735px;
	height: 25px;
	text-align: center;
	font-size: 10px;
	color: #666;
	z-index: 3;}

/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position:absolute;
	top: 55px;
	left: 210px;
	width: 450px;
	height: 20px;
	z-index: 1;
}
	
ul#navlist li a#current, ul#navlist li a#current:hover{
	background: #51674a url(images/nav_current.gif) top left no-repeat;
	color: #fff;}

* html #nav a {
	width: 1%;}

ul#navlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
	

ul#navlist li {
	float:left;
	position: relative;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}
	#navlist a {
		display: block;
		border: 0;
		text-decoration: none;}
		
/* STRATEGY */

#navlist a.strategy {
	background: url(images/nofas_nav_00.gif) top left no-repeat;
	width: 77px;
	height: 20px;}
#navlist a.strategy:hover {
	background: url(images/nofas_nav_00on.gif) top left no-repeat;}
#navlist a.strategy_current {
	background: url(images/nofas_nav_00on.gif) top left no-repeat;
	width: 77px;
	height: 20px;}
		
/* ABOUT */

#navlist a.about {
	background: url(images/nofas_nav_01.gif) top left no-repeat;
	width: 64px;
	height: 20px;}
#navlist a.about:hover {
	background: url(images/nofas_nav_01on.gif) top left no-repeat;}
#navlist a.about_current {
	background: url(images/nofas_nav_01on.gif) top left no-repeat;
	width: 64px;
	height: 20px;}
		
/* ADVOCACY */

#navlist a.advocacy {
	background: url(images/nofas_nav_02.gif) top left no-repeat;
	width: 90px;
	height: 20px;}
#navlist a.advocacy:hover {
	background: url(images/nofas_nav_02on.gif) top left no-repeat;}
#navlist a.advocacy_current {
	background: url(images/nofas_nav_02on.gif) top left no-repeat;
	width: 90px;
	height: 20px;}
		
/* CONTACT */

#navlist a.contact {
	background: url(images/nofas_nav_03.gif) top left no-repeat;
	width: 76px;
	height: 20px;}
#navlist a.contact:hover {
	background: url(images/nofas_nav_03on.gif) top left no-repeat;}
#navlist a.contact_current {
	background: url(images/nofas_nav_03on.gif) top left no-repeat;
	width: 76px;
	height: 20px;}
		
/* CONTACT */

#navlist a.resources {
	background: url(images/nofas_nav_05.gif) top left no-repeat;
	width: 85px;
	height: 20px;}
#navlist a.resources:hover {
	background: url(images/nofas_nav_05on.gif) top left no-repeat;}
#navlist a.resources_current {
	background: url(images/nofas_nav_05on.gif) top left no-repeat;
	width: 85px;
	height: 20px;}
	
	

/* ---------------------------------------------------------*/
/* ----------------- FOR THE CSS DROPDOWN ----------------- */
/* ---------------------------------------------------------*/
	
	
ul#navlist li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 25px;
	left: 10px;
	list-style: none;
	margin: 0;
	padding: 2px;
	background: #d6ebd0;
}

ul#navlist li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#navlist li:hover ul, ul#navlist li.over ul { /* lists nested under hovered list items */
	display: block;
}

ul#navlist li ul li {
	float: none;
	text-transform: capitalize;}
	
ul#navlist li ul li a {
	background: #fff url(images/subnav_off.gif) top left no-repeat;
	width: 190px;
	padding: 7px 0;
	text-indent: 15px;
	font-size: 10px;
	color: #222;}

ul#navlist li ul li a:hover {
	background: #efefef url(images/subnav_on.gif) top left no-repeat;
	color: #ed217c;}


/* SIDE */

div#side {
	position: absolute;
	top: 115px;
	left: 30px;
	width: 170px;}

	div#quote {
		width: 170px;
		height: 148px;
		background: url(images/nofas_side.gif) top left no-repeat;}
		
	div#contact {
		padding: 5px 15px;
		color: #666;}
		#contact address {
			font-size: 12px;
			line-height: 14px;
			padding: 0 0px;}
		#contact h1 {
			font-size: 14px;
			padding: 10px 0px 0px;
			font-weight: bold;}
		#contact h2 {
			font-size: 12px;
			padding: 3px 0px 5px;}
		#contact strong {
			color: #a5bfcc;}
		
	div#facebook a {
		display: block;
		width: 170px;
		height: 35px;
		background: url(images/facebook.gif) top left no-repeat;}

/* CONTENT */
	
div#content {
	position: absolute;
	top: 115px;
	left: 210px;
	width: 450px;
	height: 380px;}
	
div.contentstrategy {
	background: url(images/nofas_contentbg.gif) top left no-repeat;}
div.contentabout {
	background: url(images/nofas_contentabout.gif) top left no-repeat;}
div.contentadvocacy {
	background: url(images/nofas_contentadvocacy.gif) top left no-repeat;}
div.contentcontact {
	background: url(images/nofas_contentcontact.gif) top left no-repeat;}
div.contentresources {
	background: url(images/nofas_contentresources.gif) top left no-repeat;}
	
div#contenttext {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 350px;
	height: 340px;
	overflow-y: auto;
	overflow-x: hidden;}
	
	#contenttext h1 {
		font-size: 16px;
		padding: 0 10px 5px 0;
		font-weight: bold;
		letter-spacing: -.5px;}
	
	#contenttext h2 {
		font-size: 16px;
		padding: 20px 10px 5px 0;
		font-weight: bold;
		letter-spacing: -.5px;}
		#contenttext h2 span {
			font-size: 11px;
			font-weight: normal;
			letter-spacing: 0px;}
	
	#contenttext h3 {
		font-size: 12px;
		padding: 10px 10px 0 15px;
		font-weight: bold;
		background: url(images/bullet2.gif) 0px 15px no-repeat;}
	
	#contenttext p {
		padding: 5px 20px 5px 0;
		line-height: 17px;}
	
	#contenttext ul {
		list-style: none;
		margin: 0;
		padding: 10px 0;}
		#contenttext ul li {
			margin: 3px 20px 3px 10px;
			padding: 0 15px;
			line-height: 15px;
			background: url(images/bullet2.gif) 0px 5px no-repeat;}
			
	#contenttext dl {
		padding: 10px 0 0;
		margin-right: 10px;}
	
	#contenttext dl dt {
		font-weight: bold;}
	
	#contenttext dl dd {
		padding-bottom: 10px;}
	
	#contenttext dl dd.bullet {
		padding-left: 15px;
		background: url(images/bullet2.gif) 0px 5px no-repeat;}
			
	#contenttext dl.links {
		padding: 10px 0;}
	
	#contenttext dl.links dt {
		font-weight: normal;}
	
	#contenttext dl.links dd {
		padding-bottom: 10px;
		padding-left: 15px;
		background: url(images/bullet2.gif) 0px 5px no-repeat;}
