/* CSS Document */

#leftside
{
	background-image: url(../images/framework/img100_leftside.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	position: relative;
}

#mainbody
{
	width: 695px;
	margin-left: 155px;
	border-bottom: 15px solid #D0D3C7;
	position: relative;
}

#mainbodyheader
{
	height: 140px;
	position: relative;
}

#supportA
{
	width: 495px;
	height: 94px;
	background-image: url(../images/framework/img100_supportA.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

#supportB
{
	width: 196px;
	height: 136px;
	background-image: url(../images/framework/img100_supportB.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 499px;
}

#supportC
{
	width: 495px;
	height: 38px;
	background-color: #92A48A;
	position: absolute;
	top: 98px;
	left: 0px;
}

#whoweare
{
	width: 164px;
	min-height: 200px;
	float: right;
	background-image: url(../images/framework/img100_whoweare_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #C1C4B5;
	padding: 4px 16px;
}

#whoweare p
{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

#whoweare a
{
    color: #7C7E74;
	text-decoration: none;
}

#whoweare a:hover
{
    color: #999999;
	text-decoration: underline;
}

#whoweare ul
{
    list-style-type: none;
}

#whoweare ul li
{
    background-image: url(../images/framework/img000_arrow_light_grey.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 16px;
    color: #FFFFFF;
}

#rightDivider
{
	margin-top: 12px;
	border-top: 4px solid #92A48A;
	padding-top: 12px;
}

#bodytext
{
	width: 470px;
	padding: 0px 12px 16px 12px;
}

.bodytextHeader
{
	font-size: 12px;
	font-weight: bold;
	color: #92A48A;
	padding-bottom: 2px;
	border-bottom: 5px solid #D0D3C7;
}