* {margin: 0px;	padding: 0px;}
a:focus { outline: none; }
html, body { height: 100%; }

/* 
	Red: #4c0a01
	Brown: #af7e0e
	light text: #ccc
*/


body { 
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, helvetica, arial, sans-serif;
	font-size: 62.5%; 
	background-color: #4c0a01;
	}
	
	
#masthead { 
	background-color: white; 
	height: 340px; /* for dev */

}	

/* --------- Top Half ---------- */

#masthead #top_wrapper, #bottom_wrapper { 
	width: 960px; 
	margin: 0 auto; 
	position: relative; 
}



#masthead #top_wrapper h1 {
	background: url('images/h1_bg.jpg') no-repeat scroll top left;
	width: 226px;
	height: 77px;
	text-indent: -9999em;
	position: absolute; 
	left: 0; top: 55px;
}


img.bannerImage {
	position: absolute; 
	left: 245px; top: 104px;
	
}

img.bannerImage { 
	z-index: 1;
}


#masthead #top_wrapper p { 
	font-size: 1.8em; 
	line-height: 1.3em;
	position: absolute; 
	//left: 245px; top: 175px;
	left: 0px; top: 20px;
}


h3#development a {
	position: absolute; 
	left: 0; top: 175px; 
	font-size: 1.5em;
}

h3#involved  a {
	position: absolute; 
	left: 0; top: 225px; 
	font-size: 1.5em;
}


#masthead #top_wrapper h3 a:hover {color: #4c0a01;}


/* --------- Bottom Half ---------- */
#mod_build, #mod_contribute, #mod_spread, #mod_twitter { 
	position: absolute; 
	top: 60px;
	width: 226px; 
}

#mod_twitter {left: 0;}
#mod_build { left: 245px;}
#mod_contribute {left: 491px;}
#mod_spread {left: 737px;}

#mod_form {
    position: absolute; 
    top: 60px;
    width: 960px;
    left: 0;
}


h1 { 
	font-size: 4em;
	color: #af7e0e;
	font-weight: normal;
	margin-bottom: 10px;
	}

h2 { 
	font-size: 3em;
	color: #af7e0e;
	font-weight: normal;
	margin-bottom: 5px;
	}

h3 { 
	font-size: 2em;
	color: #af7e0e;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	}

h4 { 
	font-size: 1.5em;
	color: #af7e0e;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 2px;
	}

#bottom_wrapper p, #bottom_wrapper li { 
	color: #ccc;
	font-size: 1.2em; 
	line-height: 1.6em;
}

#bottom_wrapper #inner_block p { 
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: normal;
}

#inner_block { 
	position: absolute; 
	top: 60px; left: 245px;
}

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

label
{
    width: 4em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block
}

label.long
{
    width: 8em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block
}

.submit input
{
    margin-left: 4.5em;
}

textarea.styled {
    width: 450px;
    height: 60px;
    margin-left: 20px;
    font-family: Tahoma, sans-serif;
}

textarea.noindent {
    width: 450px;
    height: 60px;
    margin-left: 0px;
    font-family: Tahoma, sans-serif;
}

p.info
{
    padding-left: 0px;
}

p.upload
{
    padding-left: 13px;
}

p.radio
{
    padding-left: 0px;
}

