/* CSS by Presidential Loft Co. */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #ebe3d0 url(../images/bodybg.jpg) top left repeat-x;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	}
	
h1 {
	color: inherit;
	font-size: 150%;
	}
	
h2 {
	color: inherit;
	font-size: 120%;
	padding: 0 0 .1em;
	}
	
	h2.ksu {
	color: #550981;
	}
	
	h2.nwmsu {
		color: #1a5204;
		}
	
#wrapper {
	margin: 0 auto;
	width: 670px;
	}
	
p {
	font-size: 85%;
	line-height: 130%;
	padding: 0 0 1em;
	}
	
p.caption {
	font-size: 75%;
	font-style: italic;
	}
	
a:link, a:link, a:active, a:visited {
	border:none;
	color: #333;
	font-weight: bold;
	outline: none;
	text-decoration: underline;
	}
	
	a:hover {
		text-decoration: none;
		}
	
	
#mainlogo h1 {
	background: transparent url(../images/logo_main.jpg) top center no-repeat;
	text-indent: -9000px;
	width: 670px;
	height: 250px;
	}
	
.header h1 {
	width: 670px;
	height: 145px;
	text-indent: -9000px;
	}
	
	#ksuheader {
		background: transparent url(../images/ksu_header.gif) top center no-repeat;
		}
		
	#nwmsuheader {
		background: transparent url(../images/nwmsu_header.gif) top center no-repeat;
		}
	
p.center {
	font-size: 120%;
	text-align: center;
	}
	
#schools {
	margin: 0 auto;
	text-align: center;
	width:430px;
	}
	
	#schools li {
		display: block;
		list-style: none;
		text-indent: -9000px;
		}
		
		li#ksu {
			background: transparent url(../images/ksu_enter.gif) top left no-repeat;
			}
			
		li#nwmsu {
			background: transparent url(../images/nwmsu_enter.gif) top center no-repeat;
			}
		
	#schools li a {
		display: block;
		margin:0 auto;
		width: 210px;
		height: 82px;
		}
		
#content {
	margin: 10px 0 0;
	}
		
#sidebar {
	float: left;
	position: relative;
	width: 220px;
	height: auto;
	}
	
p.home {
	background: transparent url(../images/home.gif) top left no-repeat;
	padding: 0 0 1em 22px;
	}
	
p.info {
	background: transparent url(../images/info.gif) top left no-repeat;
	padding: 0 0 1em 22px;
	}
	
p.photos {
	background: transparent url(../images/photos.gif) top left no-repeat;
	padding: 0 0 1em 22px;
	}

p.onlineForm {
	background: transparent url(../images/order.gif) top left no-repeat;
	padding: 0 0 1em 22px;
	}
	
p.form {
	background: transparent url(../images/download.gif) top left no-repeat;
	padding: 0 0 1em 22px;
	}
	
#maincontent {
	float: left;
	margin: 0 0 50px 25px;
	padding:0 0 50px;
	position: relative;
	width: 390px;
	height: auto;
	}
	
.image {
	background-color: #f4f0e7;
	border: 1px solid #333;
	clear: left;
	margin: 0 0 20px 0;
	width: 388px;
	}
	
	.image img {
		margin: 10px 0 0 10px;
		}
		
	.image p {
		margin: 0 10px;
		}