

/*

Philanthropic Ventures Foundation
Master Styles

created:   07/05/07

*/

* {
	padding: 0;
	margin: 0;
}

body {
	background:#fff;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-size: small;
	text-align:center;
	color: #333;
}

*html body {
	font-size:x-small; /* for IE5/Win */;
	f\ont-size:small; /* for other IE versions */
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #999;
}

hr {
	display:none;
}

em {
	font-style:italic;
}

strong {
	font-weight: bold;
}


blockquote {
	margin: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 18px 0;
	font-weight: normal;
}

h2, h1 {
	color: #00000;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}


p {
	margin: 0 0 9px 0;
}


/*==========================  page structure ================================= */


#container {
	margin: 10px auto;
	text-align:left;
	background: #fff;
	width: 895px;
}

#head {
	background:#fff;
	margin-bottom: 18px;
}

h1#page-title {
	float: left;
	padding: 8px 0 5px 10px;
	font-size: 24px;
}

h1#page-title a{
	color: #000;
}

#search-form {
	display: none;
}

#sidebar {
	display: none;
}

#main-content {
	float: left;
	margin: 0 10px;
	width: 685px;
	display: inline;
}

#inner-col-left {
	float: left;
	width: 420px;
}

#inner-col-right {
	float: right;
	width: 255px;
}

#footer {
	clear: both;
}


/*============================== center column ===============================*/



#main-content p {
	line-height: 18px;
}

#main-content ul {
	margin: 12px 0;
}

#main-content li {
	margin: 8px 0 8px 35px;
}

#main-content a {
	border-bottom: #cc0000 1px dotted;
}

#main-content #inner-col-left img {
	max-width: 420px;
}



/*============================== right column ==================================*/


#sidebar-info {
	font-family: verdana,sans-serif;
	margin-top: 10px;
	padding: 15px 15px 15px 30px;
	background: none;
	border: 1px solid #000000;
}

#sidebar-info p {
	line-height: 14px;
	font-size: 11px;
	color: #000;
	margin: 8px 0;
}

#sidebar-info a {
	font-weight: bold;
	color: #999;
}

#sidebar-info a:hover {
	text-decoration: underline;
}




/*================================ home page =====================================*/


#homePic-left {
	display: none;	
}

#homePic-right {
	display: none;
}

#homePg-col1, #homePg-col2, #homePg-col3, #homePg-col4 {
	clear: left;
	margin: 0 13px 18px 13px;
	font-size: 12px;
	line-height: 14px;
	width: 100%;
}

#homePg-col1 {
	margin-bottom: 0;
}

#homePg-col1 img, #homePg-col2 img, #homePg-col3 img, #homePg-col4 img {
	border: #ebebeb 20px solid;
	margin: 8px 0;
}

#donate-now {
	visibility: hidden;
}


#homePg-col1 h2 {
	margin: 10px 0 5px 0;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}

#homePg-col1 h3, #homePg-col2 h3, #homePg-col3 h3, #homePg-col4 h3 {
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	margin: 10px 0 0 0;
	text-align: left;
} 

a.more {
	display: none;
}




/** =================================== Main Nav  =================================== **/


#mainNav {
	display: none;
}


#about-pvf ul {
	left: 0;
}

#programs ul {
	left: 104px;
}

#donors ul {
	left: 238px;
}

#grant-seekers ul {
	left: 355px;
}

#publications ul {
	left: 517px;
}

#contact-us ul {
	left: 641px;
}





/*================================== footer =======================================*/



#footer {
	background: none;
	font-size: 11px;
	text-align: left;
	padding-bottom: 10px;
}

#footer p {
	color: #000;
	margin: 8px 0;
}

#footer p#copyright {
	background: none;
	margin-bottom: -1px;
	padding: 10px 10px 3px 0;
}

#footer ul {
	display: none;
}

#main-content a:after {
	content: " (" attr(href) ")";
	font-size: 10px;
}
	

/*----------Float Clearing Fix-----------*/

.clearfix:after {	content:"."; 	display:block;	height:0;	clear:both;	visibility:hidden;}

.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/.clearfix {display:block;}	
	
