﻿/***************************
*	Left Side Elements
***************************/

/*	Content Banner elements	*/
#contentBanner
{
	background: white;
	padding-bottom: 27px;
}

#contentBanner .contentLeft
{
	height: 300px;
	margin: 0;
	padding: 0;
	width: 610px;
}

#contentBanner .contentRight
{
	display: none;
}

/*	Content Breadcrumb elements	*/
#contentBreadcrumbs
{
	display: none;
}

/*	Content Body elements	*/
#contentBody .contentTop .contentLeft
{
	border-top: 10px solid #ffde6a;
	float: left;
	margin-right: 10px;
	padding: 0;
	width: 290px;
}

* html #contentBody .contentTop .contentLeft
{
	margin-right: 10px;
}

#contentBody .contentTop .contentRight
{
	border-top: 10px solid #f9a563;
	float: left;
	margin: 0 10px;
	padding: 0;
	width: 290px;
}

* html #contentBody .contentTop .contentRight
{
	margin: 0 5px 0 10px;
}

#contentBody .contentTop .contentLeft h4,
#contentBody .contentTop .contentRight h4
{
	padding: 5px 0 0 5px;
}

#contentBody .contentBottom
{
	display: none;
}

.contentRight .underlinedList, .contentRight .underlinedList li
{    
    margin:0;
    list-style:none;
}


/***************************
*	Right Side Elements
***************************/

#contentRightSide .contentTop
{
	background: white;
	padding-bottom: 27px;
}

* html #contentRightSide .contentTop
{
	padding-bottom: 29px;
}

#contentRightSide .contentBottom
{
	border-top: 10px solid #6bbf70;
	float: left;
	margin-left: 10px;
	width: 290px;
}

* html #contentRightSide .contentBottom
{
	margin-left: 5px;
}

#contentRightSide .contentBottom h4
{
	padding: 5px 0 0 5px;
}

/***************************
*	Footer Elements
***************************/

#contentFooter
{
	height: 77px;
}

/**********************************
*
*	Global Styles
*
**********************************/

h5
{
    font-size:14px;
    margin:10px 0 0 0;
}

.underlinedList
{
	margin-left: 10px;
}

.underlinedList li
{
	background: none;
	border-bottom: 1px solid #c4c4c4;
	padding: 7px;
	padding-left: 10px;
}

.underlinedList a
{
	font-weight: bold;
}

.underlinedList li.last
{
	border-bottom: none;
}

.underlinedList li.last a
{
	border-bottom: none;
	font-weight: normal;
}