
/************************* TABLET ********************************/


#top_banner_container {
	height:auto;
	width:100%;/*320px;*/
}
#top_banner_img {
	height:auto;
	width:100%;/*320px;*/
	margin-left:auto;
	margin-right:auto;
}
	#top_banner_img img {
		width:100%;
		height:auto;
	}
#top_menu_container {
	width:100%;/*320px;*/
	height:auto;
	background-color:#153282;
	margin: 0px;
	text-align:left;
	overflow:hidden;
}
	#top_menu {
		width:100%;
		height:auto;
		background-color:inherit;
		margin-left:auto;
		margin-right:auto;
	}
	#top_menu ul {
		padding: 0px;
		margin: 0px;
		width:100%;
		background-color:inherit;
	}
	#top_menu li {
		display:list-item;
		overflow:hidden;
		height:auto;
		background-color:inherit;
		width:49%;
		text-align:left;
		margin: 0px;
		padding: 0px;
		font-size: 1.25em;
/*		padding-top:8px;*/
		padding-bottom:12px;
		padding-top:6px;
	}
	#top_menu a {
		padding-left:5px;
		text-decoration:none;
		color:#d0fd6c;
		font-weight:800;
	}
	#top_menu a:hover {
		color:#FFFFFF;
		font-weight:800;
	}
	#top_menu a.TopMenuCurrent {
		color:#0FF;
	}
	#left_menu_wrapper {
		margin: 0px 0px 0px 0px;
		float:none;
		width:100%;/*320px;*/
	}
		#left_menu {
			margin-left:0em;
			padding:0px 0px 0px 0.5em;
			background-color:#CACAE9;
			font-family: Arial, Helvetica, sans-serif;
		
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none; 
		
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius: 0px;
		}
		#left_menu a:hover {
			color: #126D4E;
			text-decoration:none;
		}
		#left_menu h2 {
			font-family:Georgia, "Times New Roman", Times, serif;
			color:#633;
			font-weight:bold;
			padding: 0.5em 8px 0em 8px;
			margin:0 0 0 0;
			text-align:left;
		}
		#left_menu div#MenuHeader h2 a {
			color:inherit;
			text-decoration:none;
		}
		#left_menu div#MenuHeader.collapsed {
			display:none;
		}
		#left_menu div#MenuHeader.notcollapsed {
			display:block;
/*			float:left;
			width:50%;*/
		}
		#left_menu ul {
			display: block;
			color: #126D4E;
			padding: 0em 0 2em 0;
			margin: 0;
		}
		#left_menu ul.collapsed {
			display:none;
		}
		#left_menu ul.notcollapsed {
			display:block;
		/*	clear:both;*/
		}
		#left_menu ul li {
			list-style-type:none;
			display: block;
			padding: 0.5em 0 0 8px;
			margin-left: 0px;
			font-size:1em;
			font-weight: bold;
		}
		#left_menu ul li.submenu {
			padding: 0.5em 0 0 8px;
			margin-left: 15px;
		}
		#left_menu h3 {
			font-size:1em;
			text-align:left;
			margin-top:0em;
			margin-bottom:0em;
		}
		#left_menu div#LinkHeader.collapsed {
			float:none;
		}
		#left_menu div#LinkHeader.notcollapsed {
			display:none;
	/*		float:right;
			width:50%;*/
		}
		#left_menu div#LinkHeader.collapsed h3 {
			padding:0.75em 0px 0.75em 0.5em;
		}
		#left_menu div#LinkHeader.notcollapsed h3 {
			padding:0.75em 1em .25em 0em;
			text-align:right;
		}
		#left_menu div#LinkHeader.notcollapsed h3 a {
			color:#F93;
		}
		#left_menu span.SectionMenuArrow {
			letter-spacing:-0.1em;
		}  
#midsection {
	clear:both;  /*iOS 3.1.3 needed this for some reason;
				otherwise it positioned this to the right of the top menu in mobile mode. */
	width:100%;/*320px;*/
	margin:0px;  /* This doesn't have an effect, margin top/bottom. */
	margin-left:auto;
	margin-right:auto;
}
#content_wrapper_withnav {
	width: 100%;
	float:none;
}
#content_wrapper_nonav {
	width: 100%;
	background-color:#FFFFFF;
}

#footer_container, #footer {
	width:100%;/*320px;*/
}



  /**********    HOME PAGE *******************/
div.TablesWithIcons {
	margin-left:107px;
	margin-right:0px;
}
div.TablesWithIcons p {
	margin: 0px;
	margin-top:5px;
	margin-bottom:5px;
	white-space:normal;
	line-height:100%;
}
div.LeftTableDiv {
	width:45%;
	float:left;
	padding-bottom:1.5em;
}
table.LeftTable {
}
table.IconTable tr {
	padding-bottom:12px;
}
table.IconTable td.HomePageIcon {
	height:16px;
	width:16px;
	vertical-align:middle;
	padding:0px;
	padding-top:1px;
}
table.IconTable td.HomePageText {
	padding-left:8px;
}
div.RightTableDiv {
	width:45%;
	float:right;
	padding-bottom:1.5em;
}
div.AfterTablesWithIcons {
	clear:both;
}


