/* Common for all pages */
body { margin: 0px; padding: 0px; }

#container { width: 900px; margin: 0 auto; height: auto; }

html {
     overflow: -moz-scrollbars-vertical;
}


a.home { 
        background:url(../images/nav/nav_home.png) repeat 0px 0px; 
        width: 73px; 
        height: 53px; 
        display: block; 
}

a.home span { 
        display: none; 
}

a.home:hover { 
        background: url(../images/nav/nav_home.png) repeat 0px -53px; 
}

a.donate { 
        background:url(../images/nav/nav_donate.png) repeat 0px 0px; 
        width: 151px; 
        height: 53px; 
        display: block; 
}

a.donate span { 
        display: none; 
}

a.donate:hover { 
        background: url(../images/nav/nav_donate.png) repeat 0px -53px; 
}

a.buy { 
        background:url(../images/nav/nav_buy.png) repeat 0px 0px; 
        width: 119px; 
        height: 53px; 
        display: block; 
}

a.buy span { 
        display: none; 
}

a.buy:hover { 
        background: url(../images/nav/nav_buy.png) repeat 0px -53px; 
}

a.how { 
        background:url(../images/nav/nav_how.png) repeat 0px 0px; 
        width: 121px; 
        height: 53px; 
        display: block; 
}

a.how span { 
        display: none; 
}

a.how:hover { 
        background: url(../images/nav/nav_how.png) repeat 0px -53px; 
}

a.stories { 
        background:url(../images/nav/nav_stories.png) repeat 0px 0px; 
        width: 147px; 
        height: 53px; 
        display: block; 
}

a.stories span { 
        display: none; 
}

a.stories:hover { 
        background: url(../images/nav/nav_stories.png) repeat 0px -53px; 
}

a.news { 
        background:url(../images/nav/nav_news.png) repeat 0px 0px; 
        width: 64px; 
        height: 53px; 
        display: block; 
}

a.news span { 
        display: none; 
}

a.news:hover { 
        background: url(../images/nav/nav_news.png) repeat 0px -53px; 
}

a.partners { 
        background:url(../images/nav/nav_partners.png) repeat 0px 0px; 
        width: 125px; 
        height: 53px; 
        display: block; 
}

a.partners span { 
        display: none; 
}

a.partners:hover { 
        background: url(../images/nav/nav_partners.png) repeat 0px -53px; 
}



/* Home Page */
#home-top {
	background: url(../images/home-top.gif) no-repeat;
}

#home-top .menu {
	margin: 0 auto;
}
.style1 {
	color: #66A3E9
}

/* Home Page Body - Top part with image and content */
#home-mid-top { background: url(../images/home-background.gif) no-repeat; height: 334px; }

#maincontent .main-img  {
	float:left
}

.home_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 23px;
	background-image: url(../images/home_content_right_bg.jpg);
	text-align: left;
	vertical-align: top;
}

.home_content a {
	color: #FFFFFF;
	font-weight: bold;
}

.home_content a:hover {
	color: #FFFFFF;
}

.home_content a:visited {
	color: #FFFFFF;
}

/* Home Page Footer */
#home-footer {
	height: 100px; /*height: 194px;*/
	background-image: url(../images/home_button_bottom.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 20px;
}


/* Columns */

#rounded-wrapper-black-box_2{
	width:387px;
	float:left;
}
#rounded-wrapper-black-box-top_2{
	height:67px;
	background-image:url(../images/column_header_howitworks_blk2.png);
	background-position:top;
	width:387px;
}
#rounded-wrapper-black-box-bottom_2{
	background-image:url(../images/column_footer_grey2.png);
	background-position:top;
	width:387px;
}

#rounded-wrapper-black-box-mid_2{
	background-color: #525B6C;
	background-image: url(../images/column_3_bg_black.jpg);
	background-repeat: no-repeat;
	background-position: top;
}


#rounded-wrapper-black-box-mid{
	background-color: #525B6C;
	background-image: url(../images/column_3_bg_black.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.column_wrapper{
	width:800px;
	margin:0 auto
}

.bluebox_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00356c;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.bluebox_copy a{
	color: #FFFFFF;
	font-weight: bold;
}
.bluebox_copy visited{
	color: #33CCFF;
}
.bluebox_copy hover{
	color: #33CCFF;
}

.greybox_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 20px;
	color: #79AEEA;
}

.greybox_copy a{
	color: #FFFFFF;
	font-weight: bold;
}
.greybox_copy visited{
	color: #33CCFF;
}
.greybox_copy hover{
	color: #33CCFF;
}

/* Inner Pages */
#inner-top { background: url(../images/inner-top.gif) no-repeat; height: 142px; }

#inner-top .menu a, #home-top .menu a:visited {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#inner-top .menu a:hover {
    color: #B9CFE4;
    font-weight: bold;
    text-decoration: none;
}

#inner-content {
	background: url(../images/bg_maincontent.jpg) top no-repeat;
	padding-top: 100px;
    min-height: 400px;
}
.left-content {
	background-image:url(images/nav/nav_menu.jpg); 
	background-position: top right; 
	background-color: #FFFFFF; 
	background-repeat: no-repeat; 
	padding:100px 0px 0px 35px; 
	vertical-align: top;
}
#rounded-wrapper-box-nofloat {
	width:387px;
}

/* ------------real life stories  --------------    */

#rounded-wrapper-story_left-box{
	width:250px;
	float:left;
	margin-right: 20px;
}
#rounded-wrapper-story_left-box-top{
	height:50px;
	background-position:top;
}
#rounded-wrapper-story_left-box-bottom{
	height:30px;
	background-position:top;
}
#rounded-wrapper-story_left-box-mid{
	background-image:url(../images/column_bg_blue2.jpg);
	background-repeat: no-repeat;
	background-color: #525B6C;

.html;
}

#rounded-wrapper-story_right-box-mid{
	background-image:url(../images/column_3_blue_bg.jpg);
	background-repeat: no-repeat;
	background-color: #82B3ED;
}

#story_link_wrapper{
	width:387px;
	float:none;
	height: 75px;
}

.story_link {
	float:left;
	width:387px;
	margin-top: 5px;
	height: 56px;
}

.story_link_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6ba6e9;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 125px;
	margin-top: 18px;
}

.story_link_text a{
	color: #6ba6e9;
}

.story_link_text a:visted{
	color: #6ba6e9;
}

.story_link_text a:hover{
	color: #FFFFFF;
}

a.stories_btn { 
        background:url(../images/stories/back_lifestories_btn.jpg) repeat 0px 0px; 
        width: 204px; 
        height: 41px; 
        display: block; 
}

a.stories_btn span { 
        display: none; 
}

a.stories_btn:hover { 
        background: url(../images/stories/back_lifestories_btn.jpg) repeat 0px -41px; 
}


/* ------------how it works --------------    */


#rounded-wrapper-how-box{
	width:387px;
	float:left;
}
#rounded-wrapper-how-box-top{
	height:67px;
	background-image:url(../images/column_header_howitworks_blk2.png);
	background-position:top;
	width:387px;
}
#rounded-wrapper-how-box-bottom{
	background-image:url(../images/column_footer_grey2.png);
	background-position:top;
	width:387px;
}
#rounded-wrapper-how-box-mid{
	width:387px;
}
#rounded-wrapper-process-box{
	width:387px;
	float:left;
	margin:0 0 0 20px;
}
#rounded-wrapper-process-box-top{
	height:68px;
	background-position:top;
	width:387px;
}
#rounded-wrapper-process-box-bottom{
	height:30px;
	background-image:url(../images/column_footer_blue2.png);
	background-position:top;
	width:387px;
}
#rounded-wrapper-process-box-mid{
	width:387px;
	background-image:url(../images/column_bg_blue2.jpg);
	background-repeat: no-repeat;
	background-color: #82B3ED;
}

/* ------------ Oprhan  --------------    */
#rounded-wrapper-orphan-box{
	width:387px;
	float:right;
	margin:0 0 0 20px;}
	
/* ------------ Donate Games --------------    */


#rounded-wrapper-donate-box{
	width:525px;
	float:left;
	margin:0 0 0 00px;
	background: url(../images/column_3_header_black_contact.png) top no-repeat;
}
#rounded-wrapper-donate-box-top{
	height:68px;
	background-position:top;
}
#rounded-wrapper-donate-box-bottom{
	background-position:top;
	width:525px;
}
#rounded-wrapper-donate-box-mid{
	background-color: #525B6C;
	background-image: url(../images/column_3_bg_black.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#rounded-wrapper-other-box{
	width:250px;
	float:left;
}
#rounded-wrapper-other-box-top{
	height: 68px;
	text-align: center;
	margin-top: 5px;
	background: url(../images/column_1_header_blue2.png) top no-repeat ;
}
#rounded-wrapper-other-box-bottom{
	height:30px;
	background-position:top;
}
#rounded-wrapper-other-box-mid{
	background-image:url(../images/column_bg_blue2.jpg);
	background-repeat: no-repeat;
	background-color: #82b3ed;
}

/* ------------ News Story Page--------------    */

#rounded-wrapper-newsstory-box{
	width:527px;
	float:left;
}
#rounded-wrapper-newsstory-box-top{
	height:66px;
	background-position:top;
}
#rounded-wrapper-newsstory-box-bottom{
	background-position:top;
	width:527px;
}

#rounded-wrapper-news-box-mid{
	background-color: #82B3ED;
	background-repeat: no-repeat;
	background-position: top;
}

a.newsstory { 
        background:url(../images/back_news_btn.jpg) repeat 0px 0px; 
        width: 204px; 
        height: 41px; 
        display: block;
}

a.newsstory span { 
        display: none; 
}

a.newsstory:hover { 
        background: url(../images/back_news_btn.jpg) repeat 0px -41px; 
}

.newsbox_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 20px;
	color: #00356c;
}

.newsbox_copy a{
	color: #FFFFFF;
	font-weight: bold;
}
.newsbox_copy visited{
	color: #33CCFF;
}
.newsbox_copy hover{
	color: #33CCFF;
}



	

/*  footer  */
#inner-footer {
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 50px;
}

.footerlinks{
	clear: both;
	width:330px;
	margin:0 auto;
	height:50px;
	padding:10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: center;
}
.footerlinks ul{ clear: both;  list-style-type:none; margin:0; padding:0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px }
.footerlinks ul li{ float:left; display:inline;}
.footerlinks ul li a{
	display:block;
	text-decoration:none;
	color:#666666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.footerlinks ul li a:visited{
	color:#666666;
}

.footerlinks ul li a:hover{
	color:#999999;
}

.header_white {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.news_date {
	font-size: 10px;
}
.news_header_white {
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 20px;
}
.news_divider {
	background-color: #333333;
	height: 1px;
	width: 525px;
}
.partner_logo {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
}
