@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
#wrapper_header
{
position:absolute;
background-color:#F8F8F8;
height:160px;
width:100%;
}
#wrapper_menu
{
position:absolute;
background-color:#B4D6D5;
height:25px;
margin-top:160px;
width:100%;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;

}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header
{
	height:160px;
	position:relative;
	background-image:url(images/classic-color-portrait-fundraising.jpg);
	
}

#footer_description
{
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Geneva, sans-serif;
	width:30px;
	list-style-type:none;
	display:inline;
}
#footer_description li
{
	font-size:11px;
	
	width:30px;
	display:inline;
	margin-left:25px;
	list-style-type:none;
	font-family:Verdana, Geneva, sans-serif;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
}
#header
{
margin-left:-220px;	
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#left_content
{
display:none;	
}
#right_content
{
width:90%;
margin-left:auto;
margin-right:auto;
}
p
{
	width:70%;
	margin-left:10px;
}
#company_community_image
{
	width:70%;
	margin-left:10px;
}
#menu
{
display:none;	
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 901px) {
.gridContainer {
	width: 100%;
	margin: auto;
}
#menu
{
display:block;
}
#right_content
{
width:700px;	
float:right; 
}
#left_content
{
display:block;
}
#slider
{
display:block;	
}
#LayoutDiv1 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#privacy_link
{
	text-decoration:none;
	font-style:normal;	
	color:#7c7c7c;
}
#header
{
margin-left:auto;
margin-right:auto;	
}
#company_community_image
{
	 width:580px;
}
#slider
{
	display:block;
}
p
{
	width:560px;
}

#wrapper
{
width:	1024px;
margin-left:auto;
margin-right:auto;
}
}
