/* HOPE BLUE #103B84 */
/* HOPE ORANGE #ff6600 */

/* HEADINGS */
h1 {
	color: #333333;
}
h2 {
	color: #ff6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff6600;
}
h3 {
	color: #103B84;
}
h5 { color: #103B84;}
h6 { color: #103B84;}

.box h3 {
	color: #ff6600;
}



#homepage a {
	color: #103B84;
	text-decoration: none;
}

#header {
	color: #FFFFFF;
	background: #000000 url(/images/background-header-hope.jpg) no-repeat 0px 0px;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
	position: relative;
	height: 170px;
}

#header ul li.default {
	background: #333;
	}

#header ul li.hope {
	background: #103B84;
	}


/* 
Logo Image Replacement technique is from CSS: Mastery (page 235-236) by Andy Budd.
Pixy-Style Rollover technique is from CSS: Mastery (page 78-79) by Andy Budd. 
*/

#nameplate-rivalry {
	float: left;
	background: transparent;
}

h1#nameplate-rivalry {
	display: block;
	margin: 0;
	background: transparent url(/images/nameplate-rivalry-hope.png) no-repeat 0 0; /* The Hope Rivalry logo */
	border: none;
	text-indent: -9999px; /* Move text link off-screen */
	text-decoration: none;
	float: left;
}

h1#nameplate-rivalry a {
	display: block;
	background: transparent url(/images/nameplate-rivalry-hope.png) no-repeat 0 0; /* The Hope Rivalry logo */
	width: 228px;
	height: 150px;
	border: none;
}
#tv {
	width:250px;
	height:170px;
	background:url(/images/homepage-tv-hope-small.jpg) top left no-repeat;
	text-indent: -9999px;
}