@charset "UTF-8";
/* CSS Document */

/* LAYOUT */
html, body {
	/* establish page height and background color, position */
	height: 100%;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
#pagewrapper {
	/* put in the background vertical graphic */
    /* allow height to flex more than 100 percent */
	width: 887px;
	background-color: #FFF;
	border-left: 1px solid #afbd21;
	border-right: 1px solid #afbd21;
	/*border-bottom: 1px solid #afbd21;*/
	margin: 0px auto 20px;
	position: relative;
}
#contentwrapper {
	width:873px;
	background-image: url(../images/bkg_blend.jpg);
	background-repeat: no-repeat;
	background-color: #ededf3;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;	/*min-height: 700px;*/
}
#homeleft {
	float:left;
	width: 174px;
	height: 190px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	display:inline;
}
#homeright {
	float:left;
	width: 820px;
	margin: 0;
	padding: 0;
	display:inline;
}
#sidenav {
	float:left;
	width: 174px;
	margin: 0;
	padding-bottom: 4px;
	background-color:#FFF;
	display:inline;
}
#nosidenav {
	float:left;
	width: 174px;
	margin: 0;
	padding: 0;
}
#pagecontentbox {
	/* restrict content size */
	width: 873px;
	height: 100%;/*background-color: #5F6390;*/
}
#masthead {
	width:873px;
	height:118px;
	margin: 0 7px;
	background-color:#FFF;
}
#navbox {
	width:873px;
	height:38px;
	background-color:#373C74;
	margin: 0 7px 0px 7px;
}
#homecontent {
	float: left;
	width: 616px;
	min-height: 800px;
	background-color:#FFF;
	margin-bottom: 35px;
	background-image: url(../images/bkg_content.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

/*#pagecontent {
	float: left;
	width: 431px;
	/*min-height: 515px;*/
	/*background-color:#FFF;
	
}*/

#centercontent {
	float: left;
	width: 431px;
	min-height: 500px;
	background-color:#FFF;
	margin: 0;
	display:inline;
	background-image: url(../images/bkg_content2.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 46px;
	padding-bottom: 20px;
	padding-left: 49px;
}

#centercontentwide {
	float: left;
	width: 630px;
	min-height: 500px;
	background-color:#FFF;
	margin: 0;
	padding: 50px 20px 20px 49px;
	display:inline;
	background-image: url(../images/bkg_content2.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#bannerbox {
	float: left;
	background-color: #fff;
	width: 173px;
	padding-top: 10px;
	display: inline;
}
#copyrightbox {
	padding: 10px 0 10px 222px;
}

/* PROGRAM PAGE HEADLINES */

#programheadbox {
	width:431; 
	height:40; 
	background-image:url(../images/gr_bracket_hr.gif); 
	background-repeat: no-repeat;
}

#programhead1 {
	font-size: 12px; /*16px*/
	color: #373c74;
	font-weight: bold;
	letter-spacing: 2px;
	padding:10px 10px 20px 0;
}

#programhead2 {
	font-size: 12px;
	color: #afbd22;
	font-weight: bold;
	letter-spacing: 2px;
	padding:10px 10px 20px 0;
}

#programhead3 {
	font-size: 12px;
	color: #eaae15;
	font-weight: bold;
	letter-spacing: 2px;
	padding:10px 10px 20px 0;
}

/* SIDE NAVIGATIONS */

#sidenavhead1 {
	font-size: 12px;
	color: #373c74;
	font-weight: bold;
	letter-spacing: 2px;
	padding:10px 10px 4px;
}

#sidenavhead2 {
	font-size: 12px;
	color: #afbd22;
	font-weight: bold;
	letter-spacing: 2px;
	padding:10px 10px 4px;
}

#sidenavhead3 {
	font-size: 12px;
	color: #eaae15;
	font-weight: bold;
	letter-spacing: 2px;
	padding:10px 10px 4px;
}

#SN1 ul, #SN2 ul, #SN3 ul /* set up */
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#SN1 li, #SN1 li, #SN1 li { 
	margin:0 0 0px 0;
}

#SN1 a { /* PURPLE */
	font-size: 12px;
	display: block;
	background-color: #c3c4d5;
	color: #373c74;
	padding: 2px 10px 2px 10px;
}

#SN1 a:hover {
	background-color: #898baa;
	color: #373c74;
}

#SN2 a { /* GREEN */
	font-size: 12px;
	display: block;
	background-color: #e6e9bb;
	color: #373C74;
	padding: 2px 10px;
}

#SN2 a:hover {
	background-color: #cdd87f;
	color: #373C74;
}

#SN3 a { /* ORANGE */
	font-size: 12px;
	display: block;
	background-color: #f6e5b8;
	color: #373C74;
	padding: 2px 10px;
}

#SN3 a:hover {
	background-color: #efc87a;
	color: #373C74;
}

/* manually selected */
#sNAVselect1 a {
 font-size: 12px;
 background-color: #898baa;
 color: #373C74;
 padding: 2px 10px;
}
 #sNAVselect2 a {
 font-size: 12px;
 background-color: #cdd87f;
 color: #373C74;
 padding: 2px 10px;
}
 #sNAVselect3 a {
 font-size: 12px;
 background-color: #efc87a;
 color: #373C74;
 padding: 2px 10px;
} 
