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: #003C69 !important;
	font-family: Helvetica,Verdana,Tahoma,Arial;
	font-size: 95%;
	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;
	float: left;
	width: 100%;
	margin: 0 auto !important;
	padding: 0px !important;
}
	#amberAlert .row {
		clear: both;
		width: 99%;
		float: left;
        margin-bottom: 20px;
	}

	#amberAlert .col1 {
		float: left;
		width: 40%;
		text-align: right;
	}

	#amberAlert .col2 {
		float: left;
		text-align: left;
		padding-left: 10px;
	}
	#amberAlert .abducteeInfo {
	 margin: 0;
	 padding: 0;
	}

/*############################*/
/* Global Header */
/*############################*/
#globalHdr
{
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 0px solid #fff;
	background-color: #000 !important;
	margin: 0px auto;
	min-height: 33px;
	font-size: 95%;
}
#globalHdrContentContainer
{
	width: 1000px;  /*width of layout - remove line if not required */
	margin: 0px auto;
}
/*############################*/
/* Header */
/*############################*/
#header
{
	clear: both;
	float: left;
	width: 100%;
	margin: 0px auto;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	text-align: center;
	background-color: #23537B;
	/*background-image: url('../Images/InYourCornerKS_Banner3bg.png');
	background-repeat: repeat-x;
	background-position: left top; */
	background-image: url('/images/default-source/templateimages/inyourcornerks_banner_bg.png') !important;
	background-repeat: repeat-x;
	background-position: left top; /**/
	position: relative;
}

/*############################*/
/* Search box (contained in header) */
/*############################*/
#search
{
	clear: both;
	float: left;
	width: 100%;
	margin: 0px auto;
	position: absolute;
}
#searchContentContainer
{
	width: 1000px;  /*width of layout - remove line if not required */
	margin: 0px auto;
	text-align: right;
	position: relative;
	top: -10px;
	padding-right: 10px;
}

/*############################*/
/* Menu */
/*############################*/
#menu
{
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 1px solid #003C69;
	background-color: #003C69 !important;
	margin: 0px auto;
}
#menuContentContainer
{
	width: 1000px;  /*width of layout - remove line if not required */
	margin: 0px auto;
}


/*############################*/
/* Main */
/*############################*/
#main
{
	position: relative; /* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%; /*width of whole page */ /*overflow: hidden;  This chops off any overhanging divs */
	margin: 0 auto;
	background-color: #3CB6CE !important;
	font-family: Helvetica,Verdana,Tahoma,Arial;
	font-size: 90%;
	background-image: url('/images/default-source/templateimages/aqua_gradient.png') !important;
	background-repeat: repeat-x;
	background-position: center top; /**/
}
#contentContainer
{
	width: 980px; /* width of layout - remove line if not required */
	margin: 0 auto;
	background-color: #fff;
	padding: 10px;
	min-height: 500px;
	/*border-left: 1px solid #b6bcbf; 
	border-right: 1px solid #b6bcbf;*//*#b6bcbf;*/
}


/*############################*/
/* Footer */
/*############################*/
#footer
{
	clear: both;
	float: left;
	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;
}
