/***********************************************/
/* ambios   .css                               */
/* Use with template page.dwt                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	padding: 0px;
	width: 740px;
	text-align: center;
	background-color: #e6eeed;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Tahoma,Verdana,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 130%;
	color: #A5BBDA;
	font-weight: lighter;
}

h2{
	font-size: 140%;
	color: #249B8F;
	font-weight: normal;
	padding-bottom: 10px;
}

h3{
	font-size: 125%;
	color: #70A59F;
	font-weight: normal;
}

h4{
	font-size: 110%;
	font-weight: normal;
	color: #003399;
	line-height: 120%;
}

h5{
	font-size: 225%;
	color: #003399;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	padding-bottom: 3px;
	font-weight: normal;
	line-height: 100%;
}

ul{
	list-style-type: square;
	line-height: 150%;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: circle;
}

ol{
	list-style-type: lower-alpha;
}

ol ol{
	list-style-type: lower-roman;
	font-size: 100%;
}

label{
	font: bold 100% Arial,Tahoma,Verdana,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 100%;
	background-color: #C5D9D8;
	background-image: url(../images/masthead.jpg);
	background-repeat: no-repeat;
	height: 130px;
	border: 0px none #64DBCF;
	margin: 0;
	padding: 0px;
}

#right_column{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 72%;
	line-height: 2;
	font-size: 70%;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #6D91C3;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-color: #3E6497;
	border-right-color: #3E6497;
	border-bottom-color: #3E6497;
	border-left-color: #3E6497;
	color: #003366;	
}

#right_column_links a:link, a:visited, a:active{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 120%;
}

#right_column_links a:hover{
	color: #FFFF33;
	line-height: 120%;
	text-decoration: none;
}

.right_column_image{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#content{
	float:left;
	width: 67%;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 20px;
	padding-left: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#sideshadow{
	background-image: url(../images/sideshadow.jpg);
	width: 780px;
	background-repeat: repeat-y;
}

#topshadow{
	background-image: url(../images/topshadow.jpg);
	height: 10px;
	margin-top: 20px;
	width: 780px;
	background-repeat: no-repeat;
	background-position: center;
}
#bottomshadow{
	background-image: url(../images/btmshadow.jpg);
	height: 10px;
	margin-bottom: 20px;
	width: 780px;
	background-repeat: no-repeat;
	background-position: center;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	font-size: 75%;
	text-align: right;
	vertical-align: bottom;
	background-color: #C5DAD8;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-top-color: #E6EEED;
	border-bottom-color: #3E6497;
	color: #006699;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	background-image: url(../images/masthead.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0px;
	height: 16px;
}

#siteName a:link, a:visited, a:active {
	color: #FFFF99;
	text-decoration: none;
	font-weight: lighter;
}

#siteName a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: lighter;
}

/*************** #pageName styles **************/

#pageName{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 12px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-image: url(../images/line2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #97BDB9;
	border-bottom-style: none;
	margin-left: 5px;
	font-size: 70%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(../images/line2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#breadCrumb a:link {
	text-decoration: none;
	color: #666666;
}

#breadCrumb a:visited {
	text-decoration: none;
	color: #666666;
}

#breadCrumb a:active {
	text-decoration: none;
	color: #666666;
}

#breadCrumb a:hover {
	color: #990000;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 85%;
	line-height: 160%;
	color: #497671;
}

.story p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.bold {
	font-weight: bolder;
}

.italic {
	font-style: italic;
}

.quote {
	font-size: 120%;
	line-height: 140%;
	font-weight: bold;
	margin: 0px;
	color: #249b8f;
}

.story a:link {
	color: #092220;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
}

.story a:visited {
	color: #092220;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
}

.story a:active {
	color: #092220;
	text-decoration:none;
	font-weight: normal;
}

.story a:hover{
	color: #990000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
	font-weight: normal;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 70%;
	color: #FFFFFF;
	background-color: #2C4669;
	padding: 5px;
}

#siteInfo a:link {
	color: #FFBF00;
	text-decoration: none;
	font-weight: normal;
}

#siteInfo a:visited {
	color: #FFBF00;
	text-decoration: none;
	font-weight: normal;
}

#siteInfo a:active{
	color: #FFBF00;
	text-decoration: none;
	font-weight: normal;
}

#siteInfo a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

/************* #totop styles ***************/

#totop{
	clear: both;
	font-size: 70%;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #BFD5D2;
	border-right-color: #BFD5D2;
	border-bottom-color: #BFD5D2;
	border-left-color: #BFD5D2;
}


#totop a:link, a:visited, a:active{
	color: #666666;
	text-decoration: none;
}

#totop a:hover{
	color: #990000;
	text-decoration: none
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
}



/*********** #nav link styles ***********/

#nav{
	padding:0;
	margin:0;
	list-style:none;
	background-color: #c3foe9;
	display: block;
}

#navbox{
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 1px;
	margin-bottom: 30px;
	font-size: 110%;
}

#nav li{
	font-size:100%;
	margin:0;
	padding:0;
}



#nav li a {
	text-decoration:none;
	display:block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 5px;
	font-weight: bolder;
	color: #000066;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	margin-bottom: 2px;
	font-size: 100%;
	border-bottom-style: none;
}

#nav a:hover{
	background-color:red;
}

#nav li a:visited {
	text-decoration:none;
	display:block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 5px;
	font-weight: bolder;
	color: #000066;
	margin-bottom: 2px;}

#nav li a:active {
	text-decoration:none;
	display:block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 5px;
	font-weight: bolder;
	color: #000066;
	margin-bottom: 2px;}

/* FIXES THE MOZILLA PROBLEM */
#nav li>a {
	float: none;
}

.selected{
	color: #996600;
}

#nav  li a:hover {
	text-decoration:none;
	color:#FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #E6886C;
	font-size: 100%;
	font-weight: bolder;
}

/* Sub Menu */

#nav .subMenu li a:hover{
	text-decoration:none;
	color:#FFFFFF;
	background-color: #E6886C;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-weight: normal;
	font-size: 100%;
}

#nav .subMenu{
	padding:0;
	margin:0;
	list-style:none;
}


#nav .subMenu li{
	font-size:1em;
	color: #1F6128;
}

#nav .subMenu li a{
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	font-size: 100%;
	color: #003399;
	font-weight: lighter;
	margin-bottom: 2px;
}

/* Sub Sub Menu */

#nav .subsubMenu{
padding:0;
margin:0;
list-style:none;
}

#nav .subsubMenu li a{
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 25px;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	font-weight: lighter;
	font-size: 100%;
	color: #0066CC;
	margin-bottom: 2px;
}

#nav .subsubMenu li a:hover{
	text-decoration:none;
	color:#FFFFFF;
	background-color: #E6886C;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-weight: normal;
	font-size: 100%;
}


 #downloadbox {
	border: thin solid #BFD5D2;
	background-color: #C2D1E7;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
 }

.index{
	display: block;
	background-color: #c3f0e9;
}

.commercial{
	display: block;
	background-color: #AAFFF8;
}

.volunteering{
	background-color: #B7B8BA;
	display: block;
}

.training{
	background-color: #9BDFA6;
	display: block;
}

.fundraising{
	background-color: #B1C5F7;
	display: block;
}

.contact{
	display: block;
	background-color: #C3F0E9;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#page {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 0px;
	background-position: center;
	width: 760px;
}


/************** #image styles **************/

.image_left{
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;

}

.image_right{
	clear: right;
	float: right;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.table {
	background-color: #EEFBFA;
	border: thin solid #999999;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 10px;
}

.tableClear {
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 15px;
	padding: 1px;
}

.photodescription {
	font-family: Arial,Tahoma,Verdana,sans-serif;
	color: #333333;
	font-size: 120%;
}

.image {
	padding: 5px;
	margin: 2px;
}
.rule {
	color: #d9dcc5;
}

.backtotop {
	text-align: right;
	padding-top: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 90%;
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.moreinformation{
	font-weight: normal;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	text-indent: 8px;
	margin-left: 10px;
	color: #996600;
	padding-left: 5px;
}

.email{
	font-weight: normal;
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	text-indent: 20px;
	margin-left: 0px;
	color: #996600;
	padding-left: 5px;
}

.telephone{
	font-weight: normal;
	background-image: url(../images/telephone.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	text-indent: 20px;
	margin-left: 0px;
	color: #FFFFFF;
	padding-left: 5px;
}

.web_link{
	font-weight: normal;
	background-image: url(../images/web_link.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	text-indent: 20px;
	margin-left: 10px;
	color: #996600;
	padding-left: 5px;
}

#divider {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#ambiosText {
	background-image: url(../images/ambios.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 80px;
}

.igomango{
	color: #FF6600;
}

.igomangoV{
	font-size: 150%;
	line-height: normal;
	color: #009999;
	font-weight: bold;
}
