/* Start of CMSMS style sheet 'layout_inside' */
/*
-----------------------------------------------
Inside - Layout CSS
----------------------------------------------- */

body {
	background: #fff url(/i/main_bg_inside.jpg) center top repeat-x;
}

/* 960 grid system container background
----------------------------------------------- */
/*
.container_12,
.container_16 {
}
*/

/* Print Version
----------------------------------------------- */
.print_version {
	margin-top:1em;
	font-size:0.8em;
	text-align:right;
	line-height:1.2em;
}

.print_version a {
	color:#3EA311;
}


/* Search
----------------------------------------------- */
div#search {
	width: 260px;
	height: 37px;
	margin-top: 4px;
}
div#search p {
	text-indent: 0.8em;
	margin-top: 8px;
	margin-bottom: 4px;
}
div#search label {
	text-indent: -9999em;
	height: 0pt;
	width: 0pt;
	display: none;
}
div#search input.search-input {
/* specific size for image, your image may need these adjusted */
	width: 220px;
	height: 20px;
/* removes default borders, allows use of image */
	border-style: none;
/* text color */
	color: #999;
/* padding of text */
	padding: 7px 0px 4px 10px;
	margin-right: 8px;
	float: left;
/* set all font properties at once, weight, size, family */
	font: 1em;
/* left input image, set your own here */
	background: url(/i/search_input.gif) no-repeat left top;
}
div#search input.search-button {
/* specific size for image, your image may need these adjusted */
	width: 22px;
	height: 37px;
/* removes default borders, allows use of image */
	border-style: none;
/* hides text, image has text */
	text-indent: -9999em;
	float: left;
	margin: 0;
/* provides positive hover effect */
	cursor: pointer;
/* removes default size/height */
	font-size: 0px;
	line-height: 0px;
/* submit button image, set your own here */
	background: transparent url(/i/search.png) no-repeat right bottom;
}
/* End of 'layout_inside' */

