/*--------------------------------------------------------------------------------------------------------

									Working Philanthropy
									--------------------
									
	GLOBAL - Core Stylesheet
	Version: 1.0
	
	web					: http://workingphilanthropy.com
	filename			: ../css/global.css
	
	author				: Max Lawson
	web					: http://idledrawings.com
	email				: mlawson@gmail.com	
	
	
--------------------------------------------------------------------------------------------------------*/
		
		/*-----------------
		 Misc. Stuff		
		-----------------*/
		* {
			padding: 0;
			margin: 0;
			font-family: helvetica; 
		}
		p {
			font-size: 12px;
			line-height: 16px;
			margin: 5px 20px 10px 20px;
		}
		
		img {
			border: none;
		}
		a {
			color: green;
		}
		a:hover {
			color: #82bd22;
		}
		#indexpage body {
			background: url(../images/bg_gradient.jpg) repeat-x;
		}
		#indexwrapper {
			width: 615px;
			margin: 0px auto 50px auto;
		}
		
		
		/*-----------------
		 Header		
		-----------------*/
		#indexheader {
			height: 281px;
			background: url(../images/header.jpg) no-repeat top left;
			position: relative;
		}
		
		a.learnLink {
			position: absolute;
			top: 220px;
			left: 245px;
			width: 153px;
			height: 23px;
			background: url(../images/learn_button.gif) bottom left;
			
		}
		a.learnLink:hover {
			background: url(../images/learn_button.gif) top left;
		}
		a.demoLink {
			position: absolute;
			top: 220px;
			left: 420px;
			width: 153px;
			height: 23px;
			background: url(../images/demo_button.gif);
			background-position: bottom left;
		}
		a.demoLink:hover {
			background: url(../images/demo_button.gif);
			background-position: 0px 0px;
		}
		
		/*-----------------
		 Index Content		
		-----------------*/
		#indexsidebar {
			width: 180px;
			float: left;
			border: 1px solid #CCCCCC;
			background: url(../images/bg_textbox.gif) no-repeat top;
		}
		#indexsidebar p {
			margin: 10px 5px 20px 5px;
			font-size: x-small;
		}
		#indexmain {
			width: 415px;
			padding-left: 10px;
			float: right;
			background: url(../images/bg_welcomebox.jpg) no-repeat top;
			
		}
		#indexmain > p {
			padding: 20px 15px 0 0px;
			font-size: small;
		} 
		#indexmain img {
			margin: 10px;
			float: left;
		}
		.indexinfo:first-letter {
			font-size: x-large;
		}
		#indexnotes {
			width: 420px;
			margin-top: 20px;
			
		}
		.indexblurb {
			width: 200px;
			border: 1px solid #CCCCCC;
			float: left;
			background: url(../images/bg_textbox.gif) no-repeat top;
			float: left;
			font-size: small;
			margin-right: 5px;
		}
		.indexblurb p {
			margin: 10px 5px 20px 5px;
			font-size: small;
		}
		.indexblurb form {
		margin-left: 0px;
		margin-right: 0;
		}
		
		/*-----------------
		 Headers		
		-----------------*/
		h1 {
			padding: 25px 15px 0 15px;
			font-size: xx-large;
		}
		h2 {
			margin: 10px;
			font-size: x-large;
		}
		h3 {
			font-size: medium;
			margin: 10px;
		}
		h4 {
			font-size: large;
			margin: 10px;
			}
		
		/*-----------------
		 Footer		
		-----------------*/
		#footer {
			clear: both;
			position: relative;
			top: 10px;
			height: 40px;
			padding: 10px;
			background: #CCCCCC;
			margin: 5px inherit 20px inherit;
			text-align: center;
			font-size: x-small;
			line-height: 25px;
		}
		
		
		
		
		
		/*-----------------
		 Index Navigation		
		-----------------*/
		#indexnav {
			height: 95px;
			margin-bottom: 10px;
		}
		#indexnav a {
			display: block;
			width: 100px;
			height: 30px;
			padding: 45px 38px 20px 15px;
			float: left;
			color: white;
			text-decoration: none;
			font-size: xx-small;
		}
		.smeNav {
			margin-right: 1px;
			background: url(../images/nav_about.gif) no-repeat #314749;
			background-position: 14px 14px;
		}
		.knowledgeNav {
			margin-right: 1px;
			background: url(../images/nav_knowledge.gif) no-repeat #314749;
			background-position: 14px 14px;
		}
		.commNav {
			margin-right: 1px;
			background: url(../images/nav_community.gif) no-repeat #314749;
			background-position: 14px 14px;
		}
		.contactNav {
			background: url(../images/nav_contact.gif) no-repeat #314749;
			background-position: 14px 14px;
		}
		
		/*-----------------
		 Sub Pages		
		-----------------*/
			#subwrapper {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				width: 615px;
				margin: 0 auto 50px auto;
				min-height: 500px;
			}
			#subheader {
				height: 81px;
				background: url(../images/subpage_top.gif) no-repeat top left;
			}
			#subheader a {  /* This is for making the header clickable */
				display: block;
				width: 615px;
				height: 81px;
			}
			#subnav {
				height: 25px;
				background-color: #314749;
				text-align: center;
				margin-bottom: 5px;
				color: white;
			}
			#subnav a {
				color: white;
				text-decoration: none;
				padding-top: 5px;
				line-height: 25px;
			}
			#subnav a:hover {
				color: #CCFF33;
			}
			#subcontent {
				border: 1px solid gray;
			}
			#subcontent p{
				margin-left: 10px;
			}
			#subcontent ul li {
				list-style: disc;
				margin-left: 40px;
				margin-bottom: 10px;
				margin-right: 40px;
				line-height: 16px;
			}
			#subcontent ul ul {
				margin-left: 50px;
				list-style: none;
			}
			#subcontent ul ul li {
				list-style: none;
			}
			.quote {
				width: 300px;
				border: 1px solid gray;
				padding: 10px;
				font-style: italic;
				clear: both;
				text-align: center;
				display: block;
				position: relative;
				left: 130px;
				background: url(../images/quotes.jpg) no-repeat;
			}
			.shiftRight {
				float: right;
			}
			.shiftLeft {
				float: left;
			}
			form {
				margin: 20px;
			}
			/*-----------------
		 	 SME Page formatting		
			-----------------*/
			#subcontent.sme p {
				margin: 10px 10px 10px 210px;
				font-size: 13px;
				line-height: 15px;
				text-indent: 35px;
			}
			#subcontent.sme h3 + p:first-letter {
				font-size: large;
			}
			.sme .portrait {
				float: left;
				border: 1px solid black;
				margin: 0 10px 10px 10px;
				padding: 5px;
			}
			.smeinfo {
				margin-bottom: 40px;
				clear: both;
			}
		