* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
   	background-color: #FFF;
   	color: #000;
}

/* HEADER DIV */

#header {
	background-color: #036;
	overflow: hidden;
	height: 41px;
}

#utility {
	font-size: .7em;
	color: #FFF;
	position: absolute;
	top: 4px;
	right: 20px;
	text-align: right;
}

#utility a {
	color: #FFF;
	text-decoration: none;
	margin: 0 .2em;
}

#utility a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* PROCESS DIV within header */

#process {
	background-color:#FFF;
	margin-left: 120px;
	padding: 0;
	font-size: .8em;
}

#process div {
	background-color:#6483A2;
	padding: 4px;
}

#process a {
	margin: 0 0 1em 0;
	padding: 4px 5px;
	background-color: #6483A2; 
	text-decoration: none;
	color: #FFF;
	line-height: 1.3;
}

#process a.on {
	border-bottom: 6px solid #F90;
}

#process a:hover {
	border-bottom: 6px solid #F90;
}
#process a.noHover:hover {
	border-bottom: 0px;
}
/* LEFT NAV DIV */

#nav {
	position: absolute;
	top: 3em;
	left: 0px;
	width: 60px;
}

#nav img {
	display: block;
	padding: 5px 10px;
}

#nav a img {
	border-left: 6px solid #FFF;
}

#nav a:hover img {
	border-left: 6px solid #F90;
}

/* PAGE DIV including CONTENT DIV*/

#page { 
	margin: 1em 2% 1em 120px;
}

/*HOLLY HACK*/
/* Hides from IE-mac \*/
* html #content { height: 1%; }
/* End hide from IE-mac */



/* WORKGROUP */

div#content div.section {
	text-align: right;
	float: right;
}

div#content div.section img {
	text-align: right;
	float: none;
	display: block;
}

div#content div.section p {
	text-align: right;
	float: none;
	display: block;
}

#content .member {
	clear: both;
} 

.members img {
	width: 2.125em;
	margin: 0 .3em;
	border-bottom: 6px solid #FFF;
}

/*.members a:visited img  {
	border-bottom: 6px solid #CCC;
}*/

#content .members a:hover img {
	border-bottom: 6px solid #FF9900;
}

#content .members a img.on {
	border-bottom: 6px solid #FF9900;
}

#content .left {
	float:left;
	margin: 5px 20px 0 20px;
}

/* CONTENT STYLES */

#content h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1.5em 0;
	color: #036;
} 

#content h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 1.5em 0;
	padding-bottom: .2em;
	/* border-bottom: 1px solid #CCC; */
	color: #036;
} 

#content h3 {
	font: .8em Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1.5em 0;
	color: #036;
} 

#content p { 
	line-height: 1.4;
	margin-top: 1em;
}

#content p.question {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1.5em 0;
	color: #036;
}

#content #learnmore {
	margin-top: 2em;
	margin-bottom: 2em;
	border-bottom: 2px dotted #999;
}

#content #learnmore p {
	border-bottom: 2px dotted #999;
	padding: 0;
	margin: 0;
	line-height: 0;
}

.instructions { 
	font-size: .9em;
	font-style: italic;
	margin: 1em 0;
	color: #666;
}

#content ul, ol {
	margin: 1em 0 1em 2em;
}

#content ul li, #content ol li {
	color: #000;
	margin-bottom: .5em;
	padding-left: .3em;
	margin-left: 1.5em;
	line-height: 1.4;
}

dt {
	border-bottom: 1px dotted #336699;
	color: #336699;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3;
	margin: .5em 0 .5em 0;
	padding: 0 0 .5em 0;
	position: relative; /* fixes a bug in IE */
}

dd {
	color: #000;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3;
	margin: .5em 0 .5em 2%;
	padding: 0 0 .5em 0;
}

/* FOOTER DIV */

#footer {
	margin-top: 1em;
	clear: both;
}

.top {
	text-align: right;
}

.copyright {
	padding-top: .2em;
	margin-top: .2em;
	border-top: 1em solid #036;
	color: #666;
	font-size: .7em;
}

/* .photo {
	float: right;
	margin: 5px 0 20px 20px;
} */

.button {
	margin: 1.5em 10px 1.5em 0;
	clear: both;
}

.thumbs {
	float: left;
	width: 200px;
	padding: 5px 3px 5px 3px;
	position: relative;
	border: 1px solid #CCC;
	margin: 10px 11px 1.5em 0px;
}

.thumbs p {
	text-align: center;
	font-size: .7em;
	margin: .1em 0%;
}
.crumbs {
	font-weight: normal;
	font-size: .8em;
	color: #666;
	margin: .2em 0% .5em 0px;
	padding: 0em 0% 0em 0%;
}

h1 span.learn {
	font-size: .8em;
	margin-left: 10px;
	font-weight: normal;
}

/* TABLES */

table {
	border: 4px solid #CCC;
	border-bottom: 3px solid #CCC;
	margin: 1em 0;
	clear:both;
}

#content table.center td {
	text-align: center;
}



#content table.right td {
	text-align: right;
}

#content table.right th {
	text-align:right;
}

#content table.right td.datadesc {
	text-align:left;
}


td {
	border-bottom: 1px solid #CCC;
	vertical-align: top;
	padding: 8px;
}

th {
	background-color: #003366;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	padding: 8px;
}

div.article {
	margin: 0 30px 0 0;
	padding: 0 20px;
	border: 1px dotted #FF9900;
}

acronym {
	border-bottom: 1px dotted;
	cursor:help;
	}
	
#display1, #display2, #display3, #display4, #displaycost {
	padding: 5px 20px;
	clear: both;
	width: 90%;
	font-size: 90%
}

.takeabreak {
	border-top: 1px dotted #FF9900;
	border-bottom: 1px dotted #FF9900;
	padding: 0 10px;
	margin: 10px 0;
	clear:both;
}

.takeabreak img {
	float: left;
	margin-right: 20px;
}

.clear {
	clear: both;
	font-size: 5px;
	line-height: 0;
	margin: 0;
	padding: 0;
}

#conversation div {
	border-bottom: 1px dotted #CCC;
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
}

#conversation div img {
	float: right;
	margin-left: 10px;
	width: 50px;
	height: 50px;
}

div.photo {
	float: right;
	margin: 1em 0 1em 10px;
	width: 150px;
}

#content div.photo p {
	text-align: center;
	font-size: .8em;
	color: #666;
	margin: 0;
	padding: 0;
}

img.photo {
	float:right;
	margin: 0 0 10px 10px;
	}
	
#content .runninghead {
	text-transform: uppercase;
	font-size: .8em;
	color: #666;
	letter-spacing: .2em;
	color: #3366CC;
}

/*NEW*/

#content .dialogue {
	margin: .8em 0;
	clear: both;
	background: url(../images/body-r.gif) no-repeat bottom right;
	/*overflow:auto; added 12/21*/
}

#content .dialogueint {
	margin: .4em 0;
	clear: both;
	background: url(../images/body-r.gif) no-repeat bottom right;
}

.dialogue img {
	float: right;
	margin: 1em;
	width: 9.375em;	
	height: 9.375em;
	/* clear: right; */
}

.dialogueint img {
	float: right;
	margin: 1em;
	width: 64px;	
	height: 64px;
	/* clear: right; */
}

* html .boxhead h2 {zoom:1.0;} /* For IE 5 PC */



#content .sidebox {
	margin: 0;
	width: auto;
	background: url(../images/body-l.gif) no-repeat bottom left;
	font-size: 100%;
	clear: none;
	/*overflow:auto; added 12/21*/
	min-height: 10.375em;
}

#content .dialogueint .sidebox {
	min-height: 80px;
}


#content .boxhead {
	background: url(../images/head-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}


#content .boxhead h2 {
	background: url(../images/head-l.gif) no-repeat top left;
	margin: 0;
	padding: 10px 20px;
	color: #336699; 
	font-weight: normal;
	font-size: .8em; 
	line-height: 1.3;
}

#content .boxbody p {
	margin: 0 .2em .5em 0;
	line-height: 1.5;
	/*clear: left;*/
	/* width: auto; */
}

#content .boxbody {
	margin: 0;
	padding: 10px 20px;
	/*height: 10.375em;*/
	min-height: 10.375em;
	/*clear: left;*/
}

#content .dialogueint .boxbody {
	min-height: 80px;
}

/* hide from MacIE \*/
* html #content .sidebox {
    height: 10.375em;
}
/* end hide from MacIE */ 

/* hide from MacIE \*/
* html #content .dialogueint .sidebox {
    height: 80px;
}
/* end hide from MacIE */


/*END NEW*/

#content .dialogueint .boxhead h2 {
	font-size: 1em; 
}

.dialogueint img {
	float: right;
	margin: 1em;
	width: 64px;	
	height: 64px;
}

.memocontent {
	margin: 10px 0px 0px 0px;
	width: 520px;
	border: 1px solid #666;
	padding: 10px;
	font-size: .9em;
}

.memocontent h1 {
	font-size: 1.4em;
	margin-right: 40%;
	padding-bottom: .2em;
	border-bottom: 2px solid #666;
}

.pretest table {
		border:none;
}

.pretest td {
		padding:3px 0px;
		border:none;
}

.pretest .leftcol {
	width:20px;
}

.addToProposalBtn {
	font-size: .8em;
	padding: .1em;
	margin: .2em;
	font-weight:bold;
	border: 1px solid #FF9900;
	background-color: #FFFFCC;
	width:130px;
	color: #990000;
}

.addToProposalBtn:hover {
	background-color: #FF9900;
	color: #FFF;
	cursor: pointer;
}


.changeProposalBtn{
	font-size: .8em;
	padding: .1em;
	margin: .2em;
	font-weight:bold;
	border: 1px solid #666;
	background-color: #E1E1E1;
	width:130px;
	color: #003366;
}

.changeProposalBtn:hover {
	background-color: #036;
	color: #FFF;
	cursor: pointer;
}

.errorBox{
		display:block;
		padding:5px;
		margin:5px;
		border:2px solid #ff3333;
		background-color:#FFFFCC;
		font-weight:bold;
		font-size:11px;
		width:350px;
}

.successBox {
	display: block;
	padding: 10px 10px 10px 25px;
	margin: 1em 0;
	/* border: 1px solid #CCC; */
	font-weight:bold;
	font-size: 1em;
	/* width:458px; */
	background-image:url(../images/checkmark2.gif);
	background-repeat:no-repeat;
	background-position:left;
	}

table.intplan th {
	font-size: .8em;
	text-align: center;
}

#costMeter {
	margin:0 10px 0 0;
}
	
#costMeter h3 {
	margin:10px 10px 0 0; 
	font-size: .8em;
	color: #660000;
}
	
.costMeterObj {
	height:10px;
}
	
.meterWhole {
	background-color:#FFF;
	margin:20px 0 0 0;
	padding:0px;
}

.meterMaxCost {
	background-color:#FFCC33;
	/*background-image:url(../images/costMeter_max.gif);*/
}

.meterProposalCost{
	background-color:#003333;
	/*background-image:url(../images/costMeter_proposal.gif);*/
}

.meterExcessAmount{
	background-color:#FF0000;
}
	
#meterLegend {
	margin: 5px 0 20px 0;
	padding: 0;
}
		
#meterLegend h2{
	margin:0 0 5px 0;
	color:#660000;
	font-size: .8em;
}
	
#meterLegend ul{
	list-style-type:none;
	vertical-align:middle;
	margin:0px;
	padding:0px;
}

#meterLegend li{
	margin:0;
	padding:0;
	font-size: .7em;
}

.meterLegendBox{
	width:10px;
	height:10px;
	border:1px solid #999;
	margin:5px;
}
/*****************/
				#content .fishbone-table {
					padding:0;
					margin:0;
					border:0;
					
				}
				
				#content .fishbone-table *{
					padding:0;
					margin:0;
					border:0;
				}
				
				
				
				#content .fishbone-table p{
					padding:0;
					margin:0;
					border:0;
				}
				#content .fishbone-table td{
					padding:0;
					margin:0;
					border:0;
				}
				#content .fishbone-table tr{
					padding:0;
					margin:0;
					border:0;
				}
				#content .fishbone-table img{
					padding:0;
					margin:0;
					border:0;
				}
				#content .fishbone-table a{
					padding:0;
					margin:0;
					border:0;
					}
					
				#content .fishbone-table td img {display: block;}	
				
				

.memocontent {
	margin: 10px 0px 0px 0px;
	width: 520px;
	border: 1px solid #666;
	padding: 10px;
	font-size: .9em;
}

/* .memo {
	padding: 5px;
	width: 520px;
	border: 1px solid #000;
	margin: 15px;
} */

.memocontent h1 {
	font-size: 1.4em;
	margin-right: 40%;
	padding-bottom: .2em;
	border-bottom: 2px solid #666;
}
