@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
img {
	border: none;
}
.leftnav a {
	text-decoration: none;
	color: #000000;
}
.leftnav a:hover {
	color: #000000;
}
.leftnav li.selected a{
	text-decoration:underline;
}
.clear{
	clear:both;
}
#leftcol {
	float: left;
	width: 198px;
}
#rightcol {
	float: right;
	width: 200px;
}

#rightcol p:first-child,
#leftcol  p:first-child {
	margin-top: 0px;
}

#bodytext {
	margin-top: 0px;
	margin-right: 210px;
	margin-bottom: 0px;
	margin-left: 210px;
}
#bodytext.widecontent {
	margin-right: 0px;
}

#container {
	width: 950px;
	margin: auto;
}
#headercurve {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position:relative;
	height:130px;
}
#banner {
	height: 175px;
	margin: 0 0 5px 0;
	padding: 0px;
}
#homebanner {
	margin-bottom: 5px;
}

#navholder {
	height: 30px;
	margin: 0px 0px 3px 0px;
}


#navholder ul {
	background-image: url(i/nav_bar.png);
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
#navholder li {
	display: inline;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 26px;
}
#navholder a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.2em;
}
#navholder a:hover {
	text-decoration: underline;
}

#navholder li.current_page_item a{
	text-decoration: underline;
}

#bodytext h1 {
	background-image: url(i/h1bg.png);
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-size:1.3em;
	line-height: 1.4em;
	height: 24px;
	background-color: #2F8A0A;
	padding-left: 5px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: left top;
}
#bodytext.widecontent h1 {
	background-image: url(i/h1bg-long.png);
}

#bodytext h2 {
	font-size:1.3em;
	line-height: 1.3em;
	color: #247804;
	margin-top: 5px;
	margin-bottom: 0px;
}
#leftcol .leftnav_old {
	border: 1px solid #00ff00;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	margin-bottom: 10px;
}
#leftcol .leftnav {
	padding: 10px;
	margin-bottom: 10px;
}
.greenborder {
	border: 1px solid #00ff00;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	margin-bottom: 10px;
}
#leftcol h3 {
	font-size:1.2em;
	line-height: 1.2em;
	color: #247804;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 5px;
}
.leftnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}
#mainbody {
	margin-top: 0;
}
.leftnav li {
	padding-bottom: 5px;
}
#footer {
	color: #999999;
	position: relative;
}
form {
	padding-left: 30px;
	margin-top: 30px;
}

form#infopack {
	margin-top:0;
}

.leftcol {
	float:left;
	width: 250px;
}
.rightcol {
	float:right;
	width: 250px;
	margin-right: 100px;
}

.leftcol div,
.rightcol div {
	padding-bottom: 15px;
}

form label {
	display:block;
	font-weight: bold;
	padding-bottom: 5px;
}

form input,
form select,
form textarea {
	border: gray 1px solid;
}
form div.checkboxes input {
	border: none;
}
form div.checkboxes label {
	display:inline;
	margin-right: 20px;
}

form label.error {
	display:none;
	color: red;
	font-style:italic;
}

#searchresults li {
	padding-bottom:20px;
}
#searchresults li a {
	font-weight:bold;
	color: #247804;
}

/* the rest of the links */
#bodytext a {
	color: #247804;
	text-decoration:none;
}
#bodytext a:visited {
	color: #247804;
	text-decoration:none;
}
#bodytext a:hover {
	color: black;
	border-top:1px solid black;
	border-bottom:1px solid black;
	background-color:#00CC00;
	text-decoration:none;
}

#pbib {
	float:right; 
	position:absolute; 
	right:10px;
}
#pbib a {
	background:transparent url(/themes/ib2009/images/pbib2.png) no-repeat scroll 2px 0;
	border:medium none;
	color:navy !important;
	display:block;
	font-size:0.85em;
	padding:0 0 6px 2px;
	text-indent:-9999px;
	width:91px;
}
#pbib a:hover {
	background-position:2px -20px;
}