/* Styles Developed for Christmas Donation Landing Page */
/* Desmond dot Smith at uss dot salvationarmy dot org */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	background: #fff;
	font: medium/1.1 Georgia, Times, "Times New Roman", serif;
	color: #232323;
}


h2,h3 {
	color:  #ee3a43;
}

h2 {
	font-size: 1.5em;
}

a {
	color: #ee3a43;
}

a:hover {
	text-decoration: none;	
}


.photos {
	width: 90000px;
	height: 550px;
	bottom: 0px;
	left: 0px;
	background: transparent;
	z-index: 1;
	position: absolute;
}


.slideshowPic {
 	float: left; 
}


/* DIVs */
#header,
#content,
#footer {
	width: 801px;
	margin: 0px auto 0px auto;
}

#leftContent {
	width: 390px;
	float: left;
	z-index: 10;
}

#rightContent {
	background: #fff;
	width: 403px;
	height: 550px;
	float: right;
	z-index: 1;
	position: relative;
	overflow: hidden;
}

#header {
	height: 135px;
	background: transparent url(i/header.png) top left no-repeat;
	display: block;
	position: relative;
}

#corps {
	position: absolute;
	right: 20px;
	top: 70px;
	font-size: 1.4em;
	color:  #838383;
	
}

#specMessage {
	width: 750px;
	margin: 10px auto 10px auto;
}

#specMessage  ul {
	margin: 0px 0px 20px 60px;
}

#specMessage ul li {
	margin-bottom: 10px;
}


.section {
	margin: 20px auto 0px auto;
}

.section p {
	margin:  0px auto 8px 10px;
}

.onlineInstructions {
	font-style: italic;
}

.specUse {
	display: block;
	margin: 5px auto 5px auto;
	width: 300px;
	font-size: 1.2em;
	color: #000;
	
}

#addressBlock, #phoneBlock, #serverLink, #emailBlock {
	width: 70%;
	margin: 0px auto;
	font-size: 1.3em;
}

#footer {
	padding-top: 90px;
	padding-bottom: 40px;
	font-size: 0.85em;
}

#footer p {
	text-align: right;
	color: #989898;
}

/* TEST STUFF */
#donationsPage {
	width: 800px;
	border: 0px;
	height:  2200px;
	}
