#container {
	width:934px;
	margin:0 auto;
	background-color:#fff;
	padding:0 13px;
	overflow:hidden;
}

#main {
	float:left;
	display:inline;
	width:909px;
	height:582px;
	border:1px solid #808080;
	border-top:none;
	padding:23px 0 0 23px;
}

#container_n {
position:relative;
z-index:100;
}

div#left_col {
	float:left;
	display:inline;
}

div#homeflash_home {
	clear:right;
	height:328px;
	width:583px;
	border:1px solid #808080;
	margin-bottom:10px;
}

div.bottom_content {
	float:left;
	border:1px solid #808080;
	width:287px;
	height:230px;
	display:inline;
}

div.bottom_content h2 {
	background-color:#e6e6e6;
	width:100%;
	text-align:center;
	font-size:9px;
	font-weight:normal;
	color:#1a1a1a;
	line-height:20px;
	border-bottom:1px solid #808080;
}

div.bottom_content.last {
	margin-left:7px;
}

div#home_sidebar {
	float:right;
	width:305px;
}

div#home_sidebar h3 {
	font-size:9px;
	text-align:center;
	font-weight:bold;
	color:#1a1a1a;
	text-transform:uppercase;
}

div#home_sidebar div.home_newsEvents,
div#home_sidebar div.home_pubCase {
	margin-bottom:10px;
	width:304px;
}

div.bottom_content span {
	display:block;
	padding:6px 9px;
}

div.bottom_content h2 span {
	padding:0;
	text-transform:uppercase;
}


/*------------------------ switching tabs ------------------------*/


div.home_newsEvents { /* container for tabs */
	border:1px solid #808080;
	border-right:none;
	clear:left;
	font-size:9px;
	height:186px;
	margin-bottom:5px;
	overflow:hidden;
/*	width:301px; */
}

div.home_newsEvents p, div.home_pubCase p {
	margin:0;
	padding:0;
}

div#home_news, div#home_events {
	height:206px;
/*	width:301px; */
}

div#home_events {
	position:relative;
	top:-216px;
	visibility:hidden;
}

div.home_criteria, div.home_pubCase {
	border:1px solid #808080;
	border-right:none;
	height:241px;
	width:304px;
}

div.home_pubCase {
	height:130px;
}

div.home_criteria {
	position:relative;
}

div.home_criteria img {
	height:241px;
	width:304px;
	position:absolute;
	top:0;
	left:0;
}

div#home_pub, div#home_case {
	height:106px;
/*	width:301px; */
}

div#home_case {
	position:relative;
	top:-116px;
	visibility:hidden;
}

p.home_tabDate {
	display:inline;
	float:left;
/*	height:25px; */
	width:70px;
	margin:0 0 0 10px;
	padding-top:4px;
}

p.home_tabText {
	display:inline;
	float:left;
/*	height:25px; */
	margin:0 0 -2px 4px;
	padding-top:4px;
	width:210px;
}

div#home_sidebar img#home_pubImage {
	float:right;
	display:inline;
}

div#home_sidebar p#home_pubText {
	float:left;
	width:205px;
	margin-bottom:5px;
	display:inline;
}

div#home_sidebar a.pub_link {
	margin-right:10px;
	font-weight:bold;
}

div#home_sidebar p.home_tabText,
div#home_sidebar p.home_tabDate {
	margin-bottom:5px;
}

div#home_sidebar p.home_caseText {
	margin-left:10px;
	margin-bottom:7px;
}

div#home_sidebar a.home_caseLink {
	margin-left:10px;
	font-weight:bold;
/*	display:block;
	margin-bottom:5px; */
}



/* ------ 040809 -------*/

div#home_sidebar {
	width:auto;
}

div#home_sidebar div.home_newsEvents,
div#home_sidebar div.home_pubCase,
div#home_news,
div#home_events {
	position:relative;
}

div.tab_content {
	padding:30px 10px 10px;
	margin:0;
	overflow:hidden;
}

div#home_sidebar h3.tab {
	width:152px;
	position:absolute;
	top:0;
	visibility:visible;
	padding-top:6px;
	height:17px;
	border-bottom:1px solid #fff;
	background-color:#fff;
}

div#home_sidebar h3.right_tab {
	right:0;
	border-left:1px solid #808080;
	width:151px;
}

div#home_sidebar div.tab_content {
	position:absolute;
	top:23px;
	left:0;
	padding:10px;
	height:auto;
	visibility:visible;
}

div#home_sidebar h3.back {
	background-color:#e6e6e6;
	border-bottom-color:#808080;
	cursor:pointer;
}

.hide {
	display:none;
}




/*------------------------ new styles 3.30.09 ------------------------*/
#main a:link, #main a:visited, #main a:active {
	color:#40669C;
}

#main a:hover {
	text-decoration:underline;
}



a.view_all {
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	margin-top:5px;
}

.clearboth { clear:both; }