@charset "utf-8";
/* CSS Document */
h1 {
	font-size:14px
}
h2 {
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	font-size:1.3em;
	color: #002054;
}
a:link {
	color: #002054;/*#e87e17*/
	text-decoration: none;
}

a:visited {
	color: #002054;/*#e87e17*/
	text-decoration: none;
}
/* header regions 
-------------------------------------------------------------- */
#header {
height: 100px;
position: relative;
width: 950px;
margin: 0 auto;
}
.logo IMG {
height:75px;
}
.ched-logo-name {
	display: inline;
	font-size: 30px;
	padding-left: 15px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
 	
}
.ched-logo-text {
	display: inline;                       
	color: #333;
	position: relative;
	padding-left: 10px;
	font-family: Verdana, Tahoma;
}
#mission {
	padding: 8px;
	font-size:1.3em;
	color:#002054;
	display:block;
	float:right;
	font-style: oblique;
}

#header-wrapper #search-box {
padding-left: 30px;
margin: 4px 14px;
position: absolute;
right: 0;
top: 30px;
white-space: nowrap;
}

#header-wrapper #search-box #search input.form-text {
border: 1px solid #D5D5D5;
width: 10em;
}
#search-box label { display: none;}
#block-search-0 label {  display: none;}



/* slideshow
-------------------------------------------------------------- */
#slideshow-wrapper{
	width:100%;background: transparent url(images/slideshow-shadow.gif) no-repeat center bottom;
	height:270px; <!-- default 420px -->
	margin-bottom:-45px;
	margin-top:14px;
	}
	
.slideshow-inner{
	width:950px;
	margin:0 auto;
	height:205px; <!-- default 355px -->
	position:relative;
	z-index:1;
	}
	
.slideshow {
	width:950px;
	height:205px; <!-- default 355px -->
	position:relative;
	z-index:2;
	}
	
	/* Sidebar regions
-------------------------------------------------------------- */
#sidebar-right h2.block-title,
#sidebar-left h2.block-title {
	font-size: 1.2em;/* centered text, reduced font size*/
	text-align: center;
	color: #002054;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

#sidebar-left .block-content,
#sidebar-right .block-content {
	text-align: center;/* centered text*/
}

/* Center Regions
-------------------------------------------------------------- */
.content-bottom {
	margin: 1.5em 0 1em;
	padding-left: 0em;
	padding-right: 1.2em;
	padding-top: .1em;
	padding-bottom: .5em;
	border-bottom: 1px solid #bbb;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	background-color: #FFF;
}
/* Nodes
-------------------------------------------------------------- */

.title, .title a {
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;	
	font-size:1em;
	color: #002054;
}

.title a:hover {
	color:#cc6600;
}

.field .field-label, .field .field-label-inline, .field .field-label-inline-first {
	font-weight: bold;
	margin-top: 5px;
	padding-top: 5px;
}

.field .field-label-inline, .field .field-label-inline-first {
	margin-top: 10px;
	padding-top: 5px;
	display: inline;
}

/* Tables
-------------------------------------------------------------- */

tr.odd {
background-color:#f4f4f4;
}

tr.even {
background-color:#f4f4f4;
}

a {
text-decoration: none;
}

a:link {
color: #005a8c;/*#e87e17*/
text-decoration: none;
}

a:visited {
color: #005a8c;/*#e87e17*/
text-decoration: none;
}

a:hover {
color:#cc6600;
}

th {
	text-align:left;
	background: #E6E6E6;
}

tr td, tr th {
	text-align:left;
	border:0px solid #bbb;
	padding: 0 6px;
	
}

td.active {
	background-color:#f4f4f4;
}

/* Misc.
-------------------------------------------------------------- */
#notice {
	display: none;
	}
