/* CSS Document */

* {margin: 0; padding: 0;}

body{
	margin: 0;
}

/* normal text style*/
td
{
    font-family: arial;
    font-size: 13px;
	
		
}

p{
	color:	#FFFFFF;
	font-size: 13px;
	padding-left: 15px;
	
	
	
}



a
{
    text-decoration: none;
	color: #FF0000;
	text-align: right;
}

h1{
	font-family: Franklin Gothic Medium;  
	font-size: 30px;
	width: 758px;
	color: #B9DDEE;
	height: 44px;
	margin: 0;
	padding-top: 7px;
	padding-left: 13px;
	background-color: #62B3D9
}
h2{
	font-family: Franklin Gothic Medium;  
	font-size: 30px;
	color: #287BA4;
	margin-bottom: 2px;
	text-align: left;
} 

h3{
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #000000;
	margin: 0;
}
#menu{
	
	width: 410px;
	margin-top: 90px;
	margin-bottom: 0px;
	
}

#menu ul{
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 0px;
	
	overflow: hidden;
	
}

#menu li {
	background-image: url(images/MenuBG.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 99px;
	height: 26px;
	margin-left: 2px;
	
	padding-left: 15px;
	padding-right: 15px; 
	list-style-type: none;
	display: inline;
}



#menu li a{
    text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #FFF; 
	text-align: center;

}

.content{
	border-left: 1px solid #75973F;
	border-right: 1px solid #75973F;
}

.menubg{
	background-image: url(images/BGGrad.jpg);
	background-position: left top;
	background-repeat: repeat;
	width: 771px;
	height: 108px;
}
	
.banner{
	background-image: url(images/Banner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 771px;
	height: 125px;
	background-color: #0A4691;
}

.tab{
		
	padding-left: 13px;
	padding-top: 10px;
	background-color: #287BA4;
	
	
} 

.tbllisting{
	padding: 20px;
	
		
}
.alttbllisting{
	padding: 20px;
	background-color: #FFFFCC;
		
}

.contact{
	background-color: #62B3D9;
	padding: 10px;
	width: 412px;
	color:#FFFFFF;
	font-family: Franklin Gothic Medium;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	
}
.client{
	background-color: #287BA4;
	width: 317px;
	padding: 10px;
	color:#FFFFFF;
	font-family: Franklin Gothic Medium;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	
}
	
.lpane{
	border-bottom: 1px solid #CCDDED;
	padding-bottom: 5px;
}

.rpane{
	border-left: 1px solid #CCDDED;
	width:1px;
}

.headercell{
	background-color: #000000;
	height: 20px;
	color: #FFFFFF;
}

.footerCell
{
    background-color:#EDD7AD;
    text-align: center;
    padding: 5px 0px 0px 0px;
	font-family: Verdana;
    font-size: 11px;
    color: #333;
	height: 32px;
	
}

.tbltd
{
	
	background-color: #CCDDED;
} 
.tbl
{
	border: 1px solid #EDD7AD;	
	
} 

.cont{
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
}	

.contentBoxHead
{
	background-color: #0C51A5;
	color: #FFF;
	padding: 5px;
	font-weight:bold;
} 
