/* Defaults */

html, body {
	background-image: url('images/bg.jpg');
	background-color: #7a1316;
	background-repeat: repeat-x;
	font-family: "Helvetica", sans-serif;
	border: 0;
	color: #2d1212;
	font-size: 14px;
    width: 900px;
    margin: 0px auto;
}

body, p, h1, h2, h3, h4, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #2d1212;
	text-decoration: none;
    font-weight: bold;
	
}

a:hover, a:active, a:focus {        
	color: #2d1212;
	text-decoration: underline;
    font-weight: bold;
}

a.white12:link {
	color: #fff;
}

a.white12:visited {
	color: #fff;
}

a.white12:hover {
	color: #fff;
}

img {
	border: 0px;
}

/* End Defaults */

/* Page Structure */

#header {
    width: 900px;
    height: 108px;
    margin: 0px auto;
}

#flashbanner {
    width: 900px;
    height: 283px;
    margin:0px auto;
}

#indexbody {
    width: 900px;
    height: 324px;
    background-image: url('images/indexbg.jpg');
    background-repeat: no-repeat;
    margin: 11px 0 0 0;
}

#intbody {
    width: 900px;
    height: 597px;
    margin: 0px auto;
    border: 10px solid #cbcfd1;
    background-color: #fff;
    color: #2d1212;
    line-height: 16px;
}

#footer {
    width: 900px;
    height: 200px;
    margin: 0px auto;
}

.logo {
    width: 564px;
    float: left;
}

.white12 {
	color: #fff;
}

.nav {
    margin: 40px 0 0 0;
    width: 330px;
    float: left;
    text-align: right;
}

.flashbanner {
	background-image: url('images/banner.jpg');
    width: 900px;
    height: 283px;
    margin:0px auto;
    border: 5px solid #cbcfd1;
}

.leftindex {
    margin: 25px 0 0 10px;
    width: 414px;
    height: 266px;
    float: left;
}

.rightindex {
    margin: 25px 0 0 48px;
    width: 420px;
    height: 266px;
    float: left; 
}

.thecause {
    height: 100px;
}

.events {
    margin: 35px 0 0 0;
    height: 100px;
}

.gray {
    color: #e6e9eb;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 14px; 
}

.leftint {
    margin: 10px;
    width: 400px;
    float: left;
}

.rightint {
    margin: 10px;
    width: 460px;
    float: left;
}

.resources-margin {
	margin: 10px;
}

/* End Page Structure */

/* Rollover Navigation*/

#roll a {
    width: 100px; /* sets the width of your buttons, remove this line if you want variable width */
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

#roll a, #roll a:visited { /* styles for the default button state */
    margin: 0px;
    padding: 0px;
    line-height: 31px; /* this value must be at least twice the border-radius value */
    color: #e6e9eb;
    background: #3e1213;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 14px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#roll a:hover { /* styles for the rollover button state */
    color: #e6e9eb;
    background: #2d1212;
}

/* End Rollover Navigation */

/* Contact Form */

textarea#styled {
    width: 260px;
    height: 120px;
    border: 3px solid #cccccc;
    padding: 5px;
    font-family: Arial, sans-serif;
    background-position: bottom right;
    font-size: 12px;
}

input#name {
    width: 260px;
    border: 3px solid #cccccc;
    padding: 5px;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

input#phone {
    width: 260px;
    border: 3px solid #cccccc;
    padding: 5px;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

input#email {
    width: 260px;
    border: 3px solid #cccccc;
    padding: 5px;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

/* End Contact Form */










