h2{
	margin-top: 10px !important;
	margin-bottom: 2px !important;
}

.indent{padding-left: 25px;}

.generic {
	width: 45%;
	float: right;
	margin: 4px;
	margin-right: 0;
}

img.center {
	
}

.cs-trans, .summary2 *, .tabsNav *{
transition: background 0.25s;
-o-transition: background 0.25s;
-moz-transition: background 0.25s;
-webkit-transition: background 0.25s;
}

.divider, #footerContainer, #deptSearchForm fieldset{
	background: #f3f3f3 !important;
	color: #444 !important;
}
#footerContainer p a{
	color: #444 !important;
	text-decoration: underline;
}

#contentContainer{
	background: none;
}
/* Make open menu items be highlighted */
/*
#menu ul li a.open, #menu ul ul li a.open{
	background-color: #1F5394;
	color: #ffffff;
}
#menu ul li a.open .menuOpener, #menu ul ul li a.open .menuOpener{
	background: url('/pantheon-assets/dynamic/images/polygon/24x11/0,0,24,0,12,11/1F5394-transparent.png') !important;
}
*/



/* light image boxes */

.cs-image-light{
	float: left;
	height:90px;
	width: 352px;
	margin: 10px;
	display: block;
	color: #444 !important;
	border: 1px #F4F2F2 solid;
	background: #F4F2F2;
}

.contentLeftColumn .cs-image-light{
	width: 230px;
}

.cs-image-light span{
	font-size: 1.15em;
	color: #444;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	display: block;
}
.cs-image-light span.forPrint{
	display: none;
}
.cs-image-light p{
	display: block;
	color: #444;
	font-size: 0.9em;
	margin-right: 10px;
	margin-bottom: 10px;
}

.cs-image-light img{
	float: left;
	display: block;
	margin: 10px;
	margin-right: 15px;
	width: 70px;
	height: 70px;
	border: 1px #B4B2B2 solid !important;
}


.cs-image-light:hover{
	text-decoration: none !important;
	border: 1px #E4E2E2 solid;
	background: #F9F9F9;
}

.cs-image-light:hover span{
	text-decoration: underline !important;
}

#content .carouselSnippetBox {
	border: 1px #444 solid;
}

/* Image box that is click-able and contains clickable things 	*/
/* needs an IE fix. 											*/
.cs-image-box{
	width: 100%;
	position: relative; /* allows its children to use abolute positioning */
	border: 1px #444 solid;
	color: #fff;
	margin: 15px;
	margin-right: 0;
	margin-bottom: 0;
}
.cs-image-box a{
	color: #fff;
	text-decoration: none;
	font-size: 1.15em;
	font-family: "CenturySchoolbookStdRegular","Century Schoolbook","Times New Roman",Times,serif;
	display: block;
}
#content .cs-image-box a:link{
	border-bottom: none;
}
.cs-image-box-bg{
	position: absolute;
	width: 100%;
	height: 100%;

}
.cs-image-box-heading{
	color: #fff !important;
	position: absolute;
	padding-bottom: 2px;
	padding-top: 2px;
	left:0;
	right:0;
	background: rgba(15, 58, 112, 0.7) url('/pantheon-assets/images/Chronos/snippets/ChronoButton/classic-button-dif.png') no-repeat 98% bottom;
	padding-left: 15px;
	padding-right: 20px;
}
.cs-image-box .h2{
	bottom: 0; top: 0;
}

.cs-image-box:hover .cs-image-box-heading{
	background: rgba(65, 108, 162, 0.7) url('/pantheon-assets/images/Chronos/snippets/ChronoButton/classic-button-dif.png') no-repeat 98% bottom;
	color: #fff !important;
	text-decoration: underline !important;
}
.cs-image-box:active .cs-image-box-heading{
	background: rgba(0, 0, 0, 0.7) url('/pantheon-assets/images/Chronos/snippets/ChronoButton/classic-button-dif.png') no-repeat 98% bottom;
	color: #fff !important;
}
.cs-image-box:visited .cs-image-box-heading{
	color: #fff !important;
}


/*
RSS feed fake summary style fixes!
*/
.cs-summary{
	height: 56px !important;
}


/*
General in-text image style
*/
.newsMainCol img, .cs-body-image{
	width: 50%;
	float: right;
}


/**
	Summary full news output tailoring!
	( /news.html )
*/
.content .picture{
	float: none !important;
	margin: 2px !important;
}

.content .picture img{
	width:auto;
	max-width:100% !important;
	max-height:500px;
	margin: 6px auto;
	display: block !important;
	float: none;
}

/**
	mini-summary news & events images.
	- default style is really stupid.
	- let's not force them in to visible squares
*/
.summary2-newsevent .picture{
	background: none !important;
	border: none !important;
	margin: 5px;
	text-align: right;
	position: relative;
}

.summary2-newsevent .picture img{
	float: none !important;
	height: auto !important;
	width: auto !important;
	background: none !important;
	max-width: 100% !important;
	max-height: 100% !important;
	position: relative;
}

.contentRightColumn .tabsLive .tabContent{
	margin-bottom :0 !important;
}

/*
	Making news more verbose
	.text is now relative, 
	    so we can use absolute positioning to stop overflows~!
*/
.cs-news .newsevent-mainblock{
	height:165px !important;
	position: relative !important;
}
.cs-news .text{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto !important;
	position: absolute !important;
	border-left: 3px solid #CACFC9 !important;
	background-color: #F1F1F1 !important;
	padding: 7px;
}
.cs-news .text:hover{
	background-color: #E7E7E7 !important;
}
.cs-news .text .date{
	bottom: 10px !important;
}
.cs-news .dynamic{
	height:120px;
	width:125px;
	overflow: hidden;
	padding: 5px;
}
.cs-news h3{
	font-size: 1.15em !important;
	height: auto !important;
	width: auto !important;
}
.cs-news .image{
	position: absolute;
	width: 70px;
	height: 70px;
	/*top: 5px;*/
	top: 15px;
	right: 10px;
	overflow: hidden;
	/*border: 1px solid #CACFC9;*/
}
.cs-news img{
	width:auto;
	height:100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.cs-news a.viewMoreLink{
	padding:10px !important;
}

.calloutInner img{
	width: 100%;
	height: auto;
	display: block;
}

.cs-table{
	border-spacing:0;
	border-collapse:collapse;
	border: 1px #666 solid;
	width: 100%;
}
.cs-table td, .cs-table th{
	padding: 2px;
}
.cs-table th{
	background-color: #1F5394;
	color: #fff;
}


.cs-table tr:nth-child(odd) {background-color: #eee;}

.three th, .three td{
	width: 33%;
}
.bordered{
	border-right: none;
}
.bordered td{
	border-right: 1px solid #666;
	border-top: 1px solid #666;
}

/* Blockquotes */
.cs-quote blockquote{
	margin-bottom: 0;
	padding-bottom: 0;
}
.cs-quote blockquote p{
	padding-bottom: 5px;
}
.cs-quote .author{
	text-align: right !important;
	font-style: italic !important;
	padding-right: 10px !important;
}
