/*
*
*	Central Church of God
*	Women's Ministry Stylesheet
*
*/

body { background: #000 url(../images/women/page-bg-tile.jpg) repeat-x 0 0; color: #333; font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;}

a { text-decoration: none; font-weight: bold; color: #991322; outline: none; }
a:hover { text-decoration: underline; color: #e2c138; }

#wrapper { width: 960px; margin: 0 auto; position: relative; }
#content-wrap { width: 956px; margin: 28px auto; border: 2px solid #828282; background: #000 url(../images/women/bg_cwrap.gif) repeat-x 0 0; }

#hd { 
	position: relative; 
	margin: 0 auto;
	height: 142px; width: 960px;
}

#hd #logo, #hd #logo a { 
	float: left; display: inline;
	width: 281px;
	height: 80px;
	background: url(../images/women/women-logo.jpg) no-repeat 0 0;
	text-indent: -9000em;
  }
	#hd #logo { margin: 50px 0 0 0; }

#hd #head-nav ul { position: absolute; top: 4px; right: 0; font-size: 85%; color: #fff; }
	#hd #head-nav ul li { display: inline; padding-left: 9px; margin-left: 8px; }
	#hd #head-nav ul li a { text-decoration: none; color: #fff; font-weight: normal; }
	  #hd #head-nav ul li a:link, #masthead #head-nav ul li a:visited { color: #fff; }
	  #hd #head-nav ul li a:hover, #masthead #head-nav ul li a:active 
	  { color: #e2c138; text-decoration: underline; background-color: transparent; }
	#hd #head-nav ul, #hd #head-nav ul li { list-style: none; background: none; }
	#hd #head-nav ul li { border-left: 1px solid #71706d; }
	#hd #head-nav ul li.first { padding-left: 0; margin-left: 0; border-left: none; color: #8fc851; }

#content { background: #fff; width: 816px; margin: 10px 70px 15px 70px; }

#home-graphic img { border: 1px solid #b2b2b2; margin: 15px; }
.home-content { padding: 5px 15px; margin: 0 0 30px 0;}
	.home-content p { line-height: 18px;}

#ft { background: #eee7d0; border-top: 3px solid #fff; font-size: 10px; min-height: 170px; }
#ft-wrapper { width: 960px; margin: 0 auto; padding: 10px 0; }
	#ft p { margin: 0; padding: 0; }
	#ft address { font-style:normal; }
	#ft a { color: #887051; text-decoration:underline; }
	#ft a:hover { color: #991322; }
	.ft-address { width: 420px; float: left; }
	.ft-links {width: 355px; float: right; }
		.ft-links a.social { text-indent: 0; margin: 0 3px; }
		.ft-links a { float: right; display: block; height:20px; background-repeat: no-repeat; background-position: left top; text-indent: -9999em; }
		.ft-links .contact { background-image: url(../images/ft-contact.gif); width: 68px; text-indent: -9999em; margin: 0 10px 0 0; }
		.ft-links .tithe { background-image: url(../images/ft-tithe.gif); width: 107px; text-indent: -9999em; }

/* navigation */
#navigation {  width: 956px; height: 103px; }
	#navigation ul, #navigation ul li, #navigation ul li a { float: left; display: inline; height: 103px; }
	#navigation ul { width: 956px; background: url(../images/women/sp_nav.jpg) no-repeat 0 0; padding: 0; margin: 0; }
	
	#navigation ul li { /* for n-vision */ height: 103px;  }
		#navigation ul li a {
			width: 132px; /* for n-vision */
			height: 103px;
			text-indent: -9000em;
		}

			#navigation ul li#n-family, #navigation ul li#n-family a { width: 141px; }
			#navigation ul li#n-connected, #navigation ul li#n-connected a { width: 146px; }
			#navigation ul li#n-gatherings, #navigation ul li#n-gatherings a { width: 125px; }
			#navigation ul li#n-pure, #navigation ul li#n-pure a { width: 139px; }
			#navigation ul li#n-retreat, #navigation ul li#n-retreat a { width: 137px; }
			#navigation ul li#n-weddings, #navigation ul li#n-weddings a { width: 136px; }
			
			#navigation ul li#n-vision a:hover, #navigation ul li#n-vision:hover, #navigation li#n-vision a.selected { background: url(../images/women/sp_nav.jpg) no-repeat 0 -103px; } /* position for n-vision */
			#navigation ul li#n-family a:hover, #navigation ul li#n-family:hover, #navigation li#n-family a.selected  { background: url(../images/women/sp_nav.jpg) no-repeat -132px -103px; }
			#navigation ul li#n-connected a:hover, #navigation ul li#n-connected:hover, #navigation li#n-connected a.selected { background: url(../images/women/sp_nav.jpg) no-repeat -273px -103px; }
			#navigation ul li#n-gatherings a:hover, #navigation ul li#n-gatherings:hover, #navigation li#n-gatherings a.selected { background: url(../images/women/sp_nav.jpg) no-repeat -419px -103px; }
			#navigation ul li#n-pure a:hover, #navigation ul li#n-pure:hover, #navigation li#n-pure a.selected { background: url(../images/women/sp_nav.jpg) no-repeat -544px -103px; }
			#navigation ul li#n-retreat a:hover, #navigation ul li#n-retreat:hover, #navigation li#n-retreat a.selected { background: url(../images/women/sp_nav.jpg) no-repeat -683px -103px; }
			#navigation ul li#n-weddings a:hover, #navigation ul li#n-weddings:hover, #navigation li#n-weddings a.selected { background: url(../images/women/sp_nav.jpg) no-repeat -820px -103px; }
