/* - - - Start page specific stylesheet - - - */
@import "global.css";

/* - - - LAYOUT - - - */
body
{
	background-color: #ffffff;
	background-image: url('../images/bg_body_start.png');
	background-repeat: repeat-x;
	background-position: left top;
	
}
h2
{
	font-family: 'Frutiger65Bold', Verdana, Arial, "MS Trebuchet", sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
}
#container
{}
#content
{
	/*background-image: url('../images/bg_splash.jpg');
	background-repeat: no-repeat;
	background-position: 20px top;*/
	min-height: 286px;
}
#slideshow
{
	display: block;
	width: 985px;
	height: 286px;
	padding: 0px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;

}
#main
{
	height: 286px;
	width:400px;
	position: absolute;
	top: 100px;
	left: 65px;
	z-index: 100;
	color: #6b470c;
	
}
#main h1
{
	font-family: 'SerpentineLTMediumBold', Verdana, Arial, "MS Trebuchet", sans-serif;
	font-size: 24px;
	margin: 0 0 6px 0;
	color: #000000;
}
#supplemental
{

	position:absolute;
	right:14px;
	top:31px;
	width:313px;
	height: 240px;
}
#supplemental h2
{
	height:29px;
	line-height:29px;
	margin-top:0;
}
#secondary
{
	margin-top: 286px;
	min-height: 222px;
	padding: 18px 0;
}
.promotion
{
	font-size: 11px;
	float: left;
	width: 300px;
	height: 205px;
	padding: 5px;
	margin-right: 27px;
	color: #848484;
	background-image: url('../images/bg_module.png');
	background-repeat: repeat-x;
	background-position: left top;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
}
#puff3.promotion
{
	margin-right: 0;
}
#secondary img.preview
{
	float: left;
	margin: 0 10px 10px 17px;
	border: 2px solid #ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
}
.promotion .button
{
	position: absolute;
	bottom: 10px;
	right: 4px;
}

#secondary h2
{
	border-bottom: 1px solid #3e3e3e;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 0;
}
/*#secondary a img
{
	background-image: url('../images/button_module_arrow.png');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 38px;
	height: 25px;
	text-indent: -3000px;
	position: absolute;
	bottom: 15px;
	right: 10px;
	cursor: pointer;
        border:none;
}*/

#secondary a
{
    color: #FFFFFF;
    text-decoration:none;
}

#secondary a:hover
{
    color: #FFFFFF;
}

/*News list*/
#secondary #news_list
{

}
#secondary #news_list h2
{
	margin-bottom: 10px;
}
#secondary #news_list ul
{
	margin: 0 10px;
}
#secondary #news_list ul li
{
	list-style: none;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #848484;
}
#secondary #news_list ul li a.headline
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	clear: both;
	background-image: none;
	position: relative;
	bottom: 0;
	right: 0;
	height: auto;
	display: inline;
	text-indent: 0;
	
}
#secondary #news_list ul li a.preview
{
	font-family: "Frutiger55Roman",verdana,arial,helvetica, sans-serif;
	font-size: 11px;
	color: #848484;
	clear: both;
	text-decoration: none;
		background-image: none;
	position: relative;
	bottom: 0;
	right: 0;
	height: auto;
	display: inline;
	text-indent: 0;
}
#news_list ul li a:hover
{
	
}
#news_list .wm_news_published
{
	display: none;
}
#secondary #puff3 .archive
{
	background-image: url('../images/button_text.png');
	background-position: left top;
	background-repeat: no-repeat;
	font-family: "Frutiger55Roman",verdana,arial,helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 22px;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 4px;
	width: 62px;
	padding-left: 5px;
	text-decoration: none;
	float: right;
	text-indent: 0;

	height: 25px;
	
	
}
