@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #1F2A33;
	text-align: center;
	background: url(images/bkg-bottom.jpg) fixed bottom repeat-x;
}
div.hr {
	margin: 20px 0;
	height: 28px;
	width: 950px;
	clear: both;
	background: url(images/hr.png) no-repeat;
}
div.hr hr {
	display: none;
}
a {
	color: #2E6CAC;
}
img {
	border: 0;
}
h1 {
	font-size: 2em;
	color: #2E6CAC;
}
h2 {
	font-size: 1.4em;
	color: #2E6CAC;
}
h3 {
	font-size: 1.1em;
	color: #2E6CAC;
}
.advocacy-link {
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background: url(images/bkg-top.jpg) top repeat-x;
	width: 100%;
}
#ITTA-header {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 350px;
	z-index: 0;
	background: url(images/bkg-header.jpg) top no-repeat;
}
#ITTA-tagline {
	position: absolute;
	margin: 0 auto;
	margin-left: 75px;
	font-size: 0.8em;
	font-weight: bold;
	color: white;
	z-index: 2;
}
#nav {
	position: absolute;
	margin: 0 auto;
	top: 60px;
	left: 300px;
	width: 700px;
	z-index: 5;
	font-size: 1.2em;
	font-weight: bold;
}
#nav li {
	list-style: none;
	display: inline;
}
/*#nav li ul li {
	background-image: url(images/li-hr.png);
	background-position: 0em .85em;
	background-repeat: no-repeat;
}*/
#nav li ul li {
	padding-left: 5px;
	border-bottom: 1px solid white;
	background: url(images/bkg-menu.png) repeat;
}
#nav a:link {
	color: #90C3EA;
	text-decoration: none;
}
#nav a:hover {
	color: white;
	text-decoration: none;
}
#nav a:visited {
	color: #90C3EA;
	text-decoration: none;
}
#menu-about {
	left: 5px;
}
#menu-advocacy {
	left: -25px;
}
#menu-media {
	left: -55px;
}
#menu-contact {
	left: -55px;
}
#header-graphic {
	position: relative;
	top: 100px;
	width: 950px;
	height: 200px;
	margin: 0 auto;
}
#content {
	position: relative;
	top: 280px;
	width: 950px;
	margin: 0 auto;
	z-index: 10;
	text-align: left;
}
.column {
	width: 30%;
	float: left;
	padding: 15px;
}
#content-subpage {
	width: 62%;
	float: left;
	padding: 15px;
	padding-left: 30px;
}
#content-subpage img {
	float: left;
	margin: 20px 20px 20px 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
.jumpMenu {
	background-color: white;
	color: #2E6CAC;
}
#content-footer {
	position: relative;
	top: 0;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 25px;
	z-index: 5;
	clear: left;
}
#content-footer ul, #content-footer p {
	padding-left: 50px;
}
#links {
	margin-left: 0;
	margin-bottom: 5px;
}
#links li {
	font-size: 0.8em;
	list-style: none;
	display: inline;
	margin-right: 10px;
}
#copyright {
	margin-top: 5px;
	color: #4C5D6B;
	font-size: 0.8em;
	padding-bottom: 20px;
}
#sig {
	position: absolute;
	top: 136px;
	left: 600px;
}
#footer {
	position: fixed;
	left: 0;
	bottom: 0;	
	width: 100%;
	height: 350px;
	z-index: -2;
	background: url(images/bkg-footer.jpg) bottom no-repeat;
}
.staff {
	border: 2px solid #2E6CAC;
	float: left;
	width: 120px;
	height: 180px;
}
