/*********************************/
/* html */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(/images/background.png) top left repeat-x;
}

/*********************************/
/* html */
.clear {
	clear: both;
}
.rail-box {
	margin: 10px auto;
	width: 146px;
}
.rail-box .cap-top {
	height: 10px;
	background: url(/images/rail-box-top.gif) bottom left no-repeat;
}
.rail-box .content {
	background: url(/images/rail-box.gif) top left repeat-y;
	padding: 10px;
}
.rail-box .cap-bot {
	height: 10px;
	background: url(/images/rail-box-bot.gif) top left no-repeat;
}
.rail-header {
	border-top: 1px dotted #cbcece;
	border-bottom: 1px dotted #cbcece;
	color:#444;
	display:block;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin-top: 20px;
	padding: 10px 0;
	font-weight:bolder;
}




/*********************************/
/* layout elements */
#wrapper {
	background: #ffffff url(/images/container-background.png) top left no-repeat ;
	margin: 0 auto;
	width: 972px;
}
#content {
	float: right;
	width: 738px;
	margin-right: 19px;
	padding: 0 9px 0 9px;
}
#rail {
	float: right;
	width: 162px;
	padding: 0 6px 0 7px;
}
#header {
	position: relative;
	width: 740px;
	height: 193px;
	margin: 6px 0 6px 0;
	
}
	#headerImgs {
		z-index:0;
	}
	#headerImgs .img6 {
		background: url(/images/header1.jpg) no-repeat top left;
		height: 193px;
		width:740px;
	}
	#headerImgs .img2 {
		background: url(/images/header2.jpg) no-repeat top left;
		height: 193px;
		width:740px;
	}
	#headerImgs .img5 {
		background: url(/images/header3.jpg) no-repeat top left;
		height: 193px;
		width:740px;
	}
	#headerImgs .img4 {
		background: url(/images/header4.jpg) no-repeat top left;
		height: 193px;
		width:740px;
	}
	#headerImgs .img1 {
		background: url(/images/header5.jpg) no-repeat top left;
		height: 193px;
		width:740px;
	}
	#headerImgs .img3 {
		background: url(/images/header6.jpg) no-repeat top left;
		height: 193px;
		width:740px;
	}				

	
#search-box-wrapper {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 335px;
	height: 33px;
	z-index:10;
}
#search-box {
	width: 235px;
	height: 27px;
	padding: 6px 0 0 100px;
	background: url(/images/search-box.png) top right no-repeat;
}
#column1 {
	float: left;
	width: 370px; /* width + padding = 386px */
	padding: 0 8px;
	margin-right: 13px;
}
#column2 {
	float: left;
	width: 322px; /* width + padding = 339px */
	padding: 0 7px 0 10px;
}

/*********************************/
/* nav
#primary-navigation {
	list-style: none;
	border-bottom: 1px dotted #cbcece;
	padding: 0;
}
#primary-navigation a {
	border-top: 1px dotted #cbcece;
	color:#555;
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 7px 0;
	overflow: hidden;
	text-decoration: none;
}
#primary-navigation a:hover {
	border-top: 1px dotted #cbcece;
	color:#990000;
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 7px 0;
	overflow: hidden;
	text-decoration: none;
} */
/*#nav-inside-valanx a { 
	background-image: url(/images/nav-inside-valanx.gif) 
}
#nav-news a { 
	background-image: url(/images/nav-news.gif) 
}
#nav-multimedia a { background-image: url(../images/nav-multimedia.gif) }
#nav-meet-team a { background-image: url(../images/nav-meet-team.gif) }
#nav-links a { background-image: url(../images/nav-links.gif) }
*/

/*********************************/
/* footer */
#footer {
	margin: 0px auto 20px auto;
	width: 939px;
	padding-top: 20px;
	border-top: 1px dotted #cbcece;
}
#footer-links {
	width: 939px;
	height: 30px;
	padding-top: 16px;
	background: url(/images/footer.gif) center no-repeat;
}
#footer-links ul {
	margin: auto;
	width: 700px;
	list-style: none;
}
#footer-links li {
	float: left;
	padding: 0 15px;
	border-left: 1px solid #5d5d5d;
	line-height: 12px;
}
#footer-links li.first { 
	border: none; 
}
#footer-links a {
	color: #5d5d5d;
	text-decoration: none;
}
#footer-links a:hover { 
	text-decoration: underline; 
}
/*********************************/
/* Typography */
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #575450;
	padding: 10px 0;
}
ul, ol {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #575450;
	margin-left: 10px; 
	padding: 5px 5px 5px 15px;
}
a {
	color: #497da9;
	text-decoration: underline;
}
a:hover {
	color: #a9895c;
	text-decoration: none;
}
#column1 .section-headline {
	width: 397px;
	height: 32px;
	margin-left: -17px;
	padding-left: 16px;
	padding-top: 12px;
	background: url(/images/section-headline-wide.png) top left no-repeat;
}
#column2 .section-headline {
	width: 346px;
	height: 32px;
	margin-left: -15px;
	padding-left: 16px;
	padding-top: 12px;
	background: url(/images/section-headline-narrow.png) top left no-repeat;
}
h2.section-headline, h2.section-headline a {
	color:#333333;
	display: block;
	font: bold 18px/17px Arial, Helvetica, sans-serif;
	padding: 2px 0;
	margin:0;
	text-decoration:none;
}

h2.section-headline a:hover {
	color:#a9895c;
	display: block;
	font: bold 18px/17px Arial, Helvetica, sans-serif;
	padding: 2px 0;
	margin:0;
	text-decoration:none;
}
.overline {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #a9895c;
	padding: 0;
}
.pr-headline {
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #3b688a;
}
.read-more {
	margin-top: -1em;
	text-align: right;
}


/********************************/
/*  flickr */
a.flickrThumbs img {
	padding:4px; 
	border: 1px solid #F1F1F1;
	margin:3px; 
}
a:hover.flickrThumbs img{
	padding:4px; 
	border: 1px solid #CCC;
	margin:3px; 
}



.blue-box {
	margin: 0 auto;
}
.blue-box .cap-top {
	height: 20px;
	background: url(../images/blue-box-top.png) bottom left no-repeat;
}
.blue-box .content {
	background: url(../images/blue-box.png) top left repeat-y;
	width: 272px;
	padding: 0px 25px;
}
.blue-box p, .blue-box ul, .blue-box ol {
	color: #ffffff;
}
.blue-box .cap-bot {
	height: 20px;
	background: url(../images/blue-box-bot.png) top left no-repeat;
}



#shareable p {
	font-weight: bold;
}
#shareable a {
	margin: 0 4px;
}
#shareable img {
	border: none;
}