/* CSS Document */

#leftside
{
	background-image: url(../images/framework/img500_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/img500_supportA.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

#supportB
{
	width: 196px;
	height: 136px;
	background-image: url(../images/framework/img500_supportB.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 499px;
}

#supportC
{
	width: 495px;
	height: 38px;
	background-color: #627576;
	position: absolute;
	top: 98px;
	left: 0px;
}

#nothing
{
	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: 16px;
}

#bodytext
{
	width: 470px;
	padding: 16px 12px;
}

.bodytextHeader
{
	font-size: 12px;
	font-weight: bold;
	color: #627576;
	padding-bottom: 2px;
	border-bottom: 5px solid #D0D3C7;
}

.contactForm
{
    width: 200px;
    border: 1px solid #D0D3C7;
    font-size: 11px;
}

.contactFormBox
{
    width: 200px;
    height: 70px;
    border: 1px solid #D0D3C7;
    font-size: 11px;
}

.contactFormBtn
{
    font-size: 11px;
}