/* color-specific styles for Resources sites */

	
#header {
	position: relative;
	background: #A02056 url(/assets/headerimages/l3_resources_bg.jpg) repeat-x top left;
	border: 0;
	width: 780px;
	height: 68px;
    }
	
/* color-specific sidebar styles */	

		.resourcessidebar {
			font-size: 11px; 
			width: 250px;
			background: #F3F3F4 url(/assets/sidebar/resources_bg.gif) no-repeat top left;
			border: 1px #A02056 solid;
			padding-bottom: 5px; }
			
					.resourcessidebar h3 {
					margin: 0 0 .85em 0;
					font-size: 12px;
					color: #FFF;
					background-color: #A02056;
					line-height: 1.7em;
					padding: 0 0 0 4px; }
					

					.resourcessidebar p, table, ul { padding: 0 6px 3px 10px; }
					.resourcessidebar ul li { 
						list-style-type: none; 
						padding: 2px 0 2px 10px; }
					.resourcessidebar a { color: #666; text-decoration: none; }
					.resourcessidebar a:hover { color: #000; text-decoration: underline; }
						

/* color-specific UDM4 - expanding menu styling */
		ul#udm { line-height: 1.2; font-family: 'verdana',arial,helvetica,sans-serif; font-size: 11px !important; list-style-type: none; }
		#udm ul {
			margin-left:0 !important;
			margin-top:1px !important;
			width:247px !important;
			list-style-type: none;
			line-height: 1.2 !important;
			}
		 #udm ul li a { font-size: 11px !important; }
		/* styling the active state for submenu items */
		#udm ul li#active a { color: #A02056 !important; font-weight: 900 !important; }


/* color-specific content area styles */

	#contenttext fieldset { border: 1px #A02056 solid; padding: 5px 0 0 5px; margin-bottom: 10px;}
	#contenttext legend { font-size: 14px; color: #A02056; }
	
	#contenttext ul.uparrow { list-style-type: none; padding: 10px 0 15px 25px; }
		#contenttext ul.uparrow li {
			padding: 6px 0 4px 34px; line-height: 1.4;
			background: url(/assets/specialtyimages/resources_up_arrow.gif) no-repeat top left; }
		#contenttext ul.uparrow li li { background: none; padding: 2px 0 2px 10px; line-height: 1.2; }

	#contenttext dl.question { padding: 10px 0 15px 5px; }
		#contenttext dl.question dt {
			padding: 4px 0 4px 39px; font-weight: bold;
			background: url(/assets/specialtyimages/resources_question.gif) no-repeat top left; }
		#contenttext dl.question dd { background: none; padding: 3px 0 11px 25px; }
		#contenttext dl.question dd ul, #contenttext dl.question dd ol { padding: 15px 0 8px 10px; margin: 0; }
			#contenttext dl.question dd li { padding: 0 0 6px 0; }
				
		#contenttext th { 
			background-color: #A02056;
			color: #FFF;
			font-weight: bold;
			text-align: center;
			padding: 2px 2px; }
		
		tr { vertical-align: top; }
			
			th.date { width: 15%; }
			th.description { width: 40%; }
			th.location { width: 30%; }
			th.time { width: 15%; }

/* public affairs press release tables */

table.pressreleaseedits { 
	width: 92%; margin: 25px 0; padding: 0; }
	
	table.pressreleaseedits tr { vertical-align: top; }
	table.pressreleaseedits td { padding: 3px; }
	table.pressreleaseedits td.label { text-align: right; }
	table.pressreleaseedits td.textarea { height: 375px; }
	

