@charset "UTF-8";

body
{
	background-color: #FFFFFF;
	background-image:url(/Content/images/national_day_of_prayer_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 50px 0px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #2F2F2F;
	line-height: 125%
}
h1
{
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	line-height: 110%;
}

#longdesc
{
	width: 600px;
	padding: 60px 0px 60px 0px;
	left: 50%;
	margin-left: -300px;
	position: absolute;
}

#longdesc p
{
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	margin: 0px 0px 14px;
}

td
{
	text-align: left;
	vertical-align: top;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #2F2F2F;
	line-height: 125%
}

a:link, a:active, a:visited
{
	color: #C40000;
	text-decoration: underline;
}
a:hover
{
	color: #0066CC;
	text-decoration: none;
}

img
{
	border: none;
}

#action h2
{
	display: none;
}

#title
{
	text-align: center;
	width: 436px;
	position: absolute;
	left: 50%;
	margin-left: -453px;
	top: 448px;
}

#desc
{
	position: absolute;
	width: 343px;
	top: 222px;
	left: 50%;
	margin-left: -409px;
}

#desc p
{
	color: #FFFFFF;
	text-align:justify;
}

#video
{
	position: absolute;
	width: 387px;
	height: 320px;
	padding: 10px;
	top: 222px;
	left: 50%;
	margin-left: -16px;
	background-image:url(/Content/images/vid_bg.png);
	background-repeat: no-repeat;
}

#banner
{
	position: absolute;
	left: 50%;
	margin-left: -475px;
	width: 890px;
	height: 195px;
	background-image: url(/Content/images/national_day_of_prayer_header.jpg);
	background-repeat: no-repeat;
}

#banner h1
{
	display: none;
}

.popup
{
	background-image: url(/Content/images/popup_bg.png);
	background-repeat: repeat;
	border: 4px;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	color: #fafafa;
	width: 100%;
	height: 100%;
	position :fixed;
	top : 0px;
	left : 0px;
	margin-top: 0px;
	margin-left: 0px;
}

.innerpop
{
	width: 640px; 
	color:Black; 
	margin:auto; 
	padding:60px; 
	padding-top:30px; 
	margin-top:35px; 
	margin-bottom:35px; 
	border:solid 2px #000000; 
	background-color:#f0f0f0; 
	text-align:left;
}