body {
	background: #f0f0f0;
	font:13px Helvetica,Arial,sans-serif;
	color: #333;
}

.wrap a {
	color: #333;
}

a:active, a:focus {
	outline: none;
}

h2 {
	background: #d1d1d1;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding: 7px 10px 0 10px;
	float: left;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

h3 {
	font-size: 14px;
	margin: 15px 0 0 0;
	padding:0;
	color: #333;
	text-transform: uppercase;
}

#header {
	height: 50px;
	padding: 20px 0 0 0;
}

.wrap {
	width: 980px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}

/* carousel */

#carousel {
	height: 340px;
	overflow: hidden;
}

p {
	margin-bottom: 10px;
	line-height: 16px;
}

#carousel img {
	width: 980px;
	height: 340px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

#carousel li {
	position: relative;
}

#carousel blockquote {
	line-height: 25px;
	padding: 10px 200px 10px 20px;
	width: 760px;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: Georgia, serif;
	min-height: 50px;
	background: #333;
	background: rgba(000,000,000,.5	);
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

#carousel blockquote strong {
	color: #fff;
	font-style: italic;
	padding: 0;
	font-size: 20px;
	margin-bottom: 20px;
}

#carousel blockquote em {
	font-style: normal;
	font-weight: bold;
	padding: 5px 0 5px 0;
	color: #fff;
}

#carousel blockquote i {
	color: #fff;
}

/* carousel controls */

.bx-pager {
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-align: center;
	z-index: 1000;
	margin-top: 7px;
	font-size: 12px;
	padding: 0;
}

.bx-pager a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	color: #333;
	margin-right: 1px;
	zoom: 1;
	background-color: #fff;
	opacity: .8;
}

.bx-pager a:first-child {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.bx-pager a:last-child {
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

a.pager-active {
	background-color: #C1BFB5;
}

#upcoming_events {
	float: left;
	margin-right:20px;
}

.upcoming {
	width: 520px;
	float: left;
	clear: both;
	padding:15px 20px 5px 20px;
	border-bottom: 1px dashed #ddd;
	background: #fff;
}

.upcoming:first-child {
    margin-top:10px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.upcoming:last-child {
	border-bottom: 0;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-top-right-radius:8px;
	border-bottom-right-radius: 8px;
}

.upcoming img {
	float: left;
	margin-right: 10px;
	max-width:100px;
	max-height:70px;
}
.upcoming p {
    color:#666;
    font-size:13px;
    padding-top:7px;
}
.upcoming ul {
	float: left;
	font-size: 14px;
	width:400px;
}

#events_calendar {
	overflow: hidden;
}

a#events_calendar_link {
	display:inline;
	padding: 10px;
	font-weight: bold;
	text-transform:none;
	font-size:12px;
}

a#events_calendar_link:hover {
	text-decoration: none;
}

#events_calendar h4 {
	font-size: 20px;
	padding: 10px 20px;
}

#awards_cfe, #awards_winner {
	width:240px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#fff;
	padding:20px;
}
#awards_cfe li, #awards_winner li {
    margin-bottom:8px;
}

#awards_cfe {
    height:120px;
}
#awards_winner {
    height:160px;
}

#subscribe form label {
	display: block;
	margin-bottom: 5px;
}

#subscribe input[type="text"] {
	width: 168px;
	font-size: 13px;
	padding: 2px 5px;
}

#subscribe input[type="submit"] {
	border: none;
	background: #444;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	margin: 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#media {
	float: left;
	width: 400px;
	margin-top: 10px;
}

#media ul {
	background: #fff;
	padding: 10px 20px;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#media ul li {
	padding: 3px 0;
}

#omma, #summits, #awards, #more {
	float: left;
	width: 197px;
	padding: 20px;
	min-height: 400px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#summits {
	margin: 0 10px;
	width:199px;
}

#awards {
	margin-right: 10px;
}

#bottom {
	clear: both;
	overflow: hidden;
	padding-top: 10px;
	color: #9C9E93;
}

#bottom strong {
	text-transform: uppercase;
	font-size: 25px;
	color: #999;
	display: inline;
}

#bottom p {
	display: inline;
}

#bottom ul {
	clear: both;
	margin-top: 10px;
}

#bottom li {
	margin: 0;
	padding: 5px 0;
}

#bottom li:last-child {
	margin-bottom: 0;
}

#bottom a {
	text-decoration: none;
	color: #333;
}

#bottom a:first-child {
	display: block;
	font-weight: bold;
}

#bottom em {
	font-style: normal;
	font-size: 12px;
	color: #333;
}

#footer {
	margin-top: 20px;
}

#calendar {
	width: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	-moz-box-shadow: 0px 0px 5px #333;
}

.calendar_button {
	background: #333;
    padding: 10px;
    text-decoration: none;
    line-height: 3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

a.calendar_button {
	color: #fff;
}
.calendar_button:hover {
	background: #555;
}

/* flatpage */
#container {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

#main_content {
	clear: both;
	float: left;
	background: #fff;
	width: 800px;
	border: 1px solid #d1d1d1;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 40px;
	margin: 10px auto;
}

#main_content h1, #main_content h3, #main_content h4 {
	margin: 5px 0;
}
#main_content h3 {
	color:#d92d27;
}