/* Layout styles */

html, body {height:100%}

body {
	padding: 0;
	margin: 0;
	text-align: center;
	color: #715231;
	font: normal .7em/1.7em Verdana, Arial, Helvetica, sans-serif;
	background: #FED6A3 url(../images/body_bground_rpt.gif) repeat-x 0 0; /* background gradient */
}


/*********** site structure styles ***********/

#outer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 0 15px;
	background: url(../images/outer_bground.gif) no-repeat 0 0; /* shadow */
}

#header {
	height: 166px;
	background: url(../images/index_header_bground.gif) no-repeat 0 0;
}

#mainNav {
	float: right;
	display: inline;
	height: 114px;
	width: 538px;
	margin: 22px 9px 0 0;
}

#centrecontent {
	display: none;
}

#topPortals {
	float: left;
	display: inline;
	width: 960px;
	padding: 0 0 20px 0;
	font: normal 1em/1.4em Arial, Helvetica, sans-serif;
	background: url(../images/topPortals_bground.gif) no-repeat 0 100%;
}

#bottomPortals {
	float: left;
	display: inline;
	width: 960px;
	height: 204px;
	font: normal 1em/1.4em Arial, Helvetica, sans-serif;
	background: url(../images/bottomPortals_bground.gif) no-repeat 0 0;
}

html>body #clearfooter { 
	clear: both; 
	height: 1px; 
}

#footer {
	clear: both;
  	height: 60px;
	width: 990px;
	padding: 40px 0 0 0;
	margin: -1px auto 0 auto;
	background: url(../images/index_footer_bground.gif) no-repeat 0 0;
}

/***********  Header styles ************/

#header h1 {
	margin: 0;
}

#header h1 a {
	display: inline;
	float: left;
	background: url(../images/index_siteID.gif) no-repeat 0 0;
	width: 219px;
	height: 108px;
	margin: 43px 0 0 27px;
}

#header h1 a span {
	display: none;
}

#header form { /* Hides search form */
	display: none;
}

#header #utilitiesNav ul {
	float: right;
	display: inline;
	margin: 7px 10px 0 0;
	padding: 0;
	list-style-type: none;
} 

#header #utilitiesNav ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
} 

#header #utilitiesNav ul li a {
	float: left;
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	padding: 0 4px;
	border-right: 1px solid #FFF;
	vertical-align: baseline;
	line-height: 11px;
}

#header #utilitiesNav ul li a:hover {
	text-decoration: underline;
}

#header #utilitiesNav ul li.last a {
	border-right: none;
}

/* logged in */

#header #utilitiesNav ul li.login {
	color: #FFF;
	font-weight: bold;
	font-size: .9em;
	vertical-align: baseline;
	line-height: 11px;
	padding: 0 4px 0 0;
	border-right: 1px solid #FFF;
}


	

/***********  Navigation styles ***********/

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mainNav ul li { 
  display: inline;
  margin: 0;
  padding: 0;
}

#mainNav ul li a {
	float: left;
	display: block;
	width: 107px;
	height: 114px;
}

#mainNav ul li#goodcompany a {
	background: url(../images/nv_goodcompany.gif) no-repeat 0 0;
}
#mainNav ul li#goodcompany a:hover {
	background: url(../images/nv_goodcompany.gif) no-repeat 0 -114px;
}
#mainNav ul li#Volunteers a {
	background: url(../images/nv_volunteers.gif) no-repeat 0 0;
}
#mainNav ul li#Volunteers a:hover {
	background: url(../images/nv_volunteers.gif) no-repeat 0 -114px;
}
#mainNav ul li#Community-Groups a {
	background: url(../images/nv_community_groups.gif) no-repeat 0 0;
}
#mainNav ul li#Community-Groups a:hover {
	background: url(../images/nv_community_groups.gif) no-repeat 0 -114px;
}
#mainNav ul li#Partners a {
	background: url(../images/nv_partners.gif) no-repeat 0 0;
}
#mainNav ul li#Partners a:hover {
	background: url(../images/nv_partners.gif) no-repeat 0 -114px;
}
#mainNav ul li#Good-Stories a {
	width: 110px;
	background: url(../images/nv_good_stories.gif) no-repeat 0 0;
}
#mainNav ul li#Good-Stories a:hover {
	width: 110px;
	background: url(../images/nv_good_stories.gif) no-repeat 0 -114px;
}
#mainNav ul li#wish_list a, #mainNav ul li#what_s_on a {
	display: none;
}


#mainNav ul li a span {
	display: none;
}

#mainNav ul li a:hover, #mainNav ul li a.active {
	background: #DB4534;
	text-decoration: none;
}

/*********** Content Styles ***********/

/* #centrecontent h1 {
	font: bold 1.4em Arial, Helvetica, sans-serif;
	color: #2D2D2D;
	margin: 0 0 10px 0;
}

#centrecontent h2 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #E96556;
	margin: 0 0 10px 0;
}

#centrecontent h2 a {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #E96556;
	margin: 0 0 10px 0;
}

#centrecontent h3 {
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #525252;
	margin: 0;
	padding: 0;
}

#centrecontent p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

#centrecontent a {
	color: #E96556; 
}

#centrecontent a:hover {
	text-decoration: none;
}

#centrecontent ul p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
} */

/*********** Top Portal Styles ***********/

#topPortals a {
	color: #E35E24;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
}

#topPortals a:hover {
	text-decoration: underline;
}

/* Login styles */

#topPortals .toolbox {
	float: left;
	width: 191px;
}

#topPortals .toolbox h2 {
	width: 166px;
	height: 29px;
	color: #FFF;
	font: normal 1.7em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 15px 0 0 25px;
	background: url(../images/topPortals_toollist_h2_bground.gif) no-repeat 0 0;
}

#topPortals .toolbox .toolbox-content {
	padding: 10px 20px 0 20px;
}

#topPortals .toolbox .toolbox-content p {
	margin: 0 0 10px 0;
}

/* Not logged in styles */

#topPortals .toolbox .toolbox-content form {
	margin: 0;
	padding: 0;
}

#topPortals .toolbox .toolbox-content form input {
	display: block;
	border: 1px solid #D6CDC3;
	background: #F0E7D1;
	height: 14px;
	width: 145px;
	margin: 0 0 10px 0;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #9B571A;
}

#topPortals .toolbox .toolbox-content form .content-link p {
	margin: 0;
	padding: 0;
}

#topPortals .toolbox .toolbox-content form .Login {
	position: relative;
	float: left;
}

#topPortals .toolbox .toolbox-content form input.button {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 73px;
	height: 19px;
	color: #F0E7D1;
	cursor: pointer;
	border: none;
	font: bold 1em Arial, Helvetica, sans-serif;
	background: url(../images/topPortals_toollist_form_button.gif) no-repeat 0 0;
}

html>body #topPortals .toolbox .toolbox-content form input.button {
	padding: 0 0 3px 0;
}

#topPortals .toolbox .toolbox-content form a.newUser {
	float: left;
	position: relative;
	display: inline;
	margin: 2px 0 0 7px;
}

#topPortals .toolbox .toolbox-content form .content-link a.forget {
	float: left;
	display: block;
	font: normal .9em Arial, Helvetica, sans-serif;
	color: #B8A898;
	margin: 5px 0;
	padding: 0;
	background: none;
}

#topPortals .toolbox .toolbox-content form .content-link ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Good Happens and Latest Wishes styles */

/* General */

#topPortals .toolbarPortal {
	float: left;
	width: 384px;
}

#topPortals .toolbarPortal h2 {
	height: 29px;
	color: #FFF;
	font: normal 1.7em Arial, Helvetica, sans-serif;
	margin: 0;
}

#topPortals .toolbarPortal a {
	color: #6C91A8;
}

#topPortals .toolbarPortal .portalBody {
	padding: 10px 28px 0 15px;
}

#topPortals .toolbarPortal .portalBody p {
	margin: 0 0 10px 0;
}

#topPortals .toolbarPortal .portalBody ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style-type: none;
}

#topPortals .toolbarPortal .portalBody ul li p {
	margin: 0;
}

/* Good Happens Styles */

#topPortals .toolbarPortal2 .toolbarPortal h2 {
	width: 369px;
	padding: 15px 0 0 15px;
	background: url(../images/topPortals_toolbar_1_h2_bground.gif) no-repeat 0 0;
}

/* Latest Wishes Styles */

#topPortals .toolbarPortal3 .toolbarPortal h2 {
	width: 359px;
	text-align: right;
	padding: 15px 25px 0 0;
	background: url(../images/topPortals_toolbar_2_h2_bground.gif) no-repeat 0 0;
}

#topPortals .toolbarPortal3 .toolbarPortal .latestWishes {
	padding: 0 15px;
}

#topPortals .toolbarPortal3 .toolbarPortal .latestWishes ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topPortals .toolbarPortal3 .toolbarPortal .latestWishes ul li {
	display: block;
	margin: 0;
	padding: 0;
}


/*********** Bottom Portal Styles ***********/

/* Search Wishes Styles */

#bottomPortals .toolbarPortal1 {
	float: left;
	display: inline;
	width: 175px;
	height: 204px;
	margin: 0 7px 0 9px;
	color: #FFF;
	font: normal 1em verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bottomPortals_search_bground.gif) no-repeat 0 0;
}

#bottomPortals .toolbarPortal1 h1 {
	width: 160px;
	height: 31px;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 15px 8px 0 8px;
	background: url(../images/bottomPortals_search_h2_bground.gif) no-repeat 0 0;
}

#bottomPortals .toolbarPortal1 form {
	padding: 0;
	margin: 10px;
}

#bottomPortals .toolbarPortal1 form label {
	color: #715231;
	font-weight: bold;
}

#bottomPortals .toolbarPortal1 form select {
	width: 150px;
	height: 16px;
	margin: 0 0 10px 0;
	background: #F0E7D1;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #9B571A;
}

#bottomPortals .toolbarPortal1 form input.search {
	background: url(../images/bottomPortals_form_button.gif) no-repeat 0 0;
	width: 73px;
	height: 19px;
	border: none;
	color: #F0E7D1;
	cursor: pointer;
	font: bold 1em Arial, Helvetica, sans-serif;
	margin: 0;
}

/* Shared Volunteer and Community Groups Styles */

#bottomPortals .toolbarPortal2, #bottomPortals .toolbarPortal3 {
	float: left;
	display: inline;
	height: 169px;
	margin: 0 9px 0 0;
	color: #FFF;
	font: normal 1em verdana, Arial, Helvetica, sans-serif;
}

#bottomPortals .toolbarPortal2 h2, #bottomPortals .toolbarPortal3 h2 {
	margin: 0 0 10px 0;
	font: normal 1em Arial, Helvetica, sans-serif;
}

#bottomPortals .toolbarPortal2 h2 a, #bottomPortals .toolbarPortal3 h2 a {
	font-family: arial;
	font-size: 1.7em;
	font-weight: normal;
} 

#bottomPortals .toolbarPortal a {
	font: bold 1em verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#bottomPortals .toolbarPortal a:hover {
	text-decoration: underline;
}

#bottomPortals .toolbarPortal ul {
	margin: 50px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#bottomPortals .toolbarPortal ul li p {
	margin: 0;
}

#bottomPortals .toolbarPortal ul li a {
	font-weight: normal;
	padding: 0 0 0 10px;
}

#bottomPortals .toolbarPortal p {
	margin: 0 0 20px 0;
}

/* Volunteer Styles */

#bottomPortals .toolbarPortal2 {
	width: 216px;
	margin: 0 8px 0 0;
	padding: 15px 140px 20px 20px;
	background: url(../images/bottomPortals_volunteers_bground.gif) no-repeat 0 0;
}

#bottomPortals .toolbarPortal2 a {
	color: #F9CFC3;
}

#bottomPortals .toolbarPortal2 ul li a {
	background: url(../images/bottomPortals_volunteers_a.gif) no-repeat 0 3px;
}

/* Community Groups Styles */

#bottomPortals .toolbarPortal3 {
	width: 206px;
	margin: 0 9px 0 0;
	padding: 15px 20px 20px 150px;
	background: url(../images/bottomPortals_communitygroups_bground.gif) no-repeat 0 0;
}

#bottomPortals .toolbarPortal3 h2 {
	text-align: right;
}

#bottomPortals .toolbarPortal3 a {
	color: #CEE7F4;
}

#bottomPortals .toolbarPortal3 ul li a {
	background: url(../images/bottomPortals_communitygroups_a.gif) no-repeat 0 3px;
}

/*********** Footer Styles ***********/

#footer ul {
	float: right;
	display: inline;
	margin: 0 265px 0 0;
	padding: 0;
	list-style-type: none;
}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#footer ul li a {
	float: left;
	display: block;
	text-decoration: none;
	color: #9D7E4E;
	padding: 0 5px;
	border-left: 1px solid #9D7E4E;
	font: normal 1em Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	line-height: 12px;
}

#footer ul li a:hover, #footer ul li a.active {
	text-decoration: underline;
}

#footer ul#Credits {
	display: none;
}

#footer #footerDesc p { /* Copyright bit */
	float: right;
	display: inline;
	padding: 0 5px 0 0;
	margin: 0;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #9D7E4E;
}


/*********** Rich text Styles ***********/

div.object-left, div.object-right {
    padding: 0;
	margin: 0;
    display: inline;
}

div.imageleft img, div.imageright img, div.object-left img, div.object-right img {
    padding: 0;
	margin: 0;
}

div.object-left {
    float: left;
    padding-right: 8px;
}

div.imageleft {
    float: left;
    padding-right: 8px;
}

div.object-right {
    float: right;
    padding-left: 8px;
}

div.imagecenter, div.centerobject {
    width: 100%;
    padding: 0;
	margin: 0;
    display: block;
	text-align: center;
}

div.imagecenter img, div.centerobject img {
    padding: 0;
	margin: 0;
}

div.imageleft p.picturetext, div.imageright p.picturetext, div.imagecenter p.picturetext {
    margin-top: 2px;
    margin-bottom: 2px;
}

div.imageleft p.picturetext, div.imageright p.picturetext, span.picturetext {
    background-color: #f0f0f0;
}

div.addthis_toolbox
{
	float: left;
	position: relative;
	left: 14px;
	top: 116px;
}

div#ezwt
{
    margin: -10px 1em 0.5em 1em;
}

div#ezwt a img
{
	border: none;
}

