/*  home.css  */ 

html, body {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
/*	background-image: url('../images/grad1.png');
	background-repeat: repeat;*/
	background-image: url('../images/texture.png');
	height: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
#container {
	background-color: #fff;
	width: 800px;
	height: 100%;
	margin: 20px auto 20px auto;
	padding: 10px 20px 15px 20px;
	border: 1px solid #ccc;
 	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	border-radius: 10px;
	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: #666;
		font-weight: bold;
		text-decoration: none;
	}
	#nav a:hover {
		color: #999;
		text-decoration: underline;
	}
	
.slideshow {
	margin-top: 25px;
	margin-top: 0;
	width: 800px;
	height: 267px;
	clear: both;
}
#content {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666;
	clear: both;
	padding: 10px 0 60px 0;
}
#content p {
	line-height: 25px;	
}
.blurb {
	padding: 0;
	margin: 15px 0 -10px 0;
	font-family: Helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	text-align: center;
	color: black;
}
.intro {
	font-family: "Trebuchet MS";
}
.standout {
	font-weight: bold;
}
.column {
	width: 280px;
	float: left;
	padding: 10px;
}
.column p {
	padding-top: 0;
}
	
#footer {
	width: 840px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #000;
	border-top: 1px solid #ccc;
}
#footer p {
	padding: 10px;
	margin: 0;
	text-align: center;
}
