@charset "utf-8";
/* CSS Document */

.ie {
	display: none;
}
.ie6 {
	display: none;
}

body  {
	font: 100% Myriad Pro, Arial, Helvetica, sans-serif;
	background: #CFCFCF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

a {
	color: #00203F;
}

#container { 
	width: 780px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


#sidebar1 {
	float: left; 
	width: 205px;
	margin-top: 0px;
}


#sidebar1 #little_text {
	margin-top: -90px;
	padding: 0px 8px 0px 16px;
	font-size: 0.7em;
	line-height: 16px;
	color: #00142F;
}

#sidebar1 #little_text h1 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: -1px;
}

#sidebar1 #little_text2 {
	padding: 0px 8px 0px 16px;
	font-size: 0.7em;
	line-height: 16px;
	color: #00142F;
}

#sidebar1 #little_text2 h1 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: -1px;
}

.dotty {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #b3b3b3; 
	border-style: none none dotted;
	margin-left: 18px;
	margin-right: 15px;
}


.maindotty {
	margin-top: 0px;
}

#mainContent { 
	margin: 0 0 0 205px;
	background-color: #ffffff;
	background-image: url("../images/bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 650px;
}

#holder {
	padding: 18px;
	color: #00284F;
}

#pull_up {
	margin-top: -20px;
}


#navcontainer {
	padding: 3px 10px 4px 10px;
	width: 555px;
	height: 19px;
	background-color: #598F11;
}

#navcontainer a {
	color: #EAFFCF;
	font-variant: small-caps;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-right: 12px;
	margin-right: 10px;
}

#navcontainer a:hover {
	color: #ffffff;
	background-image: url("../images/dot.gif");
	background-position: right;
	background-repeat: no-repeat;
}

#footer {
	background-color: #003263;
	padding: 5px 10px 4px 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 0.85em;
	height: 18px;
}

#logo {
	width: 205px;
	height: 301px;
	background-image: url("../images/logo.jpg");
	background-position: top;
}

#print_logo {
	display: none;
}

#print_pie {
	display: none;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 3px;
}

/* welland */

.examples {
	width: 500px;
	margin-left: 19px;
	font-size: 0.8em;
	overflow: auto;
}

.examples p {
	margin-top: 4px;
	text-align: justify;
}


.examples .column {
	float: left;
	padding-top: 5px;
	width: 237px;
}

.examples .column2 {
	float: left;
	padding-top: 5px;
	width: 237px;
	margin-left: 25px;
}

/* main page */

#donateNow {
  display: block;
  width: 150px;
  height: 91px;
  background: url("../images/donate_now_button.jpg") no-repeat 0 0;
}

#donateNow { 
  background-position: 0 -91px;
}

#donateNow {
  display: none;
}

#donations {
	height: 190px;
	background-image: url("../images/donations.jpg");
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 27px;
	padding-right: 15px;
	font-size: 0.8em;
	line-height: 16px;
	color: #012c55;
}

#mainContent #holder #pull_up #text h1 {
	font-size: 1.8em;
	margin-bottom: -10px;
	font-weight: 100;
}

#mainContent #holder #pull_up #text h2 {
	font-size: 1.1em;
	margin-bottom: -10px;
	font-weight: bold;
}


#mainContent #holder #pull_up #text p {
	font-size: 0.9em;
}


#box_container {
	width: 526px;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

#box_head {
	background-image: url("../images/top_corner.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	height: 33px;
}

#box {
	background-color: #ffffff;
	height: 255px;
}

#front_text {
	width: 485px;
	text-align: justify;
	position: absolute;
	top: 220px;
	color: #1B2F00;
	padding-left: 20px;
	font-size: 0.9em;
}

#front_text h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 15px;
}

#front_text p {
	font-size: 0.9em;
}

#mainContent #little_text_m {
	padding: 0px 8px 0px 16px;
	font-size: 0.8em;
	line-height: 18px;
	color: #00142F;
}

#mainContent #little_text_m h1 {
	font-size: 1.6em;
	font-weight: 100;
	margin-bottom: 8px;
}

/* miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.black_small {
	color: #000000;
	font-size: 0.85em;
}

.center {
	text-align: center;
}

.infobox {
	margin-top: 10px;
	font-size: 0.8em;
	background-color: #ffffff;
	background-image: url("../images/infobg.gif");
	background-repeat: repeat-y;
	background-position: left;
	padding: 8px 12px;
	line-height: 18px;
	border: dashed 1px #8E98AF;
}

.infobox h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

.pledge {
	font-size: 0.8em;
	padding-left: 13px;
}

.learnmore {
	float: right;
}

.fund_item {
	background-color: #7aa621;
	padding: 6px 10px;
	margin: 10px 0;
}
.fund_item h3 {
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	font-weight: 200;
}
.fund_item p {
	margin: 0px;
	padding: 0px;
	color: #000000;
}
