a[href $='.pdf'] {
 padding-left: 18px;
 background: transparent url(/images/icons/acrobat14.gif) no-repeat center left;
}
a[href $='.ppt'] {
 padding-left: 18px;
 background: transparent url(/images/icons/powerpoint14.gif) no-repeat center left;
}
a[href $='.docx'], a[href $='.doc']  {
 padding-left: 18px;
 background: transparent url(/images/icons/msword14.gif) no-repeat center left;
}

/* use this class to make sure that images won't get iconized */

.noIcon {
	padding-left: 0px !important;
	background: none !important;
}

.header {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #92173B;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A40234;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A40234;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A40234;
}

/* Override with Larger-Type versions for WDLL */
#story-wdll h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
}
#story-wdll h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#story-wdll h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}


.centerText {
	text-align: center;
}
.tablePromo {
	background-color: #E1E1E1;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bio {
	clear: both;
}
.bio img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.bio h2 {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin-bottom: -14px;
}

.breadcrumbs {
	padding-left: 5px;
	font-size: 9px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 12px;
	background-color: #fff;
}

.breadcrumbs a:link, #crumbsContainer a:link {
	color: #164E65;
}
.breadcrumbs a:visited, #crumbsContainer a:visited {
	color: #164E65;
}
.breadcrumbs a:hover, #crumbsContainer a:hover {
	color: #0000CC;
}
.breadcrumbs a:active, #crumbsContainer a:active {
	color: #164E65;
}
.spacedList li {
	margin-bottom: 5px;
}

.top {
	text-align: right;
}

.lightTable, .lightTable td {
	border: 1px solid #999;
}

.hidden, li .hidden {
	display: none;
}

body {
	background-image: url(../images/bg_gray.jpg);
}

.arrowlistmenu{
x-margin-left: 20px;
padding-left: 20px;
padding-bottom: 10px;

x-width: 206px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 10px Arial;
}

.arrowlistmenu .menuheader a { /*CSS class for menu headers in general (expanding or not!)*/
color: white;
text-decoration: none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(/wd/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin-left: 20px;
padding-left: 20px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.arrowlistmenu ul li{
display: block;
text-decoration: none;
}

.arrowlistmenu ul li a{
color: #164E65;
}

.arrowlistmenu ul li a:visited{
color: #164E65;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #0000FF;
}

.justify {
	text-align: justify;
}

.right {
	float: right;
}

.rightNav {
	float: right;
	width: 155px;
	padding: 10px 10px 10px 10px;
	margin: 5px 5px 5px 5px;
	border: 1px solid #ff9900;
	background-color: #FFE8BF;
	background-image: url(/cc/images/bg_titleBox_horiz2CC_new.jpg);
}

.rightNav h1, .rightNav h2 {
	text-align: center;
}

.featured {
	x-float: right;
	width: 95%;
	padding: 10px 10px 10px 10px;
	margin: 5px 5px 5px 5px;
	border: 1px solid #003366;
	background-color: #003366;
	background-image: url(/cc/images/bg_titleBox_horiz2CC_700new.jpg);
}

.featured h1, .featured h2 {
	X-text-align: center;
	padding: 0 0 0 0;
}

.linkQuote {
	font-size: 11px;
	line-height: 13px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px 10px 0px 20px;
}.faqAnswer {
	color: #666666;
	margin-right: 20px;
	margin-left: 20px;
}
.faqQuestion {
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.width95 {
	width: 100%;
}

.noborder {
	border: none;
}

/*
 * 
 * Override earlier color definitions for new CCDC colors
 *
*/

body, table, p, ul, ol {
	color: #333333;
	font-size: 12px;
}

body, table, p, ul, ol {
	color: #333333;
	font-size: 12px;
}

/* Override default sizes with larger type for WDLL pages */
#story-wdll body, #story-wdll table, #story-wdll p, #story-wdll ul, #story-wdll ol {
	color: #333333;
	font-size: 16px;
}

.menuHead {
	color:#164E65;
}

.menuHeadStatic {
	color:#164E65;
}

a:link, a:visited, a:active {
	color:#0000FF;
	text-decoration:none;
}

a:hover {
	color:#0000FF;
	text-decoration:underline;
}

.menuHead {
	color:#164E65;
}
.menuHead a:link, .menuHead a:visited, .menuHead a:active {
	color:#164E65;
	text-decoration:none;
}

.menuHead a:hover {
	color:#0000FF;
	text-decoration:underline;
}

.menuHeadStatic {
	color:#164E65;
}
.menuHeadStatic a:link, .menuHeadStatic a:visited, .menuHeadStatic a:active {
	color:#164E65;
	text-decoration:none;
}

.menuHeadStatic a:hover {
	color:#0000FF;
	text-decoration:underline;
}


h1, h2, h3, h4, h5, h6, h7 {
	color: #164E65;
}

#menu {
	border-top:1px solid #164E65;
	padding:10px 10px 10px 20px;
	text-align:left;
}

#menuStatic {
	border-top:1px solid #164E65;
	padding:10px 10px 10px 20px;
	text-align:left;
}

#photo {
	border-bottom:1px solid #164E65;
	width:195px;
}

.rightNav {
	background-color:#164E65;
	background-image:url(/cc/images/bg_titleBox_horiz2CC_new.jpg);
	border:none; /* 1px solid #164E65; */
	float:right;
	margin:5px;
	padding:10px;
	width:155px;
}

#centerContainer {
	border-left:1px solid #164E65;
	border-right:1px solid #164E65;
	margin:0;
	padding:0;
}

#pageContainer {
	background-color:#FFFFFF;
	border-left: none;
	border-right: none;
	margin:0 auto;
	padding:0;
	position:relative;
	width:800px;
}

.content {
	padding-left:5px;
	padding-right: 5px;
}

.red {
	color:#990000;
}

.green {
	color:#006600;
}

.text80 {
	font-size: 80%;
}

.text60 {
	font-size: 60%;
}

.highlight {
	border: thin #039;
	background-color:#dedede;
	margin: 10px 10px 10px 10px;
	padding: 20px 20px 20px 20px;
}
