/*  home.css  */ 

html, body {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	background-image: url('../images/grad1.png');
	background-repeat: repeat;
	height: 100%;
	margin: 0;
	padding: 0;
}
#container {
	background-color: #fff;
	width: 900px;
	height: 100%;
	margin: 20px auto 0 auto;
	padding: 10px 20px 15px 20px;
	border: 1px solid #ccc;
	position: relative;
	height: auto !important; /* needed for footer positioning*/
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	
}
.nojs {
	color: red;
	font-weight: bold;
	font-size: 1.3em;
	border: 2px solid red;
	background-color: #fcb5a0;
	padding: 10px;
	margin: 10px;
	text-align: center;
}

#header {
	font-family: "Trebuchet MS";
	padding: 10px;	
}
	#header ul {
		margin: 0;
		padding: 0;
	}
	
#logo {
	width: 250px;
	height: 100px;
	float: left;
}
	#logo p {
		/*margin: 2px 0 70px 0;
		padding: 0;
		font-size: 1.5em;
		font-weight: bold;*/
	}
	#logo a {
		color: #000;
		text-decoration: none;
	}
	
#nav {
	font-size: 1em;
	width: 500px;
	float: right;
	margin-top: 70px;
	text-align: right;
	text-transform: uppercase;
}
	#nav li {
		display: inline;
		padding: 0 5px;
		margin: 0;
	}
	#nav a {
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}
	#nav a:hover {
		color: #666;
		text-decoration: underline;
	}
	
.slideshow {
	margin-top: 25px;
	margin-top: 0;
	width: 900px;
	height: 300px;
	clear: both;
}
#content {
	font-family: georgia;
	font-size: 1.2em;
	color: #000;
	clear: both;
	padding: 10px 0 60px 0;
}
.blurb {
	padding: 0;
	margin: 15px 0 0 0;
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.intro {
	font-family: "Trebuchet MS";
}
.standout {
	font-weight: bold;
	font-style: italic;
}
.column {
	width: 280px;
	float: left;
	padding: 10px;
}
	.column p {
		padding-top: 0;
	}
	
#footer {
	width: 940px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #000;
	border-top: 1px solid #ccc;
}
	#footer p {
		padding: 10px;
		margin: 0;
		text-align: center;
	}