body, html {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000066;
	height: 100%;
	background-color: #FFFFFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

div.clear {
    visibility: hidden;
    clear: both;
}

#container {
	width: 760px;
	margin: 20px auto 0 auto;
	padding: 0;
	position: relative;
}

 * html #container {
    height: 100%;
}
h3.heading {
    margin: 0;
    padding: 3px 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: lowercase;
    border-bottom: 1px solid #BAC0C0;
}

/**
* Top navigation section
*/

/* Section defined border */
#top_navigation {
	height: 26px;
}
#top_sub_navigation a:hover {

	color: #FF6600;
	text-decoration: none;
}

#navigation_tabs li {
    font-family: verdana, arial, helvetica, sans-serif;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

#navigation_tabs {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0;
}

#navigation_tabs li a {
	display: block;
	overflow: hidden;
	line-height: 26px;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	max-height: 26px;
	white-space: nowrap;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#navigation_tabs #welcome_tab a {
	color: #FFFFFF;
	background-color: #4787C4;
	padding-right: 7px;
	padding-left: 7px;
}

#navigation_tabs #add_person_tab a {
	color: #FFFFFF;
	background-color: #4787C4;
	padding-right: 7px;
	padding-left: 7px;
}

#navigation_tabs #find_person_tab a {
	color: #FFFFFF;
	background-color: #4787C4;
	padding-right: 7px;
	padding-left: 7px;
}

#navigation_tabs #about_tab a {
	color: #FFFFFF;
	background-color: #4787C4;
	padding-right: 7px;
	padding-left: 7px;
}

#navigation_tabs #charities_tab a {
	color: #FFFFFF;
	background-color: #4787C4;
	padding-right: 7px;
	padding-left: 7px;
}
#navigation_tabs #charities_tab a:hover, #navigation_tabs #about_tab a:hover, #navigation_tabs #find_person_tab a:hover, #navigation_tabs #add_person_tab a:hover, #navigation_tabs #welcome_tab a:hover  {
	color: #FFFFFF;
	background-color: #FF6600;
}

#top_sub_navigation {
    color: #4787C4;
    overflow: hidden;
    line-height: 26px;
    float: right;
    padding-right: 10px;
    max-height: 26px;
}

#top_sub_navigation a {
	color: #000066;
	text-decoration: underline;
}

/**
* Content
*/

#content {
	padding: 0px;
	margin: 0px;
	border: 0px solid #FFFFFF;

}

#header_banner {
	height: 111px;
	background-color: #000066;
	background-image: url(../images/design/banner_index.gif);
}

#page_title {
    display: none;
}

/**
* Columns
*/

#column_wrapper {
	background-color: #fff;
	margin-bottom: 0px;
}

div.column {
	float: left;
	overflow: hidden;
	padding: 10px;
}

#column_one {
	width: 231px;
	background-color: #E9F3FF;
	height: 700px;
}

#column_two {
    width: 233px;
	height: 700px;
}

#column_three {
	width: 234px;
	background: #C4E1FF;
	height: 700px;
	padding-left: 12px;
}

#column_one_two {
    width: 484px;
}

h2.heading_1 {
	font-size: 15px;
	font-weight: bold;
	color: #000066;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
}
h2.heading_2 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

div.column p {
    line-height: 18px;
}

div.section_link a {
	display: block;
	font-weight: bold;
	line-height: 14px;
	padding-left: 20px;
	margin: 5px 0 10px 0;
	text-transform: lowercase;
	background-image: url(../images/design/section_link_bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}


.add_color, .default_color {
            color: #010066;
}

.find_color {
            color: #010066;
}

.about_color {
            color: #010066;
}

.charities_color {
            color: #010066;
}

/**
* Footer
*/

#footer {
	text-align: center;
	color: #C4E1FF;
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #010066;
}

#footer span {
    margin: 0 15px;
}

#footer a {
    color: #fff;
}

/**
* Index specific
*/

div.box_functions {
	width: 232px;
	overflow: hidden;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

div.box_functions p {
	margin-top: 0;
	margin-bottom: 0;
}

.box_link {
	margin: 0;
	height: 50px;
	font-size: 11px;
}

.add_person {

}

.add_appreciation {
}

div.box_functions .box_link a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	vertical-align: bottom;
	line-height: 24px;
	overflow: hidden;
	background-image: url(../images/design/box_link_bg.gif);
	background-repeat: repeat-x;
	background-position: center right;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	height: 24px;
	border: 1px solid #CCCCCC;
	text-align: center;
}


div.box_find {
	width: 232px;
	overflow: hidden;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}

div.box_find form {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0;
}

/**
* Search box
*/

#search fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

#search label {
	line-height: 18px;

}

#search_query {
	width: 80%;
	border: 1px solid #CECECE;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*#search_submit {
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	border: 0;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	background: url(../images/design/icons/box_link_bg.gif) repeat-x center right; 
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
	width: 155px;
	text-align: left;
	
}
*/

/* IE border hack */

* html #search_submit {
	border: 0px solid #CECECE;
	width: 160px;
	text-align: center;
	line-height: 26px;
	height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
}
#search_submit {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	vertical-align: bottom;
	padding: 0 5px;
	line-height: 26px;
	overflow: hidden;
	background-image: url(../images/design/box_link_bg.gif);
	background-repeat: repeat-x;
	background-position: center right;
	text-align: center;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	height: 26px;
	width: 160px;
	}

#search_submit a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	vertical-align: bottom;
	padding: 0 5px;
	line-height: 26px;
	overflow: hidden;
	background-image: url(../images/design/box_link_bg.gif);
	background-repeat: repeat-x;
	background-position: center right;
	text-align: center;
	border: 0px solid #CCCCCC;
	height: 26px;
	font-size: 12px;
}
.donate {
	text-align: center;

}
.bitpush {
	padding-bottom: 6px;
}
