/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #ffffff;
	font-family:verdana,sans-serif;
	font-size:12px;
	color:#000000;
}

body.splash {
	margin:0;
	padding:0;
	height:564px; /* needed for container min-height */
	background: #ffffff;
	font-family:verdana,sans-serif;
	font-size:12px;
	color:#000000;
}

body.landing {
	margin:0;
	padding:0;
	height:850px; /* needed for container min-height */
	background: #ffffff;
	font-family:verdana,sans-serif;
	font-size:12px;
	color:#000000;
	margin:0;
}

/* main table */


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:808px;
	background: url("./graphics/mainbg.gif") repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
}

div#container_splash {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:808px;
	background: url("./graphics/mainbg_splash.gif") repeat-y;
	height:auto !important; /* real browsers */
	height:815px; /* IE6: treaded as min-height*/
min-height:815px; /* real browsers */
}

div#container_splash_text {
	padding-right: 20px;
	padding-left: 20px;
}


div#header {
	width:808px;
	height:135px;
	background: url("./graphics/header_splash.gif") #ffffff no-repeat;

}
div#header_splash {
	width:808px;
	height:135px;
	background: url("./graphics/header_splash.gif") #ffffff no-repeat;
}

div#header_market {
	width:808px;
	height:135px;
	background: url("./graphics/header.gif") #ffffff no-repeat;
}

div#header_fund {
	width:808px;
	height:135px;
	background: url("./graphics/header2.gif") #ffffff no-repeat;
}
	
	
div#topmenu {
	width:808px;
	height:32px;
	background: url("./graphics/topmenubg.gif") no-repeat;
}	

div#content {
	padding:0 0 180px 0; /* bottom padding for footer */
}


#landing {
	position: relative;
	width: 625px;
	height: 365px;
	margin:0; 


}
div#footer {
	position:absolute;
	width:808px;
	height:170px;
	bottom:0; /* stick to bottom */
	background: url("./graphics/footer.gif") #ffffff no-repeat;
	font-size:10px;
}

div#footer_splash {
	position:absolute;
	width:808px;
	height:298px;
	bottom:0; /* stick to bottom */
	background: url("./graphics/footer_splash.gif") #ffffff no-repeat;
	font-size:10px;
}

div#footer_landing {
	position:absolute;
	width:808px;
	height:298px;
	bottom:0; /* stick to bottom */
	background: url("./graphics/footer_landing.gif") #ffffff no-repeat;
	font-size:10px;
}



/* main nav */


#leftmenu {
	width: 167px;
	margin: 0 0 0 4px;
	_margin: 0 0 0 2px;
	float:left;
}




/* content formatting */

#pagecontent {
	width: 543px;
	padding: 25px 50px 20px 41px;
	overflow: auto;
	float:right;
}

#pagecontent2 { /* for landing pages */
	width: 627px;
	float: right;
	padding-right: 5px;


}

#topleft_foot {
	color: #2a363b;
	float: left;
	width: 436px;
	height:33px;
	padding-top: 89px;
	padding-left:142px;
}

#topleft_footsplash {
	color: #2a363b;
	float: left;
	width: 520px;
	height:200px;
	padding: 25px;
	font-size: 12px;
	line-height: 16px;
}



#topright_foot {
	color: #2a363b;
	float: right;
	width: 204px;
	height:102px;
	padding-top: 20px;
	padding-left: 26px;
	font-size:11px;
	line-height:14px;
}

#topright_footland {
	color: #2a363b;
	float: right;
	width: 204px;
	height:213px;
	padding-top: 25px;
	padding-left: 26px;
	font-size:11px;
	
}
#topleft_footland {
	color: #2a363b;
	float: left;
	width: 500px;
	height:213px;
	padding-top: 25px;
	padding-left:35px;
	padding-right:25px;
	font-size: 11px;
	line-height:15px;
}


#right_foot {
	color: #2a363b;
	float: right;
	padding-top: 27px;
	padding-right:20px;
}

#left_foot {
	color: #2a363b;
	float: left;
	padding-top: 27px;
	padding-left:20px;
}

#right_footland {
	color: #2a363b;
	float: right;
	padding-top: 20px;
	padding-right:20px;
}

#left_footland {
	color: #2a363b;
	float: left;
	padding-top: 20px;
	padding-left:20px;
}



.box1_f {
	background: url("./graphics/donorplus_bg.jpg") #ffffff no-repeat;
	position: relative;
	width: 308px;
	height: 365px;
	margin:0; 
	overflow: hidden;
	font-size: 11px;
	float:  left;

	

}

.box2_f {
	background: url("./graphics/donorvalue_bg.jpg") #ffffff no-repeat;
	position: relative;
	width: 308px;
	height: 365px;
	margin:0; 
	overflow: hidden;
	font-size: 11px;
	float:  right;
	

}

.box1_m {
	background: url("./graphics/marketplus_bg.jpg") #ffffff no-repeat;
	position: relative;
	width: 308px;
	height: 365px;
	margin:0; 
	overflow: hidden;
	font-size: 11px;
	float:  left;

	
	

}

.box2_m {
	background: url("./graphics/marketvalue_bg.jpg") #ffffff no-repeat;
	position: relative;
	width: 308px;
	height: 365px;
	margin:0; 
	overflow: hidden;
	font-size: 11px;
	float:  right;

	
	

}




#clear {
	clear: both;
}






/* text styles */



a {
	color: #c50000;
	text-decoration: none;
}
a:hover {
	color: #da262d;
	text-decoration: underline;
}



a.imedia {
	color: #2a363b;
	text-decoration: underline;
}
a.imedia:hover {
	color: #99a0ae;
	text-decoration: underline;
}

a.topmenu {
	color: #1b2022;
	text-decoration: none;
}
a.topmenu:hover {
	color: #958820;
	text-decoration: none;
}

a.footerlinks {
	color: #c50000;
	text-decoration: none;
}
a.footerlinks:hover {
	color: #958820;
	text-decoration: none;
}




h1 {
	font-weight:bold;
	font-size:17px;
	color: #c50000;
	margin:0 0 10px 0;
}

h2 {
	font-weight:bold;
	font-size:17px;
	color: #009933;
	margin:0 0 10px 0;
}





/* menu codes */

.pipelist {
   overflow: hidden;
   width: 780px;
   margin:0 10px 0 auto;
   font-size:11px;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   border-left: 1px solid #e0d3ab;
   float: left;
   line-height: 26px;
   margin: 0 .5em 0 -.5em;
   padding: 0 12px 0 12px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	background: url('/graphics/rollover.gif') #e1daa2 repeat-x;
	}
	
.pipelist a {
	color: #1b2022;
	text-decoration: none;
}
.pipelist a:hover {
	color: #c50000;
	text-decoration: none;
}	
	
	
	
	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 166px;
padding: 0;
font-size: 10px;
font-weight: bold;
color: #202629;
text-align:right;
}

* html #blueblock{ /*IE 6 only */
w\idth: 142px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
margin: 0;
}

li a.blueblock {
display: block;
padding: 9px 24px 0 0;
background: url('/graphics/menubg.gif') no-repeat;
color: #202629;
text-decoration: none;
width: 142px;
height:24px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #046598;
	text-decoration: none;
}


li a.blueblock2 {
display: block;
padding: 9px 24px 0 0;
background: url('/graphics/menubg2.gif') no-repeat;
color: #202629;
text-decoration: none;
width: 142px;
height:39px;
}

html>body li a.blueblock2 { /*Non IE6 width*/
width: auto;
}

li a.blueblock2:hover{
color: #046598;
	text-decoration: none;
}


li a.blueblock3 {
display: block;
padding: 9px 24px 0 0;
background: url('/graphics/menubg3.gif') no-repeat;
color: #202629;
text-decoration: none;
width: 142px;
height:24px;
}

html>body li a.blueblock3 { /*Non IE6 width*/
width: auto;
}

li a.blueblock3:hover{
color: #046598;
	text-decoration: none;
}
