/*---------------------------------------------------------------------     
    I M P O R T S
---------------------------------------------------------------------*/

@import url(reset.css);

/*
-----------------------------------------------------------------------    
   C O R E  C O L O U R S
----------------------------------------------------------------------- 

	Red			 #CA005D
	Grey	 	 #8B8D8E
	Text Grey	 #4F4F4F
	
---------------------------------------------------------------------*/



/*---------------------------------------------------------------------    
   G E N E R A L  S T Y L E S
---------------------------------------------------------------------*/

html {
	font-size: 100%;
}

body {
	font-family:"lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	color:#4f4f4f;
	margin:0;
	font-size:62.5%;
	background-color:#C5C6C7;
}



#container{
	width:960px;
	padding:0;
	position:relative;
	margin:0 auto;
	overflow:hidden;
	background-color:#FFFFFF;
}



/*---------------------------------------------------------------------    
   Header
---------------------------------------------------------------------*/

#header{
	height:172px;
	border-bottom:#CA005D 16px solid;
}

#logo{
	position:relative;
	width:684px;
	float:left;
	margin-left:20px;
	height:68px;
	float:left;
}

#sub-menu{
	position:relative;
	width:150px;
	float:left;
	margin-top:34px;
	height:68px;
	float:right;
	text-align:left;
}

#sub-menu ul{
	position:relative;
	list-style-type:none;
}

#sub-menu ul li{
	display:inline;
	color:#000000;
	font-size:12px;
	margin-right:10px;
}


/*---------------------------------------------------------------------    
   Layout
---------------------------------------------------------------------*/

#content-wrapper{
	width:960px;
	height:630px;
	border-bottom:#CA005D 76px solid;
	background-image:url(../images/landing-page/growing-through-giving.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}	



#content{
	position:relative;
	width:520px;
	float:left;
	margin-top:40px;
	margin-left:40px;
}

#content ul{
	position:relative;
	padding-bottom:100px;
	list-style-type:none;

}

#content ul li{
	display:block;
	color:#000000;
	font-size:12px;
	padding-bottom:8px;
}

#content ul li a, #sub-menu ul li a {
	text-decoration:none;
	border-bottom:#CCCCCC solid 1px;
	color:#000000;
	padding-bottom:2px;
}

#content ul li a:hover, #sub-menu ul li a:hover {
	text-decoration:none;
	border-bottom:#CA005D solid 1px;
	color:#CA005D;
}


h1 {
	font-weight:bold;
	font-size:14px;
	padding-bottom:20px;
}

p {
	font-weight:normal;
	font-size:12px;
	padding-bottom:20px;
	line-height:1.3em;
	width:380px;
}

p.footer-text {
	font-weight:normal;
	font-size:11px;
	padding-bottom:20px;
	color:#8B8D8E;
	line-height:1.3em;
}

