/* -Container Style- */

#container {
	width: 820px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid black;
}

/* -Header Style- */

#printhead {
	display: none;
}

#head {
	height: 124px;
	background-color: #324069;
}

	#search {
		float: right;
		margin-right: 45px;
		margin-top: 34px;
	}
	
	#search p {
		margin: 5px 0px 5px 0px;
	}
	
	#search input.searchbox {
		border: solid 1px #5b574c;
		height: 20px;
	}
	
	#search input.searchbutton {
		background-color: #afbeec;
		border: solid 1px #5b574c;
		height: 22px;
		padding: 0px 5px 0px 5px;
		color: #324069;
		font-weight: bold;
	}

/* -Nav Style- */

#nav {
	height: 28px;
	background: url(images/navbg.gif) repeat-x;
	text-align: center;
}

	#nav ul li {
	margin-bottom: 0px;
	float: left;
	display: block;
	}
	
	#nav a {
		height: 28px;
		display: block;
		margin: 0px;
	}
	
	#nav li ul {
	position: absolute;
	left: -999em;
	width: 130px;
	background-color: #f9f9f9;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	z-index: 6;
	}	
	
	#nav li#nav_practice ul {
		width: 240px;
	}
	
	#nav li ul li {
		border-bottom: solid 1px #aaa;
		width: inherit;
	}

	#nav li ul li a {
		text-decoration: none;
		height: auto;
		float: none;
		padding: 3px;
		font-size: 10px;
		text-align: left;
		clear: both;
		width: 124px;
	}
	
	#nav li#nav_practice ul li a {
		width: 234px;
	}
	
	#nav li ul li a:hover {
		color: black;
		background-color: white;
	}

	#nav li:hover ul {
		left: auto;
		margin-left: 22px;
	}
	
	#nav li:hover ul, #nav li.sfhover ul {
		left: auto;
		margin-left: 22px;
	}
	
	#nav img {
		margin-right: 22px;
		margin-left: 22px;
		border: none;
	}

	.navcenter {
		margin-right: auto;
		margin-left: auto;
		width: 744px;
		padding: 0px;
	}


/* -Top Section Style- */
	
#top {
	padding: 25px 60px 30px 60px;
}

	#path {
		
	}

	#tools {
		text-align: right;
	}


/* -Left Section Style- */

#left {
	width: 415px;
	padding: 0px 60px 0px 60px;
	margin: 0px 0px 50px 0px;
	float: left;
}

	div.mainpagecontent {
		margin-top: 20px;
	}
	
	#newsbox, #articlesbox, #pressbox, #podcastbox {
		padding: 10px;
	}
	
	#left.newspage td {
		padding: 3px;
	}
	
	#left.newspage tr.space {
		height: 15px;
	}

/* -Right Section Style- */

#right {
	width: 240px;
	min-height: 250px;
	float: right;
	border-left: solid 1px #c1c5d2;
	padding: 0px 10px 10px 10px;
}

	#right img, .switched #left img {
		margin-bottom: 15px;
	}

	div.item, div.rssbutton {
		margin: 12px 22px 12px 22px;
	}
	
	div.rssbutton {
		width: 207px;
		height: 56px;
		background: url(images/rssbuttonbg.gif) center no-repeat;
	}
	
	div.rssbutton a {
		margin-left: 52px;
		padding-top: 11px;
		display: block;
	}

	.floatleft {
		float: left;
		margin-right: 8px;
		margin-bottom: 8px;
	}
	
/* -Alternate 'Full' Style- */

#full {
	padding: 0px 60px 0px 60px;
}

/* -Footer Style- */

#foot {
	clear: both;
	border-top: solid 1px #c1c5d2;
	text-align: center;
	padding-top: 25px;
}

#printfoot {
	display: none;
}

/* SPECIAL STYLES */

/* -Page-Specific Styles- */

#searchtable td {
	padding: 4px 8px 4px 8px;
}

#searchtable input, #searchtable select {
	width: 300px;
}

#contactinfo td {
	padding: 10px;
	vertical-align: middle;
}

/* Switched Style */

.switched #left {
	width: 200px;
	padding-left: 60px;
	padding-right: 10px;
	border-right: solid 1px #c1c5d2;
}

.switched #right {
	width: 429px;
	padding-left: 20px;
	padding-right: 100px;
	border: none;
}


