﻿/***** main layout styles *****/
	body {
		position:relative;
		width:760px;
		margin:0;
		padding:0;
		margin:auto;
		text-align:center;
		font-family:arial;
		font-size:12px;
		line-height:1.4em;
		background:#eae7de url(../images/header_bg.gif) top center no-repeat;
	}

	body div {
		text-align:left;
	}

	h1,h2,h3,h4,h5,h6 {
		margin:0;
		padding:0;
	}
	
	a {
		color:#930;
	}
	
	a:hover {
		color:#c63;
	}

/***** header styles *****/
	#header {
		width:100%;
		height:153px;
	}

	#header h1 {
		text-indent:-99999px;
		background:url(../images/cabarrus_county_girl_scouts.gif) bottom right no-repeat;
		width:700px;
		height:74px;
		padding-top:20px;
	}
	
	/***** search box styles *****/
		#search {	
			position:absolute;
			text-align:left !important;
			margin-top:-50px !important;
			margin-left:15px;
		}
		
		#search label {
			color:#630;
			font-size:1.2em;
		}
		
		#search input.button {
			background-color:#930;
			border:none;
			color:#dedede;
			font-weight:bold;
			padding:2px;
		}

/***** vertical, left-hand navigation styles *****/
	#navigation {
		float:left;
		background:url(../images/left_bg.jpg) top left repeat-x;
	}
	
	#navigation div {
		text-align:center;
		margin-top:1em;
	}
	
	#navigation div img {
		margin-top:1em;
	}
	
	#navigation, #navigation ul, #navigation li {
		clear:both;
		list-style:none;
		margin:0;
		padding:0;
		width:214px;
	}

	#navigation ul#main_nav li a {
		display:block;
		width:214px;
		height:45px;
		text-indent:-99999px;
		border:1px solid #ccc;
	}

	#navigation ul#main_nav li a:hover, #navigation ul#main_nav li a.selected {
		border:1px solid #930;
	}
	
	/***** Home item *****/
		#navigation li#home a {
			background:url(../images/nav_home.gif) top left no-repeat;
		}

		#navigation li#home a:hover, #navigation li#home a.selected {
			background:url(../images/nav_home-selected.gif) top left no-repeat;
		}

	/***** About Us item *****/
		#navigation li#aboutus a {
			background:url(../images/nav_about_us.gif) top left no-repeat;
		}

		#navigation li#aboutus a:hover, #navigation li#aboutus a.selected {
			background:url(../images/nav_about_us-selected.gif) top left no-repeat;
		}

	/***** Joining item *****/
		#navigation li#joining a {
			background:url(../images/nav_joining.gif) top left no-repeat;
		}

		#navigation li#joining a:hover, #navigation li#joining a.selected {
			background:url(../images/nav_joining-selected.gif) top left no-repeat;
		}

	/***** Leading item *****/
		#navigation li#leading a {
			background:url(../images/nav_leading.gif) top left no-repeat;
		}

		#navigation li#leading a:hover, #navigation li#leading a.selected {
			background:url(../images/nav_leading-selected.gif) top left no-repeat;
		}

	/***** Living item *****/
		#navigation li#living a {
			background:url(../images/nav_living.gif) top left no-repeat;
		}

		#navigation li#living a:hover, #navigation li#living a.selected {
			background:url(../images/nav_living-selected.gif) top left no-repeat;
		}

	/***** Contact Us item *****/
		#navigation li#contactus a {
			background:url(../images/nav_contact_us.gif) top left no-repeat;
		}

		#navigation li#contactus a:hover, #navigation li#contactus a.selected {
			background:url(../images/nav_contact_us-selected.gif) top left no-repeat;
		}
	
	#navigation ul.sub_nav {
		background-color:#e7e7e7;
	}
	
	#navigation ul.sub_nav a {
		display:block;
		background:none !important;
		text-indent:0 !important;
		height:auto !important;
		text-decoration:none;
		padding-left:40px;
		font-size:1.1em;
		font-weight:bold;
		border-top:none !important;
		width:auto !important;
	}

/***** main content style *****/
	#content, #secondary_content {
		float:left;
		width:543px;
	}
	
	/***** secondary page styles *****/
		#secondary_content h2 {
			position:relative;
			top:-50px;
			text-indent:-99999px;
			height:48px;
			margin-left:35px;
			margin-bottom:-50px;
		}

		#secondary_content h2#about_us-title {
			background:url(../images/about_us-title.gif) top left no-repeat;
		}
	
	
		#secondary_content #page_body {
			margin-left:35px;
		}

/***** Info Slug styles *****/
	#info_slug {
		height:169px;
		margin-left /* */:2px;
		border-top:1px solid #930;
		border-bottom /* */:1px solid #930;
		background:url(../images/think_girl_scouts.gif) top left no-repeat;
	}
	
	#info_slug #unbound_img {
		position:relative;
		top:-56px;
		top /* */:-55px;
		left:-38px;
	}
	
	#info_slug #think_girl_scouts {
		text-indent:-999999px;
	}

/***** page body styles *****/
	#content #page_body {
		
		margin-left:55px;
	}
	
	#page_body h3 {
		color:#b34a07;
		font-size:1.3em;
		margin-bottom:-.8em;
	}
	
	.leftimg {
		float:left;
		margin:0;
		margin-top:-60px;
		margin-bottom:60px;
		margin-left:-20px;
		margin-right:45px;
		margin-top /* */:-10px;
		margin-left /* */:0px;
		margin-right /* */:1em;
		margin-bottom /* */:0px;
		height:117px;
		width:109px;
	}
	
	#welcome h3 {
		text-indent:-99999px;
		background:url(../images/welcome.gif) top left no-repeat;
		height:26px;
		margin-left:119px;
	}
	
	#more {
		margin-top:5em;
	}