/* 
Author:	Parag Jagdale of Un-identified.com
File:		contentStyle.css
Purpose:	Defines the content of the web site
*/

a#pageParentTitle{
	text-decoration:none;
	color:#fff
}

a#pageParentTitle:hover{
	text-decoration:none;
	color:#ccc
}

div.area{
	clear:both;
	width: 97%;
	padding:6px;
		
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin-bottom:9px;
}

div.areaNoBox{
	clear:both;
	width: 97%;
	padding:6px;
	background-color: #ffffff;	
	
}


.areaTitle{
	font-weight: bold;
	color: #000;

	margin:0px;
	margin-top:5px;

}

div.section{

	padding:0px;
	width: 580px;
	border: 1px solid #cccccc;

	background:url(../images/turbo_contentBox_content.jpg) left top repeat-x;
	background-color: #dae4eb;
	
	margin:5px 0px 8px 8px;
	padding:0px;
	padding-bottom:15px;
}

div.section p{
	padding:10px;
}

div.section img{
	border:4px solid #e9e9e9;
	margin:10px;
}

div.sectionWithTitle img{
	border:4px solid #e9e9e9;
	margin:10px;
}

div.sectionNoBox img{
	border:4px solid #e9e9e9;
	margin:10px;
}

div.sectionWithTitle p{
	padding:10px;
}


div.sectionWithTitle{
	
	width: 580px;
	border: 1px solid #cccccc;

	background:url(../images/turbo_contentBox_content.jpg) left top repeat-x;
	background-color: #dae4eb;
	
	margin:10px 0px 8px 8px;
	padding:0px;
	padding-bottom:5px;

}


		
div.sectionNoBox{
	padding-top:12px;
	padding-bottom:12px;

	width: 580px;
	margin:5px 0px 8px 8px;

	}
.sectionNoBoxtitle{
	font-weight:bold;
	color: #006699;	

}



div.sectiontitle{
	font-weight:bold;

	color: #006699;

	height:33px;
	background-color:#fff;	
	
	
	background-image:url(../images/turbo_contentBox_head.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:12px;
}

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: 10px;
	color: #ff0000;
	margin-left:20px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	width:90%;
}


ul.arrowList{
	list-style-type: none;
	/*list-style-image: url("../images/arrow-forward_16.gif");
	list-style-position: inside;*/
	
}

ul.arrowList li{
	margin: 3px;
	background-image: url(../images/arrow-forward_16.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 2em;

	color: #336699;
	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;

		
}

ol{
	line-height:30px;
	
}

ul.services{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul.services li{
	padding:10px;
	margin-top:5px;
	background-color:#f0f0f0;
}
ul.services li img{
	vertical-align:middle;
}

ul.services li a{
	font-size:150%;
	border:3px solid #ccc;
	text-decoration:none;
	display:block;
	font-size:130%;
	font-weight:bold;	
	color:#336699;
}

ul.services li a:hover{
	background-color:#fff;
	color:#000;
}
