@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(template/elements/winter/ice-background-1440px.jpg);
	background-color: #03F;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
}


/*body {
	background-image: url(template/elements/winter/blue-graph_background.gif);
	background-repeat: repeat;
}*/



#content_area {
	background-image: url(template/elements/winter/body_slice.jpg);
	background-repeat: repeat-y;
}
#footer {
	height: 49px;
	background-image: url(template/elements/winter/footer.jpg);
	background-repeat: no-repeat;
}

/* -- Home Page Styles -- */

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

/* -- Site Pages Styles -- */

#page_header_top {
	background-image: url(template/elements/winter/page_header_top.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 30px;
}
#page_header_images {
	background-image: url(template/elements/winter/page_header_images.jpg);
	height: 71px;
}
#page_nav {
	height: 35px;
	background-image: url(template/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(template/elements/winter/page_header_bottom.jpg);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 8px;
	padding-left: 150px;
}
