/* @override http://192.168.1.110:8888/girlscouts/css/main.css */

/*
Company:	Girl Scouts Mountains to Midlands
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/page-bkg.png) repeat 0 0 #fff;
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd-wrap {
	background: url(../images/hd-bkg-repeat.png) repeat-x 50% 0;
	position: absolute;
	width: 100%;
	height: 127px;
	z-index: 100;
}
div#hd {
	height: 127px;
	background: url(../images/hd-bkg-highlight.png) no-repeat 36px 0;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/* Body */
div#bd {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 45px 0 0 0;
}
div#bd-wrap {
	background-color: #dfe3d5;
}

/* Footer */
div#ft {
	background: url(../images/ft-bkg.png) repeat-x 50% 0 #dfe3d5;
	height: 194px;
}
div#ft-inner {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div#ft p.ftnav {
	text-align: right;
	margin: 0;
	padding: 150px 0 0 0;
	font-size: 77%;
	font-weight: bold;
	color: #edf1e4;
}
div#ft p.ftnav a:link, div#ft p.ftnav a:visited {
	color: #edf1e4;
	text-decoration: none;
}
div#ft p.ftnav a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 385px;
	height: 72px;
	background: url(../images/gs-logo.png) no-repeat 0 0;
	text-indent: -9000px;
	position: absolute;
	margin: 30px 0 0 280px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Main Link */
div#main-page {
	background: url(../images/gs-main-link.png) no-repeat 0 0;
	position: absolute;
	width: 161px;
	height: 24px;
	margin: 80px 0 0 740px;
	text-indent: -9000px;
}
div#main-page a {
	display: block;
	height: 100%;
}

/* Feature */
body.home div.feature {
	width: 586px;
	height: 462px;
	background: url(../images/home-feature-bkg.gif) no-repeat 0 0;
}
body.home div.feature div.feature-content {
	width: 425px;
	height: 305px;
	margin: 104px 0 0 117px;
	float: left;
	display: inline;
}

/* Side */
body.home div.side {
	width: 312px;
	padding: 150px 0 0 0;
	float: left;
	display: inline;
}
body.inside div.side {
	width: 394px;
	padding: 100px 0 0 0;
	float: right;
	display: inline;
}
div.side-shadow {
	overflow: hidden;
	background: url(../images/side-shadow.gif) repeat-y 0 0;
}
div.side-shadow-btm {
	overflow: hidden;
	background: url(../images/side-shadow-btm.gif) no-repeat 0 100%;
}

/* Side Callout */
div.side-callout {
	width: 299px;
	margin: 0 0 0 20px;
}
div.side-callout-the-plan {
	width: 299px;
	margin: 0 0 0 20px;
}
div.side-callout h4.hd-top-two {
	background: url(../images/hd-top-two-activities.gif) no-repeat 0 0;
	height: 22px;
	text-indent: -9000px;
	margin: 0 33px 10px 32px;
}
div.side-callout-the-plan h4.hd-2008 {
	background: url(../images/hd-2008.gif) no-repeat 0 0;
	height: 22px;
	text-indent: -9000px;
	margin: 0 33px 10px 32px;
}
div.side-callout-the-plan h4.hd-2009 {
	background: url(../images/hd-2009.gif) no-repeat 0 0;
	height: 22px;
	text-indent: -9000px;
	margin: 0 33px 10px 32px;
}
div.side-callout h4.hd-months3 {
	background: url(../images/hd-side-months1-3.gif) no-repeat 0 0;
	height: 22px;
	text-indent: -9000px;
	margin: 0 33px 10px 32px;
}
div.side-callout h4.hd-months6 {
	background: url(../images/hd-side-months4-6.gif) no-repeat 0 0;
	height: 22px;
	text-indent: -9000px;
	margin: 0 33px 10px 32px;
}
div.side-callout h4.hd-months18 {
	background: url(../images/hd-side-months6-18.gif) no-repeat 0 0;
	height: 22px;
	text-indent: -9000px;
	margin: 0 33px 10px 32px;
}
div.side-callout h4.hd-younger-girls {
	background: url(../images/hd-younger-girls.gif) no-repeat 0 0;
	height: 22px;
	text-indent: -9000px;
	margin: 0 33px 10px 31px;
}
div.side-callout h4.hd-older-girls {
	background: url(../images/hd-older-girls.gif) no-repeat 0 0;
	height: 22px;
	text-indent: -9000px;
	margin: 0 33px 10px 31px;
}
div.side-callout ul {
	margin: 0;
	padding: 0 10px 0 33px;
}
div.side-callout ul.side-list {
	margin: 0 0 25px 0;
}
div.side-callout ul li {
	list-style: none;
	padding: 5px 0;
	font-weight: bold;
	color: #3e472a;
}
/* Side Call-Out The Plan */
div.side-callout-the-plan ul {
	margin: 0;
	padding: 0 25px 0 33px;
}
div.side-callout-the-plan ul.side-list {
	margin: 0 0 25px 0;
}
div.side-callout-the-plan ul li {
	list-style: none;
	padding: 5px 0;
	color: #3e472a;
	line-height: 140%;
}
.dates {
	font-weight: bold;
	font-size: 117%;
}
.dates-italic {
	font-style: italic;
	font-size: 95%;
}
div.side-callout-the-plan h4.hd-guiding {
	background: url(../images/hd-side-guiding.gif) no-repeat 0 0;
	height: 22px;
	text-indent: -9000px;
	margin: 0 33px 10px 31px;
}
div.side-callout-the-plan h4.hd-assessment {
	background: url(../images/hd-side-assessment.gif) no-repeat 0 0;
	height: 22px;
	text-indent: -9000px;
	margin: 0 33px 10px 31px;
}
div.side-callout-the-plan p {
	margin: 0;
	padding: 0 25px 15px 33px;
	color: #3e472a;
	font-weight: bold;
	line-height: 140%;
}
/* Side Call-Out The Plan End */
div.side-callout-top {
	width: 299px;
	height: 31px;
	background: url(../images/side-yellow-top.gif) no-repeat 0 0;
	overflow: hidden;
}
div.side-callout-hd {
	width: 299px;
	background: url(../images/side-yellow-bkg.gif) repeat-y 0 0;
	overflow: hidden;
}
div.side-callout-connect {
	width: 299px;
	height: 94px;
	background: url(../images/side-yellow-connect.gif) no-repeat 0 0;
	overflow: hidden;
}
div.side-callout-connect-plan {
	width: 299px;
	height: 94px;
	background: url(../images/side-yellow-connect-plan.gif) no-repeat 0 0;
	overflow: hidden;
}
div.side-callout-bd {
	width: 299px;
	background: url(../images/side-tan-bkg.gif) repeat-y 0 0;
	overflow: hidden;
}
div.side-callout-btm {
	width: 299px;
	height: 27px;
	background: url(../images/side-tan-btm.gif) no-repeat 0 0;
	overflow: hidden;
}

/* Side Feature */
div.side div.feature {
	width: 373px;
	height: 377px;
	background: url(../images/side-feature.gif) no-repeat 0 0;
	overflow: hidden;
}
div.side div.feature-family {
	width: 373px;
	height: 677px;
	background: url(../images/side-feature-family.gif) no-repeat 0 0;
	overflow: hidden;
}
div.side div.feature-plan {
	width: 373px;
	height: 377px;
	background: url(../images/side-feature-plan.gif) no-repeat 0 0;
	overflow: hidden;
}
div.side div.feature-girl {
	width: 373px;
	height: 377px;
	background: url(../images/side-feature-girl.gif) no-repeat 0 0;
	overflow: hidden;
}
div.side div.feature-future {
	width: 373px;
	height: 377px;
	background: url(../images/side-feature-future.gif) no-repeat 0 0;
	overflow: hidden;
}
div.side div.feature-news {
	width: 373px;
	height: 677px;
	background: url(../images/side-feature-news.gif) no-repeat 0 0;
	overflow: hidden;
}
div.side div.feature-resources {
	width: 373px;
	height: 677px;
	background: url(../images/side-feature-resources.gif) no-repeat 0 0;
	overflow: hidden;
}
div.side div.feature div.feature-content {
	margin: 65px 0 0 0;
}
div.side div.feature-family div.feature-content {
	margin: 65px 0 0 0;
}

/* Side Text */
div.side-text {
	padding: 10px 80px 10px 30px;
}

/* Main */
body.home div.main {
	width: 586px;
	float: right;
	display: inline;
}
body.inside div.main {
	width: 408px;
	padding: 150px 0 0 0;
	float: left;
	display: inline;
}
div.main-spacer {
	height: 70px;
	clear: both;
}

/* Download */
div.download {
	width: 225px;
	height: 74px;
	background: url(../images/download-btn.png) no-repeat 0 0;
	position: absolute;
	z-index: 10;
	margin: -63px 0 0 189px;
	text-indent: -9000px;
}
div.download a {
	display: block;
	height: 100%;
}

body.inside div.download {
	margin-left: 584px;
}

/* Callout */
div.callout {
	width: 406px;
	background: url(../images/callout-bkg.gif) repeat-y 0 0;
	overflow: hidden;
	margin: 0 0 20px 0;
}
div.callout-top {
	width: 406px;
	background: url(../images/callout-top.gif) no-repeat 0 0;
	overflow: hidden;
}
div.callout-btm {
	width: 366px;
	background: url(../images/callout-btm.gif) no-repeat 0 100%;
	overflow: hidden;
	padding: 25px 20px 15px 20px;
	color: #e6e581;
}
body.inside div.main div.callout p {
	font-size: 108%;
	line-height: 180%
}
/* @end */

/* @group Nav */
div#nav {
	width: 233px;
	height: 142px;
	position: absolute;
	margin: 30px 0 0 42px;
	background: url(../images/nav-bkg.png) no-repeat 0 0;
}
div#nav ul {
	margin: 0;
	padding: 15px 0 0 82px;
}
div#nav ul li {
	list-style: none;
}
div#nav ul li a {
	width: 106px;
	background: url(../images/nav.gif) no-repeat 0 0;
	display: block;
}
div#nav ul li#n-girl a {
	width: 106px;
	height: 14px;
	background-position: 0 0;
	text-indent: -9000px;
}
div#nav ul li#n-girl a:hover, div#nav ul li#n-girl a.active {
	background-position: -106px 0;
}

div#nav ul li#n-plan a {
	width: 106px;
	height: 16px;
	background-position: 0 -14px;
	text-indent: -9000px;
}
div#nav ul li#n-plan a:hover, div#nav ul li#n-plan a.active {
	background-position: -106px -14px;
}

div#nav ul li#n-future a {
	width: 106px;
	height: 14px;
	background-position: 0 -30px;
	text-indent: -9000px;
}
div#nav ul li#n-future a:hover, div#nav ul li#n-future a.active {
	background-position: -106px -30px;
}

div#nav ul li#n-family a {
	width: 106px;
	height: 16px;
	background-position: 0 -44px;
	text-indent: -9000px;
}
div#nav ul li#n-family a:hover, div#nav ul li#n-family a.active {
	background-position: -106px -44px;
}

div#nav ul li#n-news a {
	width: 106px;
	height: 14px;
	background-position: 0 -60px;
	text-indent: -9000px;
}
div#nav ul li#n-news a:hover, div#nav ul li#n-news a.active {
	background-position: -106px -60px;
}

div#nav ul li#n-resources a {
	width: 106px;
	height: 15px;
	background-position: 0 -74px;
	text-indent: -9000px;
}
div#nav ul li#n-resources a:hover, div#nav ul li#n-resources a.active {
	background-position: -106px -74px;
}

/* Photo Nav */
div.photo-nav {
	width: 386px;
	height: 57px;
	position: absolute;
	margin: -46px 0 0 145px;
	z-index: 100;
}
div.photo-nav ul {
	margin: 0;
	padding: 0;
}
div.photo-nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div.photo-nav ul li a {
	display: block;
	background: url(../images/photo-nav.gif) no-repeat 0 0;
}
div.photo-nav ul li#p-girl a {
	width: 98px;
	height: 57px;
	text-indent: -9000px;
}
div.photo-nav ul li#p-girl a:hover, div.photo-nav ul li#p-girl a.active {
	background-position: 0 -57px;
}

div.photo-nav ul li#p-plan a {
	width: 96px;
	height: 57px;
	text-indent: -9000px;
	background-position: -98px 0;
}
div.photo-nav ul li#p-plan a:hover, div.photo-nav ul li#p-plan a.active {
	background-position: -98px -57px;
}

div.photo-nav ul li#p-future a {
	width: 97px;
	height: 57px;
	text-indent: -9000px;
	background-position: -194px 0;
}
div.photo-nav ul li#p-future a:hover, div.photo-nav ul li#p-future a.active {
	background-position: -194px -57px;
}

div.photo-nav ul li#p-family a {
	width: 95px;
	height: 57px;
	text-indent: -9000px;
	background-position: -291px 0;
}
div.photo-nav ul li#p-family a:hover, div.photo-nav ul li#p-family a.active {
	background-position: -291px -57px;
}
/* @end */

/* @group Default Headings */
h1.hd-she-sees {
	margin: 0 0 15px 0;
	height: 59px;
	background: url(../images/hd-she-sees.gif) no-repeat 100% 0;
	text-indent: -9000px;
	text-align: left;
}
h1.hd-the-girl {
	margin: 0 0 15px 0;
	height: 85px;
	background: url(../images/hd-the-girl.gif) no-repeat 0 0;
	text-indent: -9000px;
}
h1.hd-the-future {
	margin: 0 0 15px 0;
	height: 85px;
	background: url(../images/hd-the-future.gif) no-repeat 0 0;
	text-indent: -9000px;
}
h1.hd-the-plan {
	margin: 0 0 15px 0;
	height: 85px;
	background: url(../images/hd-the-plan.gif) no-repeat 0 0;
	text-indent: -9000px;
}
h1.hd-the-family {
	margin: 0 0 15px 0;
	height: 85px;
	background: url(../images/hd-the-family.gif) no-repeat 0 0;
	text-indent: -9000px;
}
h1.hd-the-news {
	margin: 0 0 15px 0;
	height: 85px;
	background: url(../images/hd-the-news.gif) no-repeat 0 0;
	text-indent: -9000px;
}
h1.hd-the-business {
	margin: 0 0 15px 0;
	height: 85px;
	background: url(../images/hd-the-business.gif) no-repeat 0 0;
	text-indent: -9000px;
}

body.inside div.main h2 {
	margin: 0 20px 10px 0;
	text-align: right;
	color: #3e472a;
	text-transform: uppercase;
	font-size: 123.1%;
	line-height: 150%;
}
body.inside div.main h3 {
	margin: 0 0 10px 0;
	color: #3e472a;
	text-transform: uppercase;
	font-size: 135%;
}

body.home div.side h2 {
	margin: 0 0 10px 0;
	color: #3e472a;
	font-size: 108%;
}

div.side-text h4 {
	font-size: 167%;
	margin: 0 0 10px 0;
	color: #3e472a;
	text-transform: uppercase;
}
div.side-text p {
	color: #3e472a;
	line-height: 150%;
}
.email {
	color: #c04d27;
	line-height: 100%;
	text-decoration: underline;
	font-weight: bold;
}
/* @end */

/* @group Common Text Styles */
body.home div.side {
	text-align: right;
}
body.home div.side p {
	line-height: 170%;
	color: #3e472a;
	font-size: 77%;
}

body.inside div.main {
	color: #3e472a;
}
body.inside div.main p {
	line-height: 170%;
	font-size: 95%;
}
body.inside div.main p .big {
	font-size: 108%;
	font-weight: bold;
}


.caps {
	text-transform: uppercase;
}
/* @end */

/* @group Default Lists */
body.inside div.main li {
	font-size: 95%;
	line-height: 170%;
	margin-bottom: 8px;
	font-style: italic;
}
.faq-answers {
	font-size: 85%;
	line-height: 170%;
	margin-bottom: 8px;
}
body.inside div.main li li {
	font-size: 100%;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #3e472a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */