@import "calendar.css";
@import "ibox.css";
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #dd0000;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

a.readmore {
	padding-right: 20px;
	background: transparent url('images/readmore.gif') right no-repeat;
}

ul { list-style-position: outside; margin-left: 20px; color: #4a576a; }

p {
	margin-bottom: 18px;
	line-height: 1.3em;
	color: #4a576a;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #295f96;
	font-weight: normal;
	margin-bottom: 15px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

.right {
	float: right;
	padding: 0 0 28px 28px;
}

.left {
	float: left;
	padding: 10px 10px 10px 0;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

body {
	background: #A5C5E9 url('images/body-background.png') 0 163px repeat-x;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

#header-wrapper {
	height: 163px;
	background: #FFF url('images/header-background.png') top center repeat-x;
}

#header, #menu, #content {
	width: 850px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 170px;
}

	#logo {
		display: block;
		width: 850px;
		height: 160px;
		background: transparent url('images/logo.gif');
		position: absolute;
		top: 0px;
		left: 0;
	}
	
	#slogan {
		position: absolute;
		top: 60px;
		right: 45px;
	}
	
#menu {
	font-size: 12px;
}

	#menu ul {
		margin: 0;
		padding: 17px 0 0 0;
		list-style: none;
		height: 54px;
		background: transparent url('images/menu-background.png') bottom left no-repeat;
		text-align: center;
	}
	
	#menu ul li {
		display: inline;
		padding: 0 8px 0 9px;
		background: transparent url('images/menu-divider.gif') left center no-repeat;
	}

		#menu li.first {
			padding-left: 0;
			background: none;
		}
		
		#menu li.last {
			padding-right: 0;
		}
		
	#menu a {
		color: #FFF;
		font-weight: 600;
	}

#content {
	background: #FFF url('images/content-background.png') top no-repeat;
}


#content-inner {
	width: 775px; /* equals 822px */
	margin: 0 auto;
	padding: 8px 47px 20px 28px;
	background: #FFF url('images/content-background.png') top no-repeat;
}

#sidebar {
	float: right;
	width: 260px;
	/*margin-right: -288px;*/

}

	#sidebar .section {
		margin-bottom: 28px;
	}
	
#primary {
	width: 794px;
	padding: 8px 28px 0 28px;
}

#supplement {
	width: 794px;
	padding: 28px 28px 10px 28px;
	min-height: 150px;
	background: #FFF url('images/supplement-background.png') top no-repeat;
}

	#supplement-conference {
		float: left;
	}
	
	#supplement-certification, #supplement-membership {
		float: left;
		width: 220px;
		margin-left: 28px;
	}
	
	#supplement-membership {
		padding-left: 28px;
		border-left: 1px dotted #8ca7c4;
	}
	
#footer {
	width: 794px;
	height: 50px;
	margin: 0 auto;
	padding: 35px 28px 28px 28px;
	background: transparent url('images/footer-background.png') top no-repeat;
	font-size: 11px;
	color: #285081;
}

#membersonly {
position:absolute;
top:0;
right:10px;
color:#295F96;
width:320px;
}
#maincontent {
width:500px;
float:left;
}

div.errors { margin: 10px; padding: 5px; border: 1px solid black; background: #faa; }
div.errors ul { color: black; }

.gallery-photos{ margin: 18px 0 0 0; padding: 0; list-style: none; zoom: 1; }
.gallery-photos:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.gallery-photos li{ float: left; display: inline; margin: 0 18px 18px 0; }