/*	SimpleGrid - a fork of CSSGrid by Crowd Favorite (https://sop188xc2m.proxynodejs.usequeue.com/crowdfavorite/css-grid)
 *	https://v6aq7lfi7c.proxynodejs.usequeue.com/
 *	by Conor Muirhead (https://xelf6xrqo2.proxynodejs.usequeue.com/) of Early LLC (https://k6am9d6r0k.proxynodejs.usequeue.com/)	
 *  License: https://n1u2hmsd06.proxynodejs.usequeue.com/licenses/MIT/	*/

/* Containers */
body { font-size: 100%; }
.grid{ width:966px; }

#logo-container {
	width:966px;
	padding:15px;
	position:relative; 
	margin:0 auto;
}

#logo {
	background:url(../images/lis_logo.png) no-repeat;
	width:225px;
	padding-bottom:0;
	margin-bottom:10px;
	position:absolute; 
	z-index:10;
	margin-bottom:3px;
}

#logo-beta {
	background:url(../images/lis_logo.png) no-repeat;
	width:225px;
	margin:0;
}

#logo-container-beta {
	width:966px;
	padding:0 0 5px 0;
	position:relative;
	margin:0 auto;
	height:55px;
}

nav#menu, nav#sub-menu {
	margin:0 auto;
}

ul.section-sub-menu img {
	height:15px;
	width:15px;
}

#search-containter {
	position:relative;
	width:966px;
	margin:0 auto;
}

.searchbox {
	position:absolute; 
	left:710px;
	z-index:10;
	bottom:-10px;
}

div.ddFm {width:20%;}

nav.content-header-menu-right {
	float:right;
	width:38%;
}
nav.content-header-menu-right .btn-sm {
	padding:5px 7px;
	font-size:13px;
	line-height:1.4em;
}
nav.content-header-menu-right .input-sm {
	height:30px;
}
.search-title {
	font-size:.8em;
	margin:.85em .5em 0 0;
}

.input-group {
	margin-top:0.45em;
}
.va-law .input-group {
	margin-left:6em;
}
#ga-seal {
	position:relative;
	margin-bottom:-17px;
}
/* Slots Setup */
.slot-0,.slot-1,.slot-2,.slot-3,.slot-4,.slot-5,.slot-0-1,.slot-0-1-2,.slot-0-1-2-3,.slot-0-1-2-3-4,.slot-0-1-2-3-4-5,.slot-1-2,.slot-1-2-3,.slot-1-2-3-4,.slot-1-2-3-4-5,.slot-2-3,.slot-2-3-4,.slot-2-3-4-5,.slot-3-4,.slot-3-4-5,.slot-4-5,.slot-6,.slot-7,.slot-8,.slot-9,.slot-6-7,.slot-6-7-8,.slot-6-7-8-9,.slot-7-8,.slot-7-8-9,.slot-8-9{ display:inline; float:left; margin-left:30px; }

/* 6-Col Grid Sizes */
.slot-0,.slot-1,.slot-2,.slot-3,.slot-4,.slot-5{ width:136px; } /* Sixths */
.slot-0-1,.slot-1-2,.slot-2-3,.slot-3-4,.slot-4-5{ width:302px; } /* Thirds */
.slot-0-1-2-3,.slot-1-2-3-4,.slot-2-3-4-5{ width:634px; } /* Two-Thirds */
.slot-0-1-2-3-4,.slot-1-2-3-4-5{ width:800px; } /* Five-Sixths */

/* 4-Col Grid Sizes */
.slot-6,.slot-7,.slot-8,.slot-9{ width:219px; } /* Quarters */
.slot-6-7-8,.slot-7-8-9{ width:717px; } /* Three-Quarters */

/* Hack the grid to put the nav on the left */
.flipcol .slot-6-7-8 {padding-left: 249px;} /* .slot-9 width + 30px margin */
.flipcol .slot-9 {margin-left: -966px;} /* .slot-6-7-8 width + padding as a negative value */


div#main_res {
	width: 745px;
}

/* 6-Col/4-Col Shared Grid Sizes */
.slot-0-1-2,.slot-1-2-3,.slot-2-3-4,.slot-3-4-5, .slot-6-7,.slot-7-8,.slot-8-9{ width:468px; } /* Halves */