﻿/***************************
*	Left Side Elements
***************************/
#contentLeftSide
{
	background: white;
	border-bottom: 6px solid #ffdf71;
}

/*	Content Banner elements	*/
#contentBanner
{
	background: url(images/background-banner.jpg) no-repeat;
	float: left;
	height: 130px;
	width: 610px;
}

#contentBanner .contentLeft
{
	float: left;
	height: 130px;
	width: 300px;
}

#contentBanner .contentRight
{
	float: left;
	height: 130px;
	width: 310px;
}

/*	Content Breadcrumb elements	*/

#contentBreadcrumbs
{
	background: white;
}

.breadCurrent
{
    text-decoration:underline;
    color:#8b8b8b;
    font-family:Verdana;
    font-size:11px;
    
}

/*	Content Body elements	*/
#contentBody .contentTop .contentLeft
{
	padding: 10px 24px 40px 14px;
	width: 572px;
}

.contentLeft p
{
    margin:10px 0;
    padding:0;
}

#contentBody .contentTop .contentRight
{
	display: none;
}

#contentBody .contentBottom
{
	display: none;
}

#contentRightSide .contentTop
{
	padding-bottom: 24px;
}

#contentRightSide .contentBottom
{
    float:left;
    margin-left:10px;
    width:290px;
}

#contentFooter
{
	height: 48px;
}

.blue-corner
{
    margin: 0 0 25px -9px !important;    
}

/**********************************
*
*	Global Styles
*
**********************************/

h4
{
    font-size:17px;
    font-weight:normal;
    line-height:20px;
    margin: 10px 0;
}

.underlinedList
{
	margin:0;
	width:75%;
}

.underlinedList li
{
	background: none;
	border-bottom: 1px dotted #c4c4c4;
	padding: 7px 7px 7px 0;
	color:#6097D7;
	list-style-type:none;
}

.underlinedList a
{
	font-weight: bold;
}

.underlinedList li.last
{
	border-bottom: none;
}

.underlinedList li.last a
{
	border-bottom: none;
	font-weight: normal;
}