/*Shaping Outcomes CSS*/
/*Adapted from Dreamweaver CSS Page Design*/


body{
	font-family: Helvetica Neue Bold, Helvetica, Arial, sans-serif;
	color: #7B7B7B;
	font-size: 80%;
	line-height: 1.22em;
	margin: 0px;
	padding: 0px;
	background: url(images/bg_02.gif); background-attachment: fixed;

}

a:link, a:visited {
	color: #7B7B7B;
	font-weight: bold;
	text-decoration: none;
}	

a:hover {
	color: #21754B;
	font-weight: bold;
	text-decoration: none;
}

img.next { 
	padding-left: 75px;
	padding-bottom: 25px;
	vertical-align: top;
	z-index: 50;
	float: right;
}

img.top { 
	padding-left: 75px;
	vertical-align: top; 
}

img.right {
	border: none;
	margin-left: 245px;
}

p {font-size: 1em;}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica Neue Bold, Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 1.6em;
 color: #21754B;
}

/* Small font size to assist with navigation for the disabled */
h1.access { 
	font-size: 0.2em;
	color:#FFFFFF; 
}

h1.ptitle {
 font-size: 1.4em;
 color: #21754B;
  font-weight: bold;
}

h2{
 font-size: 1.4em;
 color: #21754B;
  font-weight: bold;
}

h2.smaller2 { 
	font-size: 1.1em;
	color: #3b9a6b;
	font-weight: bold;
}

h3{
 font-size: 1.2em;
 font-weight: bold;
 color: #3b9a6b;
}

h4{
 font-size: .8em;
 font-weight: bold;
 color: #3b9a6b;
}


h5 {
 font-weight: bold;
 color: #000000;
}

ul{
font-size: 1em;
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

.greendot {
	list-style-image: url(images/dot.gif);
	list-style-position: inside;
	font-size: 0.8em;
}
.whitedot {
	list-style-image:url(images/dot1.gif);
	list-style-position: inside;  
	font-size: 0.8em;
}

.nodot {
	list-style-type: none;
	font-size: 0.8em;
}


label{
 color: #3b9a6b;
}

.outputs { 
border-spacing: 0.5;
 }
 
/* table version of above */
.tableOutputs2 {
	border-spacing: 0.5;
	border: none;
	width: 100%;
	padding: 0;
	border-collapse: collapse;
}
 
/*padding around examples too close together */
.examplePadding {
	margin: 0.5em 0 0.5em 0;
	border: none;
} 

	
/*img { border: none; } */

.borderless { border: none; }
.border1px 	{ border: solid 1px; }


/***********************************************/
/* Overall Page Layout Divs                    */
/***********************************************/

#page {
	width: 770px;
	margin: 20px auto;
	background:#FFFFFF;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	}
	
#masthead{
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 60px 0px 0px 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float: right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

#pagenav{
clear: both;
	width: 100%;
	text-align: right;
	font-size: .8em;
	color: #7B7B7B;
	font-weight: bold;
	padding: 5px 5px 5px -5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#next{ 
	z-index: 50; 
	position: inherit;
}



/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 20px;
}


/************* #globalNav styles **************/

#globalNav{
font-family: Helvetica Neue Bold, Helvetica, Arial, sans-serif;
font-size: .8em;
font-weight: bold;
color: #7B7B7B;
padding: 0px 0px 0px 0px;
white-space: nowrap;
text-align: right;
}



/************* #orient nav styles *************/

#orient{
	font-size: .8em;
	color: #7B7B7B;
	font-weight: bold;
	padding: 25px 0px 10px 20px;
}

.orient2{
color: #3b9a6b;
}

/************** .feature styles ***************/

.feature{
font-size: 1em;
	padding: 0px 0px 10px 20px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.bold{
 font-weight: bold;
 color: #3b9a6b;
}

.smallgreen{
font-weight: bold;
color: #3b9a6b;
}

.smallgray{
font-weight: bold;
}

.questiongray {
	font-weight: bold;
	font-size: 0.9em;
}

.green{
 color: #3b9a6b;
}

.bold{
 font-weight: bold;
 color: #3b9a6b;
}

.bolditalic{
 font-weight: bold;
 font-style: italic;
 color: #3b9a6b;
}

.whitecell{
padding: 5px 5px 5px 10px;
color: white;
}

.casecell{
padding: 3px 3px 3px 3px;
font-size: .8em;
color: #3b9a6b;
}

.casecellbold{
color: #3b9a6b;
font-weight: bold;
}

.tablecell{
	background: #e2efe8;
	color: #5C5C5C;
	padding: 10px 10px 10px 10px;
	font-size: 1em;
	border: 1px solid #5c5c5c;
	}
	
.tablecell2 {
	background: #e2efe8;
	color: #5C5C5C;
	padding: 10px 10px 10px 10px;
	font-size: 1em;
	border: 1px solid #5c5c5c;
	vertical-align: top;
	border-collapse:collapse;
}

.tablehead36 {
	width: 36%;
	font-weight: bold;
	background: #e2efe8;
	color: #5C5C5C;
	padding: 10px 10px 10px 10px;
	font-size: 1em;
	border: 1px solid #5c5c5c;
	vertical-align: top;
}
.tablecell33 {
	width: 33%;
	border: thin dotted black;
	padding: 0 15px 0 10px;
	font-size: 90%;
	font-weight: bold;
}

.tablecell33nb {
	width: 33%;
	border: none;
	padding: 0 15px 0 10px;
	font-size: 90%;
	font-weight: bold;

}

.tablecell34 {
	width: 34%;
	text-align: center;
}

.tablehead64 {
	width: 64%;
	font-weight: bold;
	background: #e2efe8;
	color: #5C5C5C;
	padding: 10px 10px 10px 10px;
	font-size: 1em;
	border: 1px solid #5c5c5c;
	vertical-align: top;
}

.tablehead34 {
	width: 34%;
	vertical-align: top;
	text-align: left;
}

.tablehead31 {
	width: 31%;
	vertical-align: top;
	text-align: center;
}

.tablehead35 {
	width: 35%;
	vertical-align: top;
	text-align: right;
}

.tablehead27 {
	width: 27%;
}

.tablehead38 { width: 38%; }
.tablehead35b { width: 35%; }

.tablehead50boldtop { 
	width: 50%;
	font-weight: bold;
	color: #3b9a6b;
	vertical-align: top;
}

table.content1 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #5c5c5c;
}
table.borderless95 {
	margin: 0px;
	padding: 0px;
	width: 95%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse: collapse;
}

td.width38vtopBold {
 font-weight: bold;
 color: #3b9a6b;
 vertical-align: top;
 width: 38%;
}

td.width62vtop {
 width: 62%;
 vertical-align: top;
}

td.width27vmid {
	background: #e2efe8;
	color: #5C5C5C;
	padding: 10px 10px 10px 10px;
	font-size: 1em;
	border: 1px solid #5c5c5c;
	width: 27%;
	vertical-align: middle;
}

td.width73top {
	background: #e2efe8;
	color: #5C5C5C;
	padding: 10px 10px 10px 10px;
	font-size: 1em;
	border: 1px solid #5c5c5c;
	width: 73%;
	text-align: top;
	vertical-align: top;
}

.top {
font-size: .8em;
text-align: right;
}

.imageAlign { 
	vertical-align: middle;
	border: none; 
}

/************** .story styles *****************/

.story{
		background: #FFFCC;
color: #7B7B7B;
	padding: 20px 20px 20px 20px;
	font-size: 1em;
	}


.story p{
padding: 0px 0px 10px 0px;
}

.story img{
	float: right;
	border: none;
}

/************** .reporting styles *****************/

.reporting{
	background: #F0ECEC;
	color: #7B7B7B;
	padding: 20px 20px 20px 20px;
	}

.reporting p{
	padding: 0px 0px 10px 0px;
}

.reporting2{
	background: #F0ECEC;
	padding: 5px 10px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	font-size: .8em;
	padding: 50px 10px 10px 10px;
	margin-top: 0px;
	border-top: 5px solid #000000;
	clear: both;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	align: center;
}

#siteInfo2 {
	font-size: .8em;
	padding: 50px 10px 10px 10px;
	margin-top: 0px;
/*	border-top: 5px solid #000000; */
	clear: both; 
}

#siteInfo2 img{
	padding: 4px 4px 4px 0px;
	align: center;
}

/*********** #navBar link styles ***********/


#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks h3{
	padding: 5px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}





/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #ccc;
}

.relatedLinx{
	margin-left: 30px; 
	margin-right: -5px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
/*	list-style-image:url(images/dot1.gif);
	list-style-position: inside; 	*/
	}
	
.relatedLinex{
	margin-left: 60px; 
	margin-right: -5px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #ccc;
}


.currentpage {
	color: #3b9a6b;
}

.rightText { text-align:right; }
.leftText { text-align: left; }

/************* Smaller h1 heading to replace use of h2 as header on each page
                in order to improve accessibility. TV *******/
h1.betterTitle {font-size: 1.4em;}

/** styles used to make page content more accessible **/

.und {text-decoration: underline; }
.boxedItalic1 {
	color: #35835C;
	font-weight: bolder;
	font-style: oblique;
	font-size: 105%;
	padding-bottom: 5%;
}
.condensed1 {
	padding: 0;
}

.thinbox1 {
	border: 1px #21754B solid;
	width: 80%;
	font-weight: bold;
	margin-left: 2%;
	padding: 0 1.2em 0 1.2em;
	margin-bottom: 2em;
}
	
img.logo {
	margin-right: 9px;
	border: none;
}


.ctr { text-align: center; }

img.arrow {
	vertical-align: middle;
	border: none;
}

img.arrow2 {
	vertical-align: middle;
	border: none;
	margin-left: 100px;
}

img.fltright {
	float: right;
	border: none;
}

ul.disc {
	list-style-type: disc;
}
img.fivespace {
	margin: 5px;
	padding: 5px;
	border: none;
}

.hspace5 {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: none;
}

.hspace5left {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
	border: none;
}

.hspace5right {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: right;
	border: none;
}

img.threespace {
	margin: 0 3px;
	border: none;
}

.vertaligntop {
	vertical-align: top;
	color: #206B40;
	border-bottom: thin solid grey;
}

.vertaligntop2 {
	vertical-align: top;
	border: none;
}

.greycaps {
	font-weight: bold;
	font-size: 75%;
}

.dkbullets {
	font-size: 92%;
	font-weight: bold;
	list-style-type: disc;
}

.thinbordercells {
	border: thin solid grey;
	padding: 0px;
	margin: 0;
}
.thinthsides {
	border-left: thin solid grey;
	border-right: thin solid grey;
}
table.full100 {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

table.full100nc {
	width: 100%;
	border: none;
}

table.full100border1 {
	width: 100%;
	border: thin solid black;
	border-collapse: collapse;
}
