/* Simple Resets
 * ----------------------------------------------------------------*/
body, h1, ul, ol, li, dl, img, form {
	margin: 0;
	padding: 0;
}

/* Standard Styles
 * ----------------------------------------------------------------*/
html {
	background: #000000 url(/themes/okwu/impact/images/bg-background.jpg) repeat-x 50% 0%;
}

body {
	width: 860px;
	margin: 0 auto;
	font: normal normal 12px/1.2em Helvetica, Verdana, Arial, sans-serif;
	color: #2d2624;
}

h1 {
	text-align: center;
	background: transparent url(/themes/okwu/impact/images/bg-impact.jpg) no-repeat 50% 0%;
	height: 200px;
}
	h1 a {
		display: block;
		text-indent: -999em;
		height: 124px;
	}
	
h2 {
	font: bold 3em/1em "Myriad Pro", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 0;
}

#secondary h2, h3 {
	font: bold 1.45em/1em "Myriad Pro", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #74362a;
	margin-top: 0;
}

strong {
	text-transform: uppercase;
}

em {
	font-style: normal;
	font-weight: bold;
}

img {
	border: 1px solid #f9f6f3;
	margin: 0 3px 3px 0;
}

a { color: #2d2624; }
a.external { color: #6b483c; }
a:hover { color: #74362a; text-decoration: none; }

ul {
	padding: 1em 2em;
	list-style-image: url(/themes/okwu/impact/images/icon-list-item.gif);
}

li {
	padding-bottom: .5em;
}

dl {
	overflow: hidden;
}
dt {
	float: left;
	clear: left;
	padding: 0 .5em 0 0;
	font-weight: bold;
}

/* Layout
 * ----------------------------------------------------------------*/
#content {
	margin-top: -76px;
	padding-top: 60px;
	background: #f9f6f5 url(/themes/okwu/impact/images/bg-content.jpg) no-repeat 50% 0%;
}
	#content:after {
	  display: block; 
	  height: 0; 
	  clear: both; 
	  visibility: hidden;
	}
	#content {display: inline-block;}
	/* Hides from IE-mac \*/
	* html #content {height: 1%;}
	#content {display: block;}
	/* End hide from IE-mac */
	
#main {
	width: 345px;
	padding: 0 80px 0 35px;
	float: left;
}

#secondary {
	width: 196px;
	padding: 0 15px;
	float: right;
}

#navigation {
	width: 158px;
	float: right;
	margin-right: 16px;
}

#footer {
	clear: both;
	margin-bottom: 0;
	padding: 1em;
	text-align: center;
}

/* Specific Content
 * ----------------------------------------------------------------*/
#navigation ul {
	list-style: none;
	list-style-image: none;
	padding: 0;
}
	#navigation li {
		border-top: 1px solid #c2bdb0;
		padding: 0;
		font-weight: bold;
		text-transform: uppercase;
	}
	#navigation li:first-child { border-top: none; }
	#external-navigation li:first-child { border-top: 1px solid #c2bdb0; }
	
		#navigation li a {
			display: block;
			width: 134px;
			margin: 0;
			padding: .6em 1em .4em;
			text-decoration: none;
		}
		#navigation li a:hover {
			background: #c2bdb0;
		}

.highlight {
	margin: 2em 0;
	color: #6b483c;
}		
	.highlight .vcard .adr {font-weight: bold;}
	.highlight .vcard .adr .type{display: none;}
	
p.highlight { text-align: center; }
	
a.register {
	display: block;
	text-indent: -999em;
	background: transparent url(/themes/okwu/impact/images/btn-register-now.gif) no-repeat 0 0;
	height: 26px;
	width: 136px;
	margin: 1em auto;
}
	a.register:hover { background-position: 0 -26px; }
	
#footer #okwu {
	background: transparent url(/themes/okwu/impact/images/okwu-logo.jpg) no-repeat scroll 0 0;
	display: block;
	height: 45px;
	margin: 0 auto;
	text-indent: -999em;
	width: 230px;
}


