/* CSS Document */

.home
{
margin:0px;
padding:0px;
background-color:#FFFFFF;
}
.master
{
position:relative;
width:1024px;
margin:0px;
padding:0px;
}
#firstRow
{
position:relative;
width:1024px;
height:200px;
}
#logoBlankLeft
{

float:left;
width:42px;
height:200px;
background-color:#3F3F3F;
}
#logo
{
float:left;
width:194px;
height:200px;
}
#logoRightImg
{
float:left;
width:788px;
height:200px;
}
#secondRow
{
position:relative;
width:1024px;
height:auto;
margin:0px;
padding:0px;
}
.contentLeft
{

width:42px;
background-color:#3F3F3F;
height:499px;
}
.contentRight
{
width:28px;
background-color:#3F3F3F;
height:499px;
}
#footer
{
position:relative;
width:1024px;
height:69px;

}
#footerBlankLeft
{
float:left;
width:42px;
height:69px;
background-color:#3F3F3F;
}
#footerCenter
{
float:left;
width:888px;
height:69px;
background-color:#000000;
}
#footermenu
{
clear:both;
margin: 0px 60px;
top:0px;
position:relative;	

}
#footerCenter ul
{
list-style-type:none;
height: 23px;
margin-top:0px;
}
#footerCenter li
{
    display:inline;/* Imp For To Display in single line Menu */
	position: relative;
	
}
#footerCenter li a
 {
    color: #9F8E7F;
	font-size: 12px;	
	text-transform: uppercase;
	text-decoration:none;
	font-weight: bold;
	height: 20px;
	line-height:20px;
	padding: 10px 8px 0 16px;/* Adjust the Menu Text in Main Menu Bar */	
	font-family:Arial, Helvetica, sans-serif;	
	background: url(images/footermenuRpt.gif) 4px 10px no-repeat;
	float:left;	
 }
 #footerCenter li a:hover
 {
    color: #7D0000;
	font-size: 12px;	
	text-transform: uppercase;
	text-decoration:underline;
	font-weight: bold;

 }
 .first {
	background: none !important;
	padding: 10px; !important;
}
#footermenu span
{
display:block;
}
 .TextFooter
{
    padding-top:0px; 
	color: #846141;
	font-size: 11px;	
    font-family:Arial, Helvetica, sans-serif;
	font-weight: normal; 
 }
#footerRightImg
{
float:left;
width:68px;
height:69px;
}
#footerBlankRight
{
float:left;
width:26px;
height:69px;
background-color:#3F3F3F;
}
.ContentText
{
    color: #000000;
	font-size: 11px;	
    font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left:10px;
	text-align:justify;
}

