/*SIRE Funded Events CSS Document*/
BODY
{
	background: #F3F0E3;
}
.container
{
	width: 957px;
	margin: 20px auto 0px;
}
.banner
{
	width: 957px;
	height: 103px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF url(../images/banner.png) no-repeat;
}
.breadcrumb
{
	margin: 8px 0px 0px;
	font-family: Arial;
	font-size: 9pt;
	color: #504D46;
	padding: 0px;
}
.date
{
	margin: 8px 0px 0px;
	font-family: Arial;
	font-size: 9pt;
	color: #504D46;
	padding: 0px;
	float: right;
}
.bc-link
{
	background: url(../images/breadcrumb.png) no-repeat right center;
	padding: 0px 10px 0px 0px;
}
A:link
{
	color: #D07300;
	text-decoration: none;
}
A:visited
{
	text-decoration: none;
	color: #D07300;
}
A:hover
{
	text-decoration: underline;
	color: #1C50CD;
}
A:active
{
	text-decoration: none;
	color: #D07300;
}
.bg-nav
{
	width: 197px;
	height: 400px;
	background: #FFFFFF;
	margin: 8px 0px 0px;
	border-top: 1px solid #E9DCC3;
	border-right: 1px solid #E9DCC3;
	float: left;
	padding: 0px 0px 15px;
}
.bg-content
{
	width: 735px;
	min-height: 400px;
	height: auto !important; /*[e]auto*/
	height: 400px;
	background: #FFFFFF;
	margin: 8px 0px 0px;
	border-top: 1px solid #E9DCC3;
	border-right: 1px solid #E9DCC3;
	float: right;
	padding: 0px 0px 15px;
}
.content
{
	width: 680px;
	margin: 20px auto 0px;
}
H1
{
	font-family: Arial;
	font-size: 15pt;
	color: #D07300;
	font-weight: bold;
}
H2
{
	font-family: Arial;
	font-size: 12pt;
	color: #D79647;
	font-weight: bold;
}
P
{
	font-family: Arial;
	font-size: 9pt;
	color: #504D46;
}
.footer
{
	width: 957px;
	height: 50px;
	background: url(../images/footer-img.png) no-repeat center top;
	margin: 15px 0px 0px;
	float: left;
}
#primaryNav
{
	clear: both;
	width: 197px;
	float: left;
}
#primaryNav UL
{
	margin: 5px 0px 0px;
	padding: 0px;
}
#secondaryNav UL
{
	margin: 0px;
	padding: 0px 0px 0px 22px;
}
#primaryNav LI
{
	list-style: none;
	line-height: 2em;
	font-size: 9pt;
	border-left: 5px solid #E9DCC3;
	padding-left: 10px;
	color: #504D46;
	font-family: Arial;
	margin: 5px 0px 0px;
	background-color: #F7F5ED;
}
#secondaryNav LI
{
	list-style: none;
	line-height: 2em;
	font-size: 9pt;
	border-left: 5px solid #E9DCC3;
	padding-left: 10px;
	color: #504D46;
	font-family: Arial;
	margin: 5px 0px 0px;
	background-color: #F7F5ED;
}
#primaryNav A, #secondaryNav A
{
	display: block;
/*makes the full box area an active link*/
}
#primaryNav A:link, #secondaryNav A:link
{
	text-decoration: none;
	color: #504D46;
	display: block;
}
#primaryNav A:visited, #secondaryNav A:visited
{
	text-decoration: none;
	color: #504D46;
}
#primaryNav A:hover, #secondaryNav A:hover
{
	text-decoration: none;
	color: #504D46;
}
#primaryNav A:active, #secondaryNav A:active
{
	text-decoration: none;
	color: #504D46;
}
#primaryNav LI:hover, #secondaryNav LI:hover
{
	border-left: 5px solid #D07300;
	background-color: #F6F0E7;
}
#primaryNav LI:active, #secondaryNav LI:active
{
	border-left: 5px solid #D07300;
	background-color: #F6F0E7;
}
#primaryNav .urHere, #secondaryNav .urHere
{
	background-color: #F6F0E7;
	border-left: 5px solid #D07300;
}
