html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: url('../img/back.png') repeat-x top left;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 130%;
}

a:link,
a:visited {
	color: #7F003F;
	text-decoration: none;
}

a:hover,
a:active {
	color: #85144D;
	text-decoration: underline;
}

h1 {
	margin: 1em 0;
	color: #460033;
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	margin: 1em 0;
	color: #460033;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 140%;
}

h3 {
	margin: 1em 0 0.5em 0;
	color: #460033;
	font-size: 1.2em;
	font-weight: normal;
}

h4 {
	margin: 1em 0;
	font-size: 1em;
	font-weight: bold;
}

h5 {
	margin: 0.5em 0;
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 0 0 8px 0;
}

img {
	border: none;
}

input,
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
}
textarea {
	font-size: 1em;
	color: #333;
	line-height: 140%;
}
address {
	margin: 0 0 8px 0;
	font-style: normal;
}

#container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 147px;
	padding: 0 0 0 0;
	background: url('../img/header.png') no-repeat top left;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 12px;
	left: 20px;
}

#header h1 a {
	display: block;
	width: 145px;
	height: 40px;
	text-indent: -999em;
	overflow: hidden;
}

/* Search Box */

#search {
	position: absolute;
	top: 68px;
	left: 18px;
}

#search label {
	display: none;
}

input#search-text {
	display: block;
	float: left;
	margin: 0 2px 0 0;
	padding: 5px;
	width: 150px;
	height: 16px;
	background-color: #fff;
	color: #460033;
	border: 1px solid #B0276F;
	font-size: 1.2em;
}

input#search-submit {
	display: block;
	float: left;
	width: 60px;
	height: 28px;
	padding: 7px 5px;
	background-color: #fff;
	color: #B0276F;
	border: 1px solid #B0276F;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

ul#main-menu {
	position: absolute;
	top: 107px;
	left: 0;
	width: 800px;
	height: 40px;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
.admin ul#main-menu {
	width: auto;
}

ul#main-menu li {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
}

ul#main-menu li a {
	display: block;
	float: left;
	height: 15px;
	padding: 10px 11px 10px 12px;
	color: #460033;
	text-decoration: none;
}

ul#main-menu li a:hover,
ul#main-menu li a:active,
ul#main-menu li.active a {
	background-color: #660A3E;
	color: #fff;
	border-bottom: 4px solid #3D0D26;
}

ul#accessibility {
	position: absolute;
	top: 115px;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
}

ul#accessibility li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
}

#font-size-small {
	font-size: 1em;
	font-weight: bold;
}
#font-size-medium {
	font-size: 1.3em;
	font-weight: bold;
}
#font-size-large {
	font-size: 1.5em;
	font-weight: bold;
}

#main {
	min-height: 500px;
}

#left-column {
	float: left;
	width: 228px;
	margin: 0 25px 20px 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #E5E5E5;
	font-size: 0.9em;
	line-height: 140%;
}

#right-column {
	float: right;
	width: 225px;
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
	border-left: 1px solid #E5E5E5;
	font-size: 0.9em;
	line-height: 140%;
}

#left-column h3,
#right-column h3 {
	margin: 10px 0 8px 0;
	font-size: 1em;
	font-weight: bold;
}

#right-column .news h3 {
	margin-top: 0;
}

#left-column ul.menu {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
}

#left-column ul.menu li {
	margin: 0 0 1px 0;
	padding: 0;
}
#left-column ul.menu li a {
	display: block;
	padding: 8px 10px;
	background-color: #EFEFEF;
	color: #333;
	border: 1px solid #D4D4D4;
}

#left-column ul.menu>li.active>a {
	background-color: #660A3E;
	color: #fff;
	border: 1px solid #3D0D26;
}

#left-column ul.menu ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	font-size: 1em;
	font-weight: normal;
}

#left-column ul.menu ul li {
	margin: 5px 0;
}

#left-column ul.menu ul li a {
	display: inline;
	padding: 0;
	background-color: transparent;
	color: #85144D;
	border: none;
}

#left-column ul.menu ul li.active a {
	display: inline;
	padding: 0;
	background-color: transparent;
	color: #85144D;
	border: none;
	font-weight: bold;
}

#main-column {
	float: left;
	width: 465px;
	margin: 0 0 20px 0;
	line-height: 150%;
}

#main-column h2 {
	font-size: 1.8em;
	font-weight: normal;
}

#main-column.home h2 {
	margin: 15px -10px 15px -10px;
	padding-left: 10px;
	border-bottom: 1px solid #BFBFBF;
	font-size: 1.4em;
}

#main-column h3 {
	font-size: 1.2em;
	font-weight: normal;
}
#main-column h3 span {
	color: #666;
}
#main-column h4 {
	font-size: 1em;
	font-weight: bold;
}


#main-column ul {
	margin: 8px 0;
	padding: 0 0 0 15px;
	list-style: none;
	clear: left;
}

#main-column ul li {
	margin: 0;
	padding: 0 0 0 10px;
	background: url('../img/bullet.gif') no-repeat 0 5px;
}

#main-column ul li li {
	background: url('../img/bullet2.gif') no-repeat 0 5px;
}

#main-column .compact {
	float: left;
	width: 210px;
	margin-right: 20px;
}

#main-column ul.compact {
	width: 200px;
	margin-right: 10px;
}

#footer-container {
	clear: both;
	min-height: 200px;
	padding-top: 44px;
	background: url('../img/back_footer.png') repeat-x top left;
	text-align: center;
}

#ticker {
	position: absolute;
	top: 73px;
	left: 260px;
	width: 400px;
	height: 16px;
	overflow: hidden;
	color: #fff;
	overflow: hidden;
}

a#play-pause-button {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	text-indent: -999em;
	overflow: hidden;
}
a#play-pause-button.pause {
	background: url('../img/button_pause.png') no-repeat top left;
}
a#play-pause-button.play {
	background: url('../img/button_play.png') no-repeat top left;
}

#ticker .item {
	text-align: left;
}

#ticker .item a {
	color: #fff;
}

#ticker .item .date {
	display: inline;
	margin-right: 5px;
	color: #ccc;
}

#ticker .item h3 {
	display: inline;
	font-size: 1em;
	margin-right: 5px;
	font-weight: bold;
}

#ticker .item .description {
	display: inline;
}

#breadcrumb {
	height: 17px;
	padding: 8px 0 0 0;
	font-size: 0.8em;
}

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	color: #666;
	text-align: left;
	font-size: 0.9em;
}

#footer .copy,
#footer .design {
	clear: left;
	float: left;
	margin: 0 0 10px 0;
}

#footer ul.menu {
	float: right;
	width: 600px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#footer ul.menu li {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	border-left: 1px solid #666;
}
#footer ul.menu li.active {
	font-weight: bold;
}

#footer ul.menu li.first {
	border: none;
}

#footer ul.menu li a {
	color: #666;
}

#footer ul.valid {
	float: right;
	clear: right;
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}

#footer ul.valid li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
}

#login-form {
	padding: 50px;
}

#gmap {
	height: 300px;
	margin: 10px 0;
	border: 1px solid #ccc;
}


/* Forms */

form {
	margin: 0;
}

.form-error {
	background-color: #fee;
	color: red;
}

.input.static {
	margin-left: 140px;
}
.input.date {
	color: #333;
}
label {
	display: block;
	float: left;
	width: 130px;
	margin-right: 10px;
	text-align: right;
}
fieldset label {
	width: 120px;
}
fieldset legend {
	background-color: #fff;
}

form div.input {
	clear: both;
	padding: 5px 0;
}

form div.input .error-message {
	margin-left: 140px;
	font-size: 0.9em;
	color: #f00;
}
form div.input.checkbox .error-message {
	margin-left: 0px;
}

fieldset div.input .error-message {
	margin-left: 130px;
}

form div.submit {
	padding: 5px 0 5px 140px;
}

form fieldset div.submit {
	padding-left: 130px;
}

fieldset {
	margin: 5px 0;
	background-color: #fafafa;
	border: 1px solid #ccc;
}

.input.text input,
.input.password input,
.input textarea {
	padding: 2px;
	border: 1px solid #ccc;
}

.input.select select,
.input.date select {
	border: 1px solid #ccc;
}

.submit input {
	padding: 3px 5px;
	background-color: #ccc;
	color: #444;
	border: 1px outset #ccc;
	font-weight: bold;
}

.checkbox {
	margin-left: 140px;
}
fieldset .checkbox {
	margin-left: 130px;
}
.checkbox label {
	display: inline;
	float: none;
	width: auto;
	margin-left: 5px;
}
.radio div {
	margin: 0 0 5px 140px;
}

/* Tables */

table.list {
	margin: 0;
	border-collapse: collapse;
}

table.list th {
	padding: 5px;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
}

table.list td {
	padding: 5px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.list tr.altrow td {
	background-color: #f4f4f4;
}

table td.center {
	text-align: center;
}

table td.right {
	text-align: right;
}

/* Definition list */

dl {
	margin: 0 0 0 20px;
	padding: 0;
}

dt {
	clear: left;
	float: left;
	width: 120px;
	margin: 0 10px 10px 0;
	font-weight: bold;
	text-align: right;
}

dd {
	float: left;
	width: 700px;
	margin: 0 0 10px 0;
}

#content dd {
	width: 500px;
}


/* Actions list */

.actions ul {
	height: 24px;
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

.actions ul li {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	background: none;
}

.actions a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 1px 0 1px 20px;
}

table td.actions {
	white-space: nowrap;
}

a.add,
a.view,
a.edit,
a.del,
a.list,
a.upload {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

a.add {
	background-image: url('../img/icons/plus_circle.png');
}
a.view {
	background-image: url('../img/icons/magnifier_left.png');
}
a.edit {
	background-image: url('../img/icons/pencil.png');
}
a.del {
	background-image: url('../img/icons/cross_circle.png');
}
a.list {
	background-image: url('../img/icons/table.png');
}
a.upload {
	background-image: url('../img/icons/document__plus.png');
}

span.tick {
	display: block;
	height: 16px;
	background: url('../img/icons/tick.png') no-repeat 0 50%;
	text-indent: -999em;
	overflow: hidden;
}
td span.tick {
	display: block;
	height: 16px;
	background: url('../img/icons/tick.png') no-repeat 50% 50%;
	text-indent: -999em;
	overflow: hidden;
}

td a.add,
td a.edit,
td a.del {
	display: block;
	width: 16px;
	height: 16px;
	padding: 0;
	text-indent: -999em;
	overflow: hidden;
}

/* Paging */

.paging {
	margin: 10px 0;
}

.paging div {
	display: inline;
	margin-right: 10px;
}

.paging a {
	margin: 0 5px;
}

.paging .current {
	margin: 0 5px;
	font-weight: bold;
}

.paging .disabled {
	color: #ccc;
}



h2.members {
	height: 35px;
	margin: 20px 0 10px 0;
	background: url('../img/title_members.gif') no-repeat top left;
	text-indent: -999em;
	overflow: hidden;
}
h2.networks {
	height: 35px;
	margin: 20px 0 10px 0;
	background: url('../img/title_networks.gif') no-repeat top left;
	text-indent: -999em;
	overflow: hidden;
}
h2.events {
	height: 20px;
	margin: 20px 0 10px 0;
	background: url('../img/title_events.gif') no-repeat top left;
	text-indent: -999em;
	overflow: hidden;
}
h2.news {
	height: 40px;
	margin: 20px 0 10px 0;
	background: url('../img/title_news.gif') no-repeat top left;
	text-indent: -999em;
	overflow: hidden;
}
h2.featured-news {
	height: 40px;
	margin: 20px 0 10px 0;
	background: url('../img/title_featured_news.gif') no-repeat top left;
	text-indent: -999em;
	overflow: hidden;
}
h2.ideas {
	height: 35px;
	margin: 20px 0 10px 0;
	background: url('../img/title_ideas.gif') no-repeat top left;
	text-indent: -999em;
	overflow: hidden;
}
h2.forum {
	height: 35px;
	margin: 20px 0 10px 0;
	background: url('../img/title_forum.gif') no-repeat top left;
	text-indent: -999em;
	overflow: hidden;
}
h2.contact {
	height: 35px;
	margin: 20px 0 10px 0;
	background: url('../img/title_contact.gif') no-repeat top left;
	text-indent: -999em;
	overflow: hidden;
}
h2.incoming-event {
	height: 20px;
	margin: 20px 0 10px 0;
	background: url('../img/title_incoming_event.gif') no-repeat top left;
	text-indent: -999em;
	overflow: hidden;
}
h2.featured-event {
	height: 20px;
	margin: 20px 0 10px 0;
	background: url('../img/title_featured_event.gif') no-repeat top left;
	text-indent: -999em;
	overflow: hidden;
}
h2.publications {
	height: 35px;
	margin: 20px 0 10px 0;
	background: url('../img/title_publications.gif') no-repeat top left;
}

h2.members a,
h2.networks a,
h2.publications a {
	display: block;
	height: 35px;
	text-indent: -999em;
	overflow: hidden;
}
h2.news a {
	display: block;
	height: 40px;
	text-indent: -999em;
	overflow: hidden;
}

h2.events a {
	display: block;
	height: 20px;
	text-indent: -999em;
	overflow: hidden;
}

ul.links {
	margin: 5px 0;
	padding: 0 0 0 10px;
	list-style: none;
	font-weight: bold;
}

ul.links li {
	margin: 0;
	padding: 0 0 0 10px;
	background: url('../img/bullet2.gif') no-repeat 0 4px;
}

#left-column ul.links {
	padding-bottom: 15px;
	border-bottom: 1px solid #D9D9D9;
}

.clear {
	clear: both;
}

.news h3 {
	margin-top: 0;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
}
.news-date {
	margin: 5px 0 0 0;
	color: #999;
	font-size: 0.9em;
}

.more {
	clear: left;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #D9D9D9;
	text-align: right;
}

.more a {
	margin: 0 10px 0 0;
	padding: 0 5px;
	border-bottom: 1px solid #8D8D8D;
	position: relative;
	bottom: -1px;
}

#main-column .more a {
	bottom: -2px;
}

.more a:hover,
.more a:active {
	text-decoration: none;
	border-bottom: 1px solid #85144D;
}

.navigation {
	margin: 20px 0 0 0;
}

.compact {
	float: left;
}

table.calendar {
	background-color: #fff;
	width: 100%;
	margin: 10px 0;
	border-bottom: 1px solid #CCC;
	border-collapse: collapse;
}

table.calendar tr.header td.title {
	padding: 5px;
	background-color: #F1F1F1;
	font-size: 1.1em;
	font-weight: bold;
}

table.calendar tr.header td.prev,
table.calendar tr.header td.next {
	padding: 5px;
	background-color: #B6B6B6;
}

table.calendar tr.header td.prev a,
table.calendar tr.header td.next a {
	color: #fff;
}

table.calendar .days td {
	padding: 5px 7px;
	text-align: right;
}

table.calendar td {
	padding: 1px 3px;
	text-align: center;
}

table.calendar tr.days td {
	border-bottom: 1px solid #ccc;
}

table.calendar tr.dates td {
	text-align: right;
}

table.calendar div {
	padding: 4px;
}

table.calendar td.event div {
	background-color: #C8A9B9;
}

table.calendar td.today div {
	background-color: #680B3F;
	color: #fff;
}

table.calendar td.event a {
	display: block;
	color: #fff;
	text-decoration: none;
}

table.calendar td.today a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.rss {
	margin-top: 20px;
	font-weight: bold;
	border: 1px solid #ccc;
}

.rss a {
	display: block;
	padding: 7px 5px 7px 50px;
	height: 16px;
	background: url('../img/rss.gif') no-repeat 5px 5px #fff;
	text-decoration: none;
}

.strategic {
	width: 417px;
	margin: 20px 0 0 5px;
	padding: 0 20px 20px 20px;
	padding-bottom: 12px;
	background: url('../img/box_strategic_bottom.gif') no-repeat bottom left;
	position: relative;
}

.strategic .container {
	height: 220px;
	overflow: hidden;
	position: relative;
}

.strategic .panels {
	position: absolute;
}

.strategic .panel {
	float: left;
	width: 417px;
}

.strategic .panel .content {
	height: 200px;
	overflow: hidden;
}

#main-column .strategic h2 {
	height: 30px;
	margin: 0 -20px 0 -20px;
	padding: 0;
	background: url('../img/box_strategic_top.gif') no-repeat top left;
	text-indent: -999em;
	overflow: hidden;
	border-bottom: none;
}

.strategic h3 {
	margin-top: 0;
	border: none;
}

.strategic img {
	float: left;
	margin: 0 15px 10px 0;
}

.strategic .more {
	padding: 0 10px;
	background: #fff;
	border: none;
	font-weight: bold;
	text-align: right;
}

.strategic .more a {
	border: none;
	margin: 0;
	padding: 0;
}

.strategic .prev {
	display: block;
	position: absolute;
	top: -2px;
	left: 380px;
	width: 25px;
	height: 25px;
	background: url('../img/button_round_prev.gif') no-repeat top left;
	text-indent: -999em;
	overflow: hidden;
}

.strategic .next {
	display: block;
	position: absolute;
	top: -2px;
	left: 410px;
	width: 25px;
	height: 25px;
	background: url('../img/button_round_next.gif') no-repeat top left;
	text-indent: -999em;
	overflow: hidden;
}

.date {
	color: #999;
}

#graphic-version {
	display: none;
}

.top-image {
	margin: 0 0 10px 0;
}

.banner {
	margin: 20px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #D9D9D9;
	text-align: center;
}

.highlight {
	background-color: yellow;
}
