/***********************************************************************
Description:	The stylesheet of the www.atlinterfaith.com website
Project:	www.atlinterfaith.com
HTML:		Dustin Rue
Graphics:	
Created:	2007.10.1
Updated:	
***********************************************************************/


/* -------------------------------------
BEGIN: General Tag Methods
------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
}
html {
	overflow-y: scroll;
}

body {
	color: #000;
	text-align: center; /* This line is here to fix everyone's favorite IE 5.x alignment bug. */
	background-color: #fff;
}

/* -------------------------------------
END: General Tag Methods
------------------------------------- */

/* -------------------------------------
BEGIN: Main Structure Tags
------------------------------------- */

#wrapper {
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; /* Treated as align */
	background-color: #fff;
}

#header {
	width: 100%;
}


#content {
	width: 974px;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
}

#content_center{
        background: url('/images/fullbackground2.jpg') no-repeat;
        height: 668px;
	width:974px;
        top: 20px;
        position: absolute;

}

#third_day {
        background: url('/images/third_day.png') no-repeat;
        width: 332px;
        height: 258px;
        position: absolute;
        top: 410px;
        left: 642px;
}

#footer {
        position: absolute;
	width: 974px;
        margin-left: auto;
        margin-right: auto;
        top: 697px;
        font-family: Verdana, sans-serif;
        font-size: 13px;
}

.links {
        padding-left: 25px;
}

.links a:link,
.links a:visited,
.links a:hover {
        text-decoration: none;
        color: #311409;
}

.links a:hover {
        color: #E5CD08;
}


.left {
        float: left;
        padding-left: 25px;
}
.right {
        float: right;
        padding-right: 15px;
}

#index_overlay {
        background: url('/images/index_overlay.png') no-repeat;
        width: 956px;
        height: 653px;
        position: absolute;
        top: 16px;
        left: 20px;
}

#register_overlay {
        background: url('/images/register_overlay.png') no-repeat;
        width: 962px;
        height: 631px;
        position: absolute;
        top:16px;
        left: 24px;
}

#register_form {
        position: absolute;
        top: 245px;
        width: 20px;
        z-index: 2;
}

#firstname,
#lastname,
#title,
#company,
#phone,
#email,
#address1,
#address2,
#city,
#state,
#zip,
#table,
#indiv {
        position: absolute;
        left: 653px;
        width: 260px;

}

#lastname {
        top: 25px;
}

#title {
        top: 50px;
}

#company {
        top: 75px;
}

#phone {
        top: 100px;
}

#email {
        top: 125px;
}

#address1 {
        top: 150px;
}

#address2 {
        top: 175px;
}

#city {
        top: 200px;
}

#state {
        top: 225px;
}

#zip {
        top: 250px;
}

#indiv {
        top: 278px;
        left: 652px;
        width: 12px;
        height: 12px;
        z-index: 1;
}

#form_text {
        position: absolute;
        background: url('/images/form_text.png') no-repeat;
        width: 340px;
        height: 345px;
        top: 249px;
        left: 574px;
}

#table {
        top: 302px;
        left: 652px;
        width: 12px;
        height: 12px;
        z-index: 1;
}

#form_bg {
        background: url('/images/form_bg.png') no-repeat;
        width: 396px;
        height: 431px;
        position: absolute;
        top: 215px;
        left: 555px;
}

#content_center p {
        margin-left: 15px;
        margin-right: 15px;
        position: absolute;
        vertical-align: middle;
        width: 376px;
        top: 375px;
        left: 555px;
        color: white;
        font-family: verdana,clearview,sans-serif;
        z-index: 1;
}

#content_center a:link,
#content_center a:active,
#content_center a:visited,
#content_center a:hover {
        color: white;
        text-decoration: none;
}

#content_center a:hover {
        color: #311409;
}


#video_window {
        position: absolute;
        top: 214px;
        left: 19px;
}
#submit_button {
        position: absolute;
        top: 361px;
        left: 651px;
}
#register_form input {
        border-style: none;
        font-family: Verdana,clearview,sans-serif;
        font-size: 12px;
        padding: 1px;
}
#register_form input:focus {
	background-color: #eff0f0;
}

.nowrap {
        white-space: nowrap; 
}

#home_link img {
        width: 335px;
        height: 100px;
        position: absolute;
        top: 30px;
        left: 640px;
        z-index: 1;
        border: 0px;
}

#home_link2 img {
        position: absolute;
        top: 132px;
        left: 24px;
        height: 50px;
        width: 250px;
        z-index: 1;
        border: 0px;
}

#register_link img {
        width: 100px;
        height: 70px;
        position: absolute;
        top: 345px;
        left: 412px;
        border: 0px;
}

#soldout {
	background: url('/images/soldout.png') no-repeat;
	width: 396px;
	height: 433px;
        position: absolute;
	border-style: none;
        top: 200px;
        left: 555px;
	z-index: 10;
}

#soldout_white {
	background: url('/images/soldout_white.png') no-repeat;
	width: 212px;
	height: 45px;
	position: absolute;
	top: 66px;
	left: 400px;
}

/* -------------------------------------
END: Main Structure Tags
------------------------------------- */
