#RightTitle a {
	color:#fff;
	text-decoration:none;
}

#InsideLeft {
	float:left;
	width:230px;
	margin:10px 0 0 8px;
}

#LeftTitle a {
	color:#fff;
	text-decoration:none;
}

#LeftTitle a:hover {
	color:#fff;
	text-decoration:underline;
}

#dnn_InsideLeftPane {
	float:left;
	width:230px;
}

#InsideRight {
	width:700px;
	float:left;
	margin:10px 0 0 16px;
}

#dnn_LargePane, #dnn_Large2Pane {
	width:695px;
	float:left;
}

#dnn_ContentPane {
	width:447px;
	float:left;
	margin:0 16px 0 0;
}

#dnn_RightPane {
	float:left;
	width:230px;
	margin:0;
	}

#dnn_BottomPane {
	width:934px;
	margin:10px 0 8px 12px;
	position:static;
	float:left;
}

#crumbs {
	float:right;
	color:#fff;
	margin:4px 8px 0 0;
	/*width:650px;*/
	text-align:right;
}

#crumbs a {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#crumbs a:hover {
	text-decoration:underline;
}

/*-------------------------------------------------------------
	LEFT NAV - LEVEL ONE
-------------------------------------------------------------*/


#LeftNav { 
	float : left;
	width:230px;
	background:#CCCCCC;
	margin:0 0 14px 0;
}

#LeftNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width : 230px;
}

#LeftNav li { /* all list items */
	position : relative;
	float : left;
	margin:0;
	width: 230px;
	padding: 0;
	list-style:none;
	border-bottom:1px solid #fff;
}

#LeftNav li:first-child {
}

#LeftNav li a {
	color:#335FA3; 
	padding:6px 0 6px 6px;
	margin:2px 3px;
	display:block; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	width:213px;
}

#LeftNav li li a {
	width: 190px;
	margin-left:0px;
	padding:6px 0 6px 20px;
	font-size:12px;
	color:#333;
	font-weight:normal;
	background:none;
}

#LeftNav li li li a {
	width: 180px;
	margin-left:0px;
	padding:6px 0 6px 30px;
	font-size:11px;
	color:#555;
	font-weight:normal;
	background:none;
}


#LeftNav li:hover {
	text-decoration:none;
	color:#333!important; 
	background:#ededed!important;
}

#LeftNav li.SelectedTab {
	text-decoration:none;
	color:#333!important; 
	background:#ededed!important;
}

#LeftNav li.SelectedTab li a {
	text-decoration:none;
	background:none!important;
}


#LeftNav li li.SelectedTab li a {
	color:#555;
	text-decoration:none;
	background:none!important;
	font-weight:normal
}

#LeftNav li li.SelectedTab a, #LeftNav li li li.SelectedTab a  {
	text-decoration:none;
	font-weight:bold;
	color:#3460A3;
}

#LeftNav li li.SelectedTab {
	text-decoration:none;
	font-weight:bold;
	background:url(images/arrow.png) no-repeat;
	background-position:6px 0;
	color:#3460A3;
}

#LeftNav li li.SelectedTab a:hover {
	text-decoration:none;
	border:none;
	color:#3460A3;
	background: url(images/arrow.png) no-repeat;
	background-position:6px 0;
}

#LeftNav li li:hover, #LeftNav li li.sfhover {
	background: url(images/arrow.png) no-repeat;
	background-position:6px 0;
}

#LeftNav li ul {
	display:none;
}

#LeftNav li.SelectedTab ul {
	display:block;
}


/*News Sidebar Styling */



.Newsredtop {
	background:url(/Portals/_default/Skins/IHSAskin/images/red-top.jpg) repeat-x;
	margin:0 0 12px 10px;
	width:280px;
	float:right;
}

.Newsgreentop {
	background:url(/Portals/_default/Skins/IHSAskin/images/green-top.jpg) repeat-x;
	margin:0 0 12px 10px;
	width:280px;
	float:right;
}

.Newsgraytop {
	background:url(/Portals/_default/Skins/IHSAskin/images/grey-top.jpg) repeat-x;
	margin:0 0 12px 10px;
	width:280px;
	float:right;
}

.Newsorangetop {
	background:url(/Portals/_default/Skins/IHSAskin/images/orange-top.jpg) repeat-x;
	margin:0 0 12px 10px;
	width:280px;
	float:right;
}

.Newsredcontent, .Newsgreencontent, .Newsgraycontent, .Newsorangecontent {
	border:1px solid #ccc;
	padding:7px;
	width:264px;
}

.Newsredcontent p, .Newsgreencontent p, .Newsgraycontent p, .Newsorangecontent p {
	margin:6px 8px 9px 8px;
}

.Newsgrayhead, .Newsgreenhead, .Newsredhead{
	height:32px;
	padding:0px 5px 5px 8px;
	margin:-4px 0 -10px 0;

}


.Newsorangehead {
	height:35px;
	padding:0px 5px 3px 8px;
	margin:-4px 0 -10px 0;

}


.Newsredhead H2, .Newsgreenhead H2, .Newsgrayhead H2, .Newsorangehead H2{
	color:#fff;	
	font-size:15px;
	margin-top:3px;
	font-weight:normal;
}


