/* $Id: layout.css,v 1.1.4.2 2008/11/22 00:57:20 stevek Exp $
*/

/*Main Layout*/

#main {
	background: url(../images/main-top-back.gif) repeat-x center top;	
}
#wrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}
#header {
	background: url(../images/header.jpg) no-repeat;
	width: 900px;
	height: 141px;
	color: #fff;
}
#logo {
	margin: 0 0 0 32px;
}
#intro {
	float: left;
	width: 46%;
	padding: 25px 10px 5px 25px;
}
#latest-news {
	float: right;
	width: 46%;
	padding: 25px 25px 5px 10px;
}
/*has cross-browser min-height hack*/
#main-content {
	clear: both;
	background: url(../images/content-back.gif) repeat-y;
	min-height: 560px;
	height:auto !important;
	height: 560px;
} 

#main-content-inner {
	background: url(../images/content-back-top.jpg) no-repeat center top;	
	padding: 35px 0 0 0;
	min-height: 400px;
}
#left {
	float:left;
	width: 230px;
	padding: 0 20px 20px 20px;
}
#content {
	float:right;
	width: 522px;
	padding: 0 48px 40px 60px;
}
	#content img {
	border: 4px solid #346b84;
	}
	#webfm img {
	border: 0;
	}
#footer {
	margin: 20px 0;
	text-align: center;
	clear: both;
}
/*---Navigation----*/
#top-nav {
	padding: 15px 0 0 15px;
}
	#top-nav ul {
		margin-left: 6px; 
	}
	#top-nav li {
		display: inline;
		margin: 0 16px;
	}
		#top-nav li a {
			color: #fff;
			font-size: 16px;
			text-decoration: none;
		}
		#top-nav li a:hover {
			color: #94C2D9;
			text-decoration: bold;
		}
#bottom-nav a {
	color: #3a3a3a;
	text-decoration: none;
}
#bottom-nav a:hover {
	color: #3a3a3a;
	text-decoration: underline;
}
#left .menu {
	margin: 0 0 20px 0;
}
	#left ul.menu {
		list-style: none;
		padding: 0 0 20px 20px;
		margin: 0;
	}
	#left ul.menu li {
		list-style: none;
		margin: 0 0 10px 0;
		padding: 0;
		line-height: 20px;
	}
	#left ul.menu li a {
		color: #fff;
		text-decoration: none;
		font-size: 16px;
	}
	#left ul.menu li a.active {
		font-weight: bold;
		font-style:italic;
	}
/*---Home Page----*/
#home-content {
	clear: both;
	background: #45738D;
	height: 483px;
	width: 900px;
}
#home-left {
	float: left;
	width: 301px;
	padding: 20px 0 20px 24px;
}
	#home-left  h2 {
		font-size: 36px;
		color: #adc7d5;
		font-weight: normal;
		margin: 0 0 20px 0;
	}
	#home-left  h3 {
		font-size: 22px;
		color: #adc7d5;
		font-weight: normal;
	}
	#rollovers {
		text-align: center;
		margin: 20px 0;
	}
	#rollover-text p {
		font-size: 15px;
		color: #cdd8df;
	}
	#howpagetext {
	display: none;
	}
	
	#pracpagetext {
		display: none;
	}
#home-right {
	float: right;
	width: 538px;
}
/*---News Archive----*/
.views-row-odd, .views-row-even{
	margin: 0 0 20px 0;
}
.submitted {
	display: none;
}