/* ---------------------------------------

Client:  NVFC
Version: 1.0
Author: Rock Creek Strategic Marketing
Website: http://www.rockcreeksm.com

Colors:

Blue: #4a6094;
Red: #b1151b;
Yellow:
Blue background: #495e92;
Tan: #daa755;

------------------------------------------*/



body {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	text-align:center; /* ie 5 hack */
	font-family:Arial, Verdana, "Lucida Grande CE", Helvetica, sans-serif;
	font-size:11px;
	background: #495e92 url(../../images/bkgd.gif) 0px 0px repeat-x;
	}
	
* {
	margin:0;
	padding:0;
	}
	
a:link {color:#B6161C;text-decoration:underline; outline: none;}
a:visited {color:#B6161C;text-decoration:underline; outline: none;}
a:active {color:#B6161C; outline: none;}
a:hover {color:#B6161C;text-decoration:underline; outline: none;}
	
p {
	margin-top:1em;
	margin-bottom:1em;
	}
	
h1, h2, h3, h4, h5, h6 {
	color:#b1151b;
	}
	
h1 {
	font-size:18px;
	padding:0 0 8px 0;
	}
	
h2 {
	font-size:12px;
	font-weight:bold;
	color: #4a6094;
	padding: 11px 0 0 0;
	}
	
a.backtotop:link, a.backtotop:visited,a.backtotop:active {
color: #666666;
}	

a.backtotop:hover {
text-decoration: underline;
}	

img.left {
	float: left;
	margin: 0 10px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
}

	
/*
----------------------------------------------------------------------------- 
Layout Styles
-----------------------------------------------------------------------------*/

#mainWrapper {
	width:904px;
	margin:0px auto;
	}
	
#topMenuContainer {
	width:904px;
	height:44px;
	margin:0;
	padding:0;
}

#wrapperOuter {
	background:url(../../images/wrapperLeft.gif) 0px 0px repeat-y;
	padding-left:3px;
	margin-top:0;
	padding-top:0;
}

#wrapperInner {
	background:url(../../images/wrapperRight.gif) 100% 0px repeat-y;
	padding-right:3px;
	margin-top:0;
	padding-top:0;
}

#contentWrapper {
	background:#fff url(../../images/wrapperBottom.gif) 0px 100% no-repeat;
	padding:10px 11px 10px 10px;
	text-align:left;
}
#masthead {
	width:876px;
	height:191px;
}
#mastheadPrint {display:none;}
#content {
	border:1px solid #ccc;
	border-width:0px 1px 1px;
	padding:0 0px 25px 35px;
	font-size:12px;
	
	}
#contentINT {
	border:1px solid #ccc;
	border-width:0px 1px 1px;
	padding:0 0px 25px 0px;
	line-height:150%;
	
	}

#mainCopy {
	width:645px;
	float:left;
	padding: 25px 0 0;
	}
	
	
	
#INTregion {
	margin:0;
	padding:0;
	width:637px;
	float:left;
}
#INTregion_full {
	margin:0;
	padding:0;
	width:737px;
	float:left;
}
#centerColumnINT {
	margin:0 10px 0 0;
	padding:28px 0 0 0;
	width:420px;
	float:right;
	font-size:12px;
	}
#centerColumnINT_full {
	margin:0 10px 0 0;
	padding:28px 0 0 0;
	width:520px;
	float:right;
	font-size:12px;
	}
#centerColumnINT ul {list-style:disc;}
#centerColumnINT li {margin-left:13px;}

#centerColumnINT table td {
	padding:5px;
	}

#subMenuContainer {
	margin:18px 0 0 0;
	padding:0;
	width:197px;
	float:left;
}
#subMenuContainer h2 {
	font-size:14px;
	font-weight:bold;
	padding-left:22px;
	background:url(../../images/bg_submenuH2.gif) no-repeat 0 70%;
	text-transform:uppercase;
}
#subMenuContainer h2 a {color:#4a6094;text-decoration:none;}
ul.subMenu {
	width:150px;
	margin:1px 15px 25px 13px;
	padding:0;
	list-style:none;
	font-weight:normal;
	font-size:11px;
}
.subMenu a {
	display:block;
	margin:0;
	text-decoration:none;
	padding:6px 10px 3px 11px;
	color:#9f1214;
	background-image:url(../../images/bg_submenuLI.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.subMenu li {margin:0;padding:0;}
.subMenu li.hl, .subMenu li:hover, #subMenu li:active {
	background: url(../../images/bullet_submenu.gif) 0 10px no-repeat;

}
.subMenu li#liSub3 {
	padding-left:22px;
	padding-top:10px;
	border:0;
	background:url(../../images/liSub3.png) no-repeat 12px 13px;
	color:#4a6094;
}
.subMenu li#liSub3 span {text-decoration:underline;}
.subMenu li#liSub3 a
 {
	padding:0px;
	border:0;
	background:none;
	color:#4a6094;
	text-decoration:none;
}
	
	
	
#sidebar {
	float:left;
	width:195px;
	display:inline;
	}
#sidebarINT {
	float:right;
	width:195px;
	}
#sidebarINTAlt {
	display:none;
	}
	
#focusZones {
	width:187px;
	float:left;
	overflow: auto; /* in case images are longer than the left column, they won't go beyond it */
	}
	
#focusZones div.zone {
	margin:0 0 20px 0;
	}
#focusZones div.zone p {font-size:11px;line-height:1em;}
	
#newsItems {
	float:left;
	width:430px;
	padding:0 0 0 15px;
	}
#newsItem {
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
	line-height:150%
}
h2#hdr_news {color:#000;font-size:15px;margin-bottom:1em;}

/*
----------------------------------------------------------------------------- 
Global Navigation
-----------------------------------------------------------------------------*/

#gNav {
	margin-top:2px;
	width:877px;
	height:27px;
	position:relative;
	background:url(../../images/gNavMain.gif) 0px 0px no-repeat;
	}
	
#gNav li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
	}
	
#gNav li span {
	display:none;
	}
	
#gNav li, #gNav a {
	height:27px;
	display:block;
	}
	
#gNav_News {
	left:0;
	width:87px;
	}
	
#gNav_Resources {
	left:88px;
	width:105px;
	}
	
#gNav_Newsletters {
	left:192px;
	width:202px;
	}
	
#gNav_About {
	left:390px;
	width:140px;
	}
	
#gNav_Supporters {
	left:530px;
	width:144px;
	}
	
#gNav_Awards {
	left:674px;
	width:77px;
	}

#gNav_EMS {
	left:753px;
	width:51px;
	}
	
#gNav_Media {
	left:804px;
	width:73px;
	}
	
/*********** Hover States ****************/
	
#gNav_News a:hover {
	background:transparent url(../../images/gNavMain.gif) 0 -27px no-repeat;
	}
	
#gNav_Resources a:hover {
	background:transparent url(../../images/gNavMain.gif) -88px -27px no-repeat;
	}
	
#gNav_Newsletters a:hover {
	background:transparent url(../../images/gNavMain.gif) -192px -27px no-repeat;
	}
	
#gNav_About a:hover {
	background:transparent url(../../images/gNavMain.gif) -390px -27px no-repeat;
	}
	
#gNav_Supporters a:hover {
	background:transparent url(../../images/gNavMain.gif) -530px -27px no-repeat;
	}
	
#gNav_Awards a:hover {
	background:transparent url(../../images/gNavMain.gif) -674px -27px no-repeat;
	}

#gNav_EMS a:hover {
	background:transparent url(../../images/gNavMain.gif) -753px -27px no-repeat;
	}
	
#gNav_Media a:hover {
	background:transparent url(../../images/gNavMain.gif) -804px -27px no-repeat;
	}
	

	

	
	
/*
----------------------------------------------------------------------------- 
Section Styles
-----------------------------------------------------------------------------*/	

#searchBox {
	background:#daa755;
	padding:15px 5px 10px 10px;
	border: 1px solid #fff;
	border-width: 1px 0 0 0;
	}
	
#searchBox input {
	width:125px;
	vertical-align:top;
	}
	
#searchBox input.submit {
	width:auto;
	padding-top:1px;
	}
	
	
#searchBox p {
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:1em;
	margin:0 0 3px 0;
	}
	
#memberInfo {
	background:url(../../images/memberInfoBkgd.gif) 0px 0px repeat-x;
	color:#4a6094;
	font-size:11px;
	padding:15px 5px 5px 10px;
	}
	
#memberInfo a {
	color:#4a6094;
	text-decoration:none;
	background:url(../../images/memberInfoArrow.gif) 0px 50% no-repeat;
	padding:0 0 0 15px;
	}
#memberInfo p {margin-bottom:7px;}
	
#memberInfo a:hover {
	text-decoration:underline;
	}

#press {
	padding-top:20px;
	
	}
#press h2 {
	font-size:13px;
	font-weight:bold;
	color: #4a6094;
	padding-top: 16px;
	}
#press p {color:#4a6094;font-weight:normal;line-height:1em;}
#press a {color:#4a6094;}
.eUpdates {padding-left:25px;}
	
div.rightZone {
	padding:0;
}

div.rightZone p {
	padding:5px 20px 0 5px;
	font-size:10px;
	}
	
	
h1#hdr_home {
	height:25px;
	background:url(../../images/hdr_home.gif) no-repeat;
	margin:0;
	padding:0;
}
h1#hdr_home span {display:none;}

h2#hdr_newsDate {margin-bottom:5px;}

h2#hdr_newsItemTitle {margin-bottom:0px;}
	
/*
----------------------------------------------------------------------------- 
Misc
-----------------------------------------------------------------------------*/

.clear {
	clear:both;
	}
	
p.intro {
	margin-top:2px;
	padding-top:0;
	padding-right:50px;
	margin-bottom:15px;
	line-height:150%;
	}
	

/*
----------------------------------------------------------------------------- 
News Items
-----------------------------------------------------------------------------*/

#newsItems a {
	color: #b1151b;
	text-decoration:none;
	}
	
#newsItems a:hover {
	text-decoration:underline;
	}
	

/*
----------------------------------------------------------------------------- 
Footer
-----------------------------------------------------------------------------*/

#footer {
	padding:8px 0 0;
	}

#footer p {
	color:#fff;
	}
	
#footer a {
	color:#fff;
	text-decoration:none;
	}
	
#footer a:hover {
	color: #daa755;
	}



#mainCopy ul {
	padding:0;
	margin-top:0;
	padding-left:4px;
}
#mainCopy ul li {
	padding:2px; 
	list-style: none;
	list-style-image:url(../../images/arrow_subnavH3.gif); 
	padding-top:5px;
}
#centerColumnINT ul {
	padding:0;
	margin-top:0;
	padding-left:4px;
}
#centerColumnINT ul ul {
	padding:0;
	margin-top:0;
	padding-left:16px;
}
#centerColumnINT ul ul ul {
	padding:0;
	margin-top:0;
	padding-left:16px;
}
#centerColumnINT ul ul ul ul {
	padding:0;
	margin-top:0;
	padding-left:16px;
}
#centerColumnINT ul li {
	padding:2px; 
	list-style: none;
	list-style-image:url(../../images/arrow_subnavH3.gif); 
	padding-top:5px;
}
#centerColumnINT ul ul li {
	padding:0px; 
	list-style: none;
	list-style-image:url(../../images/bullet_submenu.gif); 
	padding-top:5px;
}
#centerColumnINT ul ul ul li {
	padding:0px; 
	list-style: none;
	list-style-image:url(../../images/bullet_submenu2.gif); 
	padding-top:5px;
}
#centerColumnINT ul ul ul ul li {
	padding:0px; 
	list-style: none;
	list-style-image:url(../../images/bullet_submenu.gif); 
	padding-top:5px;
}

#centerColumnINT ol {padding-left:30px;}

#centerColumnINT p {margin-top:0;margin-bottom:2em;}

a, a:link, a:active, a:visited, a:hover {text-decoration:none; cursor:pointer;}

#centerColumnINT span.title {color:#b1151b;font-weight:bold;}