@charset "utf-8";
/* CSS Document */



/* Winter */
	#wrapper {
	background:url(../images/layout_images/left_nav_bg.gif) repeat-y left top;
	background-color:#fff;
	height:100%;
	overflow:hidden;
}
#leftbox p {
	font-size:1.3em;
	/*background:url(../images/layout_images/header_bg_winter.gif) repeat-x top right;*/
}
#centerContent h1 {
	padding:1em 0 .8em .8em;
	margin:0 0 .8em 0;
	border-bottom:2px solid #A1ACBE;
	background: url(../images/layout_images/h1bg_winter.gif) no-repeat top left;
}
h1 {
	font-size:150%;
	color: #374759;
}
h2 {
	font-size:120%;
	color: #4269A4;
	/*border-top:1px solid gray;*/
	overflow:hidden;
}
table {
	background-color: #E6EBF2; width:95%;
}

.box {
	background-color: #E6EBF2; 
	width:60%;
	border:thin solid;
	margin: 0 3em 0 3em;
}

#centerContent table td, table th {
	padding:.5em;
	border:1px solid #8898AC;
}
#centerContent img {
/*	background-color: #8295AA;
	padding:3px;*/
}
#banner {
	background-color:#c9c9c9;
	background-image:url(../images/layout_images/banner_rep_bg.jpg);
	background-repeat:repeat-x;
	/*background-position:top left;
	text-align:left;*/
	height:127px;
	clear:both;
	/*border-bottom:3px solid red;*/
}
#banner img{border:none;}
/*#banner img{padding:1em;}	*/

/* Summer */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
	background-color:#E4D9D3;
	line-height:1.5em;
}
a {
	color:#C16729;
}
a:hover {
	color:#990000;
}
h3 {
	font-size:110%;
}
#utility {
	background-color:#57648c;
	background-image:url(../images/layout_images/utility_rep_bg.gif);
	background-repeat:repeat-x;
	color:#E9E0DB;
	font-size:85%;
	padding:5px 0 5px 0;
	height: 100%;
	overflow: hidden;
}
#utility a {
	color: #000040;
	font-weight:bold;
}
#utility a:hover {
	color:#ffffff;
}
#utility a img {
	background-color: #000040;
	padding:1px;
	border:none;
}
#mainnav {
	background-color:#403710;
	height:100%;
	background-image: url(../images/layout_images/nav_rep.gif);
	background-repeat: repeat-x;
	color:#660000;
	padding:0;
	font-size:85%;
	overflow:hidden;/*Firefox make color appear*/
}
#mainnav div {
	text-align:left;
	padding-left:15px;
}
#mainnav ul {
}
#mainnav ul li {
	display:inline;
	/*display:block;*/
	padding:0 3px;/*padding:6px 2em;*/
}
#mainnav ul li a {
	color:#FFFFFF;
	width:auto;
	text-decoration:none;
	font-size:110%;
	font-weight:bold;
	/*background-color:yellow;*/
	background-image: url(../images/layout_images/button_bg_off.gif);
	background-repeat: repeat-x;
	padding:6px 2em;
}
#mainnav ul li a:hover {
	color:#993300;
	background-color:#CC9900;
	/*background-color:yellow;*/
	background-image: url(../images/layout_images/button_bg_on.gif);
	background-repeat: repeat-x;
}
/*#mainnav a{
	color:#E9E0DB;
}
#mainnav a:hover{
	color:#FFFFFF;
}*/
#breadcrumbs {
	background-color: #e1e1e1;
	background-image: url(../images/layout_images/bcrumb_bg.gif);
	background-repeat: repeat-x;
	color:#403710;
	padding:3px;
	font-size:85%;
	border-bottom: 1px dotted #C7B1A4;
	height: 1.5em;
	overflow: hidden;
	display:none;
}
#breadcrumbs a {
	color:#753819;
}
#breadcrumbs a:hover {
	color:#A35A33;
}
#dept_header {
	/*	padding:10px 15px 10px 30px;*/
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size:150%;*/
	width:100%;
	background-color:#0A0D16;
	/*	color: #553713;*/
	background-image: url(../images/layout_images/header_rep_bg.gif);
	background-repeat:repeat-x;
	background-position:center top;
	height:44px;
	overflow:hidden;
	/*float:right;
	text-align:left;*/
	clear:both;
	border-top:1px solid  #6C6C6C;
}
#dept_header img {
	margin:0;
	padding:0;
}
#leftbox {
	/*background: url(../images/layout_images/left_nav_bg.gif) repeat-y right; ;*/
/*left:0;*/
float:left;
width:19%;
	/*width:22%;*/
	/*	background-image: url(../images/layout_images/leftbox_bg.gif);
	background-repeat:repeat-x ;
	background-position: bottom center;*/
	padding-left:2em;
	padding-top:2em;

}

#leftbox ul li {
	list-style-type: none;
	color:#fff;
	list-style-position: outside;
	line-height:1.5em;
	font-size:85%;
	font-weight:bold;
	border-bottom:1px dotted #DFCEC6;/*background:url(../images/layout_images/darrow_bull.gif) left 5px no-repeat;*/

}
/*#leftbox ul li{width:auto;}*/
#leftbox ul li a {
	text-decoration:none;
	color: #493811;
}
#leftbox ul li a:hover {
	text-decoration:underline;
	color:#CD1922;
}
#centerContent {
	background-color:#fff;
	background-image:url(../images/layout_images/content_edge_rep.gif);
	background-repeat:repeat-y;
	float:right;
	padding:0 1em 0 3em;
	width:73%;
	min-height:500px;
}
#centerContent a{color:#2D4D82;}
#centerContent a:hover{color: #000037;}
#centerContent p {
	margin-bottom:8px;
}
#centerContent table {
	margin-left:1em;
}
#centerContent h2, h3, h4 {
	padding:.5em 0;
}
#centerContent h2 {
	text-transform:uppercase;
}
/*#centerContent img{border:1px solid  #C7B1A4; padding:2px; border:none; }
*/
#centerContent p, #rightbox p {
	padding:.4em;
}


#centerContent ul li {
	margin-left:1em;
	padding:0 0 .3em 1em;
	list-style-image: url("/images/sq_bull.gif") ;
	list-style-position:outside;
	vertical-align:top;

}

#centerContent ul ul li {
	list-style-image: url("/images/second_lev_bull.gif");
	margin-left:1em;
	padding:0 0 .3em 1em;
}


#centerContent ul ul ul li {
	list-style-image: url("/images/third_lev_bull.gif");
	margin-left:1em;
	padding:0 0 .3em 1em;
}

#centerContent ul, #rightbox ul {
	padding:5px 25px;/*list-style-position:inside;*/
}
#centerContent ol, #rightbox ol {
	padding:5px 25px;
	list-style-position:inside;
}
#rightbox {
	position:absolute;
	right:0;
	margin-right:0;
	width:19%;
	top:185px;
	font-size:85%;
}
/*#fightbox h1{
padding:0 ;
margin:0;
}*/
#footer {
	clear:both;
	background:#57648c url(../images/layout_images/nav_rep_footer.gif) repeat-x;
	/*background-color:#743A19;*/
	text-align:center;
	padding:0;
	font-size:85%;
	color:#C0C0C0;
}
#footer a {
	color: #D5D5D5;
}
#footer a:hover {
	color: #FFF;
}
#footer ul {
	padding:5px 0;
}
#footer li {
	display:inline;
	border-left:1px dotted #990000;
	padding:0 5px;
	line-height:2em;
}
#footer li.firstLi {
	border-left:none;
}
/* These classes make the home image auto-stretch*/
.background {
	/*z-index:1; */
width:80%;
	height:80%;
	max-width:607px;
	/*max-height:309;*/
	height:auto;
}
.background_2 {
	/*z-index:1; */
width:80%;
	height:80%;
	max-width:248px;
	/*max-height:320;*/
	height:auto;
}
.resizetext {
	padding:0 0 0 20px;
}
div.center_img {
	text-align:center;
}
.imgRight {
	float:right;
	margin:10px;
	clear:right
}
.imgRightCaption {
	float:right;
	margin-left:10px;
	padding:10px;
	width:360px;
	text-align:left;
	background-color:#EAEAEA;
	clear:both;
}
.imgRightCaption p {
	font-size:.8em;
	line-height:1.5em;
}
.imgLeft {
	float:left;
	margin:10px 10px 10px 0px;
}
.txtleft {
	text-align:left;
	float:left;
	margin:0 0 0 40px;
}
.txtright {
	float:right;
	margin:0 30px 0 0;
}

.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}
.top {vertical-align:top;}
.middle {vertical-align:middle;}
.bottom {vertical-align:bottom;}
.indent2em {margin-left:2em;}
.floatLeft {float:left}
.floatRight {float:right}
.clearFloat {clear:both}

ul  li {list-style-image:url("/images/layout_images/sq_bull.gif");
list-style-position:outside;}

/*#member_banner{

float:right;
width:620px;
height:190px;
padding:0 0 15px 0;

}*/

/*button styles*/
input {
	font-size:1em;
}
.buttonSubmit {
	color: #000000;
	border:1px solid #999999;
	background:url(../images/layout_images/button.gif);
	padding:2px 3px;
}
.reader {
	font-size:85%;
	margin:10px auto;
	padding:5px;
	border:1px solid #CCCCCC;
	color:#666666;
	width:80%;
	background-color: #EFEFEF;
}
.dept {
	color: #eeeeee;
}
.bold {
	font-weight: bold;
}
.date {
	font-size:.8em;
	font-weight:bold;
}
.arrow {
	background:url(../images/layout_images/arrow_up.gif) top right no-repeat;
	padding-right:18px;
}
.boxRight {
	float:right;
	background:#FEA419;
	width:174px;
	font-size:.8em;
	line-height:1.2em;
	padding:3px;
	margin-left:5px;
	color: #464646;
}
.boxRight p {
	margin-bottom:15px;
}

.box50 {width:45%;
margin-bottom:2em}

.article {
	background-color:#fff;
	clear:both;
	overflow:hidden;
}
.esub {
	margin:0 2em;
	font-weight:bold;
}
.esub img {
	vertical-align:middle;
	background-color:#fff !important;
}
.esub p {
	text-align:center;
}
.credits {
	font-size:80%;
	border-top:solid 1px gray;
}
.img_left {
	float:left;
	margin-right:1em;
}
/*.bannerLogo {
	float:left;
	margin:17px 2em auto 2em;
}*/
/*.logoLeft {
	float:left;
}
.logoRight {
	float:right;
}*/

/*#divLeftColumn .subMenuHeader {background:url('images/layout_images/darrow.gif') no-repeat top left; padding-left:12px}
#divLeftColumn ul li a.subMenuClosed {background:url('images/layout_images/darrow.gif') no-repeat top left}*/

#divLeftColumn {
	font-size:1.1em;
}
#divLeftColumn ul {
	padding:0;
}
#divLeftColumn li {/*margin-right:1%;*/
}
#divLeftColumn li li {/*margin:0*/;
	border:none;
}
#divLeftColumn ul li {
	color: #930000;
}
#divLeftColumn ul ul {
	margin:.5em 0 .5em .5em;
	margin-left:12px;
}
#divLeftColumn ul li a {
	color: #585858; 
}
#divLeftColumn ul li a:hover{color: #2D3451;}
#leftbox #divLeftColumn ul li a.subMenuHeader {
	background: url(../images/layout_images/arrow_down.gif) no-repeat top left;
	color:#db6c1b;
	
}
#leftbox #divLeftColumn ul li a.subMenuClosed {
	background: url(../images/layout_images/arrow_right.gif) no-repeat top left;
	color: #630;
	padding-left:12px;
	margin-left:2px;
}
#leftbox #divLeftColumn ul li a.subMenuOpened {
	background: url(../images/layout_images/arrow_down.gif) no-repeat top left;
	color: #1D51B1;
	padding-left:12px;
	margin-left:2px;
	
}

.breadcrumbs {width:auto;float:left;text-align:left;padding-left:30px;}
.search {width:auto;float:right;text-align:right;padding-right:5px;}
.nav1 {width:auto;float:right;text-align:right;padding-right:5px;}

ol.decimal li, ol li,  li ol li,  li ol.decimal li {list-style-image:none; list-style-type:decimal}
ol.alphaLower li,  li ol.alphaLower li {list-style-type:lower-alpha}
ol.alphaUpper li,  li ol.alphaUpper li {list-style-type:upper-alpha}
ol.romanLower,  li ol.romanLower {padding-left:4.5em}
ol.romanLower li,  li ol.romanLower li {list-style-type:lower-roman}
ol.romanUpper,  li ol.romanUpper {padding-left:4.5em;}
ol.romanUpper li,  li ol.romanUpper li {list-style-type:upper-roman}

ol.basicOutline  {padding-left:4.5em;}
ol.basicOutline li  {list-style-type:upper-roman}
ol.basicOutline li ol li  {list-style-type:upper-alpha}
ol.basicOutline li ol li ol li {list-style-type:decimal}
ol.basicOutline li ol li ol li ol li {list-style-type:lower-alpha}

ol.alphaDecimalAlpha li,  {list-style-type:upper-alpha}
ol.alphaDecimalAlpha li ol li {list-style-type:decimal}
ol.alphaDecimalAlpha li ol li ol li {list-style-type:lower-alpha}


ol.alphaUpper  {font-weight:bold}
ol.alphaUpper li p {font-weight:normal}
ol.alphaUpper li ul {font-weight:normal}


/*#divLeftColumn ul li .currentPage {display:inline-block}*/

/*li .first {background:none;}*/


/*#divLeftColumn {background:#e9e0db url(images/menu_bg_rep.gif) repeat-x bottom}
#divLeftColumn .subMenuHeader {background:url('images/arrow_down.gif') no-repeat top left; padding-left:12px}
#divLeftColumn ul li {border-bottom:dotted .1em #DFCEC6}
#divLeftColumn ul li .currentPage {color:#582B13; padding-left:12px}/*Spacer for Arrow Image
#divLeftColumn ul li a {padding-left:12px}*/
/*#divLeftColumn ul li a.subMenuClosed {background:url('images/layout_images/arrow_right.gif') no-repeat top left}
#divLeftColumn ul li a.subMenuOpened {background:url(../images/layout_images/arrow_down.gif) no-repeat top left}*/
/*#divLeftColumn ul li ul li {border-bottom:none}*/

/*#divLeftColumn {float:left; min-width:210px; padding-bottom:5em; vertical-align:top; width:28%}
#divLeftColumn ul{padding:.5em 1em}
#divLeftColumn ul li {font-size:.85em; font-weight:bold; line-height:1.6em; list-style-type:none; padding:.4em 0}
#divLeftColumn ul li ul {padding:0 0 0 1em}
#divLeftColumn ul li ul li {padding:.1em 0 .1em 1em}
#divLeftColumn .subMenuHeader {display:inline-block}
#divLeftColumn ul li .currentPage {display:inline-block}
#divLeftColumn ul li a {display:inline-block; text-decoration:none}
#divLeftColumn ul li a.subMenuClosed {display:inline-block}
#divLeftColumn ul li a.subMenuOpened {display:inline-block}
#divLeftColumn ul li a:hover, #divLeftColumn ul li a:focus {text-decoration:underline}
#divLeftColumn ul li ul li .currentPage {background:none; margin:0; padding:0}
#divLeftColumn ul li ul li a {background:none; padding-left:0}*/

/*.bnr_rndm_img{padding:0;margin:0;border:none;}*/


/* ---agenda packets--- */
.tableHeading{background-color:#59668d; color:#fff; font-weight:bold; font-size:1.1em;}
.column1{width:70%;}
.columnWrap{overflow:hidden;}
.columnLeft{float:left; width:45%;margin:2%;}
.columnRight{float:left;width:45%;margin:2%;}



#accessibleOptions {padding-left:0.5em}
#accessibleOptions a {color:#333399; font-size:80%; font-weight:bold}
#accessibleOptions a:hover, #divViewOptions a:focus {color:#990000; text-decoration:underline}

/* new styles for contact info */
.indent2em {
	margin-left:2em}
	
dl.tableLayout {
	float:left; 
	overflow:visible; 
	width:100%; 
	line-height:1.4em}
	
dl.tableLayout dt {
	clear:both; 
	display:block; 
	float:left; 
	font-weight:bold; 
	height:auto; 
	margin:0; 
	padding:.5em .5em .5em 0; 
	text-align:right}

dl.tableLayout dd {
	display:block; 
	float:left; 
	margin:0; 
	padding:.5em 0 .5em .5em}

dl.titlePercent10 dt, dl dt.titlePercent10 {
	min-width:4em; 
	width:10%}

dl.titlePercent10 dd, dl dd.titlePercent10 {
	width:80%}

dl.titlePercent20 dt, dl dt.titlePercent20 {
	min-width:8em; 
	width:25%}

dl.titlePercent20 dd, dl dd.titlePercent20 {
	width:66%}

.hide{display:none}

ul.getDirections{font-weight:normal; padding-left:1em; margin-left:1em;}

.pdf {

	font-size: .8em;
}

.quicklink {
	background-color: #d1d4f1;
	border: thin solid #272727;
	margin-top: 2em;
	margin-left:.8em;
	padding: 0.8em;
	width:200px;
	/*min-width: 250px;
	min-height: 150px;*/
	/* user Janet Spillman requested very small box */
	
}

.txtright{float:right;margin:0 3em 0 0}


.pageNotice {
margin-top: .5em;
margin-right: .5em;
margin-bottom: .1em;
margin-left: .5em;
padding: 0.5em 1.6em;
font-size: 0.8em;
line-height: 1.3em;
color: #444444;
background-color: #f6f6f6;
border-color: #e0e0e0;
border-width: thin;
border-style: solid;
}


abbr[title], acronym[title] {border-bottom:dashed .1em; cursor:help}
a abbr[title], a acronym[title] {border-bottom:none; cursor:help}

span.abbr {border-bottom:dashed .1em; cursor:help}
a span.abbr {border-bottom:none; cursor:help}

.fileInfo,.linkPdfNotice{font-size:.85em}
