/* ===========================================================================
 * Filename: css/screen.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Date: 4 August 2008
 * Description: Contains screen styles for the Salvation Army splash page.
 * =========================================================================== 
 */

body
{
	margin: 0;
	padding: 35px 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', arial, helvetica, sans-serif;
	font-size: 12px !important;
	font-size: 0.75em;
	background: #5e0000 url(../images/background_strip.gif) repeat-x scroll 0 0;	
	line-height: 1.5;
	color: #000;
	text-align: center;
}

input, select
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', arial, helvetica, sans-serif;
	font-size: 11px;	
}

#page
{
	width: 880px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	border: 10px solid #c00;
	background: #fff url(../images/top_right_corner.gif) no-repeat scroll 100% 0;
	position: relative;	
}

#header
{
	margin: 10px 10px 0 160px;
	padding: 0;	
	height: 114px;
	background: transparent url(../images/header_blend.gif) repeat-y scroll 100% 0;	
	border-bottom: 5px solid #dfded8;
}

#logo
{
	position: absolute;
	top: 0;
	left: 0;
	height: 119px;
	width: 103px;
	padding: 10px 29px 0 28px;
	background: #fff url(../images/top_left_corner.gif) no-repeat scroll 0 0;
}

#content1
{
	width: 448px;
	padding: 30px 0 20px 80px;
	float: left;	
}

#mission
{
	font-size: 1.166667em;
	width: 88%;	
	margin: 0;
	padding: 9px 0 60px;
}

#image
{
	width: 231px;
	padding: 0 0 0 10px;
	margin: 0 0 0 -10px;
	float: left;
	background: transparent url(../images/background_blend.gif) repeat-x scroll 0 100%;
	border-bottom: 5px solid #dfded8;
	
}

#image img
{
	border-top: 5px solid #dfded8;
	border-right: 1px solid #dfded8;
	display: block;
	height: 180px;
	width: 230px;
}

#image p
{
	padding: 3px 0 7px 0;	
	border-right: 1px solid #dfded8;
}

#donationform
{
	width: 194px;
	float: right;	
	padding: 102px 0 0 0;
}

#donationform select
{
	width: 100%;
	display: block;
	margin: 0 0 7px 0;	
}

#donationform input
{
	width: 100%;
	display: block;	
}

#content2
{
	padding: 30px 10px 0 1px;
	width: 321px;
	float: right;	
	background: transparent url(../images/border.gif) no-repeat scroll 0 100%;
	border-bottom: 20px solid #fff;
}

#map
{
	position: relative;	
	padding: 30px 40px 26px 10px;
	background: transparent url(../images/background_blend.gif) repeat-x scroll 0 100%;
	border-bottom: 5px solid #dfded8;
	width: 270px;
}

#map img
{
	display: block;
	width: 201px;
	margin: 0 0 7px 54px;	
}

#map #caption
{
	position: absolute;
	top: 197px;
	left: 10px;	
	color: #e20a17;
	font-weight: bold;
}

#map #caption div.on
{
	display: block;	
}

#map #caption div.off
{
	display: none;	
}

#map .textlinks, label
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#footer
{
	clear: both;
	text-align: right;	
	padding: 0 10px;
}

#footer p
{
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 0.916667em;	
}

#siteinfo
{
	clear: both;
	width: 880px;
	padding: 3px 0 0;
	margin: 0 auto;
	text-align: right;	
	color: #fff;
	font-size: 0.916667em;
}

h1
{
	font-size: 1.75em;
	margin: 0;
	padding: 43px 0 0;
	color: #000;
	font-weight: bold;
}

h2
{
	font-size: 1.166667em;
	margin: 0;
	padding: 0 0 7px 0;
	color: #e20a17;
	font-weight: bold;
	text-align: center;
}

#content2 h2
{
	font-size: 1.833333em;
	text-align: left;
	padding: 0;
}

p
{
	margin: 0;
	padding: 0 0 1.5em 0;	
}

a:link, a:visited
{
	color: #e20a17;
	text-decoration: underline;
}

a:focus, a:hover, a:active
{
	color: #fff;
	background-color: #e20a17;
	text-decoration: none;
	outline: none;
}

a img, object, #map img
{
	border: none;
}




