@media screen and (max-width: 600px) {
body
{
	margin: 0px;
	padding: 0px;
	border: 0px; /* This removes the border around the viewport in old versions of IE */
	width: 100%;
	height: 100%;
	background-color: #fff !important;
	font-family: Helvetica,Verdana,Tahoma,Arial;
	font-size: 90%;
	background-image: url('/images/templateimages/gray_Gradient.jpg?Status=Master') !important;
	background-repeat: repeat-x;
	background-position: center top; /**/
	color: Black;
	line-height: 1.5em;
}

/*############################*/
/* Page Wrapper */
/*############################*/
#wrapper
{
	overflow: auto;
	margin: 0px auto;
	width: 100%;
	padding: 0px;
}


/*############################*/
/* Amber Alert  
/*############################*/
#amberAlert
{
	background-color: #FFCC00;
	text-align: center; 
	clear: both;
	width: 100%;
	margin: 0x auto !important;
	padding: 0px !important;
}

/*############################*/
/* Global Header */
/*############################*/
#globalHdr
{
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 0px solid #fff;
	background-color: #000 !important;
	margin: 0px auto;
	min-height: 33px;
}
#globalHdrContentContainer
{
	width: 100%;  /*width of layout - remove line if not required */
	margin: 0px auto;
}
/*############################*/
/* Header */
/*############################*/
#header
{
	width: 100%;
	margin: 0px auto;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	text-align: center;
	background-color: #D61F24;
	background-image: none !important;
	/*background-image: url('/images/templateimages/header_background.jpg?Status=Master&size=65') !important;
	background-repeat: repeat-x;
	background-position: center top; 
	position: relative;*/
}

/*############################*/
/* Search box (contained in header) */
/*############################*/
#search
{
	width: 100%;
	margin: 0px auto;
	/*position: absolute;*/
}
#searchContentContainer
{
	width: 100%;  /*width of layout - remove line if not required */
	margin: 0px auto;
	border: solid 0px lime;
}

/*############################*/
/* Menu */
/*############################*/
#menu
{
	width: 100%;
	border-bottom: 1px solid #003C69;
	background-color: #003C69 !important;
	margin: 0px auto;
}
#menuContentContainer
{
	width: 100%;  /*width of layout - remove line if not required */
	margin: 0px auto;
}


/*############################*/
/* Main */
/*############################*/
#main
{
	width: 100%; /*width of whole page */ /*overflow: hidden;  This chops off any overhanging divs */
	margin: 0px auto;
}
#contentContainer
{
	width: 100%;
	margin: 0px auto;
	background-color: #fff;
	/*min-height: 100%;
	border-left: 1px solid #b6bcbf; 
	border-right: 1px solid #b6bcbf;*//*#b6bcbf;*/
}
/*############################*/
/* Rotator container  (in Main/ContentContainer) */
/* only in homepage_master template
/*############################*/
.rotatorContainer
{
	display:none;
	/*padding: 0px 5px;
	position: relative;
	left: 57%;*/
}

/*############################*/
/* Columns (in Main/contentContainer) */
/*############################*/
.leftCol, .centerCol, .rightCol
{
	width:auto;
	clear: both;
	padding: 5px;
	/*position: relative;
	left: 57%;
	min-height: 500px;*/
}
/*.leftCol
{
	width: 18% !important;
	margin-right: 5px;
	padding: 5px 0px 5px 5px;
}
.centerCol
{
	width: 57% !important; 
	padding: 5px 10px;
}
.rightCol
{
	width: 21% !important; 
	padding: 5px 5px 5px 0px;
}*/

/*############################*/
/* Footer */
/*############################*/
#footer
{
	width: 100%;
	margin: 0px auto;
	text-align: center;
	background-color: #003C69 !important;/**/
}
#footerContentContainer
{
	/*width: 1000px; width of layout - remove line if not required */
	min-height: 135px;
	margin: 0px auto;
	padding: 10px 0px;
	color: #e7e9ea;
	background-color: #003C69 !important;
	/*background: url('/images/templateimages/AGKansasLogo_White_sm.png?Status=Master') no-repeat left top;
   border-left: 1px solid #003C69;
	border-right: 1px solid #003C69; */
}
#header img {max-width: 100%; }
}