/* -------------------------------------------------------------- 
  
   Spring/Summer color changes to website
   
-------------------------------------------------------------- */


body {
	background: #2d3425 url(../images/green_2010/body_bg.png) repeat-x left top;
	font-size: 13px;	
	margin: 0;
	padding-top: 10px;
}

#page {
	background: url(../images/green_2010/light.gif) no-repeat top;
}




/* Text elements
-------------------------------------------------------------- */

a:focus, a:hover, a:link, a:visited, a:active {
}
{
color: #365902;
}
a {
	color: #365902;
	text-decoration: underline;
	outline: none;
}
/* Tables
-------------------------------------------------------------- */


/*table styles  #365902*/

.adoption tr.even td {
	background: #E7FEC5;
}
.adoption td.active {
	background-color: #e4e4e4;
}
thead th {
	background: #365902;
	color:#FFF;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #F7FDE1;
}
caption {
	background: #f3f7fc;
}
/* Misc classes
-------------------------------------------------------------- */

.breadcrumbs {
	font-size: 10px;
	text-align:right;
	color:#2e364b
}
.breadcrumbs a {
	font-size: 10px;
	text-align:right;
	color:#2e364b;
	text-decoration:underline;
}
.breadcrumbs a:focus, .breadcrumbs a:hover {
	font-size: 10px;
	text-align:right;
	color:#2e364b;
}
#left a:focus {
	text-decoration:none;
	text-decoration: none;
	color: #7c7c7c;
}
#left a:hover {
	text-decoration:none;
	text-decoration: none;
	color:  #365902;
}

.left_highlight {
	background: url(../images/green_2010/arrow_list.png) no-repeat;
	background-position: -4px 4px;
	padding-left: 9px;
}
/* Top Section */

#top {
	height: 159px;
	background: url(../images/green_2010/top_bg.png) no-repeat top;
	position:relative;
	z-index:9999;
}
#top-menu-left {
	float: left;
	height: 32px;
	background: url(../images/green_2010/top_menu_bg.png) no-repeat left top;
	padding-left: 22px;
}
#top-menu-left ul li a {
	color: #c6d1db;
	font-size: 11px;
}
#top-menu-right {
	float: left;
	height: 32px;
	width: 22px;
	background: url(../images/green_2010/top_menu_right.png) no-repeat left top;
}
/* Header Styles */

#header, #header-subpage {
	background: url(../images/green_2010/header_fall.jpg) no-repeat bottom;
	width: 968px;
	height: 191px;
	position: relative;
	z-index:99;
}
#header-subpage {
	height: 123px;
	background: url(../images/green_2010/header_sub_fall.jpg) no-repeat bottom; 
}
#header-depthome {
	height: 20px;
	background: url(../images/green_2010/header_dept_new.gif) no-repeat bottom;
}
#header-caption {
	position: absolute;
	bottom: 4px;
	_bottom:3px;
	left: 16px;
	background: url(../images/header_caption.png) no-repeat bottom right;
	height: 28px;
	width:936px;
}
#header-caption-left {
	float: left;
	padding: 7px 0px 7px 200px;
	color: #fff;
	position:absolute;
	top:0;
}
#header-caption-right {
	float: right;
	background: url(../images/header_caption_right.png) no-repeat bottom left;
	width: 12px;
	height: 28px;
	position: absolute;
	top:0;
	right:-12px;
}
#content h2, #content h3 {
	background: url(../images/dotted_border_h.gif) repeat-x right bottom;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#content h5 {
	color: #558B05;
	margin-bottom: 5px;
}
#content h2 span, #content h3 span {
	color: #558B05;
}
#content h2 span.arrow, #content h3 span.arrow {
	background: url(../images/green_2010/arrow.png) no-repeat left 7px;
	padding-left: 8px;
}
/* These next 2 classs .box-left make the left menu h2 tag arial narrow and smaller to fit dept name in */
	.box-left h2 span.arrow, .sidemenuStyle h2 span.arrow {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:bold;
	font-size:18px;
}
.box-left h2, .sidemenuStyle h2 {
	background: url(../images/dotted_border_h.gif) repeat-x right bottom;
	color: #959fa9;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:bold;
	font-size:18px;
}
#content .box-722-blue h2 span.arrow, #content .box-960-blue h2 span.arrow {
	background: url(../images/arrow_white.png) no-repeat left 4px;
	color: #fff;
}
/* Search results style - over rides default ektron styles */
.ektronSearch div.searchWrapper {
	clear: left;
	padding: 1em;
	border: 1px solid #999;
}
.ektronSearch ul.searchNavigation li a {
	display: block;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	text-decoration: none;
	background-color: #30384d;
	font-weight:bold;
	color: #ffffff;
}
.ektronSearch ul.searchNavigation li a:hover {
	text-decoration: underline;
}
.ektronSearch ul.searchNavigation li a.selected {
	color:#999;
}
/* contact form style */
form {
	padding: 20px 0;
	margin: 0;
}
label {
	float: left;
	width: 200px;
	font-weight: bold;
	color: #999;
	padding: 5px;
}

.design_list_vertical label {
	width: 80%;
	font-weight: normal;
	color: #666;
}


input, textarea {
	padding: 5px;
	font: 400 12px arial, sans-serif;
	background: url(../images/field_bg.png) no-repeat top left;
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2 #e2e2e2 #e2e2e2 #d2d2d2;
	width: 239px;
	float:left;
	margin: 5px 0 5px 0;
}
#LostFound {
	float:left;
	margin-left:205px;
}
#LostFound input {
	padding: 5px;
	font: 12px arial, sans-serif;
	background: url(../images/field_bg.png) no-repeat top left;
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2 #e2e2e2 #e2e2e2 #d2d2d2;
	width: 25px;
	float:left;
	margin: 5px 0 5px 0;
}
/* box style */
			
				.box-padding .posted {
	background-color: #5588bb;
	border: 1px #337799 solid;
	padding-left: 10px;
	font-size: 11px;
	margin-top: 20px;
	color: #fff;
	font-weight: bold;
}
/* largest box */
	
	
	/* blue box */
	
	/* larger box  */
	
	
	.box-722 .box-top {
	width: 730px;
	background: url(../images/top_722.png) no-repeat top;
}
.box-722 .box-center {
	width: 730px;
	float: left;
	background: url(../images/center_722.png) repeat-y top;
}
.box-722 .box-bottom {
	width: 730px;
	background: url(../images/bottom_722.png) no-repeat top;
}
/* larger box  */
	
	
	.box-722-blue .box-top {
	background: url(../images/green_2010/top_blue_722.png) no-repeat top;
}
.box-722-blue .box-center {
	background: url(../images/green_2010/center_blue_722.png) repeat-y top;
}
.box-722-blue .box-padding {
	background: #568D05 url(../images/green_2010/blue_content.png) repeat-x top;
	color: #fff;
}
.box-722-blue .box-bottom {
	background: url(../images/green_2010/bottom_blue_722.png) no-repeat top;
}
.box-960-blue .box-top {
	background: url(../images/green_2010/top_blue_960.png) no-repeat top;
}
.box-960-blue .box-center {
	background: url(../images/green_2010/center_blue_960.png) repeat-y top;
}
.box-960-blue .box-padding {
	background: #568D05 url(../images/green_2010/blue_content.png) repeat-x top;
	color: #fff;
}
.box-960-blue .box-bottom {
	background: url(../images/green_2010/bottom_blue_960.png) no-repeat top;
}
.blue-box-border {
	border: 1px #294402 solid;
	float: left;
}
.blue-box {
	border: 1px #629F04 solid;
	background: #4A7A03;
	padding: 5px;
	float: left;
	position: relative;
	width: 690px;
}
#image-722 {
	border: 1px #629F04 solid;
}
/* Search Results */
.ektronSearch div.searchWrapper div.searchResults h4, h4 a {
	background-image: url(../images/dotted_border_h.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	color: #959fa9;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 21px;
	margin-bottom: 0.75em;
	color: #365902;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.ektronSearch div.searchWrapper div.searchResults h4 a {
	background-image:none;
}
.ektronSearch div.searchWrapper div.searchResults h4 img {
	float:right;
}
.ektronSearch div.searchWrapper div.searchResults h4 span.dateTime {
	margin-left: 0.5em;
	color: #4c4c4c;
	font-size:11px;
}
.ektronSearch div.searchWrapper div.searchResultsHeader h3 {
	border-top: none;
	color: #676767;
	background-color: #d6def3;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0.5em;
	margin-left: 0pt;
	padding-top: 0.25em;
	padding-right: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.25em;
	text-align: right;
	font-weight: normal;
	font-size:10px;
	color:#666;
}
.ektronSearch div.searchWrapper div.searchResultsHeader, span.resultslabel, span.beginPageCount, span.endPageCount, span.totalCount, span.searchTerms, span.searchDuration {
	font-size:10px;
	color:#666;
}
.ektronSearch div.searchWrapper div.resultPreview p {
	color:#4c4c4c;
}
.ektronSearch div.searchWrapper div.resultPreview div.resultPreviewDetails span {
	color: #CCC;
	font-size:10px;
}
.p7HGM_panel_content .slide-wrapper {
	padding-left: 5px;
	padding-bottom:0px;
	height:185px;
	margin-bottom:0px;
}
.p7HGM_panel_content .slide-thumbnail {
	width:300px;
	float:left;
	border:1px #FFF solid;
	margin-top:0px
}
.p7HGM_panel_content .slide-thumbnail img {
	max-width:300px;
}
.p7HGM_panel_content .slide-details {
	width:360px;
	float:left;
	margin-left:10px;
}
.p7HGM_panel_content .slide-details h2 {
	font-size:1.5em;
	font-style: italic;
	font-weight:normal;
	margin:0;
}
.p7HGM_panel_content .slide-details .description {
	margin-top:10px;
}
.scroll_buttons, .jFlowPrev, .jFlowNext {
	color:#FFF;
	cursor:pointer;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
}
.scroll_buttons:hover, .jFlowPrev:hover, .jFlowNext:hover {
}
.scroll_buttons {
	padding: 5px 10px;
	background: #1a416a url(../images/control_bg.png) repeat-x left top;
	border: 1px #265a8a solid;
	cursor: pointer;
}
.ui-tabs-nav {
	background-image: url("../images/green_2010/tab_nav.png"); 
}

	.white-tab .ui-tabs-nav .ui-tabs-selected a { 
		top: 0px;
		color: #365902;
	}
	
/* Arrow images on homepage for scroller */	
.jcarousel-skin-tango .jcarousel-next-horizontal {
    background: transparent url(../images/green_2010/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    background: transparent url(../images/green_2010/prev-horizontal.png) no-repeat 0 0;
}


/* left arrow images on menu */	
.sidemenuStyle .ekmenu_accessible_submenu_navheading a { background: url(../images/green_2010/arrow_list.png) no-repeat; background-position: -4px 18px; padding-left: 6px; padding-top:14px;	}


a.highlight_button2 {
    background: transparent url(../images/green_2010/highlight_botton2_right.png) no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font: bold 12px small-caps, Arial, Helvetica, sans-serif; 
    height: 38px;
    margin-right: 10px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.highlight_button2 span {
    background: transparent url(../images/green_2010/highlight_botton2.png) no-repeat; 
    display: block;
    line-height: 14px;
	height:38px;
    padding: 12px 0 5px 18px;
}

