﻿html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
	line-height: 1.5;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

.container {
	/*background: url('../../Image/User/logo.png') no-repeat top left;*/
	width: 950px;
	margin: 0 auto;
}

div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, 
div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, 
div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, 
div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, 
div.span-21, div.span-22, div.span-23, div.span-24 {
  float: left;
  margin-right: 20px; 
}

div.last { margin-right: 0; }

.span-1  { width: 30px; }
.span-2  { width: 70px; }
.span-3  { width: 110px; }
.span-4  { width: 150px; }
.span-5  { width: 190px; }
.span-6  { width: 221px; }
.span-7  { width: 270px; }
.span-8  { width: 310px; }
.span-9  { width: 350px; }
.span-10 { width: 390px; }
.span-11 { width: 703px; }
.span-12 { width: 465px; }
.span-13 { width: 500px; }
.span-14 { width: 540px; }
.span-15 { width: 580px; }
.span-16 { width: 620px; }
.span-17 { width: 660px; }
.span-18 { width: 700px; }
.span-19 { width: 740px; }
.span-20 { width: 780px; }
.span-21 { width: 820px; }
.span-22 { width: 860px; }
.span-23 { width: 900px; }
.span-24, div.span-24 { width: 950px; margin: 0; }

div.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

div.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}

.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

hr {
  background: #dcf0b8;
  color: #dcf0b8;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
}

hr.space {
  background: #fff;
  color: #fff;
}

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

.clear { clear:both; }

body { 
  font-size: 75%;
  color: #2f3a1c; 
  background: #edffcf url('../../Image/User/background.png') repeat-x top left;
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #191f0f; }

h1 { font-weight: bold; font-size: 1.75em; line-height: 1; margin-top: 0.5em; margin-bottom: 0.5em; color: #007044; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.15em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

p           { margin: 0 0 1.5em; }
/*p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
p img.none  { float: none; margin: 0; padding: 0; }*/

a:focus, 
a:hover     { color: #ff4200; text-decoration: underline; }
a           { color: #007044; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.req	{ color: Red; }

/* --------------------------------------------------------------
NON-FRAMEWORK
-------------------------------------------------------------- */
.contentbackground {
	background: url('../../Image/User/contentContainer.png') no-repeat top left;
	height: 200px;
}

.tabcontainer {
	height: 31px;
	left: 10px;
	position: relative;
	top: 10px;
	width: 560px;
}

.tabcontainer a:focus,
.tabcontainer a:hover {
	color: #2f3a1c;
	text-decoration: none;
}

.tabcontainer a 
{
	color: #2f3a1c;
	text-decoration: none;
	line-height: 2.5em;
}

.tab0 {
	background: url('../../Image/User/tabNews.png') no-repeat top left;
	float: left;
	height: 31px;
	text-align: center;
	width: 113px;
}

.tabselected0 {
	background: url('../../Image/User/tabNewsSelected.png') no-repeat top left;
	float: left;
	height: 31px;
	text-align: center;
	width: 113px;
}

.tab1 {
	background: url('../../Image/User/tabEvents.png') no-repeat top left;
	float: left;
	height: 31px;
	text-align: center;
	width: 113px;
}

.tabselected1 {
	background: url('../../Image/User/tabEventsSelected.png') no-repeat top left;
	float: left;
	height: 31px;
	text-align: center;
	width: 113px;
}

.tab2 {
	background: url('../../Image/User/tabLearn.png') no-repeat top left;
	float: left;
	height: 31px;
	text-align: center;
	width: 113px;
}

.tabselected2 {
	background: url('../../Image/User/tabLearnSelected.png') no-repeat top left;
	float: left;
	height: 31px;
	text-align: center;
	width: 113px;
}

.tab3 {
	background: url('../../Image/User/tabFAQ.png') no-repeat top left;
	float: left;
	height: 31px;
	text-align: center;
	width: 113px;
}

.tabselected3 {
	background: url('../../Image/User/tabFAQSelected.png') no-repeat top left;
	float: left;
	height: 31px;
	text-align: center;
	width: 113px;
}

.tab4 {
	background: url('../../Image/User/tabDonate.png') no-repeat top left;
	float: left;
	height: 31px;
	text-align: center;
	width: 108px;
}

.tabselected4 {
	background: url('../../Image/User/tabDonateSelected.png') no-repeat top left;
	float: left;
	height: 31px;
	text-align: center;
	width: 108px;
}

.contentcontainer {
	position: relative;
	top: 10px;
	left: 10px;
	height: 149px;
	width: 560px;
}

#content0,
#content1,
#content2,
#content3,
#content4 {
	display: none;
}

.searchcontainer {
	height: 81px;
}

.navigationcontainer {
	float: right;
	margin-right: 6px;
}

.searchbar {
	float: right;
	margin-right: 6px;
	margin-top: 20px;
	height: 45px;
}

.searchfield 
{
	width: 300px;
	padding: .45em;
	border: solid 1px #dcf0b8;
	font-size: 1.75em;
	font-weight: bold;
}

.bcontainer {
	background: url('../../Image/User/bcontainer.jpg') no-repeat top left;
	height: 292px;
	width: 350px;

}

.bcontainer img {
	position: relative;
	top: 11px;
	left: 12px;
}


.bIcontainer {
	background: url('../../Image/User/bcontainer.jpg') no-repeat top left;
	height: 292px;
	width: 350px;

}


.bIcontainer img {
	position: relative;
	top: 19px;
	left: 21px;
	right: 12px;
}


.quickfacts {
	background: url('../../Image/User/quickFactsContainer.png') no-repeat top left;
	color: #1f3e8c;
	height: 221px;
	margin-top: 20px;
}

.quickfacts h1 {
	color: #1f3e8c;
}

.yourstory {
	background: url('../../Image/User/yourStoryContainer.png') no-repeat top left;
	color: #fff;
	height: 80px;
	margin-top: 20px;
}

.bluerule {
	display: block;
	background-color: #d0eaff;
	border-bottom: solid 1px #92c2ed;
	height: 1px;
}

.content {
	background-color: #fff;
	border: solid 1px #d8eeb1;
}

div.tab {
	float: left;
	text-align: center;
	width: 170px;
}

.footer 
{
	padding: 20px 0 0 0;
}

.sitemap-path 
{
	padding: 5px 5px 5px 5px;
	border: solid 1px #efefef;
	background: #fff url('../../Image/User/sitemap-path.gif') repeat-x top left;
}


img, div { behavior: url(../Style/User/iepngfix.htc) }
