/*CSS for Claim Solution web*/

body 
{
	background-image:url(images/body_main_bg.gif);
	background-repeat:repeat-x;
	margin-top:0px;
	font-family: Arial;
	color: #fff;
	font-size: 11px;
	height:auto;
	
				
}


#header
{
	background-image:url(images/header_img.gif);
	background-repeat:no-repeat;
	margin:auto auto;
	vertical-align:middle;
	padding-left:200px;
	padding-top:20px;
	width:565px;
	height:70px;
	/*border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;*/
}

#menu
{
	margin:auto auto;
	background-image:url(images/header_bottom.gif);
	background-repeat:no-repeat;
	height:25px;
	width:765px;
	text-align:center;
	color:#003366;
	/*border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;*/
}
#menu .tdbtn
{
	background-image:url(images/btn_bg.gif);
	
	background-repeat:repeat-x;
	height:20px;
	text-align:center;
	border-right: 1px solid #78a3cb;
	border-left: 1px solid #78a3cb;
	font-weight:bold;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#menu a:hover {
	
	color:#3652ff;
	text-decoration: none;
}

#menu a:visited{
text-decoration:none;
}


#menu a{
	color:#003366;
	text-decoration:none;
}

#post
{
	background-image:url(images/bg_post.gif);
	/*background-color:#ffffff;
	vertical-align:middle;*/
	margin:auto auto;
	height:565px;
	width:765px;
	vertical-align:top;
	/*border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;*/
}

#post .submenu
{
	background-color:#eaeaea;
	width:209px;
	text-color:#444444;
}
#post .content
{
	background-color:#eaeaea;
	width:400px;
	height:500px;


}

#footer
{
	background-color:#135096;
	width:765px;
	margin: auto auto;
	text-align:center;
	padding-bottom:8px;
	padding-top:8px;
	color:#FFFFFF;
	/*border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;*/


}
#footer p {
	margin: 0;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	font-size: .9em;
	text-decoration:none;
	text-shadow:#000066;
	
}

#footer a {
	
	color: #ffffff;
}	

#footer a:visited{text-decoration:underline}
#footer a:hover{text-decoration:none}


.tdtext
{
	color:#7B755D;
	text-align:justify;
	text-weight:bold;
	padding-left:5px;
	padding-right:13px;
	

}

.tdtexth1
{
	color:#7B755D;
	font-size:16px;
	text-weight:bold;
	text-indent:0px;

}

#business
{
height:31px;
width:765px;
background-image:url(images/our_business_slogon.gif);
margin: auto auto;
/*border-right: 1px solid #ffffff;
border-left: 1px solid #ffffff;*/
}



















