body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/page-bg2.gif);
	background-position: center;
	font-size: .8em;
	color: #333333;
	line-height: 1.4em;
}
.print-friendly {
	background-image: none;
	margin: 10px;
	padding: 10px;
}




#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.important2 {
	color: #999999;
}

#top-bar {
	background-color: #5e5d5d;
	height: 4px;
	overflow: hidden;
}

/* TOPMAST topmast ------------------------------ */

#logo {
	background-image: url(../images/ip-logo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 86px;
	width: 248px;
	overflow: hidden;
}

#logo h1 {
	display: none;
}
#home-link-box {
	display: block;
	height: 86px;
	width: 248px;
}


/* top navigation */

#top-navigation {
	float: left;
	height: 86px;
	width: 652px;
	background-image: url(../images/top-nav-bg.jpg);
	background-repeat: repeat-x;
}
#top-navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#top-navigation ul li {
	display: inline;
}

#top-navigation span {
	display: none;
}

#top-navigation a{
	background-image: url(../images/nav-home.gif);
	background-repeat: no-repeat;
	background-position: 0px -86px;
	display: block;
	height: 86px;
	float: left;
}

#top-navigation a.onstate {
	background-position: 0px 0px;
}

#nav-home a {
	background-image: url(../images/nav-home.gif);
	width: 62px;
}
#nav-home a:hover {
	background-position: 0px 0px;
}

#nav-about-us a {
	background-image: url(../images/nav-about-us.gif);
	width: 82px;
}
#nav-about-us a:hover {
	background-position: 0px 0px;
}

#nav-job a {
	background-image: url(../images/nav-job.gif);
	width: 54px;
}
#nav-job a:hover {
	background-position: 0px 0px;
}

#nav-initiatives a {
	background-image: url(../images/nav-initiatives.gif);
	width: 91px;
}
#nav-initiatives a:hover {
	background-position: 0px 0px;
}

#nav-events a {
	background-image: url(../images/nav-events.gif);
	width: 77px;
}
#nav-events a:hover {
	background-position: 0px 0px;
}

#nav-news a {
	background-image: url(../images/nav-news.gif);
	width: 78px;
}
#nav-news a:hover {
	background-position: 0px 0px;
}

#nav-publications a {
	background-image: url(../images/nav-publications.gif);
	width: 107px;
}
#nav-publications a:hover {
	background-position: 0px 0px;
}

#nav-contact-us a {
	background-image: url(../images/nav-contact-us.gif);
	width: 100px;
}
#nav-contact-us a:hover {
	background-position: 0px 0px;
}

#top-self {
	background-image: url(../images/top-self.gif);
	background-repeat: no-repeat;
	height: 24px;
	clear: both;
}


.clear-row {
	clear: both;
	display: block;
	height: 1px;
}

/* PAGE BANNER ------------------------------ */

#page-top {
	background-image: url(../images/top-self-shadow-bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	_margin-bottom: 0px;
	padding: 0;
}

#inside-container {
	padding-bottom: 10px;
	background-image: url(../images/container-bg.gif);
}
#page-divider {
	border-bottom: 1px dotted #959595;
	width: 860px;
	clear: both;
	padding: 0;
	margin-top: -20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#inside-page-banner {
	margin-bottom: 20px;
}

#top-divider-container {
	margin-right: 20px;
	margin-left: 20px;
}

/* RIGHT COLUMN ------------------------------ */

#inside-right-column {
	float: left;
	width: 174px;
	margin-left: 20px;
	display: inline;
	
}

/* left navigation */


#left-navigation1 {
	
	width: 200px;
	margin-left: 20px;
        position:relative;
	
	
}

#left-navigation {
	float: left;
	width: 200px;
	margin-left: 20px;
	display: inline;
	border-top: 3px solid #d7d7d7;
	border-bottom: 3px solid #D7D7D7;
}
#left-navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#left-navigation li {
display: inline;

}
#left-navigation li a {
	color: #4599bc;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-bottom: 1px solid #D7D7D7;
}
#left-navigation   li a.highlight {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #fffbcc;
}

#left-navigation li a.current {
	color: #77B03D;
	text-decoration: none;
	background-color: #FFFBCC;
}

/* left navigation - sub */

#left-navigation li li a {
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
	background-color: #FFFBCC;
	text-indent: -1em;
	padding-left: 2.5em;
}
#left-navigation    li    li a.current   {
	font-weight: bold;
	color: #77B03D;
	text-decoration: none;
}

#page-title-container h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #77B03D;
	margin: 0 0 5px 0;
	padding: 0px;
	display: inline;
	line-height: 1em;
	float: left;
}

#event-category {
	float: right;
	display: inline;
}

#page-title-bar {
	background-image: url(../images/page-title-dots.gif);
	height: 3px;
	margin-bottom: 20px;
	margin-top: 0px;
	clear: both;
	_overflow: hidden;
}

/* CENTER COLUMN ------------------------------ */


#body-column {
	margin-left: 20px;
	display: inline;
	width: 445px;
	float: left;
}
#body-column h3 {
	font-size: 1.25em;
	font-weight: bold;
	line-height: normal;
}




/* center column specific styles */

#body-column hr {
	border-top: 1px solid #D7D7D7;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	margin-top: 5px;
	_margin-top: -5px;
	margin-bottom: 10px;
	padding: 0;
	color: #FFFFFF;
}
#body-column  a, #home-intro a {
	color: #4599BC;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}
#body-column      a:hover, #home-intro a:hover    {
	color: #77B03D;
	text-decoration: none;
	border-bottom: 1px solid #77B03D;
}
#body-column  .subtitle,  #home-intro .subtitle{
	font-weight: bold;
	color: #4599BC;
	font-size: larger;
}
#body-column .important {
	font-weight: bold;
	color: #999999;
	font-style: italic;
	clear: both;
}

#body-column ul {
	list-style-image: url(../images/bullet.gif);
	color: #333333;
}
#body-column li {
	margin-bottom: .75em;
}
#body-column li li {
	margin-top: 1em;
}


.event-closing {
	border-bottom: 1px solid #d7d7d7;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.event-closing  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
.event-closing   ul   li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
.event-closing   ul   li:first-child  {
	background-image: none;
	padding-left: 0px;
}

/* LEFT COLUMN ------------------------------ */

#calendar-month {
	background-color: #fffbcc;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #959595;
	text-align: center;
	border-bottom: 1px dotted #959595;
}
#calendar {
	background-color: #eee;
	display: block;
	text-align: center;
	padding: 0 2px 0 2px;
}
#news-archive-container {
	border-bottom: 1px solid #dbdbdb;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#news-archive-container h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	margin: 0px 0px 1em;
	padding: 0px;
	color: #999999;
}

.recent-news-container {
	border-left: 1px solid #dbdbdb;
	padding-left: 10px;
}

#news-archive-container ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#news-archive-container ul li {
	padding-bottom: 10px;
}
#news-archive-container a {
	color: #77b03d;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}

/* GENERAL STYLES ------------------------------ */

p {
	margin: 0px 0px 1em;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
.text-highlight-1 {
	color: #77b03d;
}
.text-highlight-2 {
	color: #4599BC;
}

.image-left {
	float: left;
	display: inline;
	border: 4px solid #959595;
	padding: 1px;
	margin: 0 10px 5px 0;
}
.image-right {
	float: right;
	border: 4px solid #959595;
	padding: 1px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.xl-text {
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1.25em;
	padding: 0;
	margin: 0 0 10px 0;
}
.lrg-txt {
	font-size: 1.15em;
	font-weight: bold;
}

.email-icon {
	background-image: url(../images/icon-email.gif);
	background-repeat: no-repeat;
	float: left;
	height: 15px;
	width: 15px;
	margin-right: 3px;
	background-position: 0px 5px;
}
.download-icon {
	background-image: url(../images/icon-download.gif);
	background-repeat: no-repeat;
	float: left;
	height: 15px;
	width: 15px;
	margin-right: 3px;
}
.pdf-icon {
	background-image: url(../images/icon-pdf.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	float: left;
	margin-right: 3px;
	background-position: 0px 3px;
}
.dotted-cap {
	background-image: url(../images/dots-bg.gif);
	background-repeat: repeat-x;
	height: 3px;
	overflow: hidden
}
.dotted-row {
	background-image: url(../images/dots-bg.gif);
	height: 5px;
	overflow: hidden;
	margin-bottom:20px;
	padding: 0px;
}

.dotted-rowadv {
	background-image: url(../images/dots-bg.gif);
	height: 3px;
	overflow: hidden;
	padding: 0px;
}
.dotted-row2 {
	background-image: url(../images/dots-bg.gif);
	height: 5px;
	overflow: hidden;
}

/* call out boxes */


#call-out-box1 {
	background-color: #fffbcc;
	padding: 15px 10px;
	border-top: 1px dotted #959595;
}
#call-out-box1 a {
	color: #4599bc;
	text-decoration: none;
	border-bottom: 1px dotted #4599bc;
}
#call-out-box1  a:hover {
	color: #77B03D;
	text-decoration: none;
	border-bottom: 1px solid #77B03D;
}

#call-out-box1   h3 {
	text-transform: uppercase;
	border-bottom: 1px dotted #4599bc;
	margin: 0px 0px 1em;
	padding: 0px;
	font-size: 1.1em;
}
#call-out-box2 {
	background-image: url(../images/call-out-blue-bg.gif);
	background-repeat: no-repeat;
	padding: 15px 10px;
	color: #fff799;
	text-align: center;
}
#call-out-box2 a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #FFFFFF;
}
#call-out-box2  a:hover {
	border-bottom-style: solid;
}


#call-out-box3 {
	background-image: url(../images/call-out-green-bg.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	color: #FFF799;
	text-align: center;
	overflow: hidden;
}
#call-out-box3   a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
#call-out-box3 a:hover {
	border-bottom-style: solid;
}
#call-out-box4 {
	background-color: #f5f5f5;
	padding: 15px 10px;
	border-top: 1px dotted #959595;
}
#call-out-box4  h3 {
	margin: 0px 0px 1em;
	padding: 0px;
	border-bottom: 1px solid #77B03D;
}

#call-out-box5 {
	background-color: #fffbcc;
	padding: 15px 10px;
	border-top: 1px dotted #959595;
	color: #666666;
}
#call-out-box5 a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
#call-out-box5  a:hover {
	color: #77B03D;
	text-decoration: none;
	border-bottom: 1px solid #77B03D;
}
#call-out-box5 h3, #call-out-box6 h3{
	border-bottom: 1px solid #77B03D;
	margin: 0px 0px 1em;
	padding: 0px;
	font-size: 1.1em;
}

#call-out-box6 {
	background-color: #fffbcc;
	padding: 15px 10px;
	border-top: 1px dotted #959595;
	color: #666666;
}
#call-out-box6 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#call-out-box6 ul li {
	padding-bottom: 10px;
}

#call-out-box6 a {
	color: #4599BC;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}
#call-out-box6 a:hover {
	color: #77B03D;
	border-bottom-style: solid;
	border-bottom-color: #77B03D;
}
#call-out-box7 {
	background-color: #eef7e2;
	padding: 10px;
	font-style: italic;
}


/* HOME PAGE SPECIFIC ------------------------------ */ 

.recent-news-row
{
	display: block;
	float: left;
	margin: 0 0 5px 0;
	_margin: 0 0 0px 0;
	padding: 0;
	width: 100%;
}
.recent-news-date
{
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 70px;
}
.recent-news-link
{
	display: inline;
	float: left;
	margin: 0;
	padding: 0 0 8px 0px;
	_padding: 0 0 1px 0px;
	width: 350px;
}

#recent-news a {
	color: #77B03D;
	text-decoration: none;
	border-bottom: 1px dotted #77B03D;
}
#recent-news a:hover {
	text-decoration: none;
	color: #4599BC;
	border-bottom: 1px solid #4599bc;
}

#recent-news h3 {
	text-transform: uppercase;
	margin: 0px 0px 1em 0px;
	padding: 0px;
	font-size: 1.1em;
}
.see-all-container {
	padding-left: 10px;
}

.see-all a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.see all a:hover {
}

/* FOOTER SPECIFIC ------------------------------ */

#foot-container {
	color: #FFFFFF;
	margin: 0;
	padding-bottom: 10px;
	_padding-bottom: 0px;
	background-color: #707070;
	padding-top: 20px;
	padding-left: 20px;
	height: 1%;
}
#foot-left-column {
	float: left;
	width: 220px;
}
#foot-left-column a {
	color: #FFFFFF;
	text-decoration: none;
}
#foot-left-column a:hover {
}

#foot-center-column {
	width: 440px;
	margin-right: 20px;
	margin-left: 20px;
	display: inline;
	float: left;
}

#foot-right-column {
	height: 100px;
	width: 160px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 35px;
	background-repeat: no-repeat;
}
#foot-right-column span {
	display: none;
}
.foot-links {
	border-bottom: 1px solid #94a585;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.foot-links a {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	text-decoration: none;
}
.foot-links a:hover {
	border-bottom-style: solid;
}

.foot-links ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

.foot-links ul li {
	margin: 0;
	border-left: 1px solid #508fa9;
	list-style: none;
	display: inline;
	padding:0 5px 0 5px;
	}
.foot-links  ul  li:first-child  {
	margin: 0;
	border-left: none;
	list-style: none;
	display: inline;
	padding: 0;
	}
#foot-signup {
	font-weight: bold;
	color: #FFF799;
}
#foot-signup a {
	color: #FFF799;
	text-decoration: none;
	border-bottom: 1px dotted #FFF799;
}
#foot-signup a:hover {
	border-bottom-style: solid;
}
#sign-up-left {
	float: left;
	margin: 0.5em 0 0 0;
}
#sign-up-right {
	height: 30px;
	width: 80px;
	float: left;
	margin: 0;
	padding: 0;
}
#home-images {
	float: left;
	height: 210px;
	width: 530px;
	margin: 0 0 0 20px;
	padding: 0;
	display: inline;
}
#home-message {
	float: left;
	height: 210px;
	width: 329px;
	margin: 0 0 0 1px;
	padding: 0;
	background-image: url(../images/home-message.gif);
	background-repeat: no-repeat;
	display: inline;
}
#home-message  h2 {
	display: none;
}
#home-right-column {
	float: left;
	width: 415px;
	display: inline;
	margin: 0 0 20px 20px;
	padding: 0;
}
#home-left-column {
	float: left;
	width: 425px;
	display: inline;
	margin: 0 0 20px 20px;
	padding: 0;
}
#home-left-column hr {
	color: #D7D7D7;
	background-color: #D7D7D7;
	height: 1px;
	border-style: none;
	margin-top: 1em;
	margin-bottom: 1em;
}

#signup-left {
	float: left;
	height: 40px;
	width: 120px;
	text-align: right;
	margin-left: 5px;
	overflow: hidden;
}
#signup-center {
	float: left;
	width: 150px;
	height: 40px;
	text-align: left;
	margin-top: 0.5em;
	margin-left: 10px;
	overflow: hidden;
}
#signup-center   input {
	color: #666666;
	width: 150px;
}
#signup-right {
	text-align: left;
	float: left;
	width: 80px;
	height: 40px;
	line-height: 0.5em;
	margin: 0.5em 0 0 10px;
	padding-bottom: 10px;
	_padding-bottom: 0px;
	overflow: hidden;
}

#event-row {
	margin-bottom: 10px;
	_margin-bottom: -10px;
	overflow: hidden;
	float: left;
}
#event-row a {
	color: #4599BC;
	text-decoration: underline;
	font-weight: bold;
}
#event-row a:hover {
	color: #77B03D;
	text-decoration: underline;
}
.event-column {
	float: left;
	background: #fff;
	width: 273px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	margin-left: 10px;
	padding-left: 10px;
	display: inline;
	line-height: 1.25em;
	border-left: 1px solid #CCCCCC;
}
#id1 {
	border: 0;
}
fieldset {
	border-style: none;
}

.`ow {
	float: left;
	width: 299px;
	margin-left: 5px;
	display: inline;
	padding-bottom: 1em;
}
.left-row {
	float: left;
	width: 135px;
	padding-bottom: 1em;
	padding-right :1em;
	display: inline;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.form-left-row {
	float: left;
	width: 150px;
	padding-bottom: 0.5em;
	text-align: right;
}
.form-half-row {
	float: left;
	width: 207px;
	padding-bottom: 0.5em;
	margin-left:10px;
	display: inline;
}


/* form specific styles */

.form-right-row {
	float: left;
	width: 283px;
	margin-left: 10px;
	display: inline;
	padding-bottom: 0.5em;
}
.form-textfield-medium {
	width: 150px;
}
.form-textfield-large {
	width: 250px;
}
.form-group-container {
	border: 1px solid #D7D7D7;
	margin-bottom: 1em;
	background-color: #F9F9F9;
	padding-bottom: 1em;
}
.form-group-title {
	padding: 10px 10px 1em;
}
#two_months_ago_calendar   a, #last_month_calendar a , #current_month_calendar a{
	text-decoration: none;
}
.half-column {
	float: left;
	width: 405px;
	margin-right: 20px;
}
.sm-half-column {
	float: left;
	width: 220px;
	margin-bottom: 1em;
}
form fieldset{border-style:none:}





table.fancy, table.fancy tbody, table.fancy th {
border:medium none;
color:#4D4D4F;
font-size:8pt;
}

table {
width:99%;
}

table {
border-collapse:collapse;
border-spacing:0;
}

table {
border-collapse:collapse;
}

table.fancy .even {
background-color:#F7EDEE;
}
table.fancy thead {
border-bottom:2px solid #ECF1F4;
font-weight:bold;
}

thead th {
border-bottom:3px solid #CCCCCC;
padding-right:1em;
text-align:left;
}

tr.odd {
background-color:#FFFFFF;
}

tr.even, tr.odd {
background-color:#EEEEEE;
border-bottom:1px solid #CCCCCC;
padding:0.1em 0.6em;
}


.dvintable {
margin-bottom:10px;
width:100%;
}
.dvintable th{
font-weight:bold;
}

.dvintable tr{
border-width: 0 0 1px 0;
border-color:#eee;
border-style:solid;

}

.dvintable tr:nth-child(even){
background-color:#FFFCDA;

}

.dvintable tr:hover{
background-color:#ccffcc;

}
.dvintable td{
border-width: 0 1px 0 0;
border-color:#eee;
border-style:solid;
padding-left:2px;

}

.dvintable th{
background-color:#eee;
text-align:center;
padding-left:2px;
}

.dvincontainer {
overflow:auto; 
height:500px; 
width:650px;
margin-bottom:10px;
margin-top:10px;
border: 1px solid black;
}

table#attachments{
margin-bottom:10px;
}
