/**
 * front.css - Stylesheet for Front Page
 */

/***********************************************************************
 * Elements
 **********************************************************************/

h2 {
	color: #000000;
	line-height: normal;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

/***********************************************************************
 * Items
 **********************************************************************/

/** Banner **/

#banner {
	width: 900px;
	margin: auto;
	margin-bottom: 35px;
}

/* Flash */

.flash {
	width: 450px;
	float: left;
}

/* Welcome */

.welcome {
	background: url(../images/flame-bottom-front.jpg) repeat-x;
	width: 414px;
	height: 215px;
	float: right;
	padding: 18px;
	font-size: 1.2em;
	color: #fefcf1;
	line-height: 1.5em;
}

.welcome-photo {
	float: left; 
	width: 101px;
}

.welcome-content {
	float: right;
	width: 302px;
}

.welcome-title {
	margin-bottom: 10px;
}

.welcome a.more {
	display: block;
	background: url(../images/white-square.gif) 0px 8px no-repeat;
	padding-left: 12px;
	color: #fff;
}


/* Front Features [ News ] [ Location ] [ Contact Information ] */

#features {
	width: 870px;
	margin: 0 auto 50px auto;
	padding: 0px 15px;
	font-size: 1.2em;
	line-height: 1.5em;
}

.feature-title {
	margin-bottom: 20px;
}

#features a.more {
	display: block;
	background: url(../images/orange-square.gif) 0px 8px no-repeat;
	padding-left: 12px;
	color: #cb510f;
	margin-top: 5px;
}


.news {
	width: 263px;
	float: left;
	margin-right: 40px;
}

.location {
	width: 263px;
	float: left;
	margin-right: 40px;
}

.location .map-graphic {
	margin-bottom: 10px;
}

.contact {
	width: 263px;
	float: left;
}

.contact .contact-photo {
	float: left;
	margin: 0px 10px 0px 0px;
}


/* eNewsletter */

/* News and Events */

