/*--------------------------------------------------------------------------

Title: Master styles for the Area Agency on Aging
Author: Beth Dean
URL:  http://www.whitespace-creative.com

--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
=Main 
--------------------------------------------------------------------------*/

body {
	background: #0C0C0C url(../elements/home/bgHome.gif) repeat-x left top;
	padding: 0;
	margin: 0;
	top: 0px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 95%;
	color: #333;
	line-height: 135%;
}

#wrapper {
	padding: 0;
	margin: 0;
	top: 0px;	
	/*width: 100%;*/
}

#header {
	background-image: url(../elements/bgHeader.jpg);
	height: 54px;	
/*	min-width: 1150px;*/
	width: auto;
/*	_width: 1150px;*/
}

/*--------------------------------------------------------------------------
=Home Page
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
=Overview
--------------------------------------------------------------------------*/
#overview {
	_float: left;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	background: #f5f5f5 url(../elements/home/bgOverviewHome.jpg) repeat-x left top;
	overflow: auto;
/*	min-width: 1150px;*/
	width:auto;
/*	_width: 1150px;*/
}
#overviewWrapper {
	overflow: auto;
	float: left;
}
	
#title {
	float: left;
	margin: 0px 0px 0px 10px;
	width: 550px;	
	/*display: inline;
	overflow:auto;*/
}

#teaser {
	margin: 10px 0px 0px 20px;
	padding: 0px;
	float: left;
	font-size: 95%;
	line-height: 135%;
	background: transparent url(../elements/imgCaregiver.gif) no-repeat top left;
	width: 310px;
	height: 118px;
}
#teaser h2, #teaser p {margin: 0px 0px 0px 140px;}


#stepsWrapper {
	display: block;
	float: left;
	width: 670px;
	font-size: 170%;
}

/*--------------------------------------------------------------------------
=One
--------------------------------------------------------------------------*/

#one {
	height: 120px;
	background: #94BA5F url(../elements/home/bgOne.jpg) no-repeat left top;
	color: #fff;	
	padding: 10px 0 0 20px;
}

#one p {
	margin: 0;
	padding: 10px 0 0 80px;
	height: 53px;
	line-height: 115%;	
	width: 280px;
}

#one a {
	color: #fff;
	background: url(../elements/home/imgOne.jpg) no-repeat;
	height: 53px;
	display: block;
	font-weight: normal;
}

#one a:hover {
	color: #ccc;
	text-decoration: none;
	background: url(../elements/home/imgOneHover.jpg) no-repeat;
}

/*--------------------------------------------------------------------------
=Two
--------------------------------------------------------------------------*/

#two {
	background: #9DB2D0 url(../elements/home/bgTwo.jpg) no-repeat left top;
	color: #fff;
	height: 117px;	
	padding: 10px 0 0 20px;
}

#two p {
	margin: 0px 0px 0px 390px;
	padding: 0;
	height: 53px;
	width: 260px;
	line-height: 115%;	
}

#two a {
	color: #fff;
	background: url(../elements/home/imgTwo.jpg) no-repeat;
	height: 53px;
	display: block;
	font-weight: normal;
}

#two a:hover {
	color: #ccc;
	text-decoration: none;
	background: url(../elements/home/imgTwoHover.jpg) no-repeat;
}

/*--------------------------------------------------------------------------
=Three
--------------------------------------------------------------------------*/

#three {
	background: #152450 url(../elements/home/bgThree.jpg) no-repeat left top;
	color: #fff;	
	height: 120px;
	padding: 10px 0 0 20px;
}

#three p {
	margin: 0;
	line-height: 115%;	
	padding: 5px 0 0 80px;
	height: 53px;
	width: 350px;
}

#three a {
	color: #fff;
	background: url(../elements/home/imgThree.jpg) no-repeat;
	height: 53px;
	display: block;
	font-weight: normal;
}

#three a:hover {
	color: #ccc;
	text-decoration: none;
	background: url(../elements/home/imgThreeHover.jpg) no-repeat;
}

#one strong, #two strong, #three strong {
	text-decoration: underline;
	font-weight: bold;
}

#three ul {
	display: block;
	margin-left: 70px;
	padding-top: 0;
	margin-top: 5px;
	width: 280px;
	list-style: disc;
}

#three ul li {
	font-size: 60%;
	line-height: 100%;
	margin-right: 10px;
}

#three ul li a, #three ul li a:hover {
	background: none;
	height: 20px;
}

/*--------------------------------------------------------------------------
=Blog
--------------------------------------------------------------------------*/
#middleContentWrapper {
	clear:both;
	overflow: auto;
	background: #FEFFF0 url(../elements/home/bgMiddleContent.gif) repeat-x left top;
/*	min-width: 1150px;*/
	width: auto;
/*	_width: 1150px;*/
}

#News {
	background: #fff url(../elements/home/bgNews.gif) no-repeat top left;
	float: left;
	width: 350px;
/*	_width: auto;*/
	padding: 15px;	
}

#readMore a {
	margin-top: 0;
	padding-top: 0;
	font-weight: normal;
	font-size: 90%;
	/*padding-left: 260px;*/	
}

/*--------------------------------------------------------------------------
=Headers
--------------------------------------------------------------------------*/

h1 {
	font-size: 180%;
	color: #2D405B;
}

h3 {
	font-size: 120%;
	color: #2D405B;
}

h3.home {
	padding-bottom: 0;
	margin-bottom: 0;
}

hr {
	background-image: url(../elements/ornamentLg.gif);
	background-position: bottom left;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	height: 17px;
	width: 429px;
	border: 0;
}

h2 {
	font-size: 95%;
	color: #933;
	margin-top: 20px;
	/*background-image: url(../elements/ornamentSm.gif);*/
	
}

h4 {
	padding: 0;
	margin: 0;
	color: #933;
}	

h4.date {
	color: #999;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 85%;
	padding: 5px 0 0 0;
	margin: 0;
	line-height: 100%;
}

h5 {
	font-size: 120%;
	color: #2D405B;
	padding: 0;
	margin: 0;
}

/*--------------------------------------------------------------------------
=Nav Description
--------------------------------------------------------------------------*/

#navDescription {
	clear:both;
	height: 35px;
	padding: 10px 0px 0px 0px;
	background: url(../elements/bgNavDescription.gif);
/*	min-width: 1150px;*/
	width:auto;
/*	_width :1150px;*/
}

#navDescription span{margin-left: 20px;}
/*--------------------------------------------------------------------------
=Nav
--------------------------------------------------------------------------*/
#tabs {
    background: #132450;
    font-size:93%;
    line-height:normal;
	clear: both;
	padding:0px;
/*	min-width: 1150px;*/
	width:auto;
/*	_width: 1150px;*/
}

#tabs ul {
	margin:0px 0px 0px 10px;
	padding:0;
	list-style:none;
	clear: both;
	overflow: auto;
}

#tabs li {
      display:inline;
      margin:0;
      padding:0;
}

#tabs a {
      float:left;
      background:url(../elements/tableftH.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  font-weight: normal;
	  display: block;
}

#tabs a span {
      float:left;
      display:block;
      background:url(../elements/tabrightH.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color: #C6CDC2;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
     /*End IE5-Mac hack */
#tabs a:hover span {
      color:#333;
}
#tabs a:hover {
      background-position:0% -42px;
}
#tabs a:hover span {
      background-position:100% -42px;
}
	/* Green */ 
body#home #tabs ul li#navhome a, body#inhome #tabs ul li#in a {
      float:left;
      background:url(../elements/tableftHA.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;      
}

body#home #tabs ul li#navhome a span, body#inhome #tabs ul li#in a span {
      float:left;
      display:block;
      background:url(../elements/tabrightHA.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color: #132450;
	  font-weight: bold;
}


/*--------------------------------------------------------------------------
=Shelf
--------------------------------------------------------------------------*/

#shelf {
	background: url(../elements/bgFooter.jpg);
	/*background-repeat: repeat-y;*/
	background-color: #fff;
	font-size: 85%;
	height: 245px;
	line-height: 135%;
	/*width: 100%;*/
}

#handle {
	background-image: url(../elements/bgHandle.jpg);
	margin: 0px 0px 0px 80%;
	width: 135px;
}

#handle img {
	border: none;	
}

/*--------------------------------------------------------------------------
=Site-Map
--------------------------------------------------------------------------*/

#shelf ul {
	list-style: none;
}

#shelf ul ul {
	list-style-image: url(../elements/arrow.gif);
}

#shelf ul a {
	text-decoration: none;
	color: #132450;
}

#shelf ul a:hover {
	text-decoration: underline;
	color: #132450;	
}

#shelf ul ul a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

#shelf ul ul a:visited {
	color: #999;
}

#shelf ul ul a:hover {
	color: #333;
	text-decoration: underline;
	background-color: #fff;
}

#shelf p {
	margin: 5px 0 5px 0;
	padding: 0;
}

ul.leftColumn {
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
}

ul.middleColumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 0 0 0 20px;
	width: 200px;
}

ul.rightColumn {
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
}	

/*--------------------------------------------------------------------------
=Getting Started
--------------------------------------------------------------------------*/

#start {
	margin-left: 20px;
	padding: 10px;
	background-color: #F7FAF4;
	width: 240px;
	float: left;
	border: 2px dotted #BECCAF;
	display:block;
	background-image: url(../elements/bgHelp.jpg);
	background-repeat: repeat-y;
	background-color: #fff;
}

#start p {
	font-size: 115%;
	padding: 0;
	margin: 0 0 5px 0;
	color: #132450;
	font-weight: bold;
}

#start ul {
	font-size: 105%;
	padding: 0;
	margin: 0;
}

#start ul li {
	margin-bottom: 5px;
	padding-top: 5px;
	border-top: 2px dotted #BECCAF;
}

#start ul li a {
	color: #769E51;
	text-decoration: none;
	font-weight: bold;
}

#start ul li a:hover {
	color: #5F8041;
	text-decoration: underline;
}


/*--------------------------------------------------------------------------
=Help
--------------------------------------------------------------------------*/

#help {
	margin-top: 10px;
	list-style: none;
	background-image: url(../elements/bgHelp.jpg);
	height: 20px;
	padding: 5px 2px 2px 5px;
	width: 176px;
	font-size: 110%;
}

#shelf ul li#help a {
	color: #769E51;
	text-decoration: none;
	font-weight: bold;
}

#shelf ul li#help a:hover {
	color: #5F8041;
	text-decoration: underline;
}

/*--------------------------------------------------------------------------
=Contact & Search
--------------------------------------------------------------------------*/

#vcard {
	
	margin-right: 20px;
	padding: 10px;
	background-color: #F7FAF4;
	width: 240px;
	float: right;
	border: 2px dotted #BECCAF;
	display:block;
}

.tel {
	color: #666;
}

#search {
	float: left;
	padding: 0;
	margin: 10px 0 0 230px;
	width: 260px;
	height: 40px;
	display: block;	
}

#input { 
	display: block;
	padding: 0;
	margin: 7px 0 0 0;
	float: left;
	color: #666;
	width: 180px;	
}

#button {
	background: transparent url(../elements/btnSearch.gif) no-repeat center top;
	 text-indent: -1000em;
  	 cursor: pointer; /* hand-shaped cursor */
  	 /*cursor: hand; /* for IE 5.x */
	 width: 67px;
	 height: 32px;
	 display: block;
	 float: left;
	 padding: 0;
	 margin: 0;	 
	 border: 0;
	 margin-bottom: 20px; 
}

/*--------------------------------------------------------------------------
=Footer
--------------------------------------------------------------------------*/

#bottom {
	font-size: 85%;
	padding: 10px 0;
	color: #B5B5B5;
	line-height: 125%;	
	background: #333 url(../elements/home/bgFooter.jpg) repeat-x left top;
	height: 206px;
	overflow:auto;
	clear:both;
	/*min-width: 1150px;*/
	width: auto;
	/*_width: 1150px;*/

}

#footerNav {
	list-style: none;
	display: block;
	float: left;
	/*width: 100%;*/
	margin: 10px 0 0 25px;
	padding: 0;	
}

#footerNav li {
	display: block;
	float: left;
	padding: 0 15px 0 5px;
	margin: 0 5px 0 5px;
	border-right: 1px solid #999;
}

#footerNav a {
	text-decoration: none;
	color: #B5B5B5;
	font-weight: normal;
}

#footerNav a:hover {
	text-decoration: underline;
	background-color: #4E4E4E;
}

#footerNav li#last {
	border: none;
}

#bottom p {
	display: block;
	float: left;
	margin-left: 32px;
	padding: 0;
	color: #B5B5B5;	
}

#bottom img {
	margin: 0 0 0 5px;
	border: 0;
}

#bottom strong {
	color: #ccc;
}

/*--------------------------------------------------------------------------
=vCard Footer
--------------------------------------------------------------------------*/

#vcardFooter.print {
	
}

#vcardFooter {
	margin-top: 10px;
	margin-left: 30px;
	padding: 5px;
	/*background-color: #F7FAF4;
	/*background-color: #fff;
	border: 2px dotted #BECCAF;*/
	width: 440px;
	float: left;
	display:block;
}

#vcardFooter #left {
	width: 235px;
	float: left;
	border-right: 1px solid #BECCAF;
	margin-right: 10px;
}

#vcardFooter #right {
	float: left;
	margin-right: -3px;
}

.tel {
	color: #B5B5B5;
}

#bottom #vcardFooter p {
	margin-left: 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------------------
=Miscellaneous
--------------------------------------------------------------------------*/

a {
	color: #769E51;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #5F8041;
	text-decoration: underline;
}

#skip {
	text-indent: -9999px;
	padding: 0;
	margin: 0;
	line-height: 0;
	font-size: 0;
	/*background-color: #9bb3d7;*/
	overflow: hidden;
}

#footerSkip {
	text-indent: -9999px;
	padding: 0;
	margin: 0;
	line-height: 0;
}

em {
	font-style: normal;
	font-weight: normal;
	background-color: #ffffe9;
}

#bottom em {
	background: none;
}

em.wspace a {
	color: #f60;
	font-weight: bold;
	font-style: normal;
}

em.wspace a:hover {
	text-decoration: underline;
}

