/* Quad City Main CSS */

/* Additions */
.skip {
	position:absolute;
	left:0px;
	top:-5000px;
	width:1px;
	height:1px;
	overflow:hidden;
	}

.hide {
	position:absolute;
	left:0px;
	top:-5000px;
	width:1px;
	height:1px;
	overflow:hidden;
	padding: 0px;
	margin: 0px;
	}
	
#clear {
	clear: both;
	}


/* Text and Images */

img {
 	border: 0px;
	}
input, select, textarea, button {
	font-size: 100%
	}


/* Body and Containers */

html,body {
 	height: 100%;
	margin: 0px;
}
body {
	height: 100%;
	background-color: transparent;
	background-image: url(../graphics/faded_backgrd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container {
	top: 90px;
	left: 25px;
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* mozilla browsers */
	height: 87%; /* IE6: treaded as min-height*/
    min-height: 87% !important; /* mozilla browsers */
	width: 882px;
	background: transparent url('../images/tile.gif') repeat-y;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#header {
	height: 124px;
}
	#tagLine{
		background: transparent url('../images/slogan-top.gif') no-repeat;
		height: 40px;
		width: 882px;
		text-align: center;
	}
		#tagLineText{
			text-transform: uppercase;
			margin: 0px;
			padding: 18px 0px 0px 0px;
			font: 70% Verdana, Geneva, Arial, sans-serif;
		}
	#mainNav{
		padding: 0px 0px 0px 10px;
	}
		#mainNav ul{
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			list-style: none;
		}
		#mainNav ul li .leftMainNav{
			background: transparent url('../images/left-main-nav.gif') no-repeat -10px 0px;
		}
		#mainNav ul li .leftMainNav:hover{
			background: transparent url('../images/left-main-nav-over.gif') no-repeat -10px 0px;
		}
		#mainNav ul li .rightMainNav{
			background: transparent url('../images/right-main-nav.gif') no-repeat;
		}
		#mainNav ul li .rightMainNav:hover{
			background: transparent url('../images/right-main-nav-over.gif') no-repeat;
		}
		#mainNav ul li, #mainNav ul li a{
			background: transparent url('../images/main-nav.gif') no-repeat;
			width: 172px;
			height: 54px;
			text-align: center;
			float: left;
		}
		#mainNav ul li, #mainNav ul li a:hover{
			overflow: hidden;
			background: transparent url('../images/main-nav-over.gif') no-repeat;
			width: 172px;
			height: 54px;
			text-align: center;
			float: left;
		}
		#mainNav ul li a{
			padding-top: 25px;
			text-decoration: none;
			font: bold 70% Verdana, Geneva, Arial, sans-serif;
			color: #ffffff;
		}
		#academicsSub{
			z-index: 0;
			position: absolute;
			visibility: hidden;
			clear: both;
			background: #5f3584;
			width: 171px;
			margin: -118px 0px 0px -25px;
			
		}
			#academicsSub ul{
				margin:  0px 0px 0px 0px !important;
				padding: 0px 0px 0px 0px !important;
				line-height: 90% !important;
				list-style: none !important;
			}
			#academicsSub li{
				background: none !important;
				width: 131px !important;
				height:auto !important;
				text-align: left !important;
				border-bottom: 1px dotted #ffffff !important;
				margin: 0px 19px 0px 19px !important;
				padding: 10px 0px 10px 0px !important;
			}
			#academicsSub a{
				background: none !important;
				width: 130px !important;
				height:auto !important;
				text-align: left !important;
				margin:  0px 0px 0px 0px !important;
				padding: 0px 0px 0px 0px !important;
				font: 60% Verdana, Arial, Geneva, sans-serif !important;
				text-decoration: none !important;
				color: #ffffff !important;
			}
			#academicsSub a:hover {
				background: none !important;
				width: 130px !important;
				height:auto !important;
				text-align: left !important;
				margin:  0px 0px 0px 0px !important;
				padding: 0px 0px 0px 0px !important;
				font: 60% Verdana, Arial, Geneva, sans-serif !important;
				text-decoration: none !important;
				color: #996dc4 !important;
			}
			#academicsSub .bottomLink{
				border-bottom: none !important;
				padding: 10px 0px 20px 0px !important;
				
			}
		
	#navSearchContainer{
		clear: both;
		height: 30px;
		margin: 0px;
		padding: 0px;
	}
		#headerTitle{
		background: transparent url('../images/inside/inside_headerbar.jpg') no-repeat;
		height: 30px;
		width: 882px;
	}
		
		#breadcrumb {
			clear: both;
			float:left;
		}
		#breadcrumbText{
			margin: 0px;
			padding: 12px 0px 0px 20px;
			font: 70% Verdana, Arial, Geneva, sans-serif;
			color: #252525;
		}
			#breadcrumbText a{
				text-decoration: none;
				color: #252525;
			}
			#breadcrumbText a:hover{
				text-decoration: none;
				color: #666666 !important;
			}
			#breadcrumbText .current{
				text-decoration: none;
				color: #5f3583;
			}
			
		#searchTools{
			width: 150px;
			float: right;
			height: 30px;
			margin: 0px;
			padding: 0px;
		}
		#quickLinks{
			width:350px;
			float: right;
			height: 30px;
			margin: 0px;
			padding: 0px;
		}
			#header fieldset {
			 	border: 0px;
				text-align: right;
				margin: 0px 0px 0px 0px !important;
				padding: 7px 10px 0px 0px;
			}
			#header form{
				margin: 0px;
				padding: 0px;
			}
			#header label {
				position:absolute;
				left:0px;
				top:-5000px;
				width:1px;
				height:1px;
				overflow:hidden;
			}
			#header input {
				font: 60% Verdana, Geneva, Arial, sans-serif;
				width: 10em;
			} 
			#header select {
				font: 60% Verdana, Geneva, Arial, sans-serif;
			}
			#header .button {
				font: 60% Verdana, Geneva, Arial, sans-serif;
				font-weight: bold;
				width: 3em;
			}		
		
#content {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 120px 0px; /*bottom padding for footer */
	width: 882px;
}
	#headerTitle{
		background: transparent url('../images/inside/inside_headerbar.jpg') no-repeat;
		height: 30px;
		width: 882px;
	}
		#headerTitleText{
			margin: 0px;
			padding: 7px 0px 0px 30px;
			font: 80% Arial, Verdana, Geneva, sans-serif;
			color: #ffffff;
		}
	#leftNav {
		clear:both;
		float: left;
		width: 182px;
		line-height: .8;
		display: block;
		position: relative;
        z-index: 700;
	}
		#leftNav .lvlone{
			background: url('../images/inside/sidenav_button.jpg');
			list-style: none;
			margin: 0px;
			padding: 0px 0px 0px 26px;
		}
		#leftNav .lvltwo{
			width:182px;
		}
			#leftNav ul{
	background-color: #EBEBEB;
	list-style: none;
	margin: 0px;
	padding: 0px;
			}
			#leftNav li{
				position: relative;
				border-bottom: 1px dotted #909090;
				margin: 0px;
				padding: 5px;
			}
			#leftNav a{
				text-decoration: none;
				font: 70% Verdana, Arial, Geneva, sans-serif;
				color: #252525;
			}
			#leftNav>ul a {
        width: auto;
        }
			#leftNav a:hover{
				text-decoration: none;
				font: 70% Verdana, Arial, Geneva, sans-serif;
				color: #666666;
			}
			#leftNav ul ul {
        position: absolute;
        left: 145px;
        top: 0;
        display: none;
        z-index: 800;
        padding: 0;
        margin: 0;
}
#leftNav ul.lvlone li.lvlSubmenu:hover ul.lvltwo {
        display: block;
        }
		.closeArrow2{
			position: absolute;
			left: 26px;
		}
		.closeArrow{
	position: absolute;
	right: 10px;
	top: 10px;
		}
		#leftNavBottom{
			background: url('../images/inside/sidenav_bottom.jpg') no-repeat;
			height: 164px;
			width: 182px;
		}	
			#leftNav ul .bottomlink{
				 border: none;
			}
	#mainContent{
	float: left;
	width: 700px;
	z-index: 16;
	}
		#mainContentText{
			padding: 20px 100px 0px 50px;
			font: 80% Arial, Verdana, Geneva, sans-serif;
		}
		#mainContentText a{
			color: #7844a8;
		}
		#mainContent  h2{
			padding: 0px 0px 0px 0px;
			margin: 10px 0px 3px 0px;
			color: #7844a8;
			font: 120% Arial, Verdana, Geneva, sans-serif;
			font-weight: bold;
		}
	 	#mainContent h3{
			padding: 0px 0px 0px 0px;
			margin: 15px 0px 3px 0px;
			color: #7844a8;
			font: 105% Arial, Verdana, Geneva, sans-serif;
			font-weight: bold;
		}
		#mainContent h4{
			padding: 0px 0px 0px 0px;
			margin: 15px 0px 3px 0px;
			color: #333333;
			font: 105% Arial, Verdana, Geneva, sans-serif;
			font-weight: bold;
		}
		.mainContentLarge{
			font: 110% Arial, Verdana, Geneva, sans-serif;
		}
		.mainContentSmall{
			font: 70% Arial, Verdana, Geneva, sans-serif;
		}
		
		#mainContentLeft {
			float:left;
			width: 330px;
			padding-right: 10px;
		}
		#mainContentRight{
			float:left;
			width: 330px;
			padding-left: 10px;
		}
			#testimonial {
				float:right;
				width:175px;
				background:#eeeeee;
				margin: 15px 0px 0px 15px;
			}
			
			#testimonial p {
				padding: 0px 10px 0px 10px;
				
				}
				
/*			.submitButton {
				background-image:url(http://www.wiu.edu/qc/../images/inside/middle.gif);
				background-repeat:repeat-x;
				height:20px;
				color:#000000;
				}
*/				
			.indent {
				padding-left:15px;
				}
				
			#icon {
				height:50px;
				margin-bottom:25px;
				}
					
					.iconText {
						padding-top:1.25em;
						}
				
			.italic {
				font-style:italic;
				padding: 0px 0px 0px 30px;
				}
				
			.bold {
				font-weight:bold;
				}
				
			
		
	
#footer { 
	clear: both;
	position:relative; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	width: 882px;
	height: 120px;
	background: #ffffff url('../images/footer.gif') no-repeat;
	color: #ffffff;
	z-index: 15;
	}
		#footer p {
		position:absolute;
		left: 68px;
		bottom: 26px;
		margin: 0px;
		padding: 33px 0px 0px 30px;
		font: 60% Verdana, Geneva, Arial, sans-serif;
		}
		#footer a {
			color: #ffffff;
			text-decoration: none;
			}	


.signiture {
	float: right;
	padding: 0px 50px 0px 0px;
}
.needGraphic {
	color: #FF0000;
	text-decoration: underline overline;
}
.quote {
	padding: 0px 30px 0px 30px;
	font-style: italic;
}

.picright{
	float: right; margin-right:0px; margin-left:20px; margin-top: 10px; margin-bottom:10px;
}
.picleft{
	float: left; margin-right:20px; margin-left:0px; margin-top: 10px; margin-bottom:10px;
}
#leftNavBottom{
			background: url('../images/inside/sidenav_bottom.jpg') no-repeat;
			height: 164px;
			width: 182px;
}	

#leftNavBottom a {
	float: right;
	margin-top: 50px;
	font-size: 18px;
	font: Verdana, Arial, Geneva, sans-serif;
}

#leftNavBottom a:hover{
	text-decoration: none;
	font: Verdana, Arial, Geneva, sans-serif;
	font-size: 18px;
	color: #666666;
	}

