/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #home_bkgd {
	/*width:1494px;*/
	background-image:url(../images/background/homeBackground.jpg);	
	background-repeat:no-repeat;
	margin: 0px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtrHdr #interior_bkgd {
	/*width:1494px;*/
	background-image:url(../images/background/interiorBackground.jpg);
	background-repeat:no-repeat;
	background-color:#75812F;
	margin: 0px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container {
	width: 800px;
	background: #ffffff;
	border:solid;
	border-color:#67447A;
	padding-top:16px;
	padding-left:16px;
	padding-right:16px;
	padding-bottom:14px;
	margin: 0px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	position: relative;
	background: #ffffff;
	height: 350px; 
}

.oneColFixCtrHdr #header #header_nav_container {
	position: absolute;
	left: 215px;
	width: 585px;
	height: 25px;
	background-color: #67447A; /* Bravo! New Purple */
	text-align: center;
}
/* See header_nav.css for nav style declarataions */

.oneColFixCtrHdr #header #bravo_logo_container {
	position: absolute;
	left: 0;
	top: 13px; /* 29px */
	width: 210px;
	height: 115px;
	background-color: #ffffff;
}

.oneColFixCtrHdr #header #header_content_container {
	position: absolute;
	left: 215px;
	top: 30px;
	width: 585px;
	height: 320px;
	background-color: #ffffff;
	z-index: 0;
}

.oneColFixCtrHdr #header #calendar_container {
	position: absolute;
	left: 0px;
	top: 131px; /* 147px */
	width: 210px;
	height: 204px;
	background-color: #ffffff;
	z-index:0;
}

#full_calendar_link {
	text-align: center;
	margin-top:0px;
}

#full_calendar_link > a {
	font-size: 8pt;
	color: #67447A;
}


/*.oneColFixCtrHdr #mainContent #leftButton_container {
	position: absolute;
	top: 0px;
	width: 190px;
	height: 82px;
	background-color: #FFFFFF;
	margin-top:205px;
}*/

.oneColFixCtrHdr #mainContent_home {
	position: relative;
	left: -34px;
	margin: 12px 0 10px 0;
	/* background-color: #999999; */
}

.oneColFixCtrHdr #mainContent_home_mobile {
	position: relative;
	margin: 12px 0 10px 0;
	/* background-color: #999999; */
}

.oneColFixCtrHdr #mainContent_home_mobile {
	position: relative;
	margin: 12px 0 10px 0;
	/* background-color: #999999; */
}

.oneColFixCtrHdr #mainContent {
	position: relative;
	margin: 25px 0 0 0;
	/* background-color: #999999; */
}

.oneColFixCtrHdr #mainContent #left_subNav_container {
	position: absolute;
	width: 210px;
	top: 0;
	height: 100%;
	/* background-color: #999933; */
	text-align: right;
}
/* See left_subNav.css for nav style declarations */

.oneColFixCtrHdr #mainContent #body_content_container {
	position: relative;
	top: 0;
	left: 215px;
	width: 585px;
	height: 100%;
	/*padding: 10px 10px 10px 10px;*/
	background-color:#FFFFFF; /*Green Background #BCE58C*/
}

