@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.9em;
	color: black;
	background: white url(/i/bkg_band.png) repeat-x 0 160px;
}

a {
	overflow: hidden;
	text-decoration: none;
}

img {
	border: none;
	display: block;
}

h1, h2, h3, h4, h5, h6, p, img {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2 {
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -0.03em;
}

h3 {
	font-size: 24px;
	line-height: 30px;
}

	h3.subhead {
		font-style: italic;
		color: #4c6fa2;
		font-size: 18px;
		line-height: 24px;
	}
	
	h3.offset {
		border: 1px solid #4c6fa2;
		padding: 15px;
		background: #dbe2ea;
		font-size: 18px;
		line-height: 22px;
		font-style: italic;
	}

h4 {
	font-size: 18px;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}


/* NAVIGATION */ 

#nav {
	background: url(/i/logo.png) no-repeat 0 20px;
	width: 960px;
	height: 140px;
}

	#nav h1 {
		padding-top: 20px;
	}

	#nav h1 a {
		text-indent: -9999px;
		display: block;
		width: 346px;
		height: 94px;
	}

#nav ul {
	margin: 0;
	padding: 0;
	height: 32px;
	width: 774px;
	float: right;
	list-style: none;
}

	#nav ul li {
		margin: 0;
		padding: 0;
		height: -32px;
		float: left;
	}
	
		#nav ul li a {
			display: block;
			text-indent: -9999px;
			background-image: url(/i/nav.png);
			background-repeat: no-repeat;
			height: 32px;
		}

#nav ul li#n-whoweare {
	width: 119px;
}

	#nav ul li#n-whoweare a {
		background-position: 0 0;
	}
	
		#nav ul li#n-whoweare a:hover {
			background-position: 0 -32px;
		}
		
		#nav ul li#n-whoweare a.selected {
			background-position: 0 -64px;
		}



#nav ul li#n-about {
	width: 173px;
}

	#nav ul li#n-about a {
		background-position: -119px 0;
	}
	
		#nav ul li#n-about a:hover {
			background-position: -119px -32px;
		}
		
		#nav ul li#n-about a.selected {
			background-position: -119px -64px;
		}



#nav ul li#n-seminars {
	width: 169px;
}

	#nav ul li#n-seminars a {
		background-position: -292px 0;
	}
	
		#nav ul li#n-seminars a:hover {
			background-position: -292px -32px;
		}
		
		#nav ul li#n-seminars a.selected {
			background-position: -292px -64px;
		}



#nav ul li#n-resources {
	width: 105px;
}

	#nav ul li#n-resources a {
		background-position: -461px 0;
	}
	
		#nav ul li#n-resources a:hover {
			background-position: -461px -32px;
		}
		
		#nav ul li#n-resources a.selected {
			background-position: -461px -64px;
		}

#nav ul li#n-partners {
	width: 94px;
}

	#nav ul li#n-partners a {
		background-position: -680px 0;
	}
	
		#nav ul li#n-partners a:hover {
			background-position: -680px -32px;
		}
		
		#nav ul li#n-partners a.selected {
			background-position: -680px -64px;
		}

#nav ul li#n-contact {
	width: 114px;
}

	#nav ul li#n-contact a {
		background-position: -566px 0;
	}
	
		#nav ul li#n-contact a:hover {
			background-position: -566px -32px;
		}
		
		#nav ul li#n-contact a.selected {
			background-position: -566px -64px;
		}

/* END NAV

START HOME PAGE */

#home-about {
	height: 300px;
}

	#home-about-left {
		float: left;
		width: 570px;
		color: white;
		padding: 40px 40px 25px 0;
	}
	
		#home-about-left h2 {
			font-size: 36px;
			margin-bottom: 20px;
		}
		
		#home-about-left p {
			line-height: 2em;
			font-size: 18px;
		}
	
	#home-about-right {
		float: left;
		width: 350px;
	}
	
		#home-about-right a {
			display: block;
			width: 350px;
			height: 300px;
			text-indent: -9999px;
		}
		
			#home-about-right a#h-a-resources {
				background: url(/i/promos/resources.png) no-repeat 0 0;
			}

#home-columns {
	clear: both;
}

	#home-columns .module {
		width: 450px;
		float: left;
		padding: 30px 0 0 0;
	}
	
	#home-columns .left {
		padding-right: 60px;
		clear: left;
	}
	
		#home-columns .module h3 {
			font-size: 24px;
			letter-spacing: .2em;
			margin: 0 0 15px 0;
		}
		
		#home-columns .module p {
			margin: 0 0 18px 0;
			line-height: 2em;
		}
		
		#home-columns a.readmore {
			float: right;
		}
		
a.readmore {
	width: 132px;
	height: 29px;
	text-indent: -9999px;
	display: block;
	background: url(/i/readmore.png) no-repeat 0 0;
}

a.register {
	width: 150px;
	height: 29px;
	text-indent: -9999px;
	display: block;
	background: url(/i/register.png) no-repeat 0 0;
}

	a.readmore:hover, a.register:hover {
		background-position: 0 -29px;
	}
	
/* PAGE CONTENT */

#content {
	width: 540px;
	background: white;
	margin-top: 30px;
	float: left;
	padding: 30px;
	min-height: 210px
}

	#content h2 {
		margin: 0 0 25px 0;
	}
	
	#content h3 {
		margin: 25px 0 20px 0;
	}
	
	#content h4 {
		margin: 15px 0 10px 0;
	}
	
	#content p {
		margin: 5px 0 10px 0;
	}

#sidebar {
	margin: 0 0 0 630px;
	width: 330px;
	height: 240px;
	padding: 30px 0 30px 0;
	color: white;
}

	#sidebar a {
		color: white;
	}
	.s-description {
		color: white;
		font-style: italic;
		font-weight: bold;
		padding: 10px 0 16px 0;
	}

	.photos {
	
	}
	
		.photos a {
			display: block;
			color: white;
			margin: 0 0 15px 0;
		}
		
			.photos a:hover {
				background: #7ba6c7;
			}
		
			.photos a img {
				border: 1px solid white;
				padding: 4px;
				float: left;
			}
			
			.photos a strong {
				font-size: 18px;
				margin: 0 0 0 70px;
				padding: 8px 0 0 0;
				font-weight: normal;
				display: block;
			}
			
			.photos a em {
				font-size: 12px;
				padding: 0 0 0 10px;
			}	
			
	.s-register {
	
	}
	
		.s-register a {
			display: block;
			width: 330px;
			height: 70px;
			text-indent: -9999px;
			background: url(/i/register_big.png) no-repeat 0 0;
		}
		
			.s-register a:hover {
				background-position: 0 -70px;
			}
			
	.s-regDesc {
		color: white;
		padding: 25px 0 0 0;
	}
	
		.s-regDesc h3 {
			font-size: 22px;
			margin-bottom: 10px;
		}	
		
		.s-regDesc p {
			line-height: 1.4em;
			margin-bottom: 25px;
		}
		
			.s-regDesc p a {
				text-decoration: underline;
			}
			
	.s-reg {
		line-height: 1.5em;
	}
	
		.s-reg p {
			margin: 0 0 8px 0;
		}
		
		.s-reg .info {
			padding: 10px;
			background: #486a9e;
			border: 1px solid #344e75;
		}
	
		.s-reg a {
			text-decoration: underline;
		}
		
		.s-reg .meta {
			font-size: 11px;
		}
	
/* FOOTER */

#footer {
	clear: both;
	padding-top: 25px;
}

	#fbody {
		padding: 12px 0 12px 0;
		background: url(/i/bkg_band.png) repeat-x 0 50%;
	}
	
		#fcontent {
			width: 960px;
			margin: 0 auto;
			color: white;
		}
		
			#fcontent a {
				color: white;
				font-size: 11px;
			}
			
				#fcontent a:hover {
					text-decoration: underline;
				}
		
			#fcontent div {
				float: right;
			}
			
/* IMG */

.right {
	float: right;
	border: 1px solid black;
	padding: 4px;
	margin: 0 0 5px 10px;
}

.floatRight {
	float: right;
}

/* SEMINAR BOXES */

#content .seminarBox {
	margin: 10px 0 20px 0;
	border-top: 1px dotted #7ba6c7;
	padding: 12px 0 0 0;
	clear: both;
}

	#content .seminarBox a {
		color: #4c6fa2;
		text-decoration: underline;
	}
	
	#content	.seminarBox h3 {
		margin: 0 0 10px 0;
		font-size: 18px;
	}
	
	.seminarBox p {
		line-height: 1.6em;
	}
	
	.seminarBox hr {
		float: none;
		clear: both;
		border: 0;
	}
	
	#content p.restrict {
		width: 350px;
		margin-bottom: 25px;
	}
	
.eventInfo {
	border: 1px solid #5e86b2;
	background: #d7e5f5;
	padding: 12px 15px;
	line-height: 1.45em;
	margin: 0 0 20px 0;
}

	#content .eventInfo p {
		margin: 0;
	}

	.eventInfo strong {
		display: inline-block;
		width: 180px;
	}
	
	.eventInfo em {
		font-size: 11px;
	}
	
	.eventInfo span {
		padding-top: 12px;
		display: block;
		font-style: italic;
	}

/* MSG */

.msg, .msgerror, .msgsuccess, .msgno {
	padding: 12px 15px 12px 36px;
	border: 1px dotted #727272;
	line-height: 1.4em;
	margin-bottom: 15px;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: 12px 12px;
}

.msg {
	background-image: url(/i/icons/information.png);
}

.msgerror {
	background-image: url(/i/icons/cancel.png);
	border-color: #e20000;
}

.msgsuccess {
	background-image: url(/i/icons/accept.png);
	border: 1px dotted #73cb00;
	background-color: #eaf7d9;
}

.msgno {
	padding: 12px 15px 12px 15px;
	background: white;
	border: 1px dotted #c3c3c3;
	background: #f5f5f5;
}

/* FORMS */

form {

}

.halfForm {
	clear: both;
}

.halfForm p {
	width: 33%;
	float: left;
}

	.halfForm p label {
		width: 90px;
		display: block;
		float: left;
		padding-top: 3px;
		font-weight: bold;
	}
	
	.halfForm p input {
		width: 160px;
		padding: 4px;
		
	}
	
	div.third {
		float: left;
		width: 33%;
	}
	
		div.third strong {
			display: block;
			padding-bottom: 6px;
		}