/*=====================================================( GLOBALS )===*/
/*===================================================================*/

body, TD.centerColumn, TD.leftColumn, TD.rightColumn, .normal
{
    color: black;
    font-family: Georgia, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    letter-spacing: 0.1em;
}
body
{
	background-image: url(./images/siteBG.png);
	background-repeat: repeat-x;
	background-position: left top;
    background-color: white;
    margin-top: 50px;
}
body.home TD.centerColumn
{
	background-color: white;
	background-image: none;
	padding: 0px;
}
body.inner TD.centerColumn
{
	padding: 0px;
}
body.inner TD.centerColumnLogo
{
	background-image: url(./images/innerLogo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
}
TD.leftColumn
{
    background-color: #EEE;
}
TD.rightColumn
{
    background-color: #526583;
    border-left: 1px solid white;
}
body.inner TD.rightColumn
{
    background-color: white;
    border-left: 1px solid white;
	background-image: url(./images/rightGradient.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 1em;
}
.whtBorder
{
	border: 1px solid white;
}
.lastEdited, .attachments
{
	padding-left: 1em;
}
.shadowTop
{
	background-image: url(./images/shadowTop2.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 4px;
	position: relative;
	z-index: 4;
}
.shadowBottom
{
	background-image: url(./images/shadowBottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 1px;
	height: 5px;
}
#logoBG
{
	position: absolute;
	top: 5px;
	margin-left: -100px;
	z-index: 3;
	width: 227px;
	height: 227px;
}
#blueBar
{
	font-size: 1px;
	height: 28px;
	background-color: #2d364f;
	border-top: 1px solid white;
}

.slideshow 
{ 
	width: 900px; 
	height: 191px; 
	position: relative; 
	border: 1px solid white;
	border-left: none;
}
.slide 
{ 	
	position: absolute;
	display: none;
	width: 900px;
	height: 191px;
	top: 0;
	left: 0;
 }

.slideshow.spring .slide1 { background: url(images/springFlash/1random.jpg) no-repeat top left; }
.slideshow.spring .slide2 { background: url(images/springFlash/2random.jpg) no-repeat top left; }
.slideshow.spring .slide3 { background: url(images/springFlash/3random.jpg) no-repeat top left; }
.slideshow.spring .slide4 { background: url(images/springFlash/4random.jpg) no-repeat top left; }
.slideshow.spring .slide5 { background: url(images/springFlash/5random.jpg) no-repeat top left; }
.slideshow.spring .slide6 { background: url(images/springFlash/6random.jpg) no-repeat top left; }

.slideshow.summer .slide1 { background: url(images/summerFlash/1random.jpg) no-repeat top left; }
.slideshow.summer .slide2 { background: url(images/summerFlash/2random.jpg) no-repeat top left; }
.slideshow.summer .slide3 { background: url(images/summerFlash/3random.jpg) no-repeat top left; }
.slideshow.summer .slide4 { background: url(images/summerFlash/4random.jpg) no-repeat top left; }
.slideshow.summer .slide5 { background: url(images/summerFlash/5random.jpg) no-repeat top left; }
.slideshow.summer .slide6 { background: url(images/summerFlash/6random.jpg) no-repeat top left; }

.slideshow.fall .slide1 { background: url(images/fallFlash/1random.jpg) no-repeat top left; }
.slideshow.fall .slide2 { background: url(images/fallFlash/2random.jpg) no-repeat top left; }
.slideshow.fall .slide3 { background: url(images/fallFlash/3random.jpg) no-repeat top left; }
.slideshow.fall .slide4 { background: url(images/fallFlash/4random.jpg) no-repeat top left; }
.slideshow.fall .slide5 { background: url(images/fallFlash/5random.jpg) no-repeat top left; }
.slideshow.fall .slide6 { background: url(images/fallFlash/6random.jpg) no-repeat top left; }

.slideshow.winter .slide1 { background: url(images/winterFlash/1random.jpg) no-repeat top left; }
.slideshow.winter .slide2 { background: url(images/winterFlash/2random.jpg) no-repeat top left; }
.slideshow.winter .slide3 { background: url(images/winterFlash/3random.jpg) no-repeat top left; }
.slideshow.winter .slide4 { background: url(images/winterFlash/4random.jpg) no-repeat top left; }
.slideshow.winter .slide5 { background: url(images/winterFlash/5random.jpg) no-repeat top left; }
.slideshow.winter .slide6 { background: url(images/winterFlash/6random.jpg) no-repeat top left; }

/*=======================================================( LINKS )===*/
/*===================================================================*/

.normal
{
}
.subtext, .subtextlink, .subtextitalics, .subtextItalics
{
    font-size: 8pt;
}
a img { border: none; }
A
{
    /*color: #56647a;*/
    color: #0000ff;
    font-weight: bold;
}
A:hover
{
    /*color: #7b90b0;*/
    color: #0000a8;
}
.itemLink
{
    font-weight: bold;
}
DIV.attachments
{
		margin-bottom: 2em;
}

/*============================================( SEARCH BOX PARTS )===*/
/*===================================================================*/

#searchContainer
{
	background-color: #2d364f;
	height: 35px;
	position: relative;
}
.searchbox
{
	margin: 0;
	font-size: 8pt;
	position: absolute;
	top: 5px;
	right: 5px;
}
.searchbox > * { vertical-align: middle; }
.searchbox h3
{
	display: inline;
	font-size: 100%;
	padding: 0;
	background: transparent;
}
.searchbox .searchbox_field
{
	color: #666;
	font-size: 11px;
	width: 200px;
	padding: 4px 24px 4px 4px;
	height: 13px;
	border-radius: 4px;
	border: 1px solid #bbb;
	box-shadow: inset 3px 3px 11px rgba(0, 0, 0, 0.1);
}
.searchbox A.goButton
{
	display: block;
	position: absolute;
	top: 4px;
	right: 5px;
	border: none;
	background-color: transparent;
}
.searchbox A.goButton img { display: block; }
.searchbox .searchbox_controls, .searchbox .searchbox_tips { display: none; }
.content .body .searchbox .searchbox_controls, .content .body .searchbox .searchbox_tips { display: block; }

/*======================================================( BANNER )===*/
/*===================================================================*/

#bannerContainer
{
}
#Lines
{
	background-image: url(./images/lines.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 7px;
	font-size: 1px;
}
#photobar
{
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

/*===================================================( HEADLINES )===*/
/*===================================================================*/

.headline1, .headline2, .headline3, .headline4
{
    font-weight: bold;
}
.headline1
{
    font-size: 18pt;
}
.headline2
{
}
.headline3
{
}
.headline4
{
    font-size: 10pt;
}
.headlineDisplay A
{
    font-weight: bold;
}


/*==========================================( MAIN COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_center, .sec, .item
{
}
body.inner .contentbox_center, body.inner .sec
{
	margin-bottom: 0em;
}
.contentbox_center_header, .sec_title
{
	font-size: 16pt;
	padding: 7px 15px 6px 15px;
}
body.home .contentbox_center_header, body.home .sec_title
{
	color: white;
	background-color: #526583;
	border-bottom: 1px solid white;
}
body.inner .contentbox_center_header, body.inner .sec_title
{
	color: #960505;
	background-color: white;
}
.contentbox_center_body, .sec_summary
{
	padding: 1em;
}
body.inner .item
{
	padding: 1em;
}
.attachments {}
.centerColumn A {}
.centerColumn A:hover {}

/*==========================================( LEFT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_left {}
.contentbox_left_header
{
    color: #000;
    font-size: 9pt;
    font-weight: bold;
    background-color: #CCC;
    padding: 0.5em;
}
.contentbox_left_body
{
    background-color: transparent;
    padding: 1em;
}
.leftColumn A {}
.leftColumn A:hover {}

/*=========================================( RIGHT COLUMN PIECES )===*/
/*===================================================================*/

.contentbox_right, .sidebar
{
}
body.inner .contentbox_right, body.inner .sidebar, #iconContainer, .subnavbox
{
	background-image: url(./images/sidebarGradient.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #546b87;
	border: 1px solid black;
	margin: 0em 1em 1em 1em;
}
.contentbox_right_header, .sidebar_header
{
    font-family: "Times New Roman", Georgia, Serif;
}
body.home .contentbox_right_header, body.home .sidebar_header, .contentbox_left_header
{
    font-weight: bold;
    font-size: 16pt;
    color: white;
    background-color: #000033;
    padding: 7px 15px 7px 15px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    /* width: 300px; */
}
body.inner .contentbox_right_header, body.inner .sidebar_header, .subnavbox_header
{
    font-weight: bold;
    font-size: 12pt;
    color: white;
    background-color: transparent;
    padding: 7px 15px 7px 15px;
    /* padding: 0.5em 0.75em 0em 0.75em; */
}
body.home .rightColumn .sidebar_header.red
{
	background: #970000;
    padding: 3px 15px 2px 15px;
	border-top: none;
	border-bottom: 1px solid white;
	margin-bottom: 8px;
	white-space:nowrap;
	vertical-align: top;
	height: 33px;
	overflow: hidden;
	letter-spacing: 1px;
}
body.home .rightColumn .sidebar_header.red a 
{
	text-decoration: none;
}
body.home .rightColumn .sidebar_header.red a span
{
	display: inline-block;
	line-height: 30px;
	vertical-align: top;
}
body.home .rightColumn .sidebar_header.red img { border: none; }

body.home .rightColumn .contentbox.sidebar.gold
{
	background: #cf9f24 url(images/fedupdatesgrad.png) repeat-x top left;
	margin-bottom: 8px;
	border-bottom: 1px solid white;
}
body.home .rightColumn .contentbox.sidebar.gold .sidebar_header 
{ 
	background: transparent; 
	border-bottom: none; 
}
body.home .rightColumn .contentbox.sidebar.gold .sidebar_header a
{
	text-decoration: none;
}
body.home .rightColumn .contentbox.sidebar.gold .sidebar_header a span
{
	display: inline-block;
	line-height: 30px;
	vertical-align: top;
}
body.home .rightColumn .contentbox.sidebar.gold > .sidebar_body { padding-top: 2px; }
body.home .rightColumn .contentbox.sidebar.gold .sidebar > .sidebar_header
{ 
	border-top: none;
	color: #000033;
	font-size: 14pt;
	padding: 0 3px;
}
body.home .rightColumn .contentbox.sidebar.gold .sidebar > .sidebar_body
{
	padding: 3px;
}
body.home .rightColumn .contentbox.sidebar.gold .readmore
{
	text-align: right;
} 


.contentbox_right_body, .sidebar_body, .subnavbox_body, .contentbox_left_body
{
	color: white;
    background-color: transparent;
    padding: 1em;
}
.rightColumn A, .leftColumn A
{
	color: white;
}
.rightColumn A:hover, .leftColumn A:hover
{
	color: #e8b245;
}
#iconContainer
{
	background-image: none;
	background-color: #5a718b;
}
#icon
{
	float: left;
	margin-right: 1.2em;
}
#iconLink
{
	padding: 0.5em;
	height: 100%;
}
#iconContainer A
{
	color: white;
	text-decoration: none;
	letter-spacing: 0.04em;
}
#iconContainer A:hover
{
	color: #7fa2c9;
	text-decoration: none;
}

/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/
.footer
{
    font-size: 9pt;
    color: white;
    font-weight: bold;
    background-color: #2d364f;
    text-align: center;
    padding: 5px;
    border-top: 1px solid white;
}
DIV.footernav
{
    text-align: center;
    margin-top: 1.5em;
}
A.footernav, .verticalLogo_text A, #pvFooter A
{
    font-size: 9pt;
    color: black;
    font-weight: normal;
}
A.footernav:hover, .verticalLogo_text A:hover, #pvFooter A:hover
{
	color: #31455e;
}

/*===========================================( NAVIGATION PIECES )===*/
/*===================================================================*/

.navVertical A.textButtonLink, .navVertical A.textButtonLink_high { display: block; }
.navHorizontal A.textButtonLink, .navHorizontal A.textButtonLink_high { display: inline; }

/* (PRI NAV HORIZ) */
#leftCurve
{
	background-image: url(./images/prinavLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0.75em;
}
#rightCurve
{
	background-image: url(./images/prinavRight.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 8px;
	padding-bottom: 5px;
}
.prinavContainer
{
	background-image: url(./images/prinavGradient.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 28px;
	padding-top: 10px;
	width: 900px;
}
#navPri
{
	text-align: center;
}
#navPri A.textButtonLink, #navPri A.textButtonLink_high
{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 1.2em;
    padding-right: 1.2em;
}
#navPri A.textButtonLink_high, #navPri A.textButtonLink:hover, #navPri A.textButtonLink_high:hover
{
    color: #cf9f24;
    background-color: transparent;
}

/* (SEC NAV VERT) */

#secnavHeader
{
    font-weight: bold;
    font-size: 16pt;
    color: white;
    font-family: Times New Roman;
    background-color: #000033;
    padding: 7px 15px 7px 15px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
#navSec
{
	background-image: none;
}
.secnavWrapper
{
	padding: 1em;
}
#navSec A.textButtonLink, #navSec A.textButtonLink_high, A.addLink, A.addLink:hover
{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
   	padding: 0.3em 0.5em 0.3em 2em;
	background-image: url(./images/yellowArrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}
#navSec A.textButtonLink_high, #navSec A.textButtonLink:hover, #navSec A.textButtonLink_high:hover, A.addLink
{
    color: #cf9f24;
    background-color: transparent;
	background-image: url(./images/whiteArrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}
a.addLink {	display: block; }

/* (SUBSECTIONS ONLY) */

A.subSectionLink, A.subSectionLink_high
{
    display: block;
    color: white;
    font-size: 8pt;
    text-decoration: none;
}
A.subSectionLink_high, A.subSectionLink:hover, A.subSectionLink_high:hover
{
    color: #e8b245;
}
.subnavDivTag
{
    margin-bottom: 0.5em;
    padding-left: 0.5em;
}

/*===================( CSS CLASSES NEW CALENDAR )=================*/
/*================================================================*/

.calMonth TABLE
{
    background-color: #000033;
}
.calMonthName, .calYear
{
    font-size: 150%;
    color: white;
    font-weight: bold;
}
.calDayHeading
{
    background-color: #cf9f24;
    color: black;
    letter-spacing: 0px;
    text-align: center;
}
.calGrayDay
{
    background-color: #a9b4c2;
    color: #333;
}
.calToday
{
    font-weight: bold;
    background-color: #f5e2b2;
}
.eventTip
{
    border-color: #550;
    background-color: #f5e2b2;
}
.calendarTable A
{
	color: #333333;
}
.calendarTable A:hover
{
	color: black;
}

/*=======================================================(MISC)===*/
/*================================================================*/

#pvSidebar A
{
	color: #000033;
}
#pvSidebar A:hover
{
	color: #cf9f24;
}
