/* home page screen only rules */

/* #6B7A85; /* gray */
/* #F5CD41; /* gold (or #F8D669) */
/* #662D91; /* purple */
/* #0A1117; /* charcoal */
/* #2C2B6D; /* dk blue */
/* #49799A; /* teal */

@media screen, projection {

.home .wrapper {
	background: #0A1117 url(images/masthead_bg-home.jpg) 0 0 no-repeat; /* charcoal */
	color: #fff;
}
.home .header {
	height: auto;
}
.home .midsection {
	background: #0A1117 url(images/column_BG-home.gif) 0 0 repeat-y; /* charcoal */
	color: #fff;
}
.home .content {
	width: 594px;
	padding: 0;
	background-color: transparent; /* dark bg img */
	color: #fff;
}

.home .flash {  /* INSERT FLASH HERE */
	height: 408px;
	width: 100%;
}

.home .content h2 {
	background: transparent;
	color: #fff;
}
.home .content h3 {
	font-size: 100%;
	margin: 1em 0 0 0;
}

.home .content a:link,
.home .content a:visited {
	background: transparent;
	color: #fff;
}
.home .content a:focus,
.home .content a:hover,
.home .content a:active {
	color: #F5CD41; /* gold */
}

.redbox {
	padding: 10px 10px 10px 25px;
	background: #a80000 url(images/red_box_background.jpg) right top no-repeat;
	color: #fff;
}
.bluebox {
	width: 251px;
	padding: 10px 10px 10px 25px;
	float: left;
	background: #10609d url(images/blue_box_background.jpg) right top no-repeat;
	color: #fff;
}
.blackbox {
	width: 271px;
	padding: 10px 10px 10px 25px;
	float: right;
	background: #2c2b27 url(images/black_box_background.jpg) left top no-repeat;
	color: #fff;
}

} /* end screen only rules */

