body {margin: 0 0 0 0; padding: 0 0 0 0; font-family: tahoma, verdana, arial, sans-serif; font-size: 95%; color: #4f4f4f; height: 100%; text-align: center; width: 100%;}

h1 {
font-size: 1.2em;
color: #557E42;
}
h2 {
font-size: 1.0em;
color: #557E42;
}

hr {width: 90%; height: 1px; color: #FFAB34; border: dotted 1px #FFAB34;}

img {border: none;}

.left {float: left; }
.right {float: right;}
.right-t {text-align: right;}
.right-c {float: right; clear: both; font-weight: bold; font-size: 80%;}
.clear {clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;}

.hidden {display: none;}




#container {margin: 0 0 0 0; padding: 0 0 0 0; text-align: left; margin: 0px auto; width: 800px;}

#topbanner {
height: 137px;
width: 800px;}

#bannertext {
height: 107px;
width: 588px;
float: left;
padding-top: 20px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: right;
}
.roshnititle {
color: #FFAB34;
font-size: 3.0em;
margin: 0;
}
.mission {
color: #557e42;
font-size: 1.2em;
margin: 0;
}
.charitynumber {
color: #4f4f4f;
font-size: 0.8em;
margin-top: 10px;
}

.yellow {background-color: #FDCF33; height: 4px; width: 100%;}
.orange {background-color: #FDAB34; height: 4px; width: 100%;}
.green {background-color: #557E42; height: 4px; width: 100%;}
	
#mainsection {
width: 800px;
}

#menudiv { 
width: 150px;
float: left;
font-size: 1.0em;
} 

#info {
float: left;
clear: both;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/latest-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* NB December 2009 Version from: http://www.cssplay.co.uk/menus/latest-flyout.html  Stu has simplified hover and submenu css.  Extra ul li heirachy added to same css sections as in previous version.*/
#menu {height:235px; width:150px; position:relative;} /* changed dimensions from Stu's original */

#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; padding:1px 1px 0 1px; background:#fff;}

#menu li {margin:0; padding:0; list-style:none;}
#menu li {display:inline;}
#menu /* ul li added to cope with making homepage link visible, and thereby adding an extra level of heirachy */ ul li ul ul {position:absolute; left:-9999px; border: 1px dotted #FDAB34;}
#menu ul#toplevel {position:absolute; left:0; top:15;} /* added reference to this class to chunk cssplay_homepagemenulink and added 15px to top*/

#menu a {display:block; font: 0.9em; color:#557E42; line-height:22px; text-decoration:none;padding:0 20px 0 10px;} 
#menu li a.fly {background: url(arrow.gif) no-repeat right top;}

#menu li a:hover {background-color:#FDAB34; color:#fff;} 
#menu li:hover > a {background-color:#FDAB34; color:#fff;}

#menu /* ul li added to cope with making homepage link visible, and thereby adding an extra level of heirachy.  Changed margin-left:-1px; to margin-left:-2px; to take into account adding border of 1px. Before this was causing hover problems for sub-menus with sub-menus disappearing on IE5/6/7 */ul li ul li:hover > ul {left:100%; margin-top:-23px; margin-left:-2px;}

#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}

#menu table /* Changed margin-left:-1px; to margin-left:-2px; to take into account adding border of 1px. Before this was causing hover problems for sub-menus with sub-menus disappearing on IE5/6/7 */{position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-2px;}

/* end of cssplay menu css */

#menulinks {
font-size: 0.9em;
}

#content {
width: 620px;
float: left;
padding-left: 30px;
font-size: 0.9em;
}

#breadcrumb {text-align: right; font-size: 75%; color: #4f4f4f;}

#intro {
font-size: 1.1em;
text-align: left;

padding: 10px;
}

h3 {font-size: 1.0em;
color: #557E42;}

h4 {font-size: 0.8em;
color: #557E42;}

#homepagecontent {
width: 620px;
}

#column1 {
float: left;
width: 250px;
}

/* 
#column1 a:hover {
background: #000;
display: block;
}
*/

#column2 {
float: left;
width: 370px;
padding-left: 0px;
}

a:link {color: #557E42;}
a:visited {color: #557E42;}
a:hover {color: #891213;}
a:active {color: #557E42;}


.article-img-right {border: none; float: right; margin-left: 10px; margin-bottom: 10px;}

.article-img-left {border: none; float: left; margin-right: 10px; margin-bottom: 10px;}

.img-gallery {border: none; float: left; margin-bottom: 10px; margin-right: 10px; margin-left: 10px; width: 250px; text-align: center;}
.img-gallery-quote {font-weight: bold;
font-style: italic;
font-size: 0.8em;
text-align: center;}



#footer {font-size: 0.8em; text-align: center;}


form {padding: 0 0 0 0; margin: 0 0 0 0;}

.sign-up {width: 130px; font-weight: bold; font-size: 90%;}
input, textarea{color: #B93841; border: 1px solid #FF9600; margin-bottom: 10px;}
.submit {background-color:#FF9600; color: #fff; font-weight: bold; margin-top: 2px; font-size: 90%;}
select {border: 1px solid #FF9600; background-color: #FF9600; color: #FFF;}
label {font-weight: bold;}


.smalltext {font-size: 80%; font-weight: bold;}



.large-letter {
font-size: 2.0em;
font-weight: bold;
color: #FFAB34;
}

.bold {font-weight: bold;}

.no-padding {
padding-left: 12px;}



/* LIGHTBOX CSS BELOW */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}