/*@import url(iprof09.frontpage.css);*/

* {
	margin: 0;
	padding: 0;
}

.hide {
	float: left;
	margin-left: -9999em;
}

.clear {
	clear: both;
	height: .0001em;
}

body {
	background: #d4ecc7 url(../img/body-bg.png) repeat-x;
	font: 12px/18px Helvetica, Arial, sans-serif;
}

#top {
	height: 4px;
	background: #ce3018;
	margin-bottom: 40px;
}

#wrapper {
	width: 880px;
	margin: 0 auto;
}

#content {
	width: 878px;
	border: 1px solid #ce3018;
	background: #fff;
}

#content-header {
	background: #f6f1f0;
	padding: 12px 9px 5px 18px;
	border-bottom: 1px solid #d0c4b6;
}

#content-content {
	padding: 18px;
}

h3 {
	color: #533100;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 2px;
}

/* header */
#header h1 a {
	display: block;
	font-size: 1px;
	height: 34px;
	width: 128px;
	position: relative;
}

h2 {
	font-size: 16px;
	color: #533100;
}

.sIFR-active h2 {
	visibility: hidden;
	line-height: 1em;
	font-size: 18px;
	display: block;
	float: left;
	width: 50%;
}

.sIFR-dummy {
	width: 0px;
	height: 0px;
	margin-left: 42px !important;
	z-index: 0;
}

#header h1 span {
	background: url(../img/h1-span-bg.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#header h1 {
	margin: 0 77px 0 20px;
	float: left;
}

#header ul {
	margin: 15px 0 0 0;
	float: left;
}

#header ul li {
	display: inline;
	list-style-type: none;
}

#header ul a:link, #header ul a:visited {
	text-transform: lowercase;
	float: left;
	line-height: 25px;
	font-weight: bold;
	padding: 0 11px 6px 11px;
	text-decoration: none;
	color: #ce3018;
}

#header ul a:link.active, #header ul a:visited.active {
	background: url(../img/header-ul-a-bg.gif) no-repeat bottom center;
	color: #2d2929;
	cursor: default;
}

#header ul a:hover.active {
	cursor: default;
	text-decoration: none;
	background: url(../img/header-ul-a-bg.gif) no-repeat bottom center;
}

#header ul a:hover, a:hover {
	color: #533100;
	text-decoration: underline;
	background: none;
}

p {
	margin-bottom: 1em;
}

a:link {
	color: #533100;
}

a:visited {
	color: #7b613b;
}

ul, ol {
	margin-left: 20px;
	margin-bottom: 15px;
}

ul {
	list-style-type: square;
}

.center {
	text-align:center;
}

img.center {
	margin: 0 auto;
	display: block;
}

/* subnav */
ul#subnav {
	margin: 0;
	float: right;
}

ul#subnav li {
	display: inline;
	list-style-type: none;
}

ul#subnav a:link, ul#subnav a:visited {
	text-transform: lowercase;
	float: left;
	font-weight: bold;
	padding: 0 11px 0 11px;
	text-decoration: none;
	color: #ce3018;
}

ul#subnav a:link.active, ul#subnav a:visited.active {
	color: #2d2929;
	cursor: default;
}

ul#subnav a:hover.active {
	cursor: default;
	text-decoration: none;
}

ul#subnav a:hover, a:hover {
	color: #533100;
	text-decoration: underline;
	background: none;
}

a img {
	border: 0;
}

/* logos on top */
#logos {
	float: right;
	margin-right: 15px;
}

#logos a:hover {
	border-bottom: 1px solid #696969;
}

#logos #ifip {
	border-right: 1px solid #696969;
	padding-right: 10px;
}

#logos #han {
	margin-left: 10px;
	margin-right: 4px;
}

address#footer {
	font-size: 80%;
	color: #696969;
	font-style: normal;
	margin: 10px 0 30px 20px;
}

/* sifr */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt;
	padding: 0pt;
	overflow: auto;
	letter-spacing: 0px;
	float: none;
}

/* tables */
td, th {
    border-bottom: 1px dashed #ddd;
}

th {
    text-align: left;
}

#content-content-left, #content-content-right {
	 float: left;
	 width: 48%;
}

#content-content-right {
	 float:right;
}

.committee-photo {
    float: left;
    margin: 0 .4em .4em 0;
}