/* CSS Document for Schoonover */

/* div's */

#outer {
	background-color: #FFFFFF;
	border: 1px solid #9A9A9A;
	margin: 0pt auto;
	position: relative;
	width: 800px;
	z-index: 2;
}

#main_content {
	width: 400px;
	padding: 30px 30px;
}

#side_content {
	position: absolute;
	left: 475px;
	top: 525px;
	width: 275px;
	padding-left: 35px;
	min-height:300px;
	background: url(images/vert_pin.gif) top left no-repeat;
}

/* menu */

#nav {
	margin: 0;
	padding: 0;
	height: 100px;
	list-style: none;
	display: inline;
	overflow: hidden;
	left: 25px;
	}

#nav li {
	margin: 0px 0px; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 100px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:100px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -100px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -200px;
	}
	
#why a  {
	width: 250px;
	height: 150px;
	background: url(images/why.gif) top left no-repeat;
	}
	
#what a  {
	width: 250px;
	background: url(images/what.gif) top left no-repeat;
	}
	
#how a  {
	width: 250px;
	background: url(images/how.gif) top left no-repeat;
	}

/* text formats */

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	line-height: 1.7em;
}

ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	line-height: 1.7em;
}

.side_text {
	color: #666666;
	line-height: 1.2em;
} 

h1 {
	font-family: Georgia, Times, serif;
	font-size: 1.3em;
	color: #CC0000;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 1em;
	color: #CC0000;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #CC0000;
}

a {
	text-decoration: none;
	color: #CC0000;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}
