@charset "utf-8";
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	list-style-type: none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#293359;
        background-color:#ffffff;
}
body#edenbridge {
	background-image: url(../gfx/site_bg.png);
	background-repeat: repeat-x;
	background-color: #f1f1f2;
}
a {
	color: #55668C;
	text-decoration: none;
}
a.more{
	display:block;
	text-align:right;
	font-size: 0.9em;
	font-weight: bold;
}
a:hover {
	color: #6C80A2;
	text-decoration: underline;
}
.center {
	margin-left:auto;
	margin-right:auto;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}

h1 {
	font-size: 21px;
	color: #C38D50;
}
h2 {
	font-size: 1.6em;
	color: #AC7C47;
	margin-bottom: 0.45em;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #293359;
}

p {
	margin: 0px 0px 8px 0px;
	line-height: 1.2;
}

#wrapper {
	background-image: url(../gfx/content_bg.png);
	background-repeat: repeat-y;
	margin: auto;
	width: 913px;
	position: relative;
}
#wrapper #langselector {
	background-image: url(../gfx/langselector_bg.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 107px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
}
#wrapper #header {
	background-image: url(../gfx/header.png);
	background-repeat: no-repeat;
	height: 365px;
	position: relative;
}
#wrapper #content {
	padding: 15px 20px 30px 20px;
}
#wrapper #header h1 {
	position: absolute;
	top: 173px;
}
#wrapper #header #navigation {
	position: absolute;
	top: 300px;
	left: 10px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../gfx/delimiter.png);
	background-repeat: no-repeat;
	padding: 0px;
	width: 890px;
	height: 40px;
}
#wrapper #header #navigation li {
	float: left;
	margin: 0px;
	padding: 0px 7px;
	background-image: url(../gfx/delimiter.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 40px;
}
#wrapper #header #navigation li.selected a {
	background-image: url(../gfx/active_page.png);
	background-repeat: repeat-x;
}
#wrapper #header #navigation a {
	line-height: 35px;
	color: #F0F1F4;
	display: block;
	height: 35px;
	margin: 2px 0px 5px 0px;
	padding: 0px 7px;
}
#wrapper #content .column_wide {
	width: 100%;
}
#wrapper #content .column_left {
	float: left;
	width: 520px;
}
#wrapper #content .column_right {
	float: right;
	width: 350px;
}
#wrapper #content .block {
	background-color: #FFFFFF;
	margin: 5px;
	padding: 20px;
	border: 1px solid #E6E6E6;
}
#news li {
	margin: 0px 0px 13px 0px;
}
#news h3{
	margin: 0px 0px 5px 0px;
}
#news p {
	margin: 0px 0px 0.4em 0px;
}
#news p.more {
	padding-top:5px;
	font-size:0.95em;
}
#news div.lead{
	line-height:1.1em;
}
#subnavigation {
	padding: 0px 5px;
}
#subnavigation li {
	float:left;
	margin: 0px 20px 0px 0px;
	font-size: 1.1em;
	padding: 0px 0px 5px 0px;
}
#subnavigation li.selected {
	font-weight:bold;
}
.breadcrumbs {
	font-size: 0.9em;
	padding-bottom: 0.4em;
}
h3 a {
	color: #293359;
}
td.imgwrapper{
	margin: 0px;
	display:table-cell;
}
.imgwrapper{
	border: 1px solid #E6E6E6;
	padding:10px;
	background-color:#ffffff;
	text-align: center;
	vertical-align: top;
	display:inline-block;
	margin: 15px;
}
.imgwrapper h3{
	font-size: 1em;
	font-weight:normal;
	font-style: italic;
	color: #919191;
	text-align:center;
	margin: 0px 0px 10px 0px;
}
.imgwrapper h3 a{
		color: #919191;
}
.imgwrapper h3 strong{
	font-size: 1em;
	font-weight:bold;
	color: #293359;
	text-align:center;
	font-style: normal;
}
.imgwrapper h3 strong a{
		color: #293359;
}
.imgwrapper p{
	text-align:left;
	font-size:0.9em;
	margin: 5px 0px 0px 0px;
}
.buttonwrapper {
	margin: 20px 5px 5px 0px;
	height: 31px;
}
.buttonwrapper span {
	background-image: url(../gfx/btn.png);
	background-repeat: no-repeat;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 30px;
	height: 31px;
	display:block;
}
.buttonwrapper a {
	background-image: url(../gfx/btn.png);
	background-position:top right;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	color:#ffffff;
	line-height:31px;
	height: 31px;
	display:block;
	font-size: 0.9em;
	font-weight: bold;
}
td.m{
        background-color:#99CCFF;
        padding: 10px;
        font-size:11px;
}
td.f{
        background-color:#FF99CC;
        padding: 10px;
        font-size:11px;

}