@charset "UTF-8";

/* NORTH WISCONSIN DISTRICT - LCMS */
/* This Stylesheet IS copyrighted  */
/* Designed by ANABLEPO            */


/* For Sanity -         */
/* -----------------------------------*/
h1, h2, h3, h4, h5, p, body {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
img {
	border: none;
}
fieldset {
	border: none;
}
form {
	margin: 0px;
}



/* Standard Set Stuff   */
/* -----------------------------------*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #6A685F;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#mainContent h2,
#mainContent h3 {
	color: #8D194E;
	font: bold 18px Geneva, Arial, Helvetica, sans-serif;
}

.style_iframe {
	background: #ECECEC;
	margin: 3px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}

/* Aah, the Containers  */
/* -----------------------------------*/ 
.DocLayout #container {
	width: 951px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #6A685F url(images/_BodyBkg.png);
	margin: 0 auto;
	text-align: left;
}
.DocLayout #mainContent p {
	margin: 0px;
	padding: 0px;
}
.DocLayout #header {
	background-color: #6A685F;
	background-image: url(images/_Header.png);
	height: 245px;
	padding: 0;
}
.DocLayout #navbar {
	height: 42px;
	background: #DDDDDD url(images/_Toolbar.png);
}
.DocLayout #mainContent {
	padding: 0 25px;
	line-height: 18px;
}
.DocLayout #footerbox {
	padding: 0 20px 35px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#6C6C6C url(images/_Footer.png) bottom;
	clear: both;
	height: 160px;
}
.DocLayout #footerContent {
	padding: 5px;
	font-size: x-small;
	color: #FFFFFF;
	position: relative;
	top: 95px;
	width: 660px;
	left: 220px;
	height: 55px;
}
#LeftSide a:link,
#LeftSide a:visited,
#LeftSide a:hover,
#LeftSide a:active,
#LeftSide_wide a:link,
#LeftSide_wide a:visited,
#LeftSide_wide a:hover,
#LeftSide_wide a:active {
	color:#000000;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}
#mainContent a:hover,
#mainContent_wide a:hover {
	color:#000000;
	text-decoration: underline;
}




/*   Redundant Menu  */
/* -----------------------------------*/
.Nav2 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
.NavHead {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	display: block;
	border-bottom: 1px solid #666666;
}
.Nav2 ul {
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
.Nav2 a:link,
.Nav2 a:visited,
.Nav2 a:active {
	color: #333333;
	text-decoration: none;
	border-style: none;
}
.Nav2 a:hover {
	color: #000000;
	text-decoration: none;
	border-style: none;
}
.Nav2 .on {
	font-weight: bold;	
	list-style: none;
}
.Nav2 li {
	font-weight: normal;
	text-indent: 0px;
	list-style: none;
	font-size: 14px;
}
.Nav2 li li {
	font-weight: normal;
	text-indent: 10px;
	list-style: none;
	font-size: 12px;
}
.Nav2 li li li {
	font-weight: normal;
	text-indent: 20px;
	list-style: none;
	font-size: 11px;
}
.Nav2 li li li li {
	font-weight: normal;
	text-indent: 30px;
	list-style: none;
	font-size: 10px;
}

/*  Ditto Template Stuff  */
/* -----------------------------------*/

.ditto_documentInfo {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #999999;
}

/*  Download Link Styles (They're Pretty)  */
/* -----------------------------------*/
/* .doc files */

#DL a {
	font-weight: bold;
	display: block;
	padding-left: 57px;
	height: 34px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 30px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}
#DL a:hover {
	border-color: #999999;
}
.DOC {
	color: #354D73;
	background: url(Icons/doc.png) no-repeat;
}

.DOCX {
	color: #354D73;
	background: url(Icons/docx.png) no-repeat;
	
}

.XLS {
	color: #354D73;
	background: url(Icons/xls.png) no-repeat;
}

.PPT {
			font-weight: bold;
	display: block;
	padding-left: 57px;
	height: 34px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 30px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	color: #354D73;
	background: url(Icons/pptc.png) no-repeat;
}
.PDF {
	color: #354D73;
	background: url(Icons/pdf.png) no-repeat;
}
.Generic {
	color: #354D73;
	background: url(Icons/generic.png) no-repeat;
}
a.DOC,
a.DOCX,
a.XLS,
a.PPT,
a.PDF,
a.Generic {
	font-weight: bold;
	display: block;
	padding-left: 57px;
	height: 34px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 30px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}
a:hover.DOC,
a:hover.DOCX,
a:hover.XLS,
a:hover.PPT,
a:hover.PDF,
a:hover.Generic {
	border-color: #999999;
	}


/*   homepage layout Specific  */
/* -----------------------------------*/
#LeftSide {
	font: 13px/20px Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-right: 5px;
}
#RightSide {
	float: right;
	width: 445px;
}
#LeftSide_wide {
	font: 13px/20px Geneva, Arial, Helvetica, sans-serif;
	float: left;
	position: relative;
	width: 640px;
}
#RightSide_wide {
	float: right;
	width: 210px;
	background: #CCCCCC;
	border: 1px solid #676767;
	padding: 10px;
	clear: none;
	margin-bottom: 6px;
}

#RightSide #PaneCenter {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	margin-top: 5px;
	background: #CCCCCC;
	border-top: 1px solid #999999;
	border-bottom: 1px dashed #999999;
	padding: 6px;
}
#RightSide #PaneSearch {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	margin-top: 5px;
	background: #CCCCCC;
	border-bottom: 1px solid #999999;
	border-top: 1px dashed #999999;
	padding: 6px;
}
#RightSide #PaneLeft {
	vertical-align: top;
	text-align: center;
		width: 200px;
	padding: 10px 1px 10px 10px;
}
#PaneLeft a:link,
#PaneLeft a:visited,
#PaneLeft a:active {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #8D194E;
	text-decoration: none;
	padding: 3px;
	width: 100%;
	display: block;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
}
#PaneLeft a:hover {
	color: #550E2E;
	text-decoration: none;
	border: 1px solid #999999;
}





#mainContent h1 {
	color: #8D194E;
	font: bold 24px Geneva, Arial, Helvetica, sans-serif;
}

#RightSide #PaneRight {
	width: 200px;
	text-align: center;
}
#RightSide table td {
	border-left: 1px dashed #999999;
	vertical-align: top;
}

#RightSide table {
	height: 100%;
}
/* 'QuickLinks' */
#PaneCenter a:link,
#PaneCenter a:visited,
#PaneCenter a:active {
	color: #333333;
	text-decoration: underline;
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
}
#PaneCenter a:hover {
	color: #000000;
	border: 1px solid #999999;
}



/* That Darn AJAX Search function*/
/* -----------------------------------*/
#ajaxSearch_form {
	padding: 10px;
}
#ajaxSearch_input {
	width: 100%;
}
#ajaxSearch_output,
form #ajaxSearch_form {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#ajaxSearch_output a:link,
#ajaxSearch_output a:visited,
#ajaxSearch_output a:hover,
#ajaxSearch_output a:active  {
	font-size: 14px;
	font-weight: bold;
	color: #7C2032;
	text-decoration: underline;
}
#current-search-results div,
.AS_ajax_result,
.AS_ajax_extraxt {
	margin: 0px;
	padding: 0px 0px 5px;
}

.ajaxSearch_extract  {
	color: #FF0000;
}



/* Slideshow */
/* -----------------------------------*/
#rotator
{
	position: relative;
	width: 443px;
	height: 248px;
	background: #E2E2E2;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	z-index: 5;
}

#rotator img
{
	width: 435px;
	height: 240px;
	padding: 4px;	
}






/* suckerfish dropdowns */
/* -----------------------------------*/

#nav, #nav ul {
	float: right;
	width: 800px;
	list-style: none;
	line-height: 1;
	padding: 0 20px 0 0;
	margin: 0;
	font-weight: normal;
}

#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.6em 1.4em 0.61em;
	vertical-align: bottom;
	font: bold 12px Trebuchet, Verdana, sans-serif;
	text-align: center;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
	
}

#nav li {
	float: left;
	padding: 0;
	width: 157px;
	border-right: 1px solid #626262;
	font-weight: normal;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 157px;
	font-weight: normal;
	margin: 0;
	background: #717171;
	z-index: 10;
}

#nav li li {
	padding-right: 1em;
	width: 160px;
		border-top: 1px solid #626262;	
	
}

#nav li ul a {
	width: 157px;
	text-align: left;
}

#nav li ul ul {
	margin: -1.75em 0 0 0em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background: #565656;
}
/* hide from IE mac */
	#nav li {
	width:auto
}
	/* end hack */.DocLayout #container #navbar #nav {
	padding-top: 1px;
}
iframe .clean {
	background: #FFFFFF;
	border: 0px solid #FFFFFF;
}
.DocLayout #ContentBox {
	width: 640px;
}
