﻿/* Prairie Center CSS Document */

body {
	background: #959595;
	}
	
/* Wrapper used to apply the background to the site instead of <body> because of a conflict with the Content Editor Web Part */
div#wrapper {
	width: 100%;
	background: #959595 url(/Style%20Library/Images/VOS/PrairieCenterBkgBody.jpg) 50% 0 repeat-x;
}

h1 {
	color: #81191a;
}

h1#logo {
	background: none;
	color: #fff;
	text-indent: 0;
	margin-top: 50px;
	font-size: 1.7em;
	}

div#subNav {
	width: 200px;
	background: #d9d9d9 url(/Style%20Library/Images/VOS/PrairieCenterBkgSubNav.gif) no-repeat;
}
	#subNav table.ms-navheader a {
		border-bottom: 1px solid #999 !important;
	}
		#subNav table.ms-navheader a:hover {
			background-color: #bcbcbc;
		}
	#subNav .ms-navitem .zz1_CurrentNav_1:hover {
		background: #bcbcbc;
	}

table.homepageLayout {
	width: 100%;

}
	.homepageLayout td {
		vertical-align: top;
	}
	td.slideshow {
		width: 430px;
	}
	td.aside {
		padding-left: 20px;
		width: 228px;
	}

div#vosFooter {
	background: url(/Style%20Library/Images/VOS/PrairieCenterBkgFooter.gif) no-repeat;
	color: #fff;
	}
	#vosFooter a, #vosFooter a:visited {
		color: #fff;
}