@charset "UTF-8";
html {
	background-image:url(links/bg_yellow.gif);
	background-repeat:repeat;
	height: 100%;
} /*this tag will enable the body to have two background*/
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image:url(links/bg_large.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	/*overflow-x: hidden; NEED TO DOUBLE CHECK THIS (it turns off horizontal scroll)*/
}
.oneColFixCtrHdr #container {
	/*position: relative;*/
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 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 {
	height: 158px;
	background-image: url(links/bannerBG.png);
	background-repeat: no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header .logoPosition{
	float: left;
	margin-top: 7px;
	margin-left: 80px;
	width: 292px;
	height: 146px;
}
.oneColFixCtrHdr #header .topNav{
	float: right;
	margin-top: 30px;
	margin-right: 15px;
}
.oneColFixCtrHdr #header .topNav a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #8F39AA;
	text-decoration:none;
}
.oneColFixCtrHdr #mainNav{
	height: 32px;
	background-color:#FF9933;
	background-image:url(links/mainNav_orangeBG.png);
	text-align:center;
	vertical-align: middle;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #mainNav ul{
	margin:0;
    padding:0;
    list-style:none;
}
.oneColFixCtrHdr #mainNav li{
	float:left;
    margin:0;
    padding:0;
	display: inline;
}
.oneColFixCtrHdr #mainNav a{
	height: 32px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFCC;
	text-decoration:none;
	background-color:#660000;
	background: transparent url('links/mainNav_brownBG3.png') no-repeat;
	/*background:transparent url(links/mainNav_brownBG.png) no-repeat scroll right top;*/
	/*display: table-cell;*/ /*makes an element act like a table*/
	display: block;
	/*vertical-align: middle;*/ /*vertical align doesn't work w/ display: block*/
	/*padding-top: 8px; for vertical center*/
	line-height: 30px;
}
.oneColFixCtrHdr #mainNav a.blue{
	height: 32px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	text-decoration:none;
	background-color:#660000;
	background: transparent url('links/mainNav_blueBG3.png') no-repeat;
	/*background:transparent url(links/mainNav_brownBG.png) no-repeat scroll right top;*/
	display: block;
	vertical-align: middle;
}
.oneColFixCtrHdr #mainNav a.blank{
	height: 32px;
	text-decoration:none;
	background: transparent url('links/mainNav_orangeBG.png') no-repeat;
	/*background:transparent url(links/mainNav_brownBG.png) no-repeat scroll right top;*/
	display: block;
	vertical-align: middle;
}
.oneColFixCtrHdr #mainNav a:hover{
	background-image: url(links/mainNav_orangeBG.png);
}

/*drop menu style*/
.dropDown{
	position: absolute; /*should use absolute but not inherit from parent (css position how to avoid inherit from parent)*/
	z-index: 99;
	visibility:hidden;
	width: 200px;
	/*margin-left: -180px;*/
	top: 0;
	background-color: #2D94CE;
	line-height: 18px;
	display: inline;
}
.dropDown a{
	width: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	text-decoration:none;
	background-color: #2D94CE;
	display: block;
	padding: 8px;
}
.dropDown a:hover{
	background-color: #FF9900;
}
* html .dropDown a{ /*IE only hack*/
	width: 100%;
}
/*END drop menu style*/
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.oneColFixCtrHdr #mainContent {
	position: relative;
	padding: 0 20px;
	background: #FFFFFF;
	height: 100%;
}
.oneColFixCtrHdr #mainContent .topContent{
	padding-top:20px;
	z-index: 1;
}
.leftContent{
	float: left;
	background-image:url(links/statementBG.png);
	height: 269px;
	width: 465px;
}
.statement{
	padding-top:15px;
	padding-left: 15px;
	z-index: 1;
}
.announcements{
	height: 123px;
}
.announcements .ancemtImg{
	z-index: 2;
	position: relative;
	padding-top: 15px;
	padding-left: 10px;
	height: 0px;
}
.announcements .news{
	width: 430px;
	font-size: 14px;
	padding-top: 40px;
	padding-left: 20px;
	color:#FFFFFF;
}
.announcements .news a{
	color: #F90;
}
.rightContent {	
	float: right;
	width: 455px;
	height: 269px;
}
.oneColFixCtrHdr #mainContent .polaroids{
	width: 920px;
}
/*secondary page style (classes)*/
.oneColFixCtrHdr #mainContent .topContent2{
	top: 0;
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #mainContent .midContent2{
	position: relative;
	width: 925px;
	height: 100%;
	overflow: auto; /*to clear the float right and left in leftContent2 and rightContent2*/
}
.leftContent2{
	/*z-index: 2;*/
	/*position: fixed;
	bottom: 5px;*/
	float: left;
	width: 180px;
	padding: 5px 10px 10px 0px;
	background-color:#FEFFE5;
	border: 1px solid #FFCC66;
	/*outline: solid thin #FFCC66;*/
	margin-top:1px;
	margin-bottom: 20px;
	margin-left: 5px;
	font-size: 80%;
	color:#990099;
	height: 100%;
}
.leftContent2 ul{
	list-style-type: none;
}
.leftContent2 li{
	display: block;
	margin-top: 2em;
	margin-left: -1em;
}
.leftContent2 a{
	color:#990099;
	text-decoration: none;
}
.leftContent2 a:hover{
	color:#990099;
	text-decoration: underline;
}
.rightContent2{
	/*z-index: 2;*/
	float: right;
	width: 650px;
	background-color:#FEFFE5;
	/*outline: solid thin #FFCC66;*/
	margin-top:1px;
	margin-bottom: 10px;
	margin-right: 5px;
	color:#333333;
	height: 100%;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border: 1px solid #FFCC66;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.rightContent2 img{
	border: none;
}
.rightContent2 h1{
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5;
}
.rightContent2 p{
	font-size: medium;
	line-height: 1.5;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.rightContent2 hr{
	color: #FFCC66;
	background-color: #FFCC66;
	height:1px;
	border: 0;
}/*to create the horizontal line*/
.oneColFixCtrHdr #mainContent .lowerContent2 {
	text-align: center;
}
.lowerContent2 a{
	color: #990099;
	font-size: 12px;
}
.lowerContent2 a:hover{
	background-color: #990066;
	color: #FFFFFF;
}
/*END of secondary page style (classes)*/
.oneColFixCtrHdr #footer {
	padding-top: 10px;
	padding-bottom: 15px;
	width: 960px;
	background:#FFFFFF;
	height: 100%;
	text-align: center;
	overflow: auto;
	position: relative;
	/*margin-top: 20px;*/
}
.oneColFixCtrHdr #footer hr{
	color: #993399;
	background-color: #993399;
	height:15px;
	width: 900px;
	border: 0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	text-align:center;
	vertical-align:text-top;
}
#footerGrey {
	color:#666666;
}

