@charset "utf-8";
/* CSS Document */
body {

	background-color: #fff;
	margin: 0px;
	color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
}
#navbar {
	display:none

}

#outer-wrapper {
  	width: 971px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
}
 /*
 a:link {
	text-decoration: underline;
}
 a:hover {
	text-decoration: none;
}
*/
/*Header */
#header-wrapper{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#header {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	background-color: #fff;
	display: block;
}

#header * {
	padding: 0px;
	margin: 0px;
}

#HeaderLogo {
	float: left;
	width: 217px;
	height: 117px;
}
#HeaderEspanol {
	float: right;
	width: 56px;
	height: 19px;
	margin-bottom:10px;
	margin-top:25px;
	margin-right: 0px;
}
#EspanolBtn {
	width: 56px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	height: 19px;
	margin-bottom: 0px;
}
#EspanolBtn a {
	background-image: url(http://www.girlscouts.org/images/new_home/espanol.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 19px;
	width: 56px;
	display: block;
}
#EspanolBtn a:hover {
	background-image: url(http://www.girlscouts.org/images/new_home/espanol_.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 5px;
	height: 19px;
	width: 56px;
	display: block;
}
#DonateBtn {
	width: 150px;
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	height: 30px;
	margin-bottom: 20px;
}
#DonateBtn a {
	background-image: url(http://www.girlscouts.org/images/new_header/donate_03.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	width: 150px;
	display: block;
}
#DonateBtn a:hover {
	background-image: url(http://www.girlscouts.org/images/new_header/donate_04.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	display: block;
}
#HeaderLinksSearch {
	float: right;
	width: 575px;
	clear: right;
	color: #FFFFFF;
	margin-right: 0px;
	padding-right: 0px;
}
#HeaderLinksSearch .Links {
	float: left;
	width: 350px;
	margin-top: 3px;
	margin-left: 60px;
	color: #000000;
	font-size: 10px;
}
#Searchwrapper {
	background-image: url(http://www.girlscouts.org/images/new_header/search_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	height: 22px;
	width: 164px;
	text-align: right;
}
#HeaderLinksSearch .SearchBox {
	border: 0px solid #fff;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	width: 120px;
	height: 16px;
}
#HeaderLinksSearch a {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#HeaderLinksSearch a:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
.ClearDiv {
	clear: both;
	height:1px;
}
/* Top Nav */
#mainnav #nav {
	list-style:none;
	height:34px;
	position:relative;
	z-index:200;
	font-weight: lighter;
	top: 0px;
	margin: 0;
	padding: 0;
}
#mainnav {
	margin-left: 0px;
	height: 34px;
	/*background-image: url(http://www.girlscouts.org/images/_header/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	*/
	display: block;
	
}
#nav li.top {
	display: block;
	float: left;
}
#nav li a {
	display: block;
	float: left;
	height: 34px;
	/*width: 120px;*/
	text-decoration: none;
	padding: 0;
	cursor: pointer;
}
#nav li a b {
	margin-left:-15000px;
	font-size: 0px;
}
#nav li a.who {
	background-image: url(http://www.girlscouts.org/images/new_header/who_we_are_150.gif);
	width: 150px;
	background-repeat: no-repeat;
}
#nav li a.program {
	background-image: url(http://www.girlscouts.org/images/new_header/program_158.gif);
	width: 158px;
	background-repeat: no-repeat;
}
#nav li a.research {
	background-image: url(http://www.girlscouts.org/images/new_header/research_127.gif);
	width: 127px;
	background-repeat: no-repeat;
}
#nav li a.news {
	background-image: url(http://www.girlscouts.org/images/new_header/news_102.gif);
	width: 102px;
	background-repeat: no-repeat;
}
#nav li a.forAdults {
	background-image: url(http://www.girlscouts.org/images/new_header/for_adults.gif);
	width: 137px;
	background-repeat: no-repeat;
}
#nav li a.forGirls {
	background-image: url(http://www.girlscouts.org/images/new_header/for_girls_125.gif);
	width: 125px;
	background-repeat: no-repeat;
}

#nav li a.gsShop {
	background-image: url(http://www.girlscouts.org/images/new_header/girl_scout_shop_171.gif);
	width: 171px;
	background-repeat: no-repeat;
}

#nav li:hover a, #nav a:hover {
	background-position: 0 -34px;
}
#nav .sub {
	position:absolute;
	left:-15000px;
	top:-15000px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #00ae58;
	display: block;
	float: left;
}
#nav li:hover {
	position: relative;
	z-index: 200;
}
#nav a:hover {
	position: relative;
	white-space: normal;
	z-index: 200;
}
#nav :hover ul.sub {
	left:0;
	top:34px;
	background: #fff;
	float: left;
	width: 162px;
	height: auto;
	z-index: 300;
}
#nav :hover ul.sub li {
	display: block;
	height: 28px;
	position: relative;
	float: left;
	width: 162px;
	font-weight: lighter;
}
#nav :hover ul.sub li a {
	display: block;
	height: 22px;
	float: left;
	width: 151px;
	text-decoration: none;
	cursor: pointer;
	color: #00ae58;
	font-size: 12px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00ae58;
	border-right-color: #00ae58;
	border-bottom-color: #00ae58;
	border-left-color: #00ae58;
	padding-top: 5px;
	padding-left: 10px;
}
#nav :hover ul.sub li a:hover {
	color: #fff;
	background-color: #00ae58;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00ae58;
	border-right-color: #00ae58;
	border-bottom-color: #00ae58;
	border-left-color: #00ae58;
}
#mainnav #icons {
	float: right;
	visibility: visible;
	height: 25px;
	width: 122px;
	padding-top: 8px;
	padding-left: 1px;
}
#mainnav #icons a  {
	width: 19px;
	padding: 0px;
	margin: 0px;
	padding-left: 0px;
	margin-left: 3px;
	height: 19px;
}

/*Footer */
#footer-wrapper {

}
/* Footer */

#Footer {
	background-color: #00ae58;
	padding-left: 204px;
	height: 220px;
	font-size: 10px;
	display: block;
	padding-top: 30px;
	margin-top: 0px;
	margin-right: 1px;
	margin-left: 1px;
	background-image: url(http://www.girlscouts.org/images/_body/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#Footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;
}
#wrapper #newsarea {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	color: #FFFFFF;
}
#Footer ul {
	height:170px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
#Footer ul li.c1 {
	border-left:1px solid #E2E2E2;
}
#Footer ul li {
	border-right:1px solid #E2E2E2;
	float:left;
	padding:2px 20px 4px 10px;

}
#Footer ul li.c1, #Footer ul li.c1 ul li {
	width:100px;
}
#Footer ul li.c2, #Footer ul li.c2 ul li {
	width:120px;
}
#Footer ul li.c3, #Footer ul li.c3 ul li {
	width:235px;
}
#Footer ul li.c4, #Footer ul li.c4 ul li {
	width:180px;
}
#Footer ul li ul li {
	border-right:medium none;
	display:inline;
	line-height:5px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:6px 0px;
	margin: 0px;
}
/* Footer End */

/*Content */
#content-wrapper{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#main-wrapper {
	width: 650px;
	margin-left: 0px;
	margin-top: 0px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	float:left;
}
#sidebar-wrapper {
	width: 245px;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	background-color: #FFFFFF;
	float:left;
}

.sidebar .widget, .main .widget {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.post {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
/* Donate BTN */


/*Subscribe Box */
#HTML4 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.SubscriptionBorder {

}

.SubscribeRss {
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.SubscribeForm{
	margin: 0px;
	padding: 0px;

}
.SubscribeEmailIcon {
	margin-top: 4px;
	margin-right: 3px;
}
.SubscribeText {
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.SubscribeBTN {
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	height: 20px;
	padding-bottom: 1px;
	margin-bottom: 0px;
	width: 66px;
	font-family: Arial, Helvetica, sans-serif;
}
.SubscribeField {
width:90px;border: 1px solid #CCCCCC;
}
.SubscribeCounter{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	display: none;
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
}



