@charset "utf-8";
/************************************************************************************
RESET
*************************************************************************************/
html, body, header, address, blockquote, div, dl, form, ol, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
p, ul {
	padding: 0 0 0.5em 0;
}
 h1, h2, h3, h4, h5, h6 {
	 	padding: 0 0 0.6em 0;
 }

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
/*----------------------------------------------------------------------------------------- MAIN BODY STYLING ------------*/

body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #afe876;
	font-family: Calibri, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	list-style-position: inside;
	list-style-type: disc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
}
.list-padding {
	padding-left: 35px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 20px;
	padding-left: 20px;
}
h1 {
	font-size: 21px;
	font-weight: bold;
	color: #093;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 95%;
}

h2 {
	font-size: 21px;
	font-weight: bold;
	color: #093;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 90%;
}
.arrow-bullets {
	list-style-position: inside;
	list-style-image: url(images/arrow-bullet.gif);
	list-style-type: disc;
}


h3 {
	font-size: 18px;
	font-weight: bold;
	color: #093;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 90%;
}

h4 {
	font-size:16px;
	color: #333;
	font-weight: bold;
}

h5 {
	font-size: 16px;
}

p {
	font-family: Calibri, Arial, sans-serif;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}


a:link {
	font-weight: normal;
	color: #F30;
	text-decoration: none;
}

a:visited {
	font-weight: normal;
	color: #F30;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	font-weight: normal;
	color: #F30;
}
/*----------------------------------------------------------------------------------------- Header ------------*/

.header {
	height: 190px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.head-wrap {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.headerinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #398AC6;
	float: right;
	margin-top: 10px;
	text-align: left;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.logowrap {
	float: left;
	width: 240px;
	margin-left: 5px;
	color: #FFF;
	font-size: 34px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	z-index: 1;
	margin-top: 0px;
}


.logowrap a {
	color: #FFF;
	text-decoration: none;
}
.container {
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
}


/*----------------------------------------------------------------- Container and content ------------*/

.content {
	width: 940px;
	height:auto !important;
	min-height: 260px;
	background-color: #f3f6e3;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Calibri, Arial, sans-serif;
	font-size: 16px;
	background-image: url(images/cream-tile.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #F2F2F2;
	border-bottom-color: #E6E6E6;
	border-left-color: #F2F2F2;
}
.sidebar1 {
	background-image: url(images/cream-tile.gif);
	background-repeat: repeat;
	float: left;
	width: 345px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding-top: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #F2F2F2;
	border-bottom-color: #E6E6E6;
	border-left-color: #F2F2F2;
	height: 275px;
}

.sidebar2 {
	background-image: url(images/cream-tile.gif);
	background-repeat: repeat;
	float: right;
	width: 585px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #F2F2F2;
	border-bottom-color: #E6E6E6;
	border-left-color: #F2F2F2;
	height: 275px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/*-------------------------------------------------------- Navigation -----------*/

#nav{
	list-style:none;
	margin-bottom:0px;
	float:right;
	margin-right: 20px;
	opacity:none;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

#nav li{
	float:left;
	margin-right:20px;
	position:relative;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 2px;
}
#nav a{
	display:block;
	padding:5px;
	color:#285126;
	font-size:16px;
	text-decoration:none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#nav a:hover{
	color:#F0FB6A;
	text-decoration:none;
	font-weight: bold;
}

/*--- DROPDOWN ---*/
#nav ul{
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	border: 1px solid #CCC;
	background-color: #FFF;
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	text-decoration:none;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	color:#666;
	font-size:14px;
	background-color:#ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	color:#7Db4C8;
	background-color:#ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.menustyle {
	height: 40px;
	width: 927px;
	position:relative;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 25px;
	padding-top: 5px;
	overflow:hidden;
}

.menustyle .transparent {
	background-color: #7bc154;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	-moz-opacity:0.4;
	position:absolute;
	top:0px;
	left:0px;
	height: 45px;
	width: 960px;
}

/* -------------------------------------------------------- General styling ------------ */
.fltrt {  
	float: right;
	margin-right: 33px;
}
.image-right {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
}
.slider-style {
	float: right;
	margin-right: 15px;
	margin-left: 15px;
	width: 540px;
	border: 2px solid #E6E6E6;
}

.donate-b-right {
	float: right;
	margin-right: 180px;
	margin-left: 5px;
	margin-top: 20px;
}

.image-stack {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	clear: right;
	margin-bottom: 15px;
}

.float-left {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.float-left-give {
	float: left;
	margin-right: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.button {
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  text-shadow: 1px 1px 3px #666666;
  border: solid #faaf3f 0px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#faaf3f), to(#fa6f05));
  background: -moz-linear-gradient(top, #faaf3f, #fa6f05);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#faaf3f, endColorStr=#fa6f05);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#faaf3f, endColorStr=#fa6f05);
  display:inline-block; /* IE is so silly */
  cursor:pointer;
  cursor:hand;
}
.button:hover {
  background: #b1e620;
}

hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height:1px;
	border:none;
	margin-right: 10px;
}
/* -------------------------------------------------------- Forms --------- */
.form_style {
	background-color: #A4D1F7;
	width: 400px;
	border: 2px solid #BBEAFA;
	margin-left: 20px;
	clear: both;
	float: left;
	margin-bottom: 45px;
	height: 290px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}

input {
	background-color: #FFF;
	border: 1px solid #cccccc
}  

input.btn {
	color:#397186;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	font-weight: bold;
	background-color: #FFF;
	background-image: none;
}

textarea {
	background-color: #FFF;
	color: #000000;
	width: 320px;
	height: 100px;
	resize: none;
	border: 1px solid #cccccc
}  
.formsz {
	width: 330px;
	font-size: 12px;
}
/* -------------------------------------------------------- The footer -- */
.footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	font-size: 12px;
	text-align: center;
	height: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #063;
	background-color: #85c851;
	font-family: Arial, Helvetica, sans-serif;
}
.designer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #063;
	float: right;
	width: auto;
	text-align: right;
}

.designer a {
	font-size: 14px;
	color: #063;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.donate-box {
	float: left;
	height: auto;
	width: 385px;
	background-image: url(images/children-atlas-donate2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 270px;
}
