/* CAS ARTICLE PAGE *****************************
----------------------------------------------- */

/* content: display
----------------------------------------------- */
div#content dl{ /* creates the bottom curve of the content area */
	width: 580px;
	margin: 0 0 20px 0;
	/*background: #fff url('/images/redesign/contentBottomWide.gif') no-repeat bottom left;*/
	}
div#content dt { /* creates the top curve of the content area */
	margin:0;
	padding:0;
	height: 17px;
	background: #fff url('/images/redesign/contentTopWide.gif') no-repeat top left;
	}
div#content dd { 
	margin:0;
	padding:0;
	padding-bottom: 10px;
	}

/* sub section indicator in the main headline
----------------------------------------------- */
div#content h1 span.subSection {
	display: inline;
	color: #0B438E;
	font-size: .85em;
	font-family: arial, helvetica, sans-serif;
	text-transform:none;
	letter-spacing:0.5px;
	padding-left:15px;
	margin-left: 0px;
	background:url('/images/redesign/blueArrow.gif') no-repeat center left;
	}
	
/* house ad
----------------------------------------------- */
#houseAd {
	display:none;
	}
/* callout Search Box
----------------------------------------------- */
div#content div#searchBox {
	background-color: #fff;
	width: 170px;
	position: relative;
	float: right;
	}
html body div#content div#searchBox  dl { /* this forms the bottom curve of the box */
	background:#707480 url('/images/redesign/searchBoxBottom.gif') no-repeat bottom left !important;
	width: 170px !important;
	margin:0;
	padding-bottom: 9px;
	}
html body div#content div#searchBox  dt { /* this forms the top curve of the box */
	margin: 0;
	padding: 0px;
	height: 9px;
	font-size: 1px;
	background: #707480 url('/images/redesign/searchBoxTop.gif') no-repeat top left !important;
	width: 170px !important;
	}
html body div#content div#searchBox  dd { /* this forms the middle of the box */
	background:#707480 url('/images/redesign/searchBoxMiddle.gif') repeat-y !important;
	margin: 0;
	padding: 0 5px;
	width: 160px !important;
	}
div#content div#searchBox h1 {
	font-size: 1em;
	text-transform:uppercase;
	font-family: arial, helvetica, sans-serif;
	letter-spacing:1px;
	border:0;
	color: #fff;
	margin:0;
	padding: 0;
	}

/* site search and form elements
----------------------------------------------- */
div#content div#searchBox div#search {
	background-color: #707480;
	margin:0;
	padding:0 5px 5px 5px;
	}
.searchField {
	font-size: 1em;
	color: #434343;
	margin:0;
	width:116px;
	padding:1px;
	border:1px solid #7C7A7C;
	}
div#content div#searchBox div#search form p  {
	text-align:right;
	padding:0 35px 0 0;
	margin:0;
	}
div#content div#searchBox div#search form p a {
	padding:0;
	margin:0;
	color: #fff;
	text-transform:none;
	font-size: 0.9em;
	text-align: right;
	}
div#content div#searchBox  form {
	padding:0;
	margin:0;
	}
div#content div#searchBox label {
	color: #fff;
	font-size:0.9em;
	padding:0;
	margin:0;
	}
/* background for 2 column layout
----------------------------------------------- */
div#container{
	background-image: url('/images/redesign/2colBg.gif');
	}
/* footer
----------------------------------------------- */
div#footer {
	background: #D6E2EE url('/images/redesign/content2ColBg.gif') no-repeat top left;

	}