/*
Archdiocese of Indianapolis

SHINE!
Spreading Hope in Neighborhoods Everywhere

MASTER COLOR LIST
	Lt Blue = #7cd2fe
	Med Blue = #3399cc
	Dk Blue = #002a54
	Lt Brown = #5d5a4f
	Dk Brown = #37332a
	Orange = #ea6d1f
*/


body {
	background: url(../images/background.jpg) repeat-x #37332a;
	font-family: Arial, Helvetica, sans-serif;
	color: #37332a;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 970px;
	margin: 0 auto;
}
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 190px;
}
#logo {
	width: 320px;
	height:  175px;
	position: relative;
	left: 325px;
	top: 10px;
}


/*----------MAIN AREA STYLES----------*/
#main {
	background: url(../images/main_area_bg.png) repeat-y;
}

#buttons {
	width: 970px;
	height: 129px;
	background: url(../images/main_bar.jpg) no-repeat top;
}
#button1, #button2, #button3 {
	height: 85px;
	width: 290px;
}
#button1 {
	float: left;
	background: url(../images/button_blue1.jpg) no-repeat;
	position: relative;
	margin-left: 35px;
	_margin-left: 0px;
	_left:35px;
	top: 20px;
}
#button2 {
	float: left;
	background: url(../images/button_orange1.jpg) no-repeat;
	position: relative;
	margin-left: 15px;
	_margin-left: 50px;
	top: 20px;
}
#button3 {
	float: left;
	background: url(../images/button_blue2.jpg) no-repeat;
	position: relative;
	margin-left: 15px;
	top: 20px;
}
#button1 a:hover, #button2 a:hover, #button3 a:hover {
	height: 85px;
	width: 290px;
	position: relative;
	top: 18px;
}
#content {
	width: 935px;
	min-height: 415px;
	height: 100%;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 10px;
	
	font-size: 10pt;
	line-height: 1.75em;
}
h1 {
	color: #ea6d1f;
	font-size: 24px;
}
h2 {
	color: #3399cc;
	font-size: 22px;
}
h3 {
	color: #ea6d1f;
	font-size: 18px;
}
#words {
	float: right;
	width: 710px;
}
#words a {
	color: #ea6d1f;
}
#words a:hover {
	color: #3399cc;
	text-decoration: none;
}
#words img {
	margin: 5px 10px;
}
#main_bottom {
	height: 24px;
	width: 970px;
	background: url(../images/main_area_bottom.jpg) no-repeat top;
}



#navigation {
	float: left;
	background: url(../images/nav_bg.jpg) no-repeat top;
	height: 404px;
	width: 210px;
	
	line-height: 24px;
	padding-top: 20px;
	color: #5d5a4f;
}
#navigation ul {
	position: relative;
	left: -25px;
	width: 180px;
}
#navigation ul li {
	list-style: none;

}
#navigation ul li a {
	padding-left: 10px;
	color: #5d5a4f;
	text-decoration: none;
}
#navigation ul li a:hover {
	display: block;
	height: 24px;
	color: #ea6d1f;
	background: url(../images/nav_hover.png) no-repeat top left;
}



.clr {
	clear: both
}
/*----------FOOTER AREA STYLES----------*/
#footer {
	position: relative;
	width: 970px;
	height: 100px;
	background: #37332a;
}
#footer_links {
	float: left;
	color: #fff;
	font-size: 9pt;
	width: 733px;
	text-align: center;
	line-height: 25px;
}
#footer_links a {
	color: #fff;
	text-decoration: underline;
	padding-right: 15px;
	padding-left: 15px;
}
#footer_links a.elavio {
	padding: 0px;
}
#footer_links a:hover {
	color: #ea6d1f;
}
#footer_archlogo {
	float: right;
	height: 100px;
	width: 237px;
	background: url(../images/archlogo.gif) top no-repeat;
}
