/* @override http://tdic.dev/assets/site/css/screen.css */

/* YAHOO RESET STYLE RULES- ----------------------------------------
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote {
	margin: 0;
	padding: 0;
}


fieldset,img {
	border: 0;
}

img a {
	border: 0;
}

address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}

ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

/* LINKS ---------------------------------*/

a:link {
	color: #5e5d5e;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #e4780e;
	text-decoration: underline;
}

h3 a:visited {
	color: #5e5d5e;
}

dt.helpTrigger {
	text-decoration: underline;
	cursor: pointer;
}

/* SKELETON FRAMEWORK --------------------*/

html {
	height: 100%;
}

body#tdic {
	height: 100%;
	font: 62.5% Arial, Helvetica, Geneva, sans-serif;		color: #5e5d5e;
	background-color: #fff;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
	background: url(../images/body-bg.gif) repeat-x;
	position: relative;
}

#header {
	width: 100%;
	height: 130px;
}

#navigation {
	position: absolute;
	left: 150px;
	top: 50px;
	border-left: 6px solid #90200b;
	height: 50px;
	z-index: 1;
}

div#content {
	width: 800px;
	overflow: hidden;
}

div#sidebar {
	width: 130px;
	padding: 0 10px;
	margin-top: 20px;
	float: left;
}

div#main {
	width: 650px;
	float: right;
}

div.push {
	height: 30px;
}

#footer {
	height: 30px;
	margin-left: 150px;
	margin-top: -26px;
	background-color: #5e5d5e;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#ftcontent {
	width: 625px;
	color: #fff;
	position: relative;
}

#siteInfo {
	position: absolute;
	top: 10px;
	left: 10px;
}

#copyright {
	color: #fff;
	font-size: 1em;
	position: absolute;
	top: 10px;
	right: 0;
}


/* TYPE --------------------------------- */
h1, h2, h3, h4 {
	font-weight: bold;
	margin-bottom: .25em;
}

h1 {
	color: #7f190b;
	font-size: 2em;
	margin-bottom: 1em;
}

h2 {
	color: #2b4e6a;
	font-size: 2em;
}

h3 {
	color: #5e5d5e;
	font-size: 1.7em;
}

h4 {
	color: #a19fa1;
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
}

#main ul {
	margin-bottom: 12px;
	list-style-type: square;
	list-style-position: outside;
	padding-left: 20px;	
	font: 1.35em "Times New Roman", Times, Georgia, serif;
}

#main ol {
	margin-bottom: 12px;
	padding-left: 20px;	
	font: 1.35em "Times New Roman", Times, Georgia, serif;

}

#main ul ul, #main ul ul ul, #main ol ul {
	font-size: 1em;
	margin-top: .8em;
}


#main li {
	margin-bottom: .8em;
}

p {
	font: 1.35em/1.5em "Times New Roman", Times, Georgia, serif;
	margin-bottom: 1em;
}

td {
	font: 1.35em/1.5em "Times New Roman", Times, Georgia, serif;
}

td td {
	font-size: 1em
}

td p {
	font-size: 1em;
}

ol {
	font: 1.35em/1.5em "Times New Roman", Times, Georgia, serif;
}

ol ol {
	font-size: 1em;
}

blockquote {
	color: #7a7199;
	font: italic 12px/17px Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin: 15px 0;
}

#sub1 blockquote {
	border-left: 1px solid #5e5d5e;
	padding: 0 24px;
	font: italic 16px/18px "Times New Roman", Times, Georgia, serif;
	margin: 12px 0;
	color: #5e5d5e;
}

cite {
	font-style: italic;
}

dt {
	font-weight: bold;
	font-size: 1.3em;
}

dd {
	font: 1.5em/1.6em "Times New Roman", Times, Georgia, serif;
	margin-bottom: 1em;
}

hr.clear {
	clear: both;
	border: none;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
}

br.clear {
	clear: both;
}

#sitemap ul {
	margin-bottom: 18px;
}

#sitemap li	 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	list-style-type: none;
}

#sitemap li li {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	list-style-type: disc;
}

#main ul.special {
	padding-left: 0;
}


ul.special li {
	font-family: "Times New Roman", Times, Georgia, serif;
}

ul.special li {
	background: #e6790a url(../images/cda-ul-links.gif) no-repeat 1px 50%;
	padding-left: 10px;
	width: auto;
	margin-bottom: 6px;
	font: 1em "Times New Roman", Times, Georgia, serif;
	border-bottom: 1px solid #fff;
	list-style-type: none;
	list-style-image: none;
}

ul.special li a {
	background-color: #2b4e6a;
	display: block;
	padding: 4px 2px 2px 4px;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none;
	font-size: 14px;
}

.special li a:hover {
	text-decoration: underline;
	background: #e6790a;
}

a.contribute {
	padding: 2px 4px;
	background-color: #e6790a;
	text-decoration: none;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: #fff;
	letter-spacing: 4px;
	border-right: 3px solid #5e5d5e;
	border-left: 3px solid #5e5d5e;
}

a.contribute:hover {
	background-color: #97b068;
}

div.give {
	overflow: hidden;
	padding: 0 0 0 90px;
	margin-bottom: 18px;
}

div.give img {
	margin-left: -90px;	
}

#inaction {
	text-indent: -9999px;
	height: 22px;
	width: 219px;
	background: url(../images/inAction.gif) no-repeat;
	margin: 0;
	padding: 0;
}

/* HEADER ------------------------------- */
#siteTitle {
	position: absolute;
	top: 0;
	left: 0;
}

div#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 115px;	
}

ul#mainLinks {
	position: absolute;
	top: 20px;
	left: 165px;
}

ul#mainLinks li {
	display: inline;
	border-left: 1px solid #fff;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
}

ul#mainLinks li a {
	text-decoration: none;
	color: #fff;
}

ul#mainLinks li a:hover {
	text-decoration: underline;
}

ul#mainLinks li.login {
	border: none;
	padding-left: 0;
}


#searchBox {
	position: absolute;
	top: 15px;
	left: 565px;
}

label.search {
	display: inline;
	color: #fff;
	font-size: 1.1em;
	padding-top: 10px;
	margin: 0;
	font-weight: bold;
}

label.search input.button {
	margin-left: 5px;
}

#searchInput {
	width: 130px;
}

/* MAIN NAVIGATION ----------------- */

ul#nav {
	float: left;
	width:700px;
}


#nav li {
	/*display: block;*/
	float: left;
	border-right: 1px solid #fff;
	padding: 0;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	height: 50px;
	position: relative;
}

#nav li strong {
	display: block;
	font-size: 11px;
	margin-bottom: 4px;
}


#nav a:hover {
	background-color: #506e8a;
	text-decoration: underline;
}


#nav li a {
	float: left;
	padding: 16px;
	height: 18px;
	text-decoration: none;
	color: #fff;
}

#nav li ul {
	display: none;
	background-color: #506e8a;
	z-index: 600;
	position: absolute;
	top: 50px;
	left: 0;
	width: 200px;
}

#nav li:hover ul {
	clear: both;
	display: block;
}

#nav li li {
	display: block;
	height: auto;
	float: none;
	border: none;
	text-align: left;
	text-transform: none;
	font-size: 11px;
}

#nav li li a {
	width: 180px;
	padding: 4px 10px;
	height: auto;
	float: none;
	display: block;
}

/*Custom Widths for main nav elements*/


#nav li.who a {
	width: 100px;
}
#nav li.access a {
	width: 116px;
}

#nav li.learn a {
	width: 90px;
}

#nav li.give a {
	width: 105px;
}

#nav li.receive a {
	width: 80px;
}

#nav li.impact a {
	width: 100px;
}
/*Reset subnav sizes*/
#nav li.who li a, #nav li.learn li a, #nav li.access li a, #nav li.give li a, #nav li.receive li a, #nav li.impact li a {
	width: 180px;
}
/* Set Active Section Background Color */
.who li.who, .access li.access, .learn li.learn, .give li.give, .receive li.receive, .impact li.impact {
	background-color: #506e8a;
}

/*Sidebar -----------------------------------*/


/* Sub-Navigation --------------------------- */

#subnav {
	font-size: 1.1em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#subnav li {
	margin-bottom: 12px;
}

#subnav a:link, #subnav a:visited {
	text-decoration: none;
	color: #2d4e6a;
} 

#subnav a:hover {
	color: #e4780e;
}



#subnav form {
	margin: 0;
	padding: 0;
}

.currentNav {
	font-weight: bold;
}

.currentNav ul {
	margin: 1em 6px;
}

.currentNav li {
	list-style-type: none;
}

.currentNav ul a:link, .currentNav ul a:visited {
	font-weight: normal;
	font-style: normal;
}

ul.previousNav li a:link, ul.previousNav li a:visited {
	color: #7d7d7d !important;
}

#subnav a.active {
	font-weight: bold;
	color: #2d4e6a !important;
}

#subnav a.active:hover {
	color: #e6790a !important;
}

ul.childNav {
	padding-left: 8px;
}


/* Calendar ------------------------------------ */

.cms .month td a:hover {
	background-color: #cbcece;
	color: #fff;
}

.month td {
	vertical-align: text-top;
	text-align: right;
	font-size: 11px;
	background-color: #fff;
	color: #384955;
	height: 100px;
	border: 1px solid #d9dada;
	padding: 0;
}


.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	width: 98%;
	text-align: center;
	border: 1px solid #d9dada;
	border-collapse: collapse;
}

.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
td.monthname {
	vertical-align: bottom;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	height: 40px;
}
td.dayname {
	width: 14%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #5e5d5e;
	color: #ffffff;
	padding: 3px 0;
	height: 20px;
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000099;
	background-color: #e9e9e9;
}
.yearnavigation {
	font-size: 12px;
}
td.datepicker {
	background-color: #e4e4e4;
	height: 20px;
}

.datepickerform {
	margin: 0px;
}

td.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	height: 40px;
}

td.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}

.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}

.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

td.today .date {
	background-color: #d9dada;
	text-decoration: none;
	color: #000;
	font: bold 1em Arial, Helvetica, Geneva, sans-serif;
}

td.today {
	background-color: #f1f2f2;
}

.selectedday {
vertical-align: text-top;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
}


/* Change these to be more specific

.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}

.event a {
	background-color: #ffff99;
	color: red;
}

.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}

.selectedevent a {
	background-color: #ffff99;
	color: red;
}

.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}

.todayevent a {
	background-color: #ffff99;
	color: red;
}*/
p.eventcontent a, p.eventcontent a:visited {
	font-size: 10px;
	background-color: #fff;
	color: #2d4e6a;
	font-weight: normal;
	font-style: normal;
	padding: 3px;
	display: block;
	margin: 2px;
}

p.eventcontent a:hover {
	background-color: #607b97;
	color: #fff;
}

.month p {
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	margin: 0;
}

p.calA a {
	background-color: #cc0001;
	color: #fff;
	padding: 2px;
}

p.calB a {
	background-color: #2a5589;
	color: #fff;
	padding: 2px;
}

p.calC a {
	background-color: #fa9714;
	color: #fff;
	padding: 2px;
}

p.calD a {
	background-color: #89c42a;
	color: #fff;
	padding: 2px;
}

p.calE a {
	background-color: #edc607;
	color: #fff;
	padding: 2px;
}
p#clear {clear:left; padding-top:10px;}




.errorBox {
	background-color: #fff4c2;
	padding: 5px;
	border: 2px solid #ffe879;
}

.errorBox h1 {
	color: #cc0001;
	font: bold 2em Arial, Helvetica, Geneva, sans-serif;
}

div.pubSearch {
	width: 200px;
	border: 1px solid #cbcece;
	background-color: #e6e6e6;
	padding: 5px;
	float: right;
}
/* Forms ------------------------------------------ */

fieldset {
	padding: 4px 0;
	overflow: hidden;
	border: none;
}

fieldset h3 {

}

fieldset.address {
	border: none;
	padding: 0;
}

h1.formheader {
	border-bottom: 1px solid #aeaeae;
	margin-top: 36px;
}

#activeForm h3 {
	font: bold 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #797979;
	margin-top: 18px;
}

label {
	display: block;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 6px 24px 12px 24px;
}

labelnote {^M
        display: block;^M
        font: 10px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;^
M
        padding: 6px 24px 12px 24px;^M
}^M


label.error {
	background: #ffffa5;
}

span.fieldTitle {
	display: block;
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 18px;
}

div.datedropdown {
	padding: 6px 24px 12px 24px;
}

fieldset.required span.fieldTitle  {

}

label.required, fieldset.required, span.required, div.required {
	background-color: #dfc5c2;
}

span.required {
	padding: 5px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
}

fieldset.required {
	/*padding: 6px;*/
}

label.required span.fieldTitle, fieldset.required span.fieldTitle {
	font-weight: bold;
	color: #000;
}

em.note {
	display: block;
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 6px;
}

label strong {
	display: block;
	font-weight: bold;
}

label.error {
	color: #99001d;
}


/*Text Inputs */
label.text.large input {
	width: 350px;
}

label.text.medium input, label.email input {
	width: 200px;
}

label.text.small input {
	display: inline;
	width: 30px;
}

label.text.small span.fieldTitle {
	display: inline;
}

/*Checkboxes and Radio Buttons */
fieldset.checkbox input, fieldset.radio input {
	margin-left: 6px;
}

fieldset.checkbox p {
	margin-left: 6px;
}

label.radio {
	display: block;
}

label.radio input, label.check input {
	float: left;
	margin: 2px 6px 0 0;
}

label.radio span.fieldTitle {
	display: block;
	margin: 0 6px 0 24px;
}

div.checkbox {
	padding-left: 24px;
}

label.check {
	display: block;
	padding-left: 0px;
}

fieldset.radio span.fieldTitle, fieldset.checkbox span.fieldTitle {
	display: block;
	margin: 0 6px 0 18px;
}

fieldset.file {
	margin: 6px 24px;
	border: 2px solid #9d99b0;
}

fieldset.file h3 {
	margin-top: 0 !important;
	padding: 12px 12px 0 12px;
}

fieldset.file label {
	padding: 12px;
}

fieldset.file input {
	margin-left: 6px;
}

label.dropdown {
	padding: 0 0 18px 24px;
}

label.dropdown span.fieldTitle {
	font-weight: bold;
}

/*Name Group */
div.name {
	overflow: hidden;
}

div.name label {

}

label.fname, label.lname {
	float: left;
}

label.text.fname {
	padding-right: 0px;
}

label.fname input, label.lname input {
	width: 160px;
}

label.nameTitle, label.nameSuffix {
	float: left;
}

label.nameTitle input, label.nameSuffix input {
	width: 30px;
}

/*Address Group*/
label.street input {
	width: 380px;
}

fieldset.required label.street2 {
	background-color: #fff;
}

fieldset.required label.street2 span.fieldTitle{
	font-weight: normal;
	font-style: normal;
	color: #706f70;
}

label.city input {
	width: 240px;
}

label.state {
	float: left;
}

label.zip {
	float: left;
}

label.zip input {
	width: 120px;
}

table.totallist {
	margin-left: 24px;
	width: 80%;
}

table.totallist td {
	padding: 4px;
	border-bottom: 1px solid #eee;
}

/*CC Numbers*/
label.cardNumber {
	float: left;
	padding-right: 6px;
}

/* Date Field */
div.date {
		padding: 6px 24px 12px 24px;
}

div.date.required span.fieldTitle {
	font-weight: bold;
	color: #000;
}

/*YUI Calendar Controls*/
/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
Version 0.12
*/
div.dateinput {
	float: left;
}

div.datePicker {
	float: left;
	width: 200px;
	position: relative;
}

.datePicker img {
	cursor: pointer;
	z-index: 1;
}

div.popupCal {
	position: absolute;
	display: none;
	top: 0;
	left: 16px;
	z-index: 1000;
}

.yui-calcontainer {
	position:relative;
	padding:5px;
	background-color:#F7F9FB;
	border:1px solid #7B9EBD;
	float:left;
	overflow:hidden;
}

.yui-calcontainer iframe {
	position:absolute;
	border:none;
	margin:0;padding:0;
	left:-1px;
	top:-1px;
	z-index:0;
	width:50em;
	height:50em;
}

.yui-calcontainer.multi {
	padding:0;
}

.yui-calcontainer.multi .groupcal {
	padding:5px;
	background-color:transparent;
	z-index:1;
	float:left;
	position:relative;
	border:none;
}

.yui-calcontainer .title {
	font:100% sans-serif;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
	height:25px;
	position:absolute;
	top:3px;left:5px;
	z-index:1;
}

.yui-calcontainer .close-icon {
	position:absolute;
	right:3px;
	top:3px;
	border:none;
	z-index:1;
}

/* Calendar element styles */

.yui-calendar {
	font:100% sans-serif;
	text-align:center;
	border-spacing:0;
	border-collapse:separate;
	position:relative;
}

.yui-calcontainer.withtitle {
	padding-top:1.5em;
}

.yui-calendar .calnavleft {
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;   
	left:2px;
	z-index:1;
}

.yui-calendar .calnavright {
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;  
	right:2px;
	z-index:1;
}

.yui-calendar td.calcell {
	padding:.1em .2em;
	border:1px solid #E0E0E0;
	text-align:center;
}

.yui-calendar td.calcell a {
	color:#003DB8;
	text-decoration:none;
}

.yui-calendar td.calcell.today {
	border:1px solid #000;
}

.yui-calendar td.calcell.oom {
	cursor:default;
	color:#999;
	background-color:#EEE;
	border:1px solid #E0E0E0;
}

.yui-calendar td.calcell.selected {
	color:#003DB8;
	background-color:#FFF19F;
	border:1px solid #FF9900;
}

.yui-calendar td.calcell.calcellhover {
	cursor:pointer;
	color:#FFF;
	background-color:#FF9900;
	border:1px solid #FF9900;
}

.yui-calendar td.calcell.calcellhover a {
	color:#FFF;
}

.yui-calendar td.calcell.restricted {
	text-decoration:line-through;
}

.yui-calendar td.calcell.previous {
	color:#CCC;
}

.yui-calendar td.calcell.highlight1 { background-color:#CCFF99; }
.yui-calendar td.calcell.highlight2 { background-color:#99CCFF; }
.yui-calendar td.calcell.highlight3 { background-color:#FFCCCC; }
.yui-calendar td.calcell.highlight4 { background-color:#CCFF99; }

.yui-calendar .calhead {
	border:1px solid #E0E0E0;
	vertical-align:middle;
	background-color:#FFF;
}

.yui-calendar .calheader {
	position:relative;
	width:100%;
	text-align:center;
}

.yui-calendar .calheader img {
	border:none;
}

.yui-calendar .calweekdaycell {
	color:#666;
	font-weight:normal;
	text-align:center;
	width:1.5em;
}

.yui-calendar .calfoot {
	background-color:#EEE;
}

.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
	color:#666;
	font-size:9px;
	font-style:italic;
	font-weight:normal;
	width:15px;
}

.yui-calendar .calrowhead {
	border-right-width:2px;
}

/*Specific changes for calendar running under fonts/reset */
.yui-calendar a:hover {background:inherit;}


/*POPUP Page -----------------------------------------------
============================================================*/
body.popup {
	background: url(../images/popup-bg.gif) repeat-x left top;
	margin: 0;
	padding: 77px 50px 20px 150px;
}

body.popup #wrapper {
	background: none;
	position: static;
	width: 600px;
	margin: 0;
}

body.popup #main {
	float: none;
	width: auto;
	padding-bottom: 50px;
}

body.popup #secA, body.popup #secB {
	width: auto;
}


.popup h1 {
	color: #8a2f16;
}

.popup h2 {
	color: #706f70;
}

.popup #footer {
	background-color: #fff;
}

/*Home Page
----------------------------------*/
body#tdic.home #header {
	height: 110px;
}

p.splashAd {
	text-align: center;
	margin-top: 18px;
	margin-bottom: 18px;	
}

p#selectText {
	color: #fff;
	position: absolute;
	top: 50px;
	left: 150px;
	width: 600px;
	height: 40px;
	padding-top: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	border-left: 6px solid #92220b;
}

p#stateList {
	width: 640px;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
}

p#stateList, p#stateList a {
	color: #92220b;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

p#stateList a:hover {
	color: #3a617d;
}

#main ul.homeLinks {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.homeLinks li {
	background: url(../images/cda-ul-links.gif) no-repeat 1px 50%;
	padding-left: 10px;
	font: 1em "Times New Roman", Times, Georgia, serif;
	list-style-type: none;
	list-style-image: none;
	float: left;
}

ul.homeLinks li a {
	display: block;
	padding: 4px 12px 2px 4px;
	text-decoration: underline;
	font-size: 14px;
	color: #2b4e6a;
}

/*Assess Your Needs -------------- */
form#needsForm fieldset.radio {

}

form#needsForm label.radio.inline {
	/*display: inline;
	float: left;*/
}
h2.number {
	float: left;
	padding: 8px;
	color: #fff;
	margin-left: -40px;
}

div.question {
	margin-bottom: 18px;
	background: #ebe9e7 url(../images/needs-bg.gif) repeat-y;
	padding-left: 40px;
}

div.question p.fieldTitle {
	font-weight: bold;
	color: #49617b;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

fieldset.secondary {
	padding-left: 20px;
}

div.answer {
	margin: 10px 20px;
	padding: 6px;
	background: #fff;
}

/*Online Catalog ------------------ */
table#catalog {
	border-collapse: collapse;
	margin-bottom: 36px;	
}

table#catalog h3 {
	font: bold 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

table#catalog ul {
	font-size: 1em;
}

table#catalog thead {
	background-color: #7d2714;
} 

table#catalog th {
	padding: 6px;
	color: #fff;
}

table#catalog td {
	padding: 6px;
	border-bottom: 1px solid #d7d3ce;
}

td.policyholder, td.dds, td.grad, td.nmdds {
	width: 70px;
}


table.policyholder td.policyholder, table.dds td.dds, table.grad td.grad, table.nmdds td.nmdds {
	color: #000;
	background-color: #ebe9e7;
	border-left: 1px solid #bd9b96;
	border-right: 1px solid #bd9b96;
}

table.policyholder th.policyholder, table.dds th.dds, table.grad th.grad, table.nmdds th.nmdds {
	background-color: #bd9b96;
	font-weight: bold;
	border-left: 1px solid #7d2714;
	border-right: 1px solid #7d2714;
}

/* Notes for CDA Style guide ---------------------------------*/
h2.styleNote {
	color: #fff;
	padding: 5px;
	background-color: #607b97;
	border: 2px solid #2d4e6a;
	margin-top: 30px;
}

p.styleNote {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #777;
	background-color: #e6e6e6;
	padding: 10px;
}

/*Slideshow*/


/*FIXTHIS: Temorary Hiding of images until homepage bug can be fixed*/
#imageContainer {
display:none;
}

/*#imageContainer {
	position:relative;
}

#secA #imageContainer {
	width: 392px;
	height: 306px;
}

#secB #imageContainer {
	width: 226px;
	height: 164px;
}

#imageContainer img {
	position: absolute;
	top: 0;
	left: 0;
}*/

/*CMS STYLESHEET OVERRIDES -----------------*/
#pagetitle input {
	width: 90%;
	color: #3c3361;
	font: bold 1em Arial, Helvetica, Geneva, sans-serif;
	border: none;
}

body#tdic.cms {
	background-color: #1e1e1e;
}

body#tdic.cms div#wrapper {
	background-color: #1e1e1e;
}
