@charset "utf-8";
/* RESPECT WEBSITE */


/* GLOBAL RULES */
body {
	font: 62.5%/1.6em Verdana, Arial, Helvetica, sans-serif; color: #000;
	padding: 0;
	margin: 0;
	background: #fff url(/images/phone/header_bg.jpg) repeat-x;
}
body p{
	font-size:11px;
	
}
img { 
	border: 0;
}
a {
	color:#a54399;
	text-decoration:none;
	outline:none;
}
h1 { 
	font:170% Verdana, Arial, Helvetica, sans-serif; 
	color:#ef3fac;
}
h2 { 
	font: 140% Verdana, Arial, Helvetica, sans-serif; 
	color:#ef3fac; 
}
h3 { 
	font: 110% Verdana, Arial, Helvetica, sans-serif; 
	color:#82a736; 
}

/* LAYOUT RULES */
#wrapper {
	margin: 0 auto;
	width: 836px;
	padding: 0 0px 0 0px;
	height:auto;
}
#left_column {
	float:left;
	width:323px;
}
#left_column p {
	color:#8ed400;
	text-align:center;
}
#left_column a {
	color:#8ed400;
	font-weight:bold;
}
#left_column a:hover {
	color:#ef3fac;
	font-weight:bold;
}

#right_column {
	float:left;
	width:460px;
}

/* NAVIGATION RULES */
#navigation {
	float:left;
	width:460px;
	height:88px;
	margin:65px 0 0 0;
	background:url(/images/phone/nav_bg.jpg) no-repeat;
}
#navigation ul {
	list-style:none;
	padding:50px 0 0 0;
	margin:0;
}
#navigation li {
	display:inline;
	margin-right:4px;
}
#navigation a {
	color:#fff;
	font-weight:bold;
	background:#a6c16f;
	padding:30px 20px 7px 9px;
}
#navigation a:hover {
	color:#000;
	font-weight:bold;
	background:#ce94b8;
	padding:30px 20px 7px 9px;
}
#navigation a.on{
	color:#000;
	font-weight:bold;
	background:#ce94b8;
	padding:30px 20px 7px 9px;
}

/* CONTENT RULES */
#content {
	float:right;
	width:424px;
	padding:0 14px 0 0;
}
#content p {
	text-align:right;
	font:22px Arial, Helvetica, sans-serif;
	font-weight:900;
	line-height:25px;
	margin:0;
	padding:17px 20px 0 0;
	display:block;
	width:390px;
	height:110px;
}
#content a {
	color:#fff;
}
#content a:hover {
	color:#8ed400;
}
.content1 {
	background:url(/images/phone/content_bg1.jpg) no-repeat;
}
.content2 {
	background:url(/images/phone/content_bg2.jpg) no-repeat;
}
.content3 {
	background:url(/images/phone/content_bg3.jpg) no-repeat;
}

/* FOOTER RULES */
#footer {
	float:left;
	width:836px;
	height:71px;
	padding:20px 0 0 0;
}
#footer p {	
	float:left;
	padding:16px 0 0 20px;
	color:#8ed400;
	font-weight:bold;
}
#footer ul{
	list-style:none;
	float:right;
	padding:10px 70px 0 0;
	margin:0;
}
#footer li{
	list-style:none;
	display:block;
	width:127px;
	height:51px;
	background:url(/images/phone/donate_button.jpg);
}
#footer a {
	display:block;
	width:127px;
	height:51px;
	text-indent:-9999px;
}
#footer a:hover {
	display:block;
	width:127px;
	height:51px;
	background:url(/images/phone/donate_hover.jpg);
}
.logos {
	float:left;
}

#left_column ul {
	width:170px;
	list-style:none;
	padding:0 0 0 20px;
	margin:0;
}
#left_column li {
	padding:10px;
	border-bottom: #8ed400 solid 1px;
	width:170px;
}
#left_column li a {
	color:#000;
}
#left_column li a:hover {
	color:#ef3fac;
}

#left_column li a.on {
	color:#ef3fac;
}
#left_column ul li ul li{
	
	width:140px;
}	
#left_column ul li ul li ul li{
	
	border-bottom: none;
	width:120px;
}	
/* sitemap */


ul#sitemap {
	margin:0 0 0 0px;
	padding: 0;
}

ul#sitemap li {
	list-style-type: none;
	margin: 5px 0 10px 10px;
	font-weight: bold;
}

ul#sitemap li ul li {
	margin: 10px 0 10px 0;
	font-weight: normal;
	list-style-type: square;
	color: #D1D3D4;
}