@charset "UTF-8";
/* CSS Document */
/* -- WINTER THEME -- */

/* refer to files Vexilar_Home_Layout.psd and Vexilar_Page_Layout.psd for source images */

/* -- Common Styles -- */

/* Sets the current background color pattern */
body {
	background-image: url(elements/winter/blue-graph_background.gif);
	background-repeat: repeat;
}
#content_area {
	background-image: url(elements/winter/body_slice.jpg);
	background-repeat: repeat-y;
}
#footer {
	height: 49px;
	background-image: url(elements/winter/footer.jpg);
	background-repeat: no-repeat;
}

/* -- Home Page Styles -- */

#home_header_top {
	height: 60px;
	background-image: url(elements/winter/home_header_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#home_header_images {
	background-image: url(elements/winter/home_header_images.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 100%;
}
#home_nav {
	height: 35px;
	background-image: url(elements/winter/home_header_nav.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#home_header_bottom {
	height: 30px;
	width: 100%;
	background-image: url(elements/winter/home_header_bottom.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}

/* -- Site Pages Styles -- */

#page_header_top {
	background-image: url(elements/winter/page_header_top.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 30px;
}
#page_header_images {
	background-image: url(elements/winter/page_header_images.jpg);
	height: 71px;
}
#page_nav {
	height: 35px;
	background-image: url(elements/winter/page_nav_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	position: relative; /* Required for IE so drop-down menus don't go behind tabbed panels */
	z-index: 400;
}
#page_header_bottom {
	background-image: url(elements/winter/page_header_bottom.jpg);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 8px;
	padding-left: 150px;
}
#slideshow {
	padding: 0px;
	height: 360px;
	width: 480px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 140px;
	border: 2px solid #663300;
}