
/* changed globals */

#container {
	width: 763px; /* contain all the floats -- and allow for IE/Win 3px text-jog room and room for italics in results */
}

a.more {
	font-weight: normal;
	color: #344780;
	padding: 0 0 0 12px;
	background: url(/images/common/bullet_blue_smaller.gif) 0 4px no-repeat;
	margin: 0;
}


#secondary-content a.more {
	font-weight: normal;
	color: #344780;
	padding: 0 0 0 12px;
	background: url(/images/common/bullet_orange.gif) 0 4px no-repeat;
	margin: 0;
}


a.more:hover, a.more:active, a.more:focus {
	color: #f60;
	text-decoration: underline;
}

/* ------- */

#intro {
	float: left; 
	width: 340px;
	margin: 0 0 10px 0; 
	padding: 0 0 10px 0;
}

.section-home #intro {
	background: url(/images/common/divider-dots.gif) bottom left repeat-x;
}


#intro p {
	line-height: 1.8em;
	padding: 0;
}

.wide {
	width: 555px !important;
	padding: 0 !important;
}

/* new topics treatment */

#content-wrapper {	/* holds main content and footer */
	float: left; 
	margin: 30px 0 0 29px;
	padding: 0;
	width: 555px;
}

#content-wrapper h1 {
	margin: 5px 0;
}

#content-wrapper h1.leadin {
	margin-bottom: 0px !important;
}

#content-wrapper h2 {
	color: #979797;
	font-weight: normal;
	margin: 0 0 5px 0;
}

#content-wrapper h3 {
	color: #979797;
	margin-top: 0;
}
#content-wrapper h1 {
    margin: 5px 0 0 0;
}

#content-wrapper h2, #content-wrapper h1.topicname, #maincontentarea
h2.topicName {
    color: #979797;
    font-weight: normal;
    margin: 0 0 5px 0;
    font-size: 1.2em;
}

#maincontentarea h2.topicName {
    margin: -18px 0 15px 0;
}

#content-wrapper h3.sectionname {
    padding: 0;
    margin: 0;
}

/*----------------- topics ------------------*/
#main-content {
	float: left;
	width: 318px;
	padding: 0 20px 0 0;
	margin: 0;
}

#main-content dd ul {
	margin: 0;
	padding: 0;
}

#main-content dd ul li {
	list-style: none;
	background: url(/images/common/bullet_dash.gif) 0 5px no-repeat;
	padding: 0 0 0 8px;
	margin: 4px 0;
	line-height: 1.2em;	
}

#main-content dt {
	padding: 0 0 5px 12px;
	font-weight: bold;
	background: url(/images/common/bullet_blue_smaller.gif) 0 4px no-repeat;
	margin: 0;
}

#main-content dd {
	padding: 0 0px 10px 12px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #c2c0d5;
}

#main-content dd.last {
	border-bottom: none;
}

#main-content dd p {
	margin-top: 0;
}

#main-content dd p.leadin {
	margin: 0 0 0 0;
}

.web-link {
	margin-bottom: 0;
	padding: 5px 0 5px 35px !important;
	background: url(/images/common/weblink.gif) 0 45% no-repeat;
}


#main-content dd.last {
	border-bottom: none;
}

/*----------------- end topics ------------------*/



/* new sidebar treatment */

#secondary-content {
	float: left;
	width: 216px;
}

#secondary-content h3 {
	background-color: #536392;
	color: white;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	font-size: .93em;
	text-align: right;
	margin: 0 !important;
}

#secondary-content h3.news-releases {
	background-color: #96A1C4;
}

#secondary-content dl, 
#secondary-content dd, 
#secondary-content dt {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	padding: 0;
}

#secondary-content dd img {
	margin: 3px 4px 0 0;
}

#secondary-content a:hover {
	color: #f60;
}

#secondary-content dl a {
	color: #344780;
}

#secondary-content dt {
	font-weight: bold;
	padding: 0px 10px 0px 21px;
	background: url(/images/common/bullet_blue_smaller.gif) 12px 5px no-repeat;
}


#secondary-content dl {
	border: 1px solid #e0e1d9;
	background: #f4f5f9;
	margin-bottom: 2px;
	padding: 10px 0;
}

#secondary-content dd {
	padding: 2px 10px 10px 21px;
}

#secondary-content dd a {
	color: #344780;
}

#secondary-content dd p {
}

#secondary-content dd p.latest {
	color: #000;
	padding: 0;
	margin: 0;
}

#secondary-content dl.spotlight {
	background: #ECECD7;
}

#secondary-content dd p.latestitem {
	padding: 0;
	margin: 3px 0 0 0;
}

#secondary-content h3.header-spotlight {
		width: 216px;
		height: 24px;
		text-align: left;
		text-indent: -10000px;
		display: block;
		margin: 0;
		padding: 0;
		background:  #ff6501 url(/images/titles/header-spotlight.gif) top left no-repeat;
}

#secondary-content dl.spotlight {
	padding-bottom: 0px;
}

#secondary-content dl.spotlight dt {
	padding-left: 10px;
	margin-bottom: 5px;
	background: none;
}

#secondary-content dl.spotlight dd {
	padding-left: 10px;
}
	
	
/*----------------- results list page ------------------*/

#results {
	float: left;
	margin: 10px 0 10px 0; 
	padding: 0 0 5px 0;
	width: 553px;
	background: #fff;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}


/* we have two resultHeads -- an ID and CLASS.  Because the CMS does not allow multiple classes, its cleaner to have a class style instead of multiple IDs for extra headers for the mylist page */

#resultHead, #resultFoot {
	margin: 0; 
	padding: 0;
	float: left; 
	width: 553px;
	color: #fff;
	background-color: #95a1c3;
	border-bottom: 1px solid #95a1c3;
}

#results #resultHead h2 {
	color: #fff;
	font-size: 11px;
	display: inline;
	font-weight: bold;
	margin: 0  !important; 
	padding: 3px 5px 3px 20px;
	float: left;
	background: #95a1c3 url(/images/common/arrow_ltblue.gif) no-repeat 4px 4px;
}

/* header blocks on the results page -- if we want to add a class to content-wrapper to change the result colors */
#content-wrapper.events #resultHead h2 {
	background: #4d8034 url(/images/common/arrow_green.gif) no-repeat left center;
}
/* end special colors */


#results #resultHead p, #results #resultFoot p {
	display: inline;
	margin: 0;
	padding: 3px 0 3px 0px;
	float: left;
	color: #fff;
}

#resultHead a, .resultHead a {
	color: #fff !important;
}

#resultHead a:hover, .resultHead a:hover {
	color: #f60 !important;
}

#results #resultHead p.pageList, #results #resultFoot p.pageList {
	float: right;
	color: #fff;
	padding-right: 5px;
}

#resultHead p.pageList a, #results #resultFoot p.pageList a { color: #fff; padding: 0 3px; }
#resultHead p.pageList a:hover, #resultHead p.pageList a:active, #resultHead p.pageList a:focus, #results #resultFoot p.pageList a:hover, #results #resultFoot p.pageList a:active, #results #resultFoot p.pageList a:focus { color: #ccc; }
#resultHead p.pageList a.pageOn, #results #resultFoot p.pageList a.pageOn { font-weight: bold; color: #fff; text-decoration: none; }

.result-details { 
	float: left; 
	width: 553px;
	padding: 8px 0; 
	background: #c2c7d9; 
}

.result-details p { 
	float: right; 
	font-size: 10px; 
	margin: 0; padding: 12px 7px 12px 0;
}

.result-details input.gobutton {
	margin: 1px 0 0 0;
	width: auto;
}

/*----------------- results display options styles ------------------*/

input, select, option, textarea {
	font-weight: normal;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 100%;
	color: #666;
}

.display-details { 
	float: left;
	width: 553px;
	margin: 0; padding: 8px 0; 
	background-color: #efefef; /* e5e5e5 */
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff; 
}
.display-details table, .result-details table { 
	margin: 0 0 0 18px; 
	padding: 0; 
}

.display-details form {
	margin-bottom: 0;
}

.display-details input{
	margin: 3px 0 3px 0;
	vertical-align: middle;
}

* html .display-details input{
	vertical-align: middle;
}

.display-details .more {
	margin-left: 10px;
}

.display-details select, .result-details select {
	color: #000;
	vertical-align: middle;
}	



.display-details th, .result-details th {
	margin: 0; 
	padding: 3px 5px 3px 0;
	color: #000; 
	font-weight: normal;
	font-size: 10px;
}
.result-details td {
	margin: 0; padding: 3px 0 3px 4px;
	color: #000; 
	vertical-align: top;
	font-size: 10px;
}

.display-details td {
	margin: 0; padding: 0 0 6px 4px;
	color: #000; 
	vertical-align: top;
	font-size: 10px;
}



.display-details .displayNum { width: 50px; }
.display-details .searchCat { width: 150px; }
/*----------------- end results display options styles ------------------*/

#results .resultList { 
	clear: left;  
	margin: 0; 
	padding: 0;
}

.resultList div {
	width: 553px; /* need this for IE/Win to apply hasLayout */
	padding-left: 0px;
}

#results .resultList h4, 
#results .resultList p {
	margin: 0; 
	padding: 0 18px 10px 18px;
	font-size: 10px;
}

#results .resultList h4 {
	padding-top: 10px !important;
}
#results .resultList h4 span.type {
	font-weight: normal;
	color: #333;
}

#results .resultList div.altrow { background: #e6eaef; }
#content-wrapper.events #results .resultList div.altrow { background: #e7efe6; }


#results .sort, #results .date { color: #f60; }

#results p.date { 
	margin: 0;
	color: #f60; }

.result-options {
	clear: left;
	float: left;
	width: 553px;
	padding: 10px 0 0 0;
	background: url(/images/common/dots.gif) top left repeat-x;
}

.result-options p {
	margin: 0 !important; 
}

.result-options div {
	float: left;
	padding: 0 0 10px 0;
	width: 553px;
	background: url(/images/common/dots.gif) bottom left repeat-x;
}

span.mylist {
	padding-bottom: 3px;
	background: url(/images/common/bullets/bullet-my-list.gif) top left no-repeat;
	padding-left: 22px !important;
}

/*----------------- end results list page ------------------*/

