@charset "UTF-8";
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.ht----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: #333;  
	text-align: left;
}
body {
	line-height: 1;
	letter-spacing:1px;
	padding-top: 20px;
	background: #6B2B09 url("images/seamless-rust2.jpg") repeat;
}
a:link {
	color: #086678;
	text-decoration: underline;
}
li a em,
a:link em {
	color: #086678;
}
a:visited {
	color: #086678;
	text-decoration: none;
}
li a:hover em,
a:hover {
	color: #5FA4A4;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.textdecoration {
	clear: both;
	position: relative;
	text-align: center;
	display: block;
	padding-left: 200px;
	padding: 0 200px 15px;
}
h3, h4, h5, h6   {
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 0;
	clear: both;
	line-height: 1.4em;
}

h2 {
	font-size:22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.1em;
	color: #086678;
	display: block;
	width: 620px;
	clear: both;
	letter-spacing: 1px;
	padding-top: 16px;
	padding-bottom: 8px;
	position: relative;
}
h3 {
	color: #C14E29;
	font: bold normal 17px/1.2em Arial, Helvetica, sans-serif;
	display: block;
	padding-bottom: 20px;
	clear: left;
	position: relative;
}
h4 {
	font-size: 15px;
}
h5  {
	display: block;
	position: relative;
	color: #71899E;
	font-size: 13px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 620px;
}
p  {
	font:14px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding-top: 0;
	padding-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 20px;
	display: block;
	clear: left;
}
.listhead {
	color: #C14E29;
	font: bold normal 17px/1em Arial, Helvetica, sans-serif;
	display: block;
	padding:5px 0;
	margin:5px 0 0 0;
}
dl {
	margin-left:0px;
	font: 16px/1.5em Georgia, "Times New Roman", Times, serif;
	width: 100%;
}
dl.who dt{
	font-family: Arial, Helvetica, sans-serif;
	color: #086678;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.2em;
	display: block;
	padding-right: 6px;
	margin-top: -1px;
}
.who dt a {
	text-decoration: underline;
}
dd  {
	font:14px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0px 0px 20px;
	padding: 0;
}

#header {
	position: relative;
	display: block;
	background: transparent url("images/site-logo.png") no-repeat 88px 32px;
	-webkit-border-top-left-radius:14px;
	-webkit-border-top-right-radius:14px;
	-moz-border-radius-topleft:14px;
	-moz-border-radius-topright:14px;
	border-top-left-radius:14px;
	border-top-right-radius:14px;
	padding: 30px 0px 10px 110px;
	overflow: hidden;
	width: 750px;
	height: 170px;
	text-align: center;
}
#header h1 {
	text-transform: none;
	font: normal 40px/1.4em "Times New Roman", Times, serif;
	color: #086678;
	text-align: center;
	display: block;
	width: 100%;
	position: relative;
	margin-top: 5px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#header h2 {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #C14E29;
	letter-spacing: 2px;
	text-align: center;
	line-height: 1.4em;
	width: 760px;
	margin-left: -35px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 40px;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	background: #F7F8F9;
	-moz-box-shadow: 5px 5px 3px #542311;
	-webkit-box-shadow: 5px 5px 3px #542311;
	box-shadow: 5px 5px 3px #542311 ;
	margin: 0 auto 8px;
	height:auto;
	overflow: hidden;
	width: 900px;
	position: relative;
	display: block;
}
#decorule {
	display: block;
	float: left;
	height: auto;
	width: 760px;
	position: absolute;
	margin: 0 70px;
	border-right: 1px solid #c14e29;
	border-left: 1px solid #c14e29;
}
#footdecorule {
	display: block;
	float: left;
	width: 760px;
	border-right: 1px solid #c14e29;
	border-bottom: 1px solid #c14e29;
	border-left: 1px solid #c14e29;
	position: relative;
	margin-left: 70px;
	height: 40px;
}
.container ul {
	display: block;
	margin-left: 16px;
}
.content {
	clear: left;
	background: transparent;
	position: relative;
	display: block;
	height: auto;
	overflow: visible;
	margin-left: 70px;
	float: left;
	width: 620px;
	border-left: 1px solid #c14e29;
	border-right: 1px solid #c14e29;
	padding: 25px 70px 30px;
	margin-top: 10px;
	border-top: 1px solid #c14e29;
}
.content h1 {
	text-align:center;
	font: normal 26px/1.1em Arial, Helvetica, sans-serif;
	color: #086678;
	letter-spacing: 2px;
	display: block;
	position: relative;
	margin-top: 0px;
	margin-bottom: 30px;
	width: 620px;
}
ol {
	list-style: decimal outside;
}
ol ul {
	list-style: circle outside;
	margin-bottom:10px;
}
li	{
	clear:left;
	font:14px/1.5em Georgia, "Times New Roman", Times, serif;
}

ol ul blockquote {
margin-left:-20px;	
}

.dropcap {
	color: #086678;
	display: block;
	position: relative;
	font: normal 4em/0.6em "Times New Roman", Times, serif;
	clear: both;
	padding-top: 6px;
	margin-right: 2px;
	float: left;
	width: auto;
}
.quotecap {
	color: #086678;
	display: block;
	position: relative;
	font: normal 3em/.6em "Times New Roman", Times, serif;
	clear: left;
	padding: 0px;
	margin: 0 2px 0px 0px;
	float: left;
	width: auto;
}
.leftcol {
	display: block;
	clear: both;
	float: left;
	width: 380px;
	position: relative;
	margin-right: 20px;
}
.rightcol {
	display: block;
	clear: none;
	float: left;
	width: 380px;
	position: relative;
}
:before, blockquote:after {
	content: '';
	content: none;
}
.transquote {
	margin-top: 0px;
		/* Fallback for web browsers that don't support RGBa */
	background: rgb(255, 255, 255) url("http://therapistspostdisaster.com/images/images/quotes_01.png") no-repeat 6px 8%;
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.6);

}

.slider {
	display: block;
	position: relative;
	height: 50px;
	clear: left;
	float: left;
	width: 100%;
}
.slidertwo {
	height:3em;
}
.sliderthree {
	height:5em;
}
.sliderfour {
	height:7em;
}
.sliderfive {
	height:8em;
}
.slidersix {
	height:9em;
}
.sliderseven {
	height:10em;
}
.slidereight {
	height:11em;
}
.quotecount {
	font: normal 11px Arial, Helvetica, sans-serif!important;
	color: #adadad!important;
	display: block;
	position:relative;
	left:0;
	text-align:left;
	margin-bottom:3px!important;
	padding:0;
	background-color:#FFFFFF;
	width:auto;
	height:1em;
}
blockquote,
.quoteblock {
	quotes: none;
	width: 320px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius:30px;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
	padding: 20px 0px 30px 72px;
	display:block;
	position:relative;
	width: 551px;
	border: 1px solid #c14e29;
	margin: 15px 0;
	color: #333;
	float: left;
	height: auto;
	font-style: italic;
	font-size: 1.1em;
	background:#ffffff;
	clear: left;
	overflow: visible;
}
.quoteblockheader {
	display: block;
	clear: left;
	float: left;
	width: 100%;
	position: relative;
}
.quoteblock h3 {
	padding-bottom:8px;
	line-height:1.2em;
}
blockquote p,
.quoteblock p {
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	padding: 0 70px 10px 70px;
	margin: 0 0 0 -70px;
	display: block;
	width: 480px;
	color: #333;
	clear: left;
	background: url("images/dblquotes_03.png") no-repeat 10px 5%;
	position: relative;
}
.quoteblock span {
	display: block;
	color: #086678;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	margin-bottom:10px;
	line-height: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 90%;
	clear: left;
	position: relative;
	z-index:999999!important;
}
.quoteblock span em {
	color: #086678;
	z-index:999999!important;
}
blockquote p .quotecap,
.quoteblock p .quotecap {
	color: #086678;
	display: block;
	position: relative;
	font: normal 3em/.5em "Times New Roman", Times, serif;
	clear: left;
	padding: 5px 0 0 0px;
	margin: 0px 5px -4px 0px;
	float: left;
	width: auto;
}
.quoteblock p.openquote {
	background: url("images/openquote.png") no-repeat 10px 5%;
	padding-bottom: 10px;
	line-height: 2em;
	margin-bottom: -3px;
}
.quoteblock p.closequote {
	background: url("images/closequote.png") no-repeat 95% -3px;
	margin-bottom: 10px;
	line-height: 2em;
	margin-top: -3px;
}
.quoteblock p.noquote {
	background:url("http://therapistspostdisaster.com/none");
}
.quoteblock .slidertwo p,
.quoteblock .sliderthree p,
.quoteblock .sliderfour p,
.quoteblock .sliderfive p,
.quoteblock .slidersix p,
.quoteblock .sliderseven p, 
.quoteblock .slidereight p,
.quoteblock .slider p {
	background: #FFFFFF url("images/dblquotes_03.png") no-repeat 10px 10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius:30px;
	display: block;
	clear: left;
	position: relative;
	margin-bottom:0;
	padding-bottom:0px;
}
.clearslider {
	display: block;
	clear: left;
	width: 100%;
	position: relative;
	margin: 20px 0;
	height: auto;
	padding: 30px 0px;
}
.twolines {
	height:3em;
}
.threelines {
	height:5em;
}
.fourlines {
	height:7em;
}
.fivelines {
	height:8em;
}
.sixlines {
	height:9em;
}
.sevenlines {
	height:10em;
}
.eightlines {
	height:11em;
}
.content ol li ul li div.quoteblock {
	margin-left:-18px;
}
.attribution {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #015365;
	display: block;
	float: right;
	margin-right: 50px;
	margin-top: -14px;
	width: 60%;
	height: 12px;
	line-height: 1.2em;
}
.noquote {
	background: url("http://therapistspostdisaster.com/none");
	padding-bottom: 10px;
}
.openquote {
	background: url("images/openquote.png") no-repeat 10px 0px;
	padding-bottom: 10px;
	line-height: 2em;
	margin-bottom: -3px;
}
.openquote-long {
	background: url("images/openquote.png") no-repeat 10px 0px;
	padding-bottom: 10px;
	margin-bottom: -3px;
}

.closequote {
	background: url("images/closequote.png") no-repeat 95% -3px;
	margin-bottom: 10px;
	line-height: 2em;
	margin-top: -3px;
}
.closequote-long {
	background: url("images/closequote.png") no-repeat 95% 85%;
	margin-bottom: 10px;
	margin-top: -3px;
}


/*--------------------GENERAL---------------------------*/
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.centered {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.hidden {
	display: none;
	margin-left: -9999px;
	position: absolute;
}

.floatright {
	float: right;
	line-height: 1.4em;
	display: block;
	position: relative;
	padding-left: 10px;
}
.floatleft {
	float: left;
	z-index: 1000;
	display: block;
	position: relative;
	margin-right: 10px;
}
.shadow {
  -moz-box-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: 2px 2px 5px #000;
  box-shadow: 2px 2px 5px #000;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
cite  {
	color: #427490;
	margin-top: 0px;
	display: block;
	text-indent: -8px;
	margin-bottom: 0px;
	font: normal 11px/1.2em Verdana, Geneva, sans-serif;
}

/*----------------FOOTER---------------------*/
#footer,
.container {
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	border-radius:14px;
}
#footer {
	background: #F7F8F9;
	display: block;
	margin: 0px auto 20px;
	height: 80px;
	width: 900px;
	position: relative;
	-moz-box-shadow: 5px 5px 3px #542311;
	-webkit-box-shadow: 5px 5px 3px #542311;
	box-shadow: 5px 5px 3px #542311;
	clear: both;
	overflow: hidden;
}
.copyright {
	font: 11px Arial, Helvetica, sans-serif;
	display: block;
	position: relative;
	color: #333;
	padding: 0 6px;
	letter-spacing: normal;
	text-align: right;
	width: 620px;
}

#copyright {
	font: 10px Arial, Helvetica, sans-serif;
	white-space: nowrap;
	display: block;
	position: absolute;
	color: #7AAAAE;
	background: #F7F8F9;
	top: 34px;
	right: 69px;
	padding: 0 6px;
	letter-spacing: normal;
}
#footer img {
	display: block;
	padding: 3px;
	position: absolute;
	background: #F7F8F9;
	right: -32px;
	top: 10px;
}
#siteby {
	position: absolute;
	display: block;
	top: 34px;
	left: 62px;
	background: #F7F8F9;
	text-align: center;
	letter-spacing: normal;
	white-space: nowrap;
	padding-right: 4px;
	padding-left: 4px;
}
#siteby a {
	font: normal 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #7AAAAE;
	margin-right: 6px;
}

/*-----------------NAVIGATION----------------------*/
#nav {
	position: absolute;
	display: block;
	width: 100%;
	left: 0px;
	height: 30px;
	padding: 0px 0 20px;
	margin: 0px;
	bottom: 0px;
	float: left;
}
#nav ul {
	list-style: none;
	display: block;
	margin: 0;
	float: left;
	width: 100%;
	position: relative;
	padding-left: 70px;
	height: 40px;
}
#nav ul li {
	display: block;
	float: left;
	white-space: nowrap;
	position: relative;
	text-align: left;
	clear: none;
	text-transform: uppercase;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}
#nav ul li a {
	padding: 8px 17px;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #333333;
	border-top: 1px solid #FFF;
	border-right: 1px solid #737B7D;
	border-bottom: 1px solid #737B7C;
	border-left: 1px solid #FFF;
	height: 30px;
	letter-spacing: 2px;
	text-decoration:none;
}
#nav ul li a:hover {
	color: #5FA4A4;
	border:1px solid #AFBCC0;
}
#nav ul li a:active {
	border-top: 1px solid #737B7D;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #737B7C;
}

/*---------------PAGES---------------------*/
#home {
	background: url("images/hurricane.jpg") no-repeat 10px -10px;
	width: 100%;
	position: relative;
	display: block;
	top: 0px;
	float: left;
}
#contribs {
	width: 600px;
	display: block;
	float: left;
	position: relative;
	margin-left: 0px;
	text-align: center;
	line-height: 1.5em;
	padding-left: 40px;
	padding-bottom: 40px;
}
#contribs h2 {
	width: 220px;
	line-height: 1.5em;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	float: left;
	margin-left:25px;
	position: relative;
	font-size: 18px;
	top:-20px;
}
#contribs img  {
	display: block;
	margin-right: 100px;
	position: relative;
	float: right;
}
#contribs img, img.floatright, img.floatleft {
	padding:4px;
	border:1px solid #086678;
}
#contribborder {
	display:block;
	position:absolute;
	top:212px;
	left:50%;
	margin-left:-250px;
	width: 480px;
	border-top:1px solid #086678;
	clear:both;
}
#contribs .leftcol {
	position: relative;
	width: 250px;
	display: block;
	list-style: outside;
	padding-top: 30px;
	padding-left: 0px;
	margin-left: 30px;
}
#contribs .rightcol   {
	display: block;
	float: left;
	width: 280px;
	position: relative;
	clear: none;
	padding-top: 30px;
}
#contribs div.leftcol ul li {
	line-height:23px;
}
#contribs div.rightcol ul li {
	line-height:25px;
}

#who {
	display: block;
	position: relative;
	width: 100%;
	float: left;
}
#resources {
	width: 620px;
	display: block;
	float: left;
	position: relative;
}
#resources #dvd {
	position: relative;
	margin-top: -20px;
}
#resources #trauma {
	margin-top: -20px;
	position: relative;
}
.footnote {
	display: block;
	clear: both;
	position: relative;
	width: 550px;
	border-top: 1px solid #CCC;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 10px;
	margin-left: 15px;
	margin-top: 10px;
}
#knowledgesub .centered {
	margin: 0px 0px 8px;
	padding: 0px;
}
#knowledgesub h2 {
	font: 18px/1.2em Georgia, "Times New Roman", Times, serif;
	margin: -6px 0px 8px;
	padding: 0px;
	color:#C14E29;
}
#knowledgesub {
	margin-bottom: 20px;
	text-align: center;
	width: 620px;
}
#download {
	font: 10px Arial, Helvetica, sans-serif;
	display: block;
	letter-spacing: normal;
	position: relative;
	border: 1px solid #86A4D6;
	width: 52px;
	text-decoration: none;
	background: url("images/download.png") no-repeat 6px 2px;
	height: 52px;
	float: right;
	margin-right: -68px;
	margin-top: -23px;
}
#download a:link {
	text-decoration: none;
	float: right;
}
#download a:hover {
	border: 1px solid #C1512C;
	color: #C1512C;
}

.label {
	clear: both;
	position: absolute;
	display: block;
	top: 41px;
	left: 4px;
	color: #86A4D6;
}
.label:hover {
	color: #C1512C;
}

img, a { behavior: url("http://therapistspostdisaster.com/iepngfix.htc"); }

.backtotop {
	display: block;
	position: relative;
	left:40%;
	height: 20px;
	width: auto;
	line-height: 1.5em;
	text-align: center;
	clear: both;
	margin-top:10px;
}
.backtotop p a {
	border: 1px solid #bababa;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 4px 6px;
	text-decoration: none;
	color: #A2A2A2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius:6px;
	-moz-box-shadow: 2px 2px 3px #bababa;
	-webkit-box-shadow: 2px 2px 3px #bababa;
	box-shadow: 2px 2px 3px #bababa;

}
.backtotop p a:hover {
	text-decoration: none;
	color: #086678;
	border: 1px solid #086678;
}