﻿/*** Section Overview Nav Styles ***/

#SectionOverviewNav
{
	width:751px;
	margin:10px 0px 10px 0px;
}

#SectionOverviewNavTop
{
	background-image:url(/images/SectionOverviewBgTop.gif);
	height:5px;
	overflow:hidden;
}

#SectionOverviewNavBottom
{
	background-image:url(/images/SectionOverviewBgBottom.gif);
	height:5px;
	overflow:hidden;
}

#SectionOverviewNavMid
{
	padding:0px 4px 0px 4px;
	border-left:1px solid #e5e8e9;
	border-right:1px solid #e5e8e9;
}

#SectionOverviewNavInner
{
	background-image:url(/images/SectionOverviewBgInner.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding:19px 16px;
}

#SectionOverviewNavInner .Left
{
	float:left;
}

#SectionOverviewNavInner .Right
{
	float:right;
}

.SectionOverviewWrapper
{
	width:350px;
}

#SectionOverviewNavInner img
{
	display:block;
	width:100px;
	height:75px;
}

#SectionOverviewNavInner h3
{
	margin:0px;
	padding:0px;
	font-size:1.3em;
}

#SectionOverviewNavInner .Description
{
	font-size:0.85em;
}


#SectionOverviewNavInner .ImageWrapper
{
	float:left;
	border:1px solid #c2d6d6;
	margin-right:12px;
	width:100px;
}