/**
 * css
 *
 * @author Sanmaya <sanmayam@mindfiresolutions.com>
 * @version 0.1
 * @package css styles
 */ 


body
{
	background-image:url(../images/bodybg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
	font-size:14px;
	font-family:Microsoft Sans Serif, Arial, Helvetica;
	padding:0px;
	
}

.mainconteiner
{
	margin:auto;
	width:984px;	
}

.topbanner
{
	width:942px;
	height:202px;
	margin:auto;
	padding-top:54px;
	
}

.topbanner_bg
{
	width:942px;
	height:202px;
	background-image:url(../images/top_banner_right.jpg);
	background-position:right;
	background-repeat:no-repeat;
	
	
}


.topmenu
{
	width:100%;
	padding-top:10px;
}

.homepagecontentarea
{
	width:980px;
	height:473px;
	background-image:url(../images/homebanner_rightbg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	margin:auto;
	
}

.homepageconetenimage
{
	float:left;
	width:570px;
}

.homepagecontent
{
	color:#FFFFFF;
	font-size:16px;
	padding:26px 0px 0px 40px;
	float:left;
	width:300px;
	line-height:1.5;
}

.footer
{
	text-align:center;
	padding:10px;
	margin:auto;
	font-size:12px;
	font-weight:bold;
	color:#3a7274;
}

.footer a
{
	text-decoration:none;
	color:#3a7274;
}

/*inner css start............................................................................*/

.innerpageContentarea
{
	width:980px;
	background-image:url(../images/inner_content-boxbg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin:auto;
	
}

.innerpageContentarea_top
{
	width:980px;
	background-image:url(../images/inner_body_top.jpg);
	height:97px;
	background-position:center;
	
}

.innercontentpart
{
	width:940px;
	background-image:url(../images/innerconent_bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	margin:0px 0px 0px 22px;
	
}

.leftimageAndCaptionpart
{
	width:336px;
	height:679px;
	background-image:url(../images/imagebox_footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}


.leftimageAndCaptionpart p
{
	padding:20px 0px 0px 0px;
	color:#3a7274;
	text-align:right;
	font-style:italic;
	font-size:18px;
}


.innercontent
{
	padding-left:39px;
	line-height:1.5;
	padding-right:58px;
}



.innercontent h2
{
	font-weight:bold;
	color:#19356e;
	font-size:19px;
	margin:0px;
	line-height:14px;
	padding:0px;
}


.innercontent h3
{
	font-weight:bold;
	color:#19356e;
	font-size:15px;
	margin:0px;
	line-height:14px;
	
}


.innercontent p
{
	font-size:14px;
	color:#808183;
	margin-bottom:4px; 

}

.innercontent ul
{
	color:#3a7274;
	padding:0px 0px 0px 12px;
	font-weight:bold;
	#padding:0px 0px 0px 0px;
	#margin:0px 0px 20px 12px;
	
}

.footerrounder

{
	width:980px;
	background-image:url(../images/footerrounder.jpg);
	height:43px;
	background-position:center;
}


























