/*
Title:	Screen styles and IE/Win patches
Author: robbie@projectgoboy.com
*/

/* import stylesheets and hide from IE/MAC \*/
@import url("reset.css");
@import url("master.css");
@import url("ie.css");
/* end import/hide */

/* Main Banner CSS */

#mainBanner {
	width: 100%;
	height: 100%;
	background: #4572A2;
}

#mainBanner #ctl02_Media7, #mainBanner #ctl01_Media7, #mainBanner span {
	width: 100% !important;
	height: auto !important;
}

#mainBanner .adminMedia, .editImageButtonShow, .editImageButtonShow img  {
	width: 100%;
	z-index: 20;
	position: absolute;
}

#mainBanner #master0 {
	width: 100% !important;
	height: auto !important;
	min-height: 500px !important;
	max-height: 500px !important;
	position: relative;
	z-index: 10;
}

#mainBanner #master0 div {
    height: 0px !important;
    width: 100% !important;
}

#mainBanner #master0 div img {
    max-height: 500px !important;
    width: 100% !important;
}

#mainBanner img {
	width: 100% !important;
	height: auto !important;
	position: relative;
	z-index: 10;
}