/* about page CSS STARTS */
@import url(/templates/default/stylesheets/latest_news/index.css);

	/* about buttons and content start */
	.aboutBtn {
		width: 459px;
		height: 51px;
		background:url(/templates/default/images/about/about_btn.png) no-repeat top left;
		color: #868476;
		padding: 0 0 0 29px;
		border: 0px solid #ffcc00;
		font-size: 93%;
		margin: 0 0 17px 0;
	}
	.aboutBtn strong {
		display: -moz-inline-box;/* Firefox 2 and under*/
		display: inline-block;/* FF3, Opera, Safari */
		vertical-align: top;
		font-weight: bold;
		text-align: left;
		padding: 20px 0 0 0;
		width: 99px;
		border: 0px solid #ffcc00;

	}
	.btnHeading{
		display: -moz-inline-box;/* Firefox 2 and under*/
		display: inline-block;/* FF3, Opera, Safari */
		width: 330px;
		height: 31px;
		text-align: left;
		padding: 20px 0 0 25px;
		color: #868476;
		border: 0px solid #ffcc00;
		cursor:pointer;
	}
		.dnArrow{
			background:url(/templates/default/images/about/about_btn_dn_arrow.gif) no-repeat 320px center;
		}
		.upArrow{
			background:url(/templates/default/images/about/about_btn_up_arrow.gif) no-repeat 320px center;
		}	
	.btnHeading:hover{
		text-decoration: underline;
	}		
	.aboutBtn:hover {
		background:url(/templates/default/images/about/about_btn.png) no-repeat bottom left;
	}
	
	.aboutBtnContents {
		padding: 0 25px 25px 25px;
	}
	
	.aboutBtnContents strong{
		font-weight: bold;
		font-size: 108%;
	}
	.aboutBtnContents p.answers{
		padding-bottom: 29px;
	}
	
	.faqQ {
		font-size: 108%;
		color: #324c66;
		font-weight: bold;
		padding-bottom: 10px;
	}	
	/* about buttons and content end */	
	
/* about page CSS ENDS */

