
@import "dropdown.css";

/*

Client: The Sir Edmund Hillary Foundation
Created by Mark on 14 October 2008

*/


/* Global Styles
============================================================================= */

html { height: 100.02%; }

body, p, a, img, h1, h2, h3, h4, h5, h6, table, tr, td, ul, li { margin: 0; padding: 0; line-height: normal; }

h4 {
	margin-top:10px;

}


#centercolumn ul {
	margin-top:10px;
	margin-left:25px;
}

.indent {
	margin-left:25px;
}
p.align-center {
	text-align:center;
}
p.align-left {
	text-align:left;
}
p.align-right {
	text-align:right;
}

body { background: url(../images/bg_body.gif); }
	
a img { border: none; }
a { color: #1c3e7b; text-decoration: underline; }
a:hover { color: #ec910e; text-decoration: underline; }

.clear { clear: both; height:1px; line-height:1px;} 


/* Typography
============================================================================= */

body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #000; 
}

h1 { 
	/*color: #1c3e7b;*/
	font-size: 1.50em;
	margin-bottom: 20px; 
	color: #ec910e;
}

h2  {
	color: #ec910e;
	margin: 0 0 5px 0;
	font-size: 1.4em;
	line-height: 0.95em;
}

h3 {
	font-size:1.1em;
	margin:auto;
	padding:auto;
}

#content p { 
	margin: 15px 0 0; 
}

#content h4+p {
	margin-top:0px;
}

/* Layout & Structure
============================================================================= */

#o_container {
	margin: 40px auto 0 auto; padding: 0;
	width: 781px; 
}

#i_container {
	margin: 0; padding: 0;
}

#header {
	height: 242px; width: 100%;
	background: url(../images/bg_header.png);
	background-repeat: no-repeat;
}

#content {
	background: #fff;
	padding: 0 0 15px;
	font-size: 1.2em;
}

#leftcolumn {
	float: left;
	width: 145px;
	padding: 0 0 0 16px;
	display: block;
	font-size: 10px;
	height: auto;
}

#centercolumn {
	float: left;
	padding: 0 0 0 30px;
	width: 374px;
}

#i_container.home #centercolumn {
	width: 589px;
	padding: 0 0 0 10px;
	margin: 0 0 0 16px;
}

#rightcolumn {
	float: right;
	width: 150px;
	padding: 0 20px 0 16px;
}

#footer {
	clear: both;
	height: 24px; width: 100%;
	background: url(../images/bg_footer.png);
	background-repeat: no-repeat;
}

#footer span.text {
	font-family: Verdana, sans-serif; 
	font-size: 1.0em;
	color: #fff;
	float: right;
	text-align: right;
	margin: 5px 20px 0;
}

#footer span.text a {
	color: #fff;
	text-decoration: none;
}

/* Home Page Content
============================================================================= */

#content .text-border p, #content .text-border h1 {
	margin: 0;
	padding: 0;
	display: block;
}

#content .text-border img {
	margin-right: 10px;
}

.textbox-large {
	/*background: url(../images/home-border-top-large.jpg) no-repeat scroll 0 0;*/
	width: 415px;
	float: left;
	margin: 5px 0 5px 5px;
}
 
#content .textbox-large .text-border img { margin-right:70px;}
.textbox-large .text-border {
	/*background: url(../images/home-border-bot-large.jpg) no-repeat scroll 0 0;*/
	background-position: bottom;
	width: 406px;
	padding: 10px 0;
}

.textbox-large .text-border p {
	width: 170px;
	float: right;
}

.textbox-small {
	/*background: url(../images/home-border-top-small.jpg) no-repeat scroll 0 0;*/
	width: 421px;
	float: right;
	margin: 5px;

}

.textbox-small .text-border {
	/*background: url(../images/home-border-bot-small.jpg) no-repeat scroll 0 0;*/
	background-position: bottom;
	width: 401px;
	padding: 10px;
}

.textbox-small .text-border p {
	width: 180px;
}

.text-border img, .text-border p, .text-border h1 {  

}

.text-border img { 
	float: right;
	margin-right:50px; 
}  

.text-border h1 {
	font-size: 1.4em;
	color: #ec910e;
	padding-bottom: 0;
	
}

.text-border p {
/*	font-size: 10px;
*/	padding-top: 5px;
}
#content .text-border p  {
	float:left;
}

.right img {
	float:right;
}

#ad {
	float: right;
	text-align: right;
	width: 140px;
	margin: 5px 25px 5px 0; 
}

#ad img {
	margin-bottom: 10px;
}

#ad p {
	color: #1c3e7b;
	font-weight: bold;
}

#announce {
	float: left;
	width: 140px;
	margin: 10px 0 10px 5px;
}

/* Navigation & Dropdowns
============================================================================= */

ul#leftmenu { 
	list-style: none;
	font-size: 1.1em;
	margin: -15px 0 20px;
}

ul#leftmenu a { 
	color: #1c3e7b;
	text-decoration: none;
	font-weight: bold;
}

/*ul#leftmenu a:hover {
	color: #ec910e;
	text-decoration: none;
}*/


ul#leftmenu li { 
	color: #1c3e7b;
	font-weight: bold;
	margin-top: 15px; 
}

ul#leftmenu li li { 
	list-style: none;
	font-weight: normal;
	margin-top: 0;
	line-height: 1.35em;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

ul#leftmenu li li a { 
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

ul#leftmenu li li a:hover {
	/*color: inherit;*/
	color: #ec910e;	
	text-decoration: none;
}

ul#leftmenu li li li {
	margin-left: 15px; 
}
ul#leftmenu li a.active {
	color: #ec910e;
	text-decoration: none;
	font-weight: normal;
	margin-top: 0;
	line-height: 1.4em;
	font-family: "Trebuchet MS", Arial, sans-serif;
}


/* Modules
============================================================================= */

/* --[ Captcha ]-- */

.tx-powermail-pi1 {
	width: 300px;
	margin: 20px 0;
}

.tx-powermail-pi1 fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.tx-powermail-pi1 input,
.tx-powermail-pi1 textarea {
	clear: both;
	width: 300px;
	margin: 10px 0;
	background-color:#fcecd2;
}

textarea {
	height: 200px;
}

input#uid3 {
	width: 150px;
}

.tx-powermail-pi1 legend {
	display: none;
}

.tx-powermail-pi1 label {
	width: 200px;
	float: left;
}

span.tx-srfreecap-pi2-cant-read {
	clear: both;
}

.tx-srfreecap-pi2-image {
	margin: 0; padding: 0;
}

.tx-powermail-pi1 input.powermail_submit {
	width: 100px;
}

img.tx-srfreecap-pi2-image {
	margin-right: 55px;
}

.powermail_mandatory_js {
	color: #ff0000;
	font-style: italic;
}

.csc-textpic-caption {
	padding: 5px;
	font: normal 10px arial, sans-serif;
	color: #666;
}


#i_container.home-new #centercolumn,
#i_container.wide-right #centercolumn {
	width: 575px;
}

#i_container.home-new #news p {  margin: 10px 0;}

#upcoming .home_fce,
#projects .home_fce  {
	float: left;
}

#upcoming .home_fce {
	display: block;
	width: 173px;
	height: 318px;
	background: #f2f2f2;
	padding: 10px 6px;
	margin-right: 4px;
}



.home_fce img { border: 1px solid #666; margin-top: 10px; }

#projects .home_fce {
	width: 173px;
	background: white;
	padding: 6px;
	margin-right: 4px;
}

#upcoming,
#projects { clear: both; padding: 25px 0; }
#projects { padding-top:0px; margin-top:0px;}

#fullwidthtop { padding-bottom: 10px; border-bottom: 1px solid #dcdcdc; margin-bottom: 20px; clear: both; }

#upcoming { padding-top: 10px; border-top: 1px solid #dcdcdc; margin-top: 20px; clear: both; }
#upcoming h1 { padding-bottom: 25px; }


#i_container.wide-right h1 {
	color: #908f8f;
	font: normal 30px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	display: block;
	height: 40px;
}

#i_container.home-new #news h1 { height: auto; margin-bottom: 6px !important; }


#i_container.home-new #news h1,
#i_container.home-new #news h1 a,
#i_container.home-new #projects .home_fce h1,
#i_container.home-new  h1 {
	color: #EC910E;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: tahoma, verdana, arial, sans-serif;
	text-decoration: none;
}

#i_container.home-new #upcoming .home_fce h1,
#i_container.home-new #upcoming .home_fce h1 a,
#i_container.home-new #projects .home_fce h1 a,
#i_container.wide-right #upcoming .home_fce h1 {
	color: #EC910E;
	font-size: 18px;
	height: auto !important;
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
}

.home_fce_menu ul, ul#fce_menu  {
	margin: 0 0 10px !important;
	padding:0 !important;
}
#centercolumn ul#fce_menu { margin:0 !important;}

.home_fce_menu li, #fce_menu li {
	display: block;
	float: left;
	font-size: 9px;
	text-transform: uppercase;
	margin: 0; padding: 0;
	width: 90px;
	font-family: tahoma, arial, sans-serif;
}

.home_fce_menu li.one, .home_fce_menu li.three { width: 98px; } 
.home_fce_menu li.two, .home_fce_menu li.four { width: 82px; }

.home_fce_menu #c236, .home_fce_menu #c237, .home_fce_menu #c238 {
	margin: 0 !important;
}

.home_fce_menu li, #fce_menu li {
	color: #EC910E;
	
}

.home_fce_menu li a, #fce_menu li a  {
	color:#666;
	text-decoration: none;
}

ul#fce_menu {
	width: 180px;
}

.home_fce_menu li a:hover { text-decoration: underline; }

#i_container.home-new #centercolumn #news { width: 400px; float: left;}
#i_container.home-new #centercolumn #donate { width: 150px; float: right; display: block; }
#i_container.home-new #centercolumn #donate h1 { 
	color: #EC910E;
	font-size: 18px;
	height: auto !important;
	margin: 0 0 10px; padding: 0;
	font-weight: bold;
	font-family: arial, sans-serif;
}

#i_container.home-new #centercolumn #donate p {
	color: #1c3e7b;
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma, verdana, arial, sans-serif;
	text-align: center;
}

#wide-content ul#sitemenu { margin: 0; padding: 0; margin-left: -6px; }
#wide-content ul#sitemenu li { font: normal 11px tahoma, arial, sans-serif; display: inline; margin: 0; padding: 0 6px; text-transform: uppercase; border-right: 1px solid black; }
#wide-content ul#sitemenu li a { color: black; text-decoration: none; }
#wide-content ul#sitemenu li.on a { color: #ec910e; text-decoration: none; font-weight: bold; }
#wide-content ul#sitemenu li.last { border: none; }

.fiftyfifty { display: block; clear: both; border-bottom: 1px solid #ccc; margin: 10px 0 20px; }
.fiftyfifty .fifty { width: 49%; float: left; }
#content .fiftyfifty p { margin: 0 0 15px; }

#wide-content h5 { 
	color: #EC910E;
	font-size: 30px;
	height: auto !important;
	margin: 0 0 10px; padding: 0;
	font-weight: bold;
	font-family: arial, sans-serif;
 }
 #externalthumbs { padding: 10px 0 0; }
 #externalthumbs p { display: none; }
 .carouselWrapper .thumbnail { float: left; margin: 0 15px 0 0 !important; padding: 0; opacity: 1.0 !important; width: 101px !important; height: 67px !important; }
 
.donate { position: absolute; z-index: 100px; top: 375px; margin-left: 440px; }

#wide-content #sitemenu { display: block; margin: 0 0 20px -6px; }

#wide-content { padding-top: 8px; }

.home-new #centercolumn { padding-top: 8px; }


#centercolumn .csc-textpic-imagewrap ul { margin-left:0px;}


.divider hr {
background:none repeat scroll 0 0 transparent;
border-bottom:1px solid #DCDCDC;
border-style:none none solid;
border-width:medium medium 1px;
color:white;
height:1px;
margin-bottom:10px;
padding-bottom:9px;
}

#i_container.home-new h1, #i_container.wide-right h1 {
    color: #908F8F;
    display: block;
    font: 30px Arial,Helvetica,sans-serif;
    height: 40px;
    margin: 0;
    padding: 0;
}
.orange { color: #EC910E;}
