body {
	background: #c5bfbc url(../images/layout/bg-site.gif) repeat-y scroll top left;
	font: normal normal 0.625em/1.6em Arial, Verdana, Helvetica, sans-serif;
}

/* normal = 0.625em = 10px
	 big    = 0.938em = 15px
	 large  = 1.25em  = 20px */
body.big .home_content,
body.big #content,
body.big #pagelinks,
body.big #footer_nav {
	font-size: 1.4em;
}
body.large .home_content,
body.large #content,
body.large #pagelinks,
body.large #footer_nav {
	font-size: 1.6em;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border-style: none; }

.container {
	width: 950px;
	background-color: #ffffff;
	z-index: 1;
}
.ui-datepicker {
	z-index: 6;
}
.container div {
	/*outline: 1px solid green;*/
}

.container .header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 146px;
	background: transparent url(../images/layout/bg-header-right.gif) no-repeat scroll top right;
	z-index: 4;
}
.container .header .header_nav {
	position: absolute;
	top: 4px;
	left: 437px;
}

.container .header .logo {
	position: absolute;
	top: 45px;
	left: 24px; 
}

.container .header .main_nav {
	position: absolute;
	top: 106px;
	left: 16px;
	
	width: 658px;
	height: 40px;
}

.container .header .search {
	position: absolute;
	top: 107px;
	right: 2px;
	
	width: 274px;
	height: 37px;
	overflow: hidden;
	
	background: transparent url(../images/layout/bg-header-search.gif) no-repeat top left;
}
.container .header .search form {
	margin: 0;
	padding: 0;
}
.container .header .search fieldset {
	margin: 0;
	padding: 0;
}
.container .header .search fieldset legend {
	display: none;
}
.container .header .search form input.sword {
	border: 0px solid black;
	
	margin: 11px 0 0 16px;
	height: 14px;
	width: 170px;
	
	font-size: 11px;
}
.container .header .search form input.submit {
	position: absolute;
	top: 12px;
	right: 65px;
}


/* Subheader */
.container .subheader {
	position: relative;
	top: 0px;
	left: 0px;
	
	height: 142px;
	overflow: hidden;
	background: transparent url(../images/layout/pageinfo_bg_tile.gif) scroll repeat top left;
}
.container .subheader .breadcrumb {
	position: absolute;
	top: 0px;
	left: 271px;

	padding-left: 24px;

	width: 655px;
	height: 28px;
	
	overflow: hidden;

	color: #fff;
	font-size: 1.2em;
	line-height: 28px;

	background-color: #c5bfbc;
}
.container .subheader .breadcrumb .item img.divider-arrow {
	padding: 0px 7px;
}
.container .subheader .breadcrumb .item a {
	color: #ffffff;
}
.container .subheader .breadcrumb span.item-1 img.divider-arrow {
	display: none;
}
.container .subheader .pageinfo {
	position: absolute;
	top: 28px;
	left: 271px;
	width: 679px;
}
.container .subheader .pageinfo h1.title {
	font-family: "Avenir LT Std", Arial, Helvetica, sans-serif;
	position: absolute;
	top: 42px;
	left: 23px;

	font-size: 3em;
}
.container .subheader .pageinfo h2.subtitle {
	font-family: "Avenir LT Std", Arial, Helvetica, sans-serif;
	position: absolute;
	top: 10px;
	left: 23px;

	color: #a01e4b;
	font-size: 2.4em;
}
.container .pagelinks {
	height: 32px;
	overflow: hidden;

	padding-right: 33px;

	text-align: right;
	line-height: 32px;
}
.container .pagelinks a {
	margin-right: 10px;
	color: #000000;
	background: transparent none scroll no-repeat center right;
}
.container .pagelinks a.send-to {
	padding-right: 24px;
	background-image: url(../images/layout/pagelinks/send-to.gif);
}
.container .pagelinks a.add-to {
	padding-right: 14px;
	background-image: url(../images/layout/pagelinks/add-to.gif);
}
.container .pagelinks a.print {
	margin-right: 0px;
	padding-right: 17px;
	background-image: url(../images/layout/pagelinks/print.gif);
}
.container #content {
	font-size: 1.2em;
	padding-top: 1px;
	position: relative;
	z-index: 3;
}
.container .publication .image {
	float:right;
}
.container #content {
	min-height: 300px;
}
.container .content .content_left {
	float: left;
	width: 271px;
}
.container .content .content_left h2 {
	padding: 0px 0px 8px 40px;
	font-size: 1.5em;
}

.container .content .content_middle {
	float: right;
	padding: 0 32px 0 21px;
	padding-left: 21px;
	width: 626px;
}
.container .content .sub-page {
	padding-top: 20px;
	padding-right: 32px
}
/* Remove right border on pages */
body.p36 .content .content_middle,
body.p37 .content .content_middle,
body.p39 .content .content_middle,
body.p40 .content .content_middle,
body.p41 .content .content_middle,
body.p42 .content .content_middle,
body.p45 .content .content_middle,
body.p61 .content .content_middle {
	padding-right: 0;
	width: 658px;
}

/* Set padding on "normal" and "news" content elements */
#content .content_middle .text-item,
#content .content_middle .textpic-item,
#content .content_middle .quote-frame,
#content .content_middle .news-single-item div.text,
#content .content_middle .news-single-item p.teaser {
	margin-right: 100px;
}


/* Change h3 on some pages */
body.p37 .content #content_middle,
body.p38 .content #content_middle,
body.p39 .content #content_middle {
	padding-top: 0;
}

/* Clearfix */
.clearfix {display: inline-block;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div.view-tagcloud {
	text-align: justify;
	font-size: 1.2em;
	line-height: 2em;
	padding: 20px 20px 0 20px;
}
.align-right {
	text-align: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

/* Twitter */
#twit-pic
{
	display: block;
	height: 27px;
	padding-top: 12px;
	padding-left: 55px;
	background: #F1F0EF url(../images/twitter.png) no-repeat scroll left center;
}

#twit-pic a
{
	color: #3B3A26;
	font-weight: bold;
	text-decoration: none;
}

#twit-pic span
{
	padding-right: 18px;
	background: transparent url(../../html/images/layout/arrow-right.gif) no-repeat scroll right center;
}