/* CSS Document */

/* Start common styles */
body
{
margin: 0px;
text-align: center;
background-image: url(../images/pageBg.png); 
background-repeat: repeat; 
}


#siteContainer
{
/*background-image: url(../images/bodyBg.png);
background-repeat: repeat-x;
background-position:top;*/
text-align:center;
width: 1010px;

}

#siteMainContainer
{
background-image: url(../images/spotlight.png);
background-repeat: repeat-x;
background-position: top;
width: 1200px;
}

form
{
	margin: 0px;
}

body, p, span, div, ul, ol, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:active, a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #265987;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #265987;
	font-weight: bold;
	text-decoration: none;
}

#InnerMasterContentBg
{
	
	
}
#mainTable
{
	text-align: left;
	
}

#masterMainTable
{
	background-image: url(../images/bodyBg.png);
    background-repeat : repeat-x;
    background-position:top;
	width: 1010px;
	text-align: left;
}

#logo
{
	width: 250px;
	text-align: left;
}
#menu
{
	text-align: right;
	vertical-align: top;
}

#topMenu
{
	padding: 12px 5px 65px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5279a9;
	font-size: 12px;
	font-weight: bold;
}

#topMenu a, #topMenu a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #5279a9;
	font-size: 12px;
	font-weight: bold;
}

#footer
{
	width: 800px;
	border-top: 2px solid #FFFFFF;
	/*color: #FFFFFF;	*/
	padding-bottom: 15px;
}

.errMsg
{
	font-weight: bold;
	color: Red;
}

/* End common styles */

/* Start homepage styles */


/*
#mainDivContainer
{
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	height: 381px;
}
*/

#flashTd
{
	background-image: url(../images/flashBg.png);
	height: 317px;
}
.content
{
    /* AR -10/21-START: chaning top padding from 15px to 10 px. Ref. Task# 9185 */
	/*padding: 15px 0px 35px 0px;*/
	/* AR -10/21-END*/
	padding: 10px 0px 35px 0px;
}
/* AR -10/21: adding this style [.content p] to remove top margin for p tag in the home page. Ref. Task# 9185 */
.content p
{
	margin-top: 0px;
}

#mainContent
{
	width: 800px;	
}

#mainContent #leftContent
{
	width: 53%;
	padding: 10px 28px 0px 32px;
	text-align: left;
	vertical-align: top;
}

#mainContent #rightContent
{
	width: 47%;
	padding: 10px 28px 0px 0px;
	text-align: left;
	vertical-align: top;
}

.spacer
{
	width: 25px;
}

td.topMenuNav
{
	vertical-align: top;
	height: 30px;
}

/* End homepage styles */

/* Start inner page styles */



#mainInnerDivContainer
{
	background-position: top;	
	/*height: 700px;	*/
}

#innerLeftContent
{
	text-align: left;
	padding: 8px 15px 5px 145px;
}

#innerLeftContent p
{
	margin-top: 0px;	
}

.additionalLinks
{
	text-align: left;
	padding: 0px 20px 10px 26px;
	color: #265987;
	font-weight: bold;	
}

.additionalLinks td
{
	padding: 5px 0px 5px 5px;
	text-align: left;
	vertical-align: top;
}

.clientTestimonials
{
	text-align: left;
	padding: 5px 20px 10px 35px;
	color: #265987;
	font-weight: bold;
}

.waterMark
{
	background-image: url(../images/logoWaterMark.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.caseHistory
{
	
}
.caseTitle
{
	color: #265987;
	font-weight: bold;
	font-size: 14px;
}

.caseBody
{
	padding: 5px 0px 10px 0px;
}

.caseBody img
{
	padding-right: 3px;
	padding-bottom: 3px;
}


/* End inner page styles */

/*Case studies listing styles begins */
#caseStudyLisitngTitle a
{	
	font-size: 13px !important;	
	
}

#caseStudyLisitngTitle a:hover
{
	
	font-size: 13px !important;

}
/*Case studies listing styles ends */

#innerContainer
{
	background-image: url(../images/homeFullBg.png);
	background-repeat : repeat;
	

}

#innerMainContent
{
	background-image: url(../images/bodyBg.png);
    background-repeat : repeat-x;
    background-position  :top;
	width: 1010px;
	_height:670px;
	min-height:670px;
}
