﻿HTML, BODY, FORM
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url("/_Images/MainBackground.gif");
	background-repeat: repeat-x;
	background-position: 0px 350px;
	text-align: center;
}
.tblMain
{
	width: 950px;
}
.tblMain .LogoArea
{
	width: 950px;
	padding-top: 120px;
	padding-bottom: 30px;
}
.tblMain .HomePageBody
{
	background-image: url("/_Images/HomePageImage.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
	height: 358px;
}
.tblMain .HomePageBody .Text
{
    width: 258px;
}
.tblMain .HomePageBody .Content
{
	width: 258px;
	height: 358px;
	vertical-align: top;
}
/*------------- Menu ------------------*/

.tblMain .MainMenu .radmenu
{
	width: 950px;
	height: 26px;
	background-color: #f2ecec;
	position: relative;
	bottom: 95px;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.tblMain .MainMenu .radmenu UL.horizontal
{
	float: right;
	padding-right: 60px;
}
.radmenu UL.horizontal LI.item
{
	padding-right: 28px;
	padding-top: 9px;
}
.radmenu UL.horizontal LI.last
{
	padding-right: 0px;
}
.radmenu LI.item A, .radmenu LI.item A:Link
{
	text-decoration: none;
	color: #990000;
	cursor: hand;
}
/*-------------------------- Footer -------------------------*/
.tblMain .Footer
{
	text-align: left;
}
.tblMain .Footer .CompanyInfo
{
	color: #00264c;
	font-size: 11px;
	padding-left: 8px;
	padding-top: 7px;
}
.tblMain .Footer .CopyRight
{
	color: #999999;
	font-size: 10px;
	padding-left: 8px;
	padding-top: 4px;
}
/*------------------------ Home Page Content ---------------------*/
.tblMain .HomePageBody .Text H1.Title
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-size: 15px;
}
.tblMain .HomePageBody .Text .FirmInfo
{
	color: #FFFFFF;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	padding: 0px 5px 0px 15px;
	font-family: Verdana, Tahoma, Arial;
}