@charset "utf-8";
/*
Updated Presbyterian Mission Agency site navigation
November 2012
Design: Thommy Browne
Development: Thommy Browne and Michael Trier
*/

@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300);


header                    { min-width: 926px; height:114px; background:#88cbdf url(../i/bg-nav.gif) repeat-x; position:relative; }
#head-wrap                { width:926px; height:114px; margin:0 auto; position:relative; }
#head-wrap h1            { margin:30px 20px 0 0; float:left; width:181px; height:50px; text-indent:-9999px; position:absolute; }
#head-wrap h1 a            { background:url(../i/pma-logo.png) 0 0 no-repeat; display:block; width:181px; height:50px; }
#head-wrap h1 a:hover    { background-position: 0 -54px; }

header ul                { list-style-type:none; margin:0; }

nav                        { background:#88cbdf; width:706px; height:61px; position:absolute; margin:10px 0 0 216px; padding:2px;}
nav ul li                { float:left; margin:6px 0 0 0; padding-left:4px; }
nav ul li a                { display:block; height:50px; text-indent:-9999px; }
nav ul li a:hover        { background-position: 0 -50px; }


.nav-pcusa-home            { background: url(../i/nav-logo.gif); width: 46px; }
.nav-mission-ministry    { background:url(../i/nav-mission-ministry.gif); width:169px; }
.nav-resources            { background:url(../i/nav-download-resources.gif); width:185px; }
.nav-news                { background:url(../i/nav-news.gif); width:75px; }
.nav-about                { background:url(../i/nav-about-us.gif); width:101px; }
.nav-give                { background:url(../i/nav-donate.gif); width:102px; }

.members                    { /* width:162px; */ font-size:10px; text-transform:uppercase; float:right; padding:15px 0 0 0; }
.members li                { display:inline; margin:0; float:left; margin:0 6px 0 0; color:#FFFFFF; font-style:italic; }
.members li span            { margin:0 3px 0 0; }
.members li a            { background:#4b5b68; color:#a7b33a; padding:8px 6px; text-decoration:none; font-size: 10px; }
.members li a:hover        { background:#303e49; color:#a7b33a; text-decoration:none; }

.scripture                { font-family: Open Sans Condensed, Georgia, serif; font-weight: 300; color:#d1dfeb; font-size:16px; padding:12px 5px 5px 0; margin:0 0 0 212px; width:500px; }

.hide                     { display: none; visibility: hidden; }

