﻿/*
truth_project_landing_page.css
Copyright: 2008, Focus on the Family
Version 1.1
Created: 5/20/08
Last modified: 2/17/2009

Modification history:
2/17/09:  Added versioning comments
*/



#rightContentPanel
{
	float: right;
	width: 335px;
	overflow:hidden;
}

.section
{
    margin-bottom: 30px;
}

.section .innerSection
{
    padding: 20px 50px 5px 20px;
}

.section .innerSection .item
{
    padding: 0px 0px 10px 0px;
}



.section .image
{
	float: left;
	margin-right: 12px;
}

.section .innerSection h3
{
    font-weight: bold;
    font-size: 1.0em;
	color: #69261d;
	margin: 0px 0px 10px 0px;
}

.section .innerSection .label
{
    float: left;
    width: 92px;
}

#worldView
{
    margin: 0px 1px 30px 6px;
    background-image: url(Images/worldview_background.jpg);
    background-repeat: no-repeat;
    height: 271px;
    width: 334px;
    overflow: hidden;
}


#worldView #control 
{
    
}

#worldView #control a
{
    color: #9d3826;
}

#worldView #control a:hover
{
    color: White;
}

#worldView #control #description
{
    color: White;
    padding: 8px;
    width: 176px;
    float: left;
}

#WorldViewImage
{
	width: 334px;
	height: 179px;
}

#worldView #pager 
{
    padding-top: 16px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: White;   
    float: right; 
    width: 138px;
}

#worldView #pager #backNext
{
    padding-top: 8px;
}

#enewsletterSignup
{
	margin: 2px 0px 12px;
}

#enewsletterSignup .text
{
    color: Gray;
    padding-left: 4px;
	width: 200px;
}

#enewsletterSignup .button
{
    margin-bottom: -3px;
}

.next
{
	margin-top: 6px;
}

.button
{
	margin: 12px 0px 4px;
}

hr
{
	padding: 0;
	margin: 0px 20px 12px 20px;
	height: 1px;
	color: #ccc;
	border: 0;
	background-color: #ccc;
}

#leaderHeader
{ 
	text-align: right;
}


#participantHeader
{ 
	text-align: right;
}

#participantHeader h2
{
	
}

#divBackNext
{
	width: 292px;
	text-align: right;
}

.announcements
{
	padding-right: 3px;
	width: 300px;
	height: 100px;
	overflow: auto;
}

img.resource {	width: 70px}

.right
{
	float:right;
}

.marginLeft 
{ 
	margin-left: 12px; 
}
.marginTop 
{
	margin-top: 12px; 
}
.marginRight 
{
	margin-right: 12px; 
}
.marginBottom 
{
	margin-bottom: 12px; 
}

#poll { margin: 5px 0 0 10px; }
.ttppoll { width: 275px; margin-bottom: 20px;  }
.ttppoll .content { margin-top: 10px; margin-bottom: 10px; margin-left: 5px; line-height: 10px;}
.ttppollheader { margin-top: 20px; height: 38px; width: 295px;  text-align:right;  background-image: url(/TruthProject/images/heading_TruthProPoll.gif); }
.pollLabel { display: inline; padding: 0 0 0 5px; height: 13px; line-height: 15px; vertical-align: middle; }



