/* DDR Portal General Styles
import other styles (add more as needed) @import rules must always be first in a document */
@import url("reset.css");
@import url("hacks.css");
/* set defaults */
body {
	background:#9bc6da url(/images/design/bkgrnd.jpg) top repeat-x;
	font:normal 12px/15px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	text-align:center;
	color:#000;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
.rght {
	float:right;
}
.lft {
	float:left;
}
.pr {
	padding-right:15px;
}
.pl {
	padding-left:15px;
}
/* Wrap and Columns */
#wrap {
	width:1300px;
	margin:0 auto;
	background:url(/images/design/pgbkgrnd.jpg) top center no-repeat;
	text-align:left;
	position:relative;
}
.clm1 {
	width:580px;
}
.clm2 {
	width:300px;
}
.clm3 {
	width:160px;
}
.clm4 {
	width:225px;
}
/* Header */
#header {
	width:870px;
	height:79px;
	margin:0 auto;
	clear:both;
}
#header h1 {
	display:none;
}
#header h2 {
	font:bold italic 14px/14px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	position:relative;
	top:50px;
	padding:0 0 0 12px;
	background:url(/images/design/tagdot.gif) left center no-repeat;
}
/* Primary Navigation */
ul#pnav {
	width:960px;
	height:42px;
	margin:10px 0 0 210px;
	padding:0;
	font:bold 11px/17px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	background:url(/images/design/navdiv.jpg) bottom left no-repeat;
}
ul#pnav li {
	float:left;
	text-transform:uppercase;
	position: relative;
}
ul#pnav li ul {
	position:absolute;
	top:35px;
	right:0;
	background:#fe2e0dc url(/images/design/dropdown.jpg) top left repeat-x;
	color:#1b1b1b;
	border-left:1px solid #DEDDD9;
	border-right:1px solid #DEDDD9;
	border-bottom:1px solid #DEDDD9;
	z-index:500;
}
ul#pnav li a {
	display:block;
	padding:9px 11px;
	color:#1b1b1b;
	text-decoration:none;
}
ul#pnav li a:hover {
	color:#006595;
}
ul#pnav li ul li {
	text-transform:none;
	float:none;
	background:#fff;
}
ul#pnav ul li a {
	display:block;
	padding:3px 5px;
	color:#1b1b1b;
	text-decoration:none;
	font-weight:normal;
	width:120px;
}
ul#pnav ul li a:hover {
	color:#006595;
	text-decoration:none;
}
ul#pnav ul, ul#pnav li:hover ul ul, ul#pnav ul li:hover ul ul {
	display:none;
}
ul#pnav li:hover ul, ul#pnav ul li:hover ul, ul#pnav ul ul li:hover ul {
	display:block;
}
#n-more {
	background:url(/images/design/pnav-arrow.gif) 50px 9px no-repeat;
	width:100%;
}
a:hover#n-more {
	background:url(/images/design/pnav-arrow-over.gif) 50px 9px no-repeat;
	width:100%;
}
/* Secondary Navigation */
#content-foot{
    clear:both;
	margin:1em 0 0;
    padding:1em 0;
    text-align:center;
}
ul#snav {
	font:bold 12px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
    margin:0 auto;
    text-align:center;
	text-transform:uppercase;
    /*width:485px;*/
    display:inline-block;
}
ul#snav li {
	float:left;
	padding:0 20px;
	border-right:1px solid #006595;
}
ul#snav li.last {
	border:0;
}
ul#snav li a:link, ul#snav li a:visited {
	color:#006595;
	text-decoration:none;
}
ul#snav li a:hover, ul#snav li a:active {
	color:#1b1b1b;
	text-decoration:underline;
}
/* Tertiary Navivation */
#tnav {
	padding:15px 0;
	margin:60px auto 0 auto;
	font:normal 12px/12px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
#tnav ul {
	clear:right;
}
#tnav ul li {
	display:block;
	float:left;
	padding:0 12px;
	border-right:1px solid #000;
}
#tnav ul li a:link, #tnav ul li a:visited {
	color:#000;
	text-decoration:none;
}
#tnav ul li a:hover, #tnav ul li a:active {
	color:#000;
	text-decoration:underline;
}
#tnav p {
	margin:10px 12px;
}
#tnav ul li.last {
	border:0;
}
/* Main Content Area */
#content {
	width:910px;
	margin:15px auto 0;
	background:#fff;
	color:#000;
	position:relative;
	padding-bottom:10px;
}
#content h1 {
	margin:10px 0;
}
#content h2 {
	margin:10px 0;
}
#content h3 {
	margin:10px 0;
}
#content h4, h5, h6 {
	margin:10px 0;
}
#content p {
	margin:10px 0;
}
/* Breadcrumbs */
ul#breadcrumbs {
	margin:70px 0 0 0;
}
ul#breadcrumbs li {
	float:left;
	color:#666;
	font:normal 11px/11px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	background:url(/images/design/breadcrumb.gif) bottom right no-repeat;
}
ul#breadcrumbs li a:link, ul#breadcrumbs li a:visited {
	color:#999;
	text-decoration:none;
	padding-right:17px;
}
ul#breadcrumbs li a:hover, ul#breadcrumbs li a:active {
	color:#006595;
	text-decoration:underline;
	padding-right:17px;
}
/* Footer */
#footer {
	width:1062px;
	margin:0 auto;
	/*position:relative;*/
}
#ftcntnt {
	width:862px;
    margin:0 51px;
	padding:25px 49px;
	background:url(/images/design/foottop-updated.jpg) top left no-repeat;
	clear:both;
	font:normal 11px/15px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

#ftcntnt h3 {
	color:#1b1b1b;
	text-transform:uppercase;
	font:bold 14px/20px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	margin-bottom:12px;
}
#ftcntnt ul li {
	margin-bottom:3px;
}
#ftcntnt a:link, #ftcntnt a:visited {
	color:#e2e0dc;
	text-decoration:none;
}
#ftcntnt a:hover, #ftcntnt a:active {
	color:#1b1b1b;
	text-decoration:none;
}
#ftcntnt2 {
	width:862px;
	padding:5px 100px 25px 100px;
	background:#9bc6da url(/images/design/footbottom.jpg) top left no-repeat;
	clear:both;
	font:normal 11px/15px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
#ftcntnt2 h4 a:link, #ftcntnt2 h4 a:visited {
	display:block;
	color:#1b1b1b;
	text-transform:uppercase;
	font:bold 14px/20px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	margin-bottom:12px;
	text-decoration:none;
	background:url(/images/design/pnav-arrow.gif) 238px 2px no-repeat;
}
#ftcntnt2 h4 a:hover, #ftcntnt2 h4 a:active {
	display:block;
	color:#e2e0dc;
	text-transform:uppercase;
	font:bold 14px/20px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	margin-bottom:12px;
	text-decoration:none;
	background:url(/images/design/pnav-arrow-over2.gif) 238px 2px no-repeat;
}
.ftblock {
	float:left;
	margin:30px 0 0 22px;
}
/* Subpage Search */
#search {
	width:600px;
	height:50px;
	clear:both;
	position:absolute;
	top:-70px;
	right:10px;
}
#search form label {
	font:bold 18px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color:#fff;
	padding:6px 7px 14px 13px;
}
#search form input {
	margin:8px 14px 12px 0;
}
#search form #find input, #search form #near input {
	width:140px;
}
#search #find {
	background:#a30046 url(/images/design/sub-find.gif) top left no-repeat;
	height:42px;
	width:230px;
	color:#fff;
	margin-right:7px;
}
#search #near {
	background:#ce7019 url(/images/design/sub-near.gif) top left no-repeat;
	height:42px;
	width:230px;
	color:#fff;
}
#search #near #changesearchtype {
	display:block;
	clear:both;
	background:#fff;
	padding:4px 6px;
}
#search a:link, #search a:visited {
	color:#ce7019;
	text-decoration:none;
}
#search a:hover, #search a:active {
	color:#ce7019;
	text-decoration:underline;
}
#search #submit {
	margin:1px 0 0 3px;
}

#keywords {
	padding-bottom: 20px;
}

#keywords #keyhide {
	display: none;
}
#keywords .keywordtitle {
	text-transform:uppercase;
	font-weight:  bold;
	line-height: 32px;
	margin-top: 10px;
	border-top: 1px solid #aaa;
}

#keywords .keyrow {
	display: block;
	width: 100%;
}
#keywords .key, #keywords .viewall {
	font-size: .95em;
	width: 125px;
	display:block;
	text-align:top;
	float: left;
	padding: 5px;
}

#keywords .key {
	color: #006595;
	text-transform:uppercase;
}

#keywords .viewall {
	cursor: pointer;
	color: #A30046;
}
