/* { border:solid 1px #FFF; } */

body {
	margin:0px;
	height:100%;
	width:100%;
	background-image: url(images/headerbackground.jpg);
	background-repeat: repeat-x;
	background-color:#170d07;
	color: #C0C0C0;
	font-size:11px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}


/* Begin HEADER */

.container{
	height:auto;
	width:740px;
	margin:auto;
}

.container2{
	height:auto;
	width:740px;
	margin:auto;
	margin-bottom:0px;
	padding-bottom:0px;
}

a {
	text-decoration:none;
	}
		
.logo{
	width:172px;
	height:138px;
	position:relative;
	float:left;
	background-image: url(images/Uplift-Logo.jpg);
	top:64px;
}

.slogan {
	float:left;
	height:0px;
	position:relative;
	margin:154px 0 0 -15px;
	width:106px;
}

.donateButton{
	width:258px;
	height:246px;
	position:relative;
	float:right;
	margin-top:5px;
}

.donateButton img{
	border: 0px;
}


/* Begin NAV LIST */
.jqueryslidemenu{
position: relative;
float:left;
text-align:center;
}

.jqueryslidemenu ul{
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 10px;
background-image: url(images/navList-Image.jpg);
background-repeat:no-repeat;
background-position:left;
padding: 8px 0 0 5px;
height: 23px;
width: 689px;
list-style-type: none;
position:relative;
float: left;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
padding: 0;
width: 85px;
z-index: 2000;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #DDDDDD;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #000000;
}

.jqueryslidemenu ul li a:hover{
color: #FFFFFF;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 10px;
background-image: none;
position: absolute;
left: 0;
width: auto;
height: auto;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
list-style-type: none;
float: none;
z-index:4000;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 10px;
list-style-type: none;
top: 0;
margin-left: 42px;
margin-top: -8px;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
display: block;
text-decoration: none;
text-indent: 3px;
font-weight: 100;
width: 130px; /*width of sub menus*/
padding: 2px 0;
margin: 0;
border: 1px solid #0c813d;
background-color: #FFFFFF;
border-bottom-width: 0;
line-height:18px;
opacity:.95;
filter: alpha(opacity=80);
-moz-opacity: 0.80;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
background: #148887;
color: #FFFFFF;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	display: none;	
}

.rightarrowclass{
position: absolute;
top: 6px;
left: 120px;
}

/* End NAVLIST */
/* End HEADER */


/*Begin Index Styles */

#banners{
	position:relative;
	float: left;
	top:50px;
}

.floatleft {
	float:left;
	margin:5px;
	border:none;
	}

.floatright {
	position:relative;
	float:right;
	margin:0px;
	padding:0px;
	border:none;
	}

.floatcenter {
	text-align:center;
	margin:auto;
	padding:0px;
	border:none;
	}
	
.clear
{
clear:both;
}

.menuContainer {
	position:relative;
	float: left;
	width: 125px;
	height:inherit;
	color: #C0C0C0;
	margin-top: 10px;
	}
	
.menuContainer2 {
	position:relative;
	float: left;
	width: 125px;
	height:inherit;
	color: #C0C0C0;
	background-image: url(/images/nature01.jpg);
	background-repeat:no-repeat;
	background-position:left;
	margin-top: 10px;
	}

.menuList {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #FFFFFF;
	width: 100px;
	}
	
.menuList2{
	padding-left: 0;
	margin: -6px 0 -5px 10px;
	width: 90px;
}


.menuList li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #FFFFFF;
	font-size:10px;
	}
	
.menuList li a {
display: block;
}

.menuList li a:hover,
 .menuList li a:active {
	background-color: #148887;
	color: #FFFFFF;
	}

.indexContainer{
	min-height:305px;
	width:380px;
	position:relative;
	float:right;
	background-image: url(images/leafbackground.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
	margin-top: 22px;
}

.indexContainer2{
	width:615px;
	min-height:400px;
	position:relative;
	float:left;
	padding-bottom: 25px;
	background-image: url(images/leafbackground.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
}

.galleryContainer{
	width:735px;
	min-height:275px;
	position:relative;
	float:left;
	background-image: url(images/leafbackground.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
}

.blogHeader{
	width:740px;
	height:auto;
	text-align:left;
	float:left;
	padding-left: 150px;
}

.indexH1{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 62px;
	color:#fff;
	font-weight:normal;
	margin-top:-15px;
	margin-bottom:0px;
}

.indexH12{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 62px;
	color:#fff;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:0px;
}

.indexText{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	margin-left:20px;
}

.indexText2{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#ea765c;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:0px;
}

h2{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:18px;
	padding-bottom:0;
	margin-bottom:2px;
}

h3{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding-bottom:0px;
	margin-bottom:5px;
	font-size:14px;
	color:#bbd533;
}

blockquote {
	color:#FFF;
	font-size:13px;
}

.flowerList {
	margin-left:10px;
	padding-left:20px;
}

.flowerList li {
	margin-left:10px;
	padding-left:10px;
}

.submitButton{
	float:right;
}

/* End Index Styles */

/* LightBox CSS */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* End LightBox CSS */


/* DIV SLIDER CSS */

#divSliderContainer{
	height: 400px; /* Required, but editable */
	width: 740px; /* Required, but editable */
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	position:relative;
	/* Anything else can go in here to style the container */
}

/*this style can be used to style the divs, but will be applied all the divs.  To style them seperately, use seperate div ids for each.*/

.divSliderItem{
	overflow:hidden;
}

div#rollover {
	position:relative;
	float:left;
	margin-left:5px;
	margin-top:-10px; 
}
/*END DIVSLIDER*/


/*IMAGE ROLLOVER*/
.ImageContainer a .off {
	position: absolute;
	z-index: 100;
}

.ImageContainer a .on {
	position: absolute;
	z-index: 150;
	visibility: hidden;
}

.ImageContainer a:hover .on {
	visibility: visible;
}
/*END IMAGE ROLLOVER*/


/* Begin HELLO BIRDIE */

.hbinfo{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	margin-left:160px;
}

.indexText3{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
}

img.colorblock{
	width:419px;
	height:5px;
	background-repeat:no-repeat;
	float: right;
	margin: 12px 25px 0 0;
}

p.hbheader{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:18px;
	margin-bottom:2px;
	font-weight: bold;
}

.sponorsize{
	width:70px;
	height:70px;
}

.hbtable{
	margin-left:10px;
}

img.art{
	width:150px;
	height:100px;
}

img.design{
	width:75px;
	height:50px;
}

/* End HELLO BIRDIE */


/* Begin FOOTER */

.footerContainer{
	height:65px;
	width:100%;
	position:relative;
	float:left;
	background-image:url(images/footerBG2.jpg);
	background-repeat: repeat-x;
	background-color:#170d07;
}


.footerContent{
	height:58px;
	width:762px;
	margin:auto;
	background-image:url(images/footerbg.jpg);
	backround-color:#170d07;
}

.footerContent2{
	height:58px;
	width:762px;
	margin:auto;
	background-image:url(images/footerBG3.jpg);
	background-color:#170d07;
}

.follow{
	position:relative;
	float:left;
	margin: 17px 0 0 48px;
	font-size: 17px;
	font-weight: bold;
	font-style: oblique;
}

.socialnetwork{
	position:relative;
	float:left;
	height:45px;
	width:80px;
	margin:11px 0 0 6px;
	font-size:12px;
}

.copyright{
	height:12px;
	width:762px;
	padding-left:100px;
	margin:auto;
	color:#808080;
}

/* End FOOTER */
