/* Breadcrumb */

div#BreadCrumb
{
	margin: 0 0 10px 0;
}
div#BreadCrumb ul li
{
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0 10px 0 20px;
}
div#BreadCrumb ul li a
{
}
div#BreadCrumb ul li a:hover
{
	text-decoration: underline;
}
div#BreadCrumb ul li.selected
{
	padding: 0 10px 0 20px;
}

/* =Copyright
----------------------------------------------- */
div#Copyright
{
	float: left;
	margin: 7px 10px 10px 10px;
}

/* Curved Boxes */

.CurvedBoxes
{
	margin: 0;
	padding: 0;
}
.CurvedBoxImage
{
	text-align: center;
	border: 0;
	vertical-align: middle;
}
.CurveFooterLeft
{
	background: 0 100% no-repeat /*--> This defines the background color of the whole box */ #ffffff /*#e68200*/;
}
.CurveFooterRight
{
	background: 100% 100% no-repeat;
}
.CurveTopLeft
{
	background: 0 0 no-repeat;
}
.CurveTopRight
{
	background: 100% 0 no-repeat; /* --> Do not remove this padding as it holds the key to the layout of the box*/
	padding: 10px;
}

/*= This section controls the left and right 
	border and their positioning including inside 
	padding.
**************************************************/

.CurvedBoxContents
{
	padding: 10px;
	border: 0px;
	margin: 0 -10px 0 -10px;
}



/* =Footer Links
--------------------------- */

div#Footer
{
	clear: both;
	padding: 0;
	border-top: 1px solid #000000;
	background: #e0ddc6;
	height: 30px;
}
div#Footer div#FooterLinks
{
	float: right;
	padding: 2px 10px 0 0;
}
div#Footer div#FooterLinks ul
{
	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;
}
div#Footer div#FooterLinks ul li
{
	display: inline;
	margin: 0;
	padding: 0 5px 0 5px;
}
div#Footer div#FooterLinks ul li.first
{
	border: none;
}
div#Footer div#FooterLinks ul li a
{
	color: #000000;
}
div#Footer div#FooterLinks ul li a:hover
{
	color: #ffffff;
	background: #8c854e;
}
div#Footer .CorporateBrandingBlock1
{
    float:left;
}
div#Footer .CorporateBrandingTextBlock1
{
    float:left;
}
div#Footer .CorporateBrandingBlock2
{
    float:left;
}
div#Footer .CorporateBrandingTextBlock2
{
    float:left;
}

/* LanguageSelector.css */
div#LanguageSelector
{
	padding: 5px 0 0 10px;
}
div#LanguageSelector div#LanguageLinks
{
	position: absolute;
}
div#LanguageSelector img
{
	position: absolute;
	margin: -5px 0 0 -10px;
	border: none;
}

/* Page Functions */
div#PageFunctions
{
	display: block;
	font-size: 0.75em;
}

div#PageFunctions ul
{
	padding: 0;
	margin: 5px 0 0 10px;
	float: right;
}

div#PageFunctions li
{
	padding: 3px 0 3px 0;
	margin: 0 4px 0 0;
	border: 1px solid #7fb745;
	background-color: #eec9be;
	display: inline;
	list-style-type: none;
	float: left;
}

div#PageFunctions li a
{
	padding: 3px 15px 3px 15px;
	text-decoration: none;
}

div#PageFunctions li a:hover
{
	background: #cccddd;
}

/* Page Header */
div#PageHeader
{
	min-height: 80px;
	border: 1px solid black;
	border-left: none;
	border-right: none;
	text-align: center;
	vertical-align: middle;
}
div#PageHeader div#PageTitle h1
{
	padding-top: 30px;
}

/* Search */
div#SearchForm
{
	margin: 0;
	padding: 5px 5px 0 0;
	position: absolute;
	right: 5px;
}
div#SearchForm input
{
	border: 1px solid #C0C0C0;
}
div#SearchForm button
{
	padding: 0;
	margin: 1px 5px 0 7px;
	font-weight: normal;
	font-size: x-small;
	border: 1px solid #999999;
	width: 55px;
	height: 18px;
}

/* =SignIn
----------------------------------------------- */
div#Container div#Header #SignIn
{
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 90%;
	width: 300px;
	height: 26px;
	text-align: right;
}
div#Container div#Header #SignIn ul
{
	list-style: none;
	margin: 0;
}
div#Container div#Header #SignIn ul li
{
	display: inline;
	margin: 0;
	border-left: 1px #666666 solid;
	padding: 0 5px 0 5px;
}
div#Container div#Header #SignIn ul li.first, div#Container div#Header #SignIn ul li.first-anonymous
{
	border: none;
}
div#Container div#Header #SignIn ul li a
{
	color: #000000;
}

/* Site StrapLine */

/* = Changes the background color
	 for the strap line area
--------------------------------- */
div#HeaderBottomBar
{
	background: #E9E9E9;
}

/* = Controls the Event Date and Location section
------------------------------------------------- */

div#EventLocation
{
	position: absolute;
	margin: 7px 0 0 5px;
	padding: 0;
	font-weight: bold;
	color: #666666;
}
div#EventLocation img
{
	/* cancel the margin for text */
	position: absolute;
	margin: -7px 0 0 -5px;
	border: none;
}

/* SponsorLogo */
div#SponsorLogo
{
	
}