@import url("newsbox.css");
/* General Formatting ----------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
body {
	margin-top: 10px;
	background: url(../../images/body_bg.gif) repeat-x #CBCBCB fixed;
}
p {
	margin-bottom: 1em;
}
a, a:visited {
	font-size: 10pt;
	text-decoration: none;
	border-bottom: 1px solid;
	font-weight: bold;
	color: #333366;
}
a:hover {
	border: 0;
	color: #666;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
/* Container -------------------------------------------------------*/
#container {
	width: 770px;
	margin: 0 auto;
	border-top: 1px solid #9B9BB4;
}
/* Header ----------------------------------------------------------*/
#header {
	display: block;
	width: 770px;
	height: 120px;
}
#header a#logo {
	float: left;
	margin: 10px 20px 0;
	width: 490px;
	height: 90px;
	text-indent: -9999px;
	border: 0;
	outline: none;
}
/* Top Right -------------------------------------------------------*/
#top-right {
	float: left;
	width: 217px;
}
#flags {
	display: block;
	text-align: center;
	margin-top: 5px;
}
#flags a {
	border: 0;
	padding: 0;
	margin: 0;
	outline: none;
}
#flags p {
	color: #E8E8E8;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: .5px;
	margin: 0;
	padding: 0;
}
#flags img {
	border: 0;
	margin: 0 5px;
}
/* Top Nav ---------------------------------------------------------*/
#top-nav {
	float: right;
	display: inline;
	margin-top: 5px;
	margin-right: 23px;
	list-style: none;
	text-align: left;
	color: #E8E8E8;
}
#top-nav li {
	display: inline;
}
#top-nav a {
	margin: 0 3px;
	background-color: #333367;
	padding: 0 2px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: .5px;
	color: #E8E8E8;
	text-decoration: none;
	border: 0;
}
#top-nav a:hover {
	border-bottom: 1px solid #e8e8e8;
}
/* Left Col --------------------------------------------------------*/
#left-col {
	clear: both;
	float: left;
	width: 360px;
	padding-left: 20px;
	margin-top: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333366;
}
h1.page-heading {
	clear: both;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #333366;
	letter-spacing: .3px;
	margin-bottom: .5em;
}
/* Sizer -----------------------------------------------------------*/
#sizer {
	float: left;
	margin: -10px 0 0 0;
	padding: 0;
}
#sizer img, #sizer a {
	border: 0;
}
/* Image Fader -----------------------------------------------------*/
#image-fader {
	float: left;
	margin-top: 20px;
	margin-left: 40px;
	padding-bottom: 10px;
}
/* Main ------------------------------------------------------------*/
#main {
	float: left;
	background: url(../../images/ipna_header.jpg) no-repeat #E8E8E8;
	width: 770px;
	border-left: 1px solid #9B9BB4;
	border-right: 1px solid #9B9BB4;
}
/* Content ---------------------------------------------------------*/
#content {
	clear: both;
	display: block;
	width: 730px;
	padding: 0 20px;
}
/* Button Nav ------------------------------------------------------*/
#button-nav {
	display: block;
	margin-left: 177px;
}
#button-nav a {
	float: left;
	width: 177px;
	height: 56px;
	text-align: center;
	border: 0;
	outline: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1.5px;
	line-height: 56px;
}
#button-nav a:hover {
	background-position: 0 -56px;
}
a#whowearebtn {
	background: url(../../images/button_grn.gif) no-repeat;
}
a#whatwedobtn {
	background: url(../../images/button_red.gif) no-repeat;
}
a#resourcesbtn {
	background: url(../../images/button_blue.gif) no-repeat;
}
/* Main Sections ---------------------------------------------------*/
.main-sections {
	float: left;
}
#section1, #section2, #section3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#section1 {
	color: #33664F;
}
#section2 {
	color: #662424;
}
#section3 {
	color: #244166;
}
#section1 h2, #section2 h2, #section3 h2 {
	clear: both;
	text-indent: 10px;
	font-size: 13pt;
	line-height: 1.6em;
}
a#whoweare, a#whatwedo, a#resources {
	float: left;
	width: 150px;
	height: 111px;
	text-indent: -9999px;
	outline: none;
	border: 2px solid #CCCCCC;
	margin: 5px;
	margin-right: 15px;
}
a#whoweare {
	background: url(../../images/whoweare.jpg) top no-repeat;
}
a#whatwedo {
	background: url(../../images/whatwedo.jpg) top no-repeat;
}
a#resources {
	background: url(../../images/resources.jpg) top no-repeat;
}
a#whoweare:hover, a#whatwedo:hover, a#resources:hover {
	background-position: 0 -111px;
}
/* Sitemap ---------------------------------------------------------*/
#sitemap {
	margin-left: 20px;
	list-style: disc;
}
#sitemap ul {
	margin-left: 20px;
	list-style: disc;
}
#sitemap a {
	line-height: 1.4em;
}
/* Bottom Links ----------------------------------------------------*/
#bottomlinks, #bottomlinks a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	text-align: center;
	font-size: 11pt;
	font-weight: normal;
}
/* Footer ----------------------------------------------------------*/
#footer {
	clear: both;
	float: left;
	width: 730px;
	padding: 10px 20px;
	background-color: #333366;
	border-left: 1px solid #9B9BB4;
	border-right: 1px solid #9B9BB4;
}
#footer p, #footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	letter-spacing: .6px;
	color: #e8e8e8;
}