/* summer styles */

@media print,projection,screen,tv
{

body
{
	padding:40px 0px 0px 0px;
	margin-bottom:4em;
	
	background-color:#F2F2F2;
}

hr
{
	color:#999999;
	background-color:#999999;
}
table, td, th
{
	border-color:#999999;
}
h2
{
	font-size:1.8em;
}

div.container
{
	position:relative;
	margin:0px auto 0px auto;
	padding:1px 0px 0px 0px; /* needs at least 1px top padding for Firefox */
	width:950px;
	
	background-color:#778D9D;
	
	background-image:url("/assets/images/winter/container-top.png");
	background-repeat:no-repeat;
	background-position:top left;
	
}
div#containerBottom
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:950px;
	height:18px;
	
	background-image:url("/assets/images/winter/container-bottom.png");
	background-repeat:no-repeat;
	background-position:bottom left;
}

/* header styles */

#header
{
	display:block;
	position:absolute;
	z-index:1;
	left:0px; /* necessary for IE */
	
	margin:0px;
}
#header a:link, #header a:visited
{
	display:block;
	position:relative;
	top:-30px;
	left:570px;
	
	height:150px; /* total: 210px */
	width:150px; /* total: 380px */
	padding-top:60px;
	padding-right:230px;
	
	font-size:1.5em;
	color:#FFFFFF;
	background-image:url("/assets/images/winter/header.png");
	background-repeat:no-repeat;
	background-position:140px 0px;
}
#header a:hover
{
	text-decoration:none;
}

div#winterImages
{
	position:absolute;
	top:15px;
	left:15px;
	z-index:1;
}
div#winterImages img
{
	position:absolute;
}

/* breadcrumb styles */

#breadcrumb
{
	display:block;
	position:absolute;
	z-index:1;
	top:160px; /* 140px border above */
	left:570px; /* necessary for IE */
	
	width:325px;
	padding-bottom:7px;
	
	font-size:.7em;
	color:#999999;
	text-transform:lowercase;
	border-bottom:1px solid #CCCCCC;
}
#breadcrumb a:link, #breadcrumb a:visited
{
	color:#999999;
}
#breadcrumb a:hover
{
	color:#666666;
}

/* menu styles */

#menu
{
	display:block;
	position:relative;
	float:left;
	margin:260px 0px 20px 25px;
}

#menu h2 /* don't display the menu title */
{
	display:none;
}

#menu ul, #menu ol
{
	padding:0px;
	margin:0px 0px 20px 0px;
}
#menu li
{
	margin-bottom:3px;
	
	list-style:none;
	list-style-image:none;
}

/* first level menu items */
#menu li div, #menu li a, #menu li a:visited
{
	display:block;
	
	height:42px; /* total:60px */
	width:140px; /* total:200px */
	padding-left:60px;
	padding-top:18px;
	margin:0px;
	
	background-image:url("/assets/images/winter/menuitem.png"); /* default image */
	background-repeat:no-repeat;
	background-position:0px 0px;
	
	color:#FFFFFF;
	text-decoration:none;
	font-size:1.3em;
	outline:none;
}
#menu li a:hover
{
	background-position:0px -60px;
}
#menu li a.menuHighlight
{
	background-position:-200px 0px;
}
#menu li a.menuHighlight:hover
{
	background-position:-200px -60px;
}
#menu li div /* div's are always highlighted */
{
	background-position:-200px 0px;
}

/* 2nd and subsequent level menu items */
#menu ul ul, #menu ol ol
{
	margin:-15px 0px 0px 30px; /* 2nd and subsequent levels need left margins */
}
#menu li li
{
	margin:0px 0px 0px 0px;
}
#menu li li div, #menu li li a:link, #menu li li a:visited
{
	height:32px; /* total:50px */
	width:130px; /* total:170px */
	padding-left:40px;
	padding-top:18px;
	margin:-5px 0px 0px 0px;
	
	background-image:url("/assets/images/winter/menuitemsub.png"); /* default image */
}


div.submenu
{
	margin:10px 15px 5px 15px;
	padding:3px 5px 1px 5px;
	
	color:#FFFFFF;
	font-size:.8em;
	background-image:url("/assets/images/common/background/white-20.png");
	background-position:top left;
	background-repeat:repeat;
}
div.submenu a, div.submenu a:visited
{
	color:#FFFFFF;
}
div.submenu a:hover
{
	background-image:url("/assets/images/common/background/white-20.png");
	background-repeat:repeat;
}

/* content styles */

#content
{
	display:block;
	position:relative;
	margin:140px 15px 15px 240px;
	width:615px; /* total:695px */
	padding:60px 40px 40px 40px; /* bottom margin must be at least 18px to not be covered by div#contentBottom */
	
	background-color:#E8E8E8;
	
	background-image:url("/assets/images/winter/content-top.png");
	background-repeat:no-repeat;
	background-position:top left;
}

#content > h1:first-child,
#content > h1:first-child + h4,
#content > h2:first-child,
#content > h2:first-child + h4,
#content > h3:first-child,
#content > p:first-child
{
	/* indent the first child of the #content element to avoid the winterImage */
	padding-left:290px;
	margin-bottom:1em;
}

div#columnMain
{
	float:left;
	width:425px; /* total:445px */
	padding-right:20px;
}
div#columnSidebar
{
	float:left;
	width:149px; /* total:170px */
	padding-left:20px;
	
	border-width:0px 0px 0px 1px;
	border-color:#CCCCCC;
	border-style:solid;
}

div.contentColumn
{
	width:270px; /* total:300px */
	margin:0px 30px 0px 0px;
}

div#contentBottom
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:695px;
	height:18px;
	
	background-image:url("/assets/images/winter/content-bottom.png");
	background-repeat:no-repeat;
	background-position:bottom left;
}

/* footer styles */

#footer
{
	clear:left;
	position:relative;
	height:0px;
	top:.5em;
	
	margin-right:35px;
	padding:0px 0px 0px 0px;
	
	text-align:right;
}
#footer p
{
	display:inline;
	margin-left:1em;
}

/* common element styles */
div#message div
{
	padding-bottom:.1em;
	
	background-color:transparent;
	border:1px solid #999999;
}
div.highlight
{
	padding-bottom:.1em;
	
	background-color:transparent;
	border:1px solid #999999;
}

}