/* CSS Document for PNMG
@author Mohammed R Kargas 
@company The Cloud Concept
 */
 
*{
	margin:0;
	padding:0;
}

html,body{
	margin:0;
	padding:0;
	overflow:hidden;	
}

img{
	border:0;
}

body{
	background-color:#000000;
}

.padder{
	padding:10px;
}

#horizon        
	{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	
	overflow: visible;
	visibility: visible;
	display: block
}

#container{
	/*margin:0 auto;
	margin-top:50px;*/
	position: absolute;
	width:1008px;
	min-height:457px;
	height:604px;
	
	font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;

	margin-left: -455px;
	top: -302px;
	left: 50%;
	
	
	visibility: visible
}

#menu_box{
	background:url(../images/menu_box.jpg) top left no-repeat #000;
	height:204px;
	width:478px;
	padding-top:15px;text-align:left;
}


#menu_box ul{
	list-style-type:none;
}

#menu_box li{
	width:204px;
	height:17px;
}

#menu_box li a{
	display:block;
	width:204px;
	height:17px;
}

	#menu_box li a#capitalAppeals{
		background:url(../images/capital_appeals_btn_l.jpg) 0 0 no-repeat;
	}
	
	#menu_box li a#capitalAppeals:hover{
		background-position:-204px 0;
	}
	
	#menu_box li a#schoolEnrol{
		background:url(../images/school_enrol_btn_l.jpg) top left no-repeat;	
	}
	
	#menu_box li a#schoolEnrol:hover{
		background-position:-204px 0;
	}
	
	#menu_box li a#corporate{
		background:url(../images/corporate_btn_l.jpg) 0 0 no-repeat;
	}
	
	#menu_box li a#corporate:hover{
		background-position:-204px 0;
	}
	
	#menu_box li a#nfp{
		background:url(../images/nfp_btn_l.jpg) top left no-repeat;
	}
	
	#menu_box li a#nfp:hover{
		background-position:-204px 0;
	}
	
	#menu_box li a#govt{
		background:url(../images/govt_btn_l.jpg) 0 0 no-repeat;
	}
	
	#menu_box li a#govt:hover{
		background-position:-204px 0;
	}
	
	#menu_box li a#beingDad{
		background:url(../images/being_dad_btn_l.jpg) 0 0 no-repeat;
	}
	
	#menu_box li a#beingDad:hover{
		background-position:-204px 0;
	}
	
	#menu_box li a#film{
		background:url(../images/film_btn_l.jpg) 0 0 no-repeat;
	}
	
	#menu_box li a#film:hover{
		background-position:-204px 0;
	}
	
	#menu_box li a#team{
		background:url(../images/team_btn_l.jpg) 0 0 no-repeat;
	}
	
	#menu_box li a#team:hover{
		background-position:-204px 0;
	}
#page{
	height:650px;
	width:530px;
	text-align:left;
}

#pageLoader{
	width:530px;
	height:650px;
	overflow-y:auto;
}

div.cell{
	margin:10px;
	margin-left:0px;
	margin-top:15px;
	margin-top:5px;
	
}

#loader{
	margin-left:180px;
	margin-top:270px;
	background:url(../images/loader.gif) top left no-repeat;
	width:32px;
	height:32px;
	display:block;
}

#footer{
	background:url(../images/insp_comm_footer.gif) top left no-repeat #000;
	height:153px;
	width:300px;
	
}

#pageNavigation ul{
	list-style-type:none;
}

li a#back_btn{
	background:url(../images/previousstate.gif) top left no-repeat;
	height:45px;
	width:163px;
	float:left;
}

li a#read_more_btn{
	background:url(../images/readstate.gif) top left no-repeat;
	height:45px;
	width:127px;
	float:right;
}


li a#back_btn:hover{
	background:url(../images/previousroll.gif) top left no-repeat;
}

li a#read_more_btn:hover{
	background:url(../images/readroll.gif) top left no-repeat;
}

