/* 
Author:	Parag Jagdale of Un-identified.com
File:		contentStyle.css
Purpose:	Defines the content of the web site
*/
/*
div.area{
	clear:both;
	
		
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin-bottom:9px;
}

div.areaNoBox{
	clear:both;

	padding:6px;
	background-color: #ffffff;	
	
}
*/

.areaTitle{
	font-weight: bold;
	color: #000;

	margin:0px;
	margin-top:5px;

}
/*-------BOX-------------*/
div.section{

	width: 555px;
	border: 1px solid #cccccc;
	background-color:#ffe57a;
	border:4px solid #fdf4d8;

	padding-left:10px;
	padding-right:10px;

	margin:0px;
	margin-top:10px;
}



/*-------BOX WITH TITLE-------------*/
div.sectionWithTitle{
	margin-left:auto;
	margin-right:auto;

	width: 510px;
	border: 1px solid #cccccc;

	background-color:#ffe57a;
	
	border:4px solid #fdf4d8;
	
	padding:15px;
	margin-top:10px;

}


/*-------BOX TITLE-------------*/
div.sectiontitle{
	font-weight:bold;
	color: #cb9500;		
	margin-bottom:12px;
}



/*-------NO BOX WITH TITLE-------------*/
div.sectionNoBox{
	padding:20px;
	margin-left:auto;
	margin-right:auto;

	}
/*-------NO BOX TITLE-------------*/
.sectionNoBoxtitle{
	font-weight:bold;
	color: #006699;	

}




div.section p, div.sectionWithTitle p, div.sectionNoBox p{
	padding:0;
	margin:0;
}

div.section img{
	margin:5px;
}

div.sectionWithTitle img{
	margin:5px;
}

div.sectionNoBox img{
	margin:5px;
}

div.sectionWithTitle p{

}

div.sectiontitle h3{
	margin:0;
	display:block;
	padding:5px 5px 5px 5px;
}
.sectionNoBoxtitle h3{
	margin:0;
	display:block;
	padding:0;
}

div.moreInfoButtons{
	height:30px;
	text-align:center;
	margin-top:4px;
	clear:both;
}

div.moreInfoButtons a{
	font-weight:bold;
	border:2px solid #336699;
	margin:5px;
	text-align:center;
	padding:6px 15px 6px 15px;
	background-color:#fff;
	margin:5px;
	display:inline-block;
}

div.moreInfoButtons a:hover{
	
	border-color:#ccc;
	background-color:#fff;
}



div.footerTopContent{
	float:left;
	width:400px;
	height:25px;
	text-align:left;
	font-size:10px;
	padding-top:30px;
	padding-left:220px;
}	

.adminInfo{
	font-size: 10px;
	margin:2px;
}

.formError{
	font-size:90%;
	color: #ff0000;
	margin-left:20px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}


ul.arrowList{
	list-style-type: none;
	padding-left:8px;
	margin:0;
}

ul.arrowList li{

	margin: 3px;
	margin-bottom:10px;
	background-image: url("../images/arrow-forward_16.gif");
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 2em;
	padding-bottom:.5em;
	color: #000;
	font-weight: bold;	

}

ul.arrowListNormal li{
	list-style-type: none;

	margin: 4px;
	background-image: url("../images/arrow-forward_16.gif");
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 2em;

		
}

/*---------SERVICES List -----------------*/

ul.servicesList{
	list-style-type:none;
}

ul.servicesList li{
	display:block;
}


ul.servicesList li img{
	vertical-align:middle;
	display:inline;
}

ul.servicesList li label{
	vertical-align:bottom;
	display:inline;
}

/*---------SERVICES List ----------END---*/

ol{
	line-height:30px;
	
}


/*-----------FAQ Style ----------------------*/

dl{
	
}

dl.faq {
	
	padding-left:10px;	
}

dl.faq dt{
	font-weight:bold;
	color:#666;
	margin:0px;
	
	padding-left:18px;
	background-image:url("../images/gif_square.gif");
	background-position:0px 6px;
	background-repeat:no-repeat;
}

dl.faq dd{
		
	margin-bottom:10px;
	margin-top:10px;
	padding-left:20px;	
	padding-right:10px;
	background:url("../images/gif_arrow.gif") top left no-repeat;
	background-position:0px 4px;
	line-height:21px;
}

/*-----------FAQ Style -------------------END---*/

