
/* Layout */


#home
{
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.featureImage
{
	width: 100%;
	text-align: center;
	background-color: #CFCFBC;
}

#content { }



.blueHome em { color: #F6A905; }

.blueHome
{
	background-color: #0C2946;
	background-image: url(../images/dbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.blueHome li{ color: #A3A48C; }

.blueHome li h3{ color: #4881B7;}

.blueHome li h4{ color: #EAECE3;}


.yellowHome
{
	background-color: #F9B51C;
	background-image: url(../images/yellowBack.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}
.yellowInside
{
	background-color: #F9B51C;
	background-image: url(../images/yellowBack.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:20px;padding-bottom:18px;margin-bottom:12px;
	
}

/* Department Colors */

.blue li h3 { color: #95ADD1; }
.blue li a { color: #FDFFF5; }
.blue li a:hover { color: #95ADD1; }
.yellow
{
	background-color: #F9B51C;
	background-image: url(../images/productArrow.jpg);
}

.dBlue
{
	background-color: #0C2B47;
	background-image: url(../images/arrowDb.jpg);
}

.blue
{
	background-color: #215DA5;
	background-image: url(../images/arrowB.jpg);
}

#insidePicture
{
	background-repeat: no-repeat;
	background-position: 0 0;
}


#insidePicture.yellow h1, .yellow blockquote#main { color: #0C2B47; }
#insidePicture.dBlue h1, .dBlue blockquote#main { color: #DCDFCE; }
#insidePicture.blue h1, .blue blockquote#main { color: #DCDFCE; }


/* Footer */


ul#footMenu li { background-color: #C0C2B4; }

ul#footMenu li a
{
	color: #616555;
	background-color: #EAECE3;
}



.center
{
	margin: 0 auto;
	position: relative;
	width: 910px;
}

#branding { position: relative; }

.featureImage
{
	clear: right;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

#homeImage { height: 238px; }

#insidePicture
{
	margin: 0 auto;
	
	width: 910px;
	text-align: left;
	
	height: 137px;
}

#insidePicture img
{
	float: left;
	width: 520px;
}


