/*  

Site:		www.Adamboo.com
Owner:		www.Adamboo.com
Type:		CSS (Cascading Style Sheet)
Media:		Screen
File:		major.css
Author:		Salman Ahmad - salman.ahmad@nxvt.com
Copyright:	Šopyright www.Adamboo.com 2008 

*/
body {
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#6091b7;
	font-family:Arial,Helvetica, sans-serif, Verdana;
	text-align:center;
	/*overflow:hidden;*/
} 
/* UL
ul {
	text-indent:-23px;/**\/
	line-height:20px;
	list-style:url(images/bullet-monster-O.gif) outside;
}*/


/* ***** DIVs / ID selectors ***** */

	/*** Main Wrapper ***/
	
body>#wrapper_main {
	position:relative;
	width:960px;
	min-width:960px;
	height:auto;
	min-height:100%;
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	/*overflow:hidden;*/
	padding-top:26px;
	/*margin-bottom:-100%;
	padding-bottom:100%;*/
	border-bottom:#82aacd 1px solid;
	border-left:#82aacd 1px solid;
	border-right:#82aacd 1px solid;
	background:transparent url(../images/site_bg_clouds-and-ocean.jpg) repeat-x top left;
	text-align:left;
	/*z-index:1;*/
}

	/*** The Page ***/
	
body>#wrapper_main>#thePage {
	position:relative;
	width:960px;
	min-width:960px;
	height:auto;
	margin:0px;
	padding:0px 12px;/*26px 12px 26px 12px*/
	text-align:left;
	/*margin-bottom:-100%;
	padding-bottom:100%;*/
	/*background:transparent url(../images/page_border.gif) repeat-y top left;*/
	/*border:1px solid #000000;*/
	/*z-index:1;*/
}

	/*** Header Section ***/

body>#wrapper_main>#thePage>#header{
	position:relative;
	/*float:left;*/
	width:936px;
	min-width:936px;
	height:115px;
	min-height:115px;
	/*border:1px solid #000000;*/
	margin:0px;
	padding:0px;/**/
	/*z-index:1;*/
	clear:both;
}

	/*** Logo ***/
	
#header>#logo{
	position:relative;
	float:left;
	width:491px;
	min-width:491px;
	height:105px;
	margin:0px;
	padding:0px;/**/
	/*z-index:1;*/
}
#logo img{
	position:relative;
	width:491px;
	min-width:491px;
	height:105px;
	min-height:105px;
	margin:0px;
	padding:0px;/**/
	border:none;
	/*z-index:1;*/
}
	/*** Slogan and Phone Number #:888 99ADAMBOO) ***/
	
#header>#audio_urdu_stories{
	position:relative;
	float:left;/*right*/
	width:286px;
	height:105px;
	margin:0px;
	padding:0px 0px 0px 152px;/**/
	/*z-index:1;*/
}
#audio_urdu_stories img{
	position:relative;
	width:286px;
	height:105px;
	margin:0px;
	padding:0px;/**/
	border:none;
	/*z-index:1;*/
}

/* NAVIGATION */

	/***  navMain ***/
body>#wrapper_main>#thePage>#navMain{ /*container_navMain*/
	position:relative;
	padding:0px;
	float:left;
	width:936px;
	height:36px;
	min-width:936px;
	/*margin-left:auto;
	margin-right:auto;*/
	clear:both;
	/*border: 1px solid #000000;*/
}
/*LEFT*/
#navMain>#left_navMain{
	width:6px;
	height:36px;
	float:left;
	margin:0px;
	padding:0px;
	background:url(../images/left_navMain.gif) no-repeat top left;
	/*border: 1px solid #FF0000;*/
}
/*RIGHT*/
#navMain>#right_navMain{
	width:6px;
	height:36px;
	float:left;
	margin:0px;
	padding:0px;
	background:url(../images/right_navMain.gif) no-repeat top left;
	/*border: 1px solid #FF0000;*/
}
/*CENTER - links_navMain*/
#navMain>#links_navMain{
	position:relative;
	width:924px;/*98.5%*/
	height: 36px;
	min-width:924px;
	float:left;
	margin:0px;
	/*padding-bottom:0px;*/
	background:url(../images/links_navMain.gif) repeat-x top left;
	/*border: 1px solid #FF0000;*/
}

#navMain>#links_navMain>#navigation {
	position:relative;
	height:34px;
	margin:1px 0px;
	cursor:pointer;
	/*border:1px solid #990000;*/
}

#navMain>#links_navMain>#navigation ul#navlinks{
	padding:0px 10px;
	margin:0px 0px;
	list-style:none;
}

#navMain>#links_navMain>#navigation ul#navlinks li{
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
	height:34px;
	line-height:34px;
	vertical-align:middle;
}
/* SEPARATOR navMain */
#navMain>#links_navMain>#navigation ul#navlinks li .separator_navMain{
	/*margin:0px 6px;
	padding:0px 6px;
	width:13px;
	height:6px;*/
	float:left;
	/*display:block;
	height:34px;
	line-height:34px;*/
	/*border: 1px solid #FF0000;*/
}

.link a{
	float:left;
	display:block;
	/*width:125%;********************* UNCOMMENT TO GET IT WIDTH-WISE */
	cursor:hand;
	/*height:34px;
	line-height:34px;*/
	vertical-align:middle;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color:#22457e;
}

.link a:link{
	text-decoration:none;
}

.link a:active{
	text-decoration:none;
}

.link a:visited{
	text-decoration:none;
}

.link a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#88aed6;
}
.active_link a:link,.active_link a:active,.active_link a:visited,.active_link a:hover{
	float:left;
	display:block;
	vertical-align:middle;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background-color:#88aed6;
}


/* WRAPPER 2 */

#wrapper2{
position:relative;
width:936px;
height:auto;
text-align:center;
clear:both;
/*border: #0000FF 1px solid;*/
}

/* NAVIGATION 2 -       \\\ #nav2_920px ////          NAVIGATION 2 -        */

#wrapper2>#nav2_920px{
width:920px;
height:34px;
margin-left:auto;
margin-right:auto;
clear:both;
/*border: #FF0000 1px solid;*/
}
#nav2_left{
float:left;
width:6px;
height:34px;
background:url(../images/nav2_left.gif) top left no-repeat;
}
#nav2_right{
float:left;
width:6px;
height:34px;
background:url(../images/nav2_right.gif) top left no-repeat;
}
#nav2_center{
float:left;
width:878px;
height:34px;
line-height:34px;
vertical-align:middle;
text-align:left;
padding:0px 15px;
background-color:#4176a2;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
}

/**LINKS - NAV2*******             LINKS - NAV2      **/
.link_nav2 a{
	float:left;
	display:block;
	/*height:34px;
	line-height:34px;*/
	vertical-align:middle;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color:#f3b110;
	padding:0px 10px;
}

.link_nav2 a:link{
	text-decoration:none;
}

.link_nav2 a:active{
	text-decoration:none;
}

.link_nav2 a:visited{
	text-decoration:none;
}

.link_nav2 a:hover{
	text-decoration:underline;
}

/* CONTENT  -           \\\ #content_920px ////    CONTENT  -      */
#wrapper2>#content_920px{
position:relative;
width:936px;
height:auto;
margin-left:auto;
margin-right:auto;
clear:both;
/*border: #FF0000 1px solid;*/
}
.one_pixel_vertical{
float:left;
width:6px;/* IT WAS MEANT for (one)1px initially */
height:5px;
/*border: #00FF00 1px solid;*/

}
#content_left{
float:left;
width:120px;
height:auto;
/*border: #FF0000 1px solid;*/
}
#content_right{
position:relative;
float:left;
width:220px;
height:auto;
/*border: #FF0000 1px solid;*/
}
#content_center{
float:left;
width:584px;
height:auto;
text-align:left;
/*background-color:#4176a2;*/
font-size:12px;
font-weight:bold;
color:#FFFFFF;
/*border: #FF0000 1px solid;*/
}
								/*RIGHT PANELS       << << << << << << */
#right_panel{
	position:relative;
	width:220px;
	height:auto;
	float:left;
}
.spacer_right_panel{
float:left;
width:100%;/* IT WAS MEANT for (one)1px initially */
height:5px;
clear:both;
/*border: #00FF00 1px solid;*/
}
#right_panel .clearer{
	clear:both;
}                             								/* RIGHT PANELS - Top       << << << << << << */
#right_panel>#left_title_right_panel{
	float:left;
	width:8px;
	height:34px;
	background:url(../images/box_01.gif) top left no-repeat;
}
#right_panel>#center_title_right_panel{
	float:left;
	width:204px;
	height:34px;
	background:url(../images/box_02.gif) top left repeat-x;
	text-align:center;
}
#right_panel>#right_title_right_panel{
	float:left;
	width:8px;
	height:34px;
	background:url(../images/box_03.gif) top left no-repeat;
}
                             								/* RIGHT PANELS - Central       << << << << << << */
/*#right_panel>#left_central_right_panel{
	position:relative;
	float:left;
	width:8px;
	height:214px;
	background:url(../images/box_04.gif) top left repeat-y;
	clear:both;/*clear*\/
}*/
#right_panel>#center_central_right_panel{
	position:relative;
	float:left;
	width:220px;
	height:auto;/* #fffbf2 >>>>>>>>> 		RIGHT PANELS - Central - MAIN CONTENT		 <<<<<<<<< */
	background:url(../images/box_bg_middle.gif) top left repeat-y;
	text-align:left;
	color:#22457e;
	font-weight:bold;
	font-family:Arial,Helvetica, sans-serif, Verdana;
	font-size:12px;
	margin:0px;
	padding:10px 0px;
	clear:both;
}
/*#right_panel>#right_central_right_panel{
	position:relative;
	float:left;
	width:8px;
	height:214px;
	background:url(../images/box_06.gif) top left repeat-y;
}*/


                             								/* RIGHT PANELS - Bottom       << << << << << << */
#right_panel>#left_bot_right_panel{
	float:left;
	width:8px;
	height:7px;
	line-height:7px;
	background:url(../images/box_07.gif) top left no-repeat;
	clear:both;/*clear*/
}
#right_panel>#center_bot_right_panel{
	float:left;
	width:204px;
	height:7px;
	line-height:7px;
	background:url(../images/box_08.gif) top left repeat-x;
}
#right_panel>#right_bot_right_panel{
	float:left;
	width:8px;
	height:7px;
	line-height:7px;
	background:url(../images/box_09.gif) top left no-repeat;
}

/*///////////////////// TABLE based Right Panels /////////*/
#content_right>table{
	clear:both;						/* (for Table based) */
}											
/*///////////////////// TABLE based Right Panels /////////*/

/*List Right Panel*/
#right_panel>#center_central_right_panel > ul#list_right_panel{
	list-style-image:url(../images/bullet-monster-O.gif);
}
ul#list_right_panel .box_rss_icon{
	list-style-image:url(../images/box_rss_icon.gif);
}
ul#list_right_panel .box_podcast_icon{
	list-style-image:url(../images/box_podcast_icon.gif);
}
/* ul#no_list */
ul#no_list{
	display:block;
	margin-left:0px;
	margin-top:0px;
	padding:0px 10px;
	text-align:justify;
}
ul#no_list li{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul#no_list li .input{
	font-size:12px;
	font-weight:bold;
}
/* ul#list_right_panel li */
ul#list_right_panel li{
	vertical-align:middle;
	margin:10px 0px;
}
/* a:link - li - ul#list_right_panel */
ul#list_right_panel li a:link{
	color:#22457e;
	text-decoration:none;
}
ul#list_right_panel li a:visited{
	color:#22457e;
	text-decoration:none;
}
ul#list_right_panel li a:active{
	color:#22457e;
	text-decoration:none;
}
ul#list_right_panel li a:hover{
	color:#972020;
	/*background-color:#88aed6;*/
	/*text-decoration:underline;*/
}
/* FOOTER  -           \\\ #footer_920px ////             FOOTER  -     */
#footer_936px{
width:936px;
height:34px;
margin-bottom:20px;
margin-left:auto;
margin-right:auto;
clear:both;
/*border: #FF0000 1px solid;*/
}
#footer_left{
float:left;
width:6px;
height:34px;
background:url(../images/footer_left.gif) top left no-repeat;
}
#footer_right{
float:left;
width:6px;
height:34px;
background:url(../images/footer_right.gif) top left no-repeat;
}
#footer_center{ /* Footer Content */
float:left;
width:924px;
height:34px;
line-height:34px;
vertical-align:middle;
text-align:center;
background-color:#4176a2;
font-size:11px;
font-weight:normal;
color:#FFFFFF;
}
#copyrights{
	float:left;
	padding-left:16px;
}
#phone_number{
	float:left;
	padding:0px 164px;
}
#privacy{
	float:left;
	padding-right:16px;
}
.footer_separator{
	color:#103656;
}
.footer_links a:link{
	color:#FFFFFF;
	text-decoration:none;
}
.footer_links a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#5d8eb7;
}
.footer_links a:active{
	color:#FFFFFF;
	text-decoration:none;
}
.footer_links a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
/* SPACERS */

	/* spacer_10px */

#spacer{
width:936px; clear:both; /*border: #000000 1px solid;*/
}
.spacer_10px{
	height:10px;
}
.spacer_50px{
	height:50px;
}