/*
Theme Name: DHA
Theme URI: http://swelldesign.com.au/
Description: DHA theme, lovingly handcrafted by the peeps at Swell
Author: Swell Design Group
Version: 1.0.1
Tags: swell,crisp,html5,awesome
*/

/**
COLOURS
-------
#54534a		- Dark Grey - Text an' the like
#a9a9a4		- Light Grey - rules
#25b6cb		- Cyan (decorative)
#0081A3		- Cyan (text)
#aee7ed		- Cyan light (rules)
#405a96		- Blue for links

SECTIONS
All sections are prefixed with an =
--------
RESET		- resets any of the browser's preconceived ideas of what an element should look like.
STRUCTURE	- structural elements
NAVIGATION	- Navigation elements
FORMS		- Forms
TABLES		- Tables
CONTENT		- inline elements and other content
MISC		- anything else
MEDIA		- additional media queries

NOTES
-------
18px baseline
*/

@charset "UTF-8";
@import "fonts/museosans/stylesheet.css";

/**
*=RESET
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, figure, footer, header, hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

body { font:13px sans-serif; *font-size:small; *font:x-small; line-height:1.22; }
table { font-size:inherit; font:100%; }
select, input, textarea { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 
body, select, input, textarea { color:#3c3c3c; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }

a:hover, a:active { outline: none; }
ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }
small { font-size:85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align:top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-family: Helvetica, Arial, sans-serif; font-size: smaller; }

pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }

::-moz-selection{ background: #4b9abf; color:#fff; text-shadow: none; }
::selection { background:#4b9abf; color:#fff; text-shadow: none; } 

html { overflow-y: scroll; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }


/**
*=STRUCTURE
*/

html {
background: rgb(242, 242, 242);
}

body {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-family: , Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #54534a;
}

header {
	display: block;
	position: relative;
	height: 180px;
	background: #00174a url(images/masthead.png) no-repeat center 0;
}

header .wrapper {
	height: 180px;
}


header .wrapper,
footer .wrapper,
#page
{
	display: block;
	position: relative;
	width: 960px;
	margin: 0px auto;
}


.swell-gallery {
margin-left: -30px;
margin-top: -20px;
}

.swell-gallery img {
	-webkit-border-radius: 10px 10px 0 0; 
	border-radius:  10px 10px 0 0; 
}

#content {
	display: block;
	position: relative;
	float: right; /* Note that nav floats left */
	padding: 20px 30px 50px;
	width: 655px;
	
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}

.front-page #page
{
	margin-top: 60px;
}


footer
{
display: block;
position: relative;
height: 100px;
width: 960px;
margin: auto;
}

footer .wrapper
{
	height: 93px;
	padding-top: 6px;
	border-width: 1px 0 0 0;
	border-color: #a9a9a4;
	border-style: solid;
}


#footnotes
{
	display: block;
	position: relative;
	clear: both;
	margin: 18px 0;
	padding: 18px 0 0 0;
	
	border-width: 1px 0 0 0;
	border-color: #a9a9a4;
	border-style: solid;
	font-size: 10px;
}


/**
*=NAVIGATION
*/

.breadcrumbs
{
	display: block;
	position: relative;
	overflow: auto;
	clear: both;
	padding-top: 7px;
	font-size: 12px;
	padding-left: 20px;
	margin-left: 230px;
	margin-top: 15px;
	padding-bottom: 10px;
}

.breadcrumbs li
{
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
}

.breadcrumbs li a:after{
	content: "/";
}

.breadcrumbs span
{
font-weight: bold;
color: rgb(8, 73, 140);
}


nav.primary {
	/*margin-top: 60px;*/
	display: block;
	position: relative;
	float: left;
	
	background: rgb(0, 64, 129);
	border-radius: 5px;
	margin-bottom: 12px;
	padding: 5px 12px;
	
	width: 205px;
	margin-left: 5px;
}

nav.primary ul
{
	display: block;
	position: relative;
	margin-left: -9px;
}

nav.primary ul ul
{
	background: #fff;
	border-left: 1px solid rgb(203, 203, 203);
	border-right: 1px solid  rgb(203, 203, 203);
	margin: 5px -8px 5px;
	padding: 10px 12px 20px;
	
	width: 203px;
	margin-top: -1px;
}

nav.primary ul li{
list-style-type: none !important;
	}

nav.primary ul li.first,
nav.primary ul li.selected,
nav.primary ul li.ancestor
{
	border-style: none;
}

nav.primary ul li.selected a {
padding-bottom: 10px;
}


nav.primary ul li.ancestor a {
		border-style: none !important;
}



nav.primary ul li li
{
	background: #fff;
	margin-left: 0px;	
	border-bottom: 1px dotted #000 !important;
}


nav.primary ul li a,

{
	display: block;
	font-size: 12px;
	line-height: 18px;
	padding: 4px 2px 5px;
	text-decoration: none;
}

nav.primary ul li.selected a,
nav.primary ul li.ancestor a
{
text-decoration: underline;
}

nav.primary ul li.selected ul li a{
font-weight: normal !important;
}

nav.primary ul li.selected a span,
nav.primary ul li.ancestor a span
{
	display: block;
	/*background-color: #0081A3;*/
}


nav.primary ul li a,
nav.primary ul li.selected li a,
nav.primary ul li.ancestor li a,
nav.primary ul li.selected li a span,
nav.primary ul li.ancestor li a span
{
display: block;
font-size: 12px;
line-height: 18px;
padding: 4px 2px 5px;
text-decoration: none;
}

nav.primary ul li ul li a {
	color: #000 !important;
} 

nav.primary ul li a {
	color: #FFF !important;
	border-bottom: 1px dotted #FFF !important;
}



nav.primary ul li.selected li a,
nav.primary ul li.ancestor li a
{
	padding: 0;
}

nav.primary ul li li.selected > a span
{
color: rgb(0, 64, 129);
font-weight: bold;
}


footer nav
{
	display: block;
	float: right;
}

footer nav li
{
	display: block;
	float: left;
	background: transparent url(images/nav_separator.png) no-repeat 0px 2px;
	margin-left: 10px;
	padding-left: 10px;
}

footer nav li.first
{
	background-image: none ! important;
}

a.next_page {
bottom: 40px;
color:  rgb(0, 64, 129);
display: block;
font-size: 20px;
font-weight: bold;
height: 110px;
left: -30px;
line-height: 70px;
padding-left: 60px;
position: absolute;
text-decoration: none;
display: block;
position: relative;
clear: both;
height: 70px;
width: 100%;
background-image: url(images/dha-button.png);
background-position: 0 32px;
background-repeat: no-repeat;
float: left;
top: 20px;
padding-top: 40px;

border-top: 1px solid #ccc;
}

.welcome {
}

a.next_page span {
float: left;
font-size: 12px;
position: absolute;
top: 15px;
color: #666;
}

a.next_page:hover
{
	text-decoration: none;
}



/**
*=FORMS	
*/



/**
*=TABLES	
*/

td, th
{	
	padding: 4px 0;
	font-size: 12px;
	color: #000;
}

tbody td {
	background: #FFF;
}

tr {
	border-bottom: 1px solid rgb(204, 204, 204);
}

thead {
	background: rgb(0, 64, 129);
}
thead tr {
	border: none;
}

table {
	margin-bottom: 15px;
	width: 100%;
	display: block;
	overflow-x: hidden;
}

th, td {
	padding: 4px;
}

thead th
{
background: rgb(0, 64, 129);
color: #fff;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
}

.TABLE_head_1_Centred
{
	text-align: center;
}

.chart_wrapper 
{
	position: relative;
}

.chart_wrapper .notes p
{
	margin: 0;
	padding: 0 40px;
	font-size: 10px;
}

.chart_wrapper .notes p sup
{
	display: block;
	position: absolute;
	left: 20px;
}

td dd em
{
	display: block;
}

td dl
{
	margin-top: 18px;
}

.table-wrapper {
	width: 100%;
	overflow-x: auto;	
}



table.fixed {
	table-layout: fixed;
}

th.break {
	 border-right: 2px solid #fff; 
}

table.striped tbody tr.odd td {
	background: #ededed;
}

th.dark {
	background: #052e5e;
}

th.darkest {
	background: #021d42;
	font-weight: bold;
}

/* Table specific */

.table1 {
	width: 1800px;
}

.table1 th {
	text-align: center;
	vertical-align: middle;
}

.table2 th {
	font-weight: normal;
	vertical-align: middle;
	font-size: 110%;
}

.table2 td {
	background: #f2f2f2;
}

.table2 tr {
	border-color: #fff;
}


/**
*=CONTENT	
*/

#content a {
	text-decoration: underline;	
}

#content a:hover {
	color: #3978b9;
}

p {
	margin: 0 0 18px 0;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	margin-bottom: 5px;
}

p.first
{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


.welcome p
{
	margin-top: 34px;
	font-size: 18px;
	line-height: 27px;
}

blockquote {
	padding: 0 18px;
}

dt,
p strong
{
	font-weight: normal;
	font-family:  Helvetica, sans-serif;
}

a {
	color: #08498c;
	text-decoration: none;
	
	-webkit-transition: 300ms ease-in-out;
	-moz-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	-ms-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}
a:hover {
	text-decoration: underline;
}

h2, .entry-title
{
	display: block;
	position: relative;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 36px;
	margin: 24px 0 24px 0;
	padding: 3px 50px 0 0;
	
	color: rgb(0, 64, 129);
	
	font-weight: bold;

}
/*
.home h2
{
	margin: 0;
	padding: 9px 0 8px 0;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #aee7ed;
	color: #0081A3;
}
*/

.entry-title strong
{
	display: block;
	font-weight: normal;
	font-family:  Helvetica, sans-serif;
	color: #0081A3;
}

.entry-title .chapter em
{
	display: none;
}

.entry-title .chapter strong
{
	display: block;
	position: absolute;
	right: 0;
	top: -20px;
	font-family: , Helvetica, sans-serif;
	font-weight: normal;
	font-size: 124px;
	line-height: 1;
	color: #25b6cb;
}

p strong {
	font-weight: bold;
	display: inline-block;
}

h3
{
border-bottom: 1px solid rgb(152, 152, 152);
color: #000;
font-size: 20px;
line-height: 26px;
font-weight: bold;
margin: 25px 0 15px;
padding-bottom: 10px;

}


.highlights-and-events article
{
	display: block;
	border-bottom: 1px solid rgb(152, 152, 152);
	margin: 25px 0 15px;
	padding-bottom: 15px;
	position: relative;
}

.highlights-and-events article.last
{
	border-style: none;
}

.highlights-and-events article h4,
.highlights-and-events article p {
	margin-left: 220px;	
}

.highlights-and-events h3
{
	padding-bottom: 0;
	border-style: none;
	margin-bottom: 10px;
}

.highlights-and-events article img {
	position: absolute;
	left: 0;
	top: 20px;
	width: 200px;	
	height: auto;	
	
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

.highlights-and-events h5
{
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: -16px;
	width: 200px;
	text-align: center;
	background: rgb(0, 64, 129);
	padding: 4px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

.highlights-and-events h5 em {
	color: #81c1ec;
	font-style: normal;
}


h3 + p
{
	margin-top: 14px;
}

h4, table caption
{
color: rgb(0, 64, 129);
font-size: 16px;
font-weight: bold;
margin: 25px 0px 5px 0px;
line-height: 23px;
text-align: left;
}

.files h4
{
	color: rgb(0, 64, 129);
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 7px;
}

.chart_wrapper h4
{
	margin-bottom: 3px;
}

h5
{
	margin: 18px 0 9px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	
}

ul, ol
{
	display: block;
	position: relative; 
	margin: 0 0 18px 0;
	padding: 0;
	
	margin: 0 0 18px 0;
	font-size: 12px;
	color: #000;
	margin-bottom: 5px;
	margin-left: 15px;
	
}

ul.objectives
{
	color: rgb(0, 64, 129);
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0 0 0 1em;
	line-height: 24px;	
}

ul.objectives li
{
	
}


ol li 
{
	line-height: 22px;
	margin: 0 0 0 5px;
}

ul li 
{
	line-height: 22px;
	margin: 0 0 0 5px;
	list-style-type: square;
}

.ie6 li
{
	margin: 0 0 0 2em;
}

ul li {
}

ol.lower-alpha
{
	list-style-type: lower-alpha;
}

ol.lower-roman
{
	list-style-type: lower-roman;
}

header #site-title,
header #site-title a
{
	display: block;
	position: relative;
	float: right;
	margin: 118px 0 0 0;
	padding: 0;
	overflow: hidden;
	font-size: 1px;
	text-indent: -900em;
	width: 435px;
	height: 72px;
}

header #site-badge {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 -15px 0 0;
	padding: 0;
	width: 240px;
	height: 85px;
	color: #FFF;
	background: url('images/badge-bg.png') no-repeat left top;
	overflow: hidden;
	text-indent: -9999em;
	
}

.table-wrap{
	overflow-x: scroll;
}

header #site-title a
{
	margin: 0;
	padding: 0;
	background: url(images/ar_logo.png) no-repeat top left;
}

header .tagline
{
	display: block;
	position: absolute;
	left: 36px;
	bottom: 0px;
	width: 177px;
	height: 111px;
	z-index: 1;
	overflow: hidden;
	font-size: 1px;
	text-indent: -900em;
	background: url(images/dha_logo.png) no-repeat;
}


#content .decoration
{

}


footer .files
{
	display: block;
	position: relative;
	width: 240px;
	left: 0;
	margin: 20px 0;
}

footer .files ul
{
	margin-bottom: 16px;
	margin-left: 0px;
}

 .files li
{
	list-style-position: inside;
	margin: 0;
	padding: 3px 0 3px 0;
}

 .files li.first
 {
 	margin-bottom: 2px;
 }

 .files li.pdf
{
	list-style-image: url(images/ico-pdf.gif);
}

 .files li.doc,
 .files li.word
{
	list-style-image: url(images/ico-word.gif);
}

 .files li.xls,
 .files li.excel
{
	list-style-image: url(images/ico-excel.gif);
}

p.file a
{
	display: block;
	padding: 0px 0 10px 20px;
}

p.file a.pdf
{
	background-image: url(images/ico-pdf.gif);
	background-position:  0 0;
	background-repeat: no-repeat;
	color: #000 !important;
}


li.pdf a {
	color: #000 !important;
	text-decoration: underline;
}

li.pdf a:hover {
	color: #08498c !important;
}

footer p.copyright
{
	display: block;
	float: left;
}

.alignleft {
	text-align: left;
}

div.alignright,
img.alignright
{
	display: block;
	position: relative;
	float: right;
	margin: 0 0 18px 20px;
}

.wp-caption-text
{
	display: block;
	position: relative;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	font-family:  Helvetica, sans-serif;	
}

.videos
{
	display: block;
	position: relative;
	clear: both;
}

.video_wrapper
{
	display: block;
	position: relative;
	float: left;
	width: 220px;
	margin: 0 0 0 20px;
}

.videos .first
{
	margin: 0 !important;
}

.videos a.youtube
{
	display: block;
	position: absolute;
	right: 0;
	top: 27px;
	line-height: 1;
	font-size: 12px;
}

.video_wrapper p
{
	font-size: 12px;
	padding-right: 20px;
	margin-top: 15px;
}

img.feature
{
	display: block;
	position: relative;
	margin: -18px 0 0 0;
}

#footnotes p span
{
	display: block;
	position: absolute;
	left: 0px;
}

.letter {
	padding: 120px 40px 40px 40px;
	margin: 40px 0;
	background: url(images/dha_letter_logo.png) no-repeat 480px 35px;
	
	-webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.3);
}

.letter .sig {
	padding-right: 250px;
	margin-bottom: 20px;
}

.letter .addresses p {
	line-height: 14px;		
}

.dha-executive-2 aside.dha-governance {
	margin-top: -50px;	
}
.board-members-2 aside.dha-governance {
	margin-top: -25px;
}

aside.dha-governance ul,
aside.dha-governance h4,
aside.dha-governance h5,
aside.dha-governance p {
	margin-left: 150px;
}

aside.dha-governance ul {
	padding-left: 12px;
}

aside.dha-governance img.alignleft {
	margin-left: -150px;
	padding-top: 40px;
}

aside.dha-governance h4 {
	margin-top: 0px;
	padding-top: 35px;
}

aside.dha-governance h4 span {
	color: #000;
}

figure.flashback-fig figcaption {
	display: none;
}

.flashback {
	background: #fff;
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 10px;
	
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.7);
	-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.7);
}

.flashback.bottom {
	top: 290px;	
}

.flashback.right {
	left: 460px;	
}

.flashback em {
	display: block;
	opacity: 0;
	height: 20px;
	width: 20px;
	float: right;
	margin-left: -20px;
	z-index: 30;
	position: relative;
	background: url(images/full-screen-small.png) no-repeat top left;	
	left: -5px;
	top: 5px;
	
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.flashback:focus em,
.flashback:hover em {
	opacity: 1;
	
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.flashback span {
	position: absolute;
	top: 0;
	left: 30px;
	padding: 10px;
	
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	background: rgb(0, 64, 129);
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.flashback img {
	width: 220px !important;	
	display: block;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

ul.values {
	margin: 35px 0 30px 0;
	text-align: center;
}

ul.values li {
	display: inline;
	background: rgb(0, 64, 129);
	color: #fff;
	font-size: 15px;
	padding: 6px 14px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.swell-downloads h3 {
	display: none;
}

a.full-screen-table {
	float: right;
	text-indent: -9999px;
	display: block;
	width: 40px;
	height: 40px;
	background: url(images/full-screen.png) no-repeat top left;
	
	position: relative;
	top: -60px;
	left: -5px;
	opacity: 0;
}

a.full-screen-table:hover {
	opacity: 1 !important;	
}

.facebox-table {
	left: 0 !important;
}

#facebox .close::before {
	content: 'Close';
	font-size: 15px;
}

#facebox .close {
	border: none !important;
	border-radius: 0px !important;	
	padding: 3px 4px 0px 4px !important;	
	top:  -25px !important;
	right: 10px !important;
	background: #FFF;
	padding: 6px 24px !important;
	width: auto !important;
}

#facebox .close img {
	padding: 0 0 0 8px;
}

#facebox .image-caption {
	margin: 20px auto;
	width: 440px;
	display: block;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
/**
*=MISC
*/

.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }
.hidden { display:none; visibility:hidden; } 
.visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.edit-link a
{
	display: block;
	position: fixed;
	bottom: 5px;
	right: 10px;
	padding: 5px 20px 5px 35px;
	background: #dedede url(images/icon_edit_18px.png) no-repeat 10px 4px;
	color: #666;
	text-shadow: rgba(255, 255, 255, 0.7) 0px 1px 1px;
	z-index: 1000;
	text-transform: lowercase;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.edit-link a:active
{
	margin-top: 2px;
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	box-shadow: 0 -1px 1px rgba(0,0,0,0.4);
}

.chart_wrapper .edit-link a
{
	position: absolute;
}

img.size-full,
img.alignnone{
	width: 100%;
	height: 100%;
}

img.alignleft{
	width: 22%;
	height:  22%;
	float: left;
	padding-right: 35px;
	display: inline;
}

.signatures {
	float: left;
	padding-top: 30px;
	text-align: left;
	width: 30%;
}

.signatures h4 {
	text-align: left;
}
.signatures img {
	height: 60px;
	width: auto;
}

.acronyms-and-abbreviations ul li{
	border-bottom: 1px dotted #999;
		list-style-type: none;
		padding: 3px 0px;
}

.acronyms-and-abbreviations ul li strong{
	padding-right: 5px;
}

.acronyms-and-abbreviations ul{
	margin-left: 0px;
}

.acronyms-and-abbreviations nav.primary li{
	border-bottom: none !important;
}

h4.alignleft{
	margin-left: 0px !important;
}

/* history-timeline */

.timeline #content {
	background: #ebeaea url(images/timeline-bg/index.html) no-repeat bottom left !important;
}

.timeline a.next_page {
	background-color: #FFF;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;	
}

.history-timeline-content {
   
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-height: 247px;
    overflow: hidden;
    position: relative;
    width: 670px;
}

.history-timeline ul.date-pagination {
	background: url(images/timeline-ribbon.png) no-repeat top left;
	width: 670px;
	height: 42px;
	margin: 0 0 35px 0 !important;
}

.history-timeline ul.date-pagination li {
	list-style: none;
	font-weight: bold;
	font-size: 20px;
	line-height: 49px;
}

.history-timeline ul.date-pagination li a {
	color: rgb(153,153,153);
}

.history-timeline ul.date-pagination li.active a {
	color: rgb(0, 64, 129);
}

.history-timeline ul.date-pagination li.active {
	background: url(images/timeline-current-date-arrow/index.html) no-repeat 40% 100% !important; 
	padding-bottom: 34px !important;
}


.history-timeline ul.date-pagination li a {
	text-decoration: none !important;
	padding: 0 50px 0 30px;
}

#history-timeline-slide-wrapper {
    position: relative;
}

.history-timeline-slide {
    display: block;
    float: left;
    overflow: hidden;
	padding: 0 15px 0 0;
	width: 655px;    /*(history-timeline-content.width - (history-timeline-slide.padding.left+ history-timeline-slide.padding.right)*/
}

.history-timeline-slide .polaroid {
    float: left;
    height: 215px;
    margin: 0 33px 20px 0;
    width: 264px;
}

.history-timeline-slide h3 {
	color: rgb(0, 64, 129);
	font-size: 20px;
	line-height: 24px;	
	border: none;
	
	padding: 30px 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.history-timeline-slide .col {
	width: 190px;
	margin-right: 25px;
	float: left;
}

.history-timeline-slide .col img {
	height: auto;
	width: 75%;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.history-timeline-slide p.content-block {
	color: rgb(0, 64, 129);
	font-size: 12px;
	line-height: 18px;	
	padding: 18px 0;
	border-bottom: 4px solid #FFF;
	
}

.history-timeline-slide ul {
	margin: 0;
	padding: 9px 0 6px 0;
	border-bottom: 4px solid #FFF;	
}

.history-timeline-slide ul li {
	list-style: none;
	background: url(images/blue-arrow.png) no-repeat 0px 4px;
	color: rgb(0, 64, 129);
	font-size: 12px;
	line-height: 18px;	
	padding: 0 0 6px 18px;
	margin-bottom: 6px;
	border-bottom: 1px solid #FFF;		
}

.history-timeline-slide ul li.last {
	border-bottom: none;
}

.history-timeline-slide p.content-block.no-border {
	border: none;
	padding-bottom: 0;
}

.history-timeline-slide i.right-arrow {
	padding: 0 5px 0 6px;
	background: url(images/right-arrow.png) no-repeat 50% 50%;
	width: 10px;
	height: 13px;
	display: inline-block;	
}


.history-timeline-controller {   
    height: 44px;
    width: 670px;
}

.timeline-arrow {
    height: 14px;
    left: 26px;
    position: relative;
    top: -5px;
    width: 23px;
    z-index: 20;
}

#content .history-timeline ul.date-pagination {
    float: left;
    margin-top: 3px;
    width: 670px;
}

#content .history-timeline ul.date-pagination li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin-top: -3px;
    padding: 0;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#content .history-timeline ul.date-pagination a {
    display: block;
}

#content .history-timeline ul.date-pagination a:hover {
    opacity: 0.66;
    text-decoration: none;
}

#content .history-timeline ul.date-pagination a:focus {
    outline: medium none;
}


/**
*=MEDIA
*/
/* 
 * print styles
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

/* Grade-A Mobile Browsers */
@media screen and (max-device-width: 480px) {
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}


/* Localized */