@charset "utf-8";
/* CSS Document - Copyright (c) Oct 2009 - Muhammad Abbas (mabbas64) */

body {
background: url(body_bg_x.jpg) #7188ba repeat-x top center;
margin: 0;
color:#000;
font-family:Tahoma, Verdana, Arial, "Times New Roman", sans-serif;
font-size:11px;
text-align:center;
min-height:100%; /* needed for auto expansion so that footer touches the bottom of the page. */
/*
background-color:#b9bb96;
background-image:url(bg_centre.png);
background-position:center;
*/

/*THIS PORTION TO DO WORK OF WRAPPER ADN JUST CENTER DIVS */

margin:0 auto;
position:relative;
}

.wrapper{
	width: 896px; /*width of the header image*/
	margin:0 auto;
	background:url(body_bg_center.png) repeat-y center;
}

a img{
border:0px none;
}

.clear{ clear: both; } /* a hack to contain the floating divs in content area */

.header{
width: 896px;
height: 357px;
position: relative;
}

.header .flash_area{
position: absolute;
top:5px;  /* since the flash object is small and should be center aligned, using the difference in size for top/left positions */
margin: 0 0;
left:253px;
}

.mid_bar{
	width:882px;
	height:204px;
	position: relative;
	background: #2d303d;
	margin: auto;
}

.mid_bar .contact_area{
position: absolute;
right:32px;
bottom:23px;
text-align:right;
}




.smallHead{
	/* For orange headings like on message box form */
	font-size: 13px;
	color:#f66b23;
	margin:8px;
	text-align: left;
}

.contentHead{
	/* For headings inside the content text area */
	font-size: 18px;
	color:#1a1f2e;
	margin: 3px 0 -5px -1px;
	text-align: left;
	background:#c9cdd7;
	display:inline-block;
	padding: 8px;
	border-bottom: solid 1px #a3afca;
}

.contentHeadSmall{
	/* For headings inside the content text area */
	font-size: 15px;
	color:#1a1f2e;
	margin: 3px 0 -5px -1px;
	text-align: left;
	background:#c9cdd7;
	display:inline-block;
	padding: 6px;
	border-bottom: solid 1px #a3afca;
}

h2{
	/* For headings inside the content text area */
	font-size: 15px;
	color:#1a1f2e;
	margin: 3px 0 -5px -1px;
	text-align: left;
	background:#c9cdd7;
	display:inline-block;
	padding: 6px;
	border-bottom: solid 1px #a3afca;
}

.email{
	background: #b7bece;
	padding:5px 10px;
	border:#979bae solid 1px;
	font-size:11px;
	display:inline-block;
	 /* Display:inline-block, and float:left is must to have the email div stay in line and not jumpt to next line */
	color:#24375b;
	z-index:211;
}

.email a{
	color:#24375b;
	text-decoration:none;
}

.email:hover{
	background:#212947;
}

.email:hover a{
	color:#a7a7a7;
}

.content{
	position:relative;
	background: url(content_top_bg.jpg) top center no-repeat;
	width:896px;
	margin: auto;
	overflow: hidden; /* FIX: This will contain the floating child div ".area" */
}

.content .area{
	width: 	570px;
	margin: 0 0;
	text-align: left;
	padding: 45px 0 15px 35px;
	color:#bbc2db;
	float:left;


}

.content .area .title{
	color:#2b3948;
	font-size:19px;
	border-bottom: 1px dotted #232252;
	padding-bottom:3px;
	margin: 0 7px 0 0;
	
}
.content .area .title #upper_title{
	font-size:13px;
	color:#f66b23;
	margin:0;
	padding:0 0 2px 0;
	
}

.content .area .content_text{
	font-size:11px;
	color:#000000;
	padding: 10px 0 0 0;
	
}
.content .area .conten_text strong{
	color:#303b49;
}

.content .sidebar{
	width:275px;
	color:#949ab0;
	float:right;
	/*margin:66px 0 0 613px;*/
	margin:66px 8px 20px 0;
}

.content .sidebar .main_navig{
	background: url(sidebar_bg.jpg) left bottom no-repeat;
	padding: 1px 0 2px 0;
}

.content .sidebar a{
	color:#ece4cd;
	text-decoration:none;
}

.content .sidebar a:hover{
	text-decoration:underline;
}

.content .sidebar ul{
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
}
.content .sidebar li{
	background:url(sidebar_seperator.gif) top left no-repeat;
	height:20px; /* Plus Padding top, 11 px, so total height 31px; */
	padding: 9px 25px 0 25px;
	display:block;
	
}

.content .sidebar .secondary_navig{
	background: url(sidebar_secondary_bg.jpg) repeat-y;
	width:233px;
	margin:30px 12px;
	padding-top:10px; /*to make space for the sec_title header of this secondary navigation div */
	border:1px solid #697793;
	position:relative
}

.content .sidebar .secondary_navig .sec_title{
	color:#33486e;
	background:#d7dbe4;
	border:#888a91 solid 1px;
	font-size:19px;
	padding:4px 6px;
	position: absolute;
	top: -18px;
	left: 7px;
}

.content .sidebar .secondary_navig a{
	color:#212c44;
	text-decoration:none;
}

.content .sidebar .secondary_navig  a:hover{
	text-decoration:none;
}

.content .sidebar .secondary_navig ul{
	list-style:none;
	text-align:left;
	margin:0 4px;
	padding:10px 4px;
}

.content .sidebar .secondary_navig ul li{
	background:url(secondary_navig_low.jpg) no-repeat left;
	height:10px; /* Plus Padding top, 11 px, so total height 31px; */
	padding: 1px 18px 5px 18px;
	margin-bottom:1px;
	display:block;
	position:relative;
}

.content .sidebar .secondary_navig li:hover{
	background:url(secondary_navig_hi.jpg) no-repeat left;
}

/* For hovered-dropDown menus of secondary navigation */

.content .sidebar .secondary_navig ul li ul{
	width:196px;
	position:absolute;
	top:0;
	left:-209px;
	background:#a7a7a7 url(secondary_navig_expansion_bg.jpg);
	border:1px solid #252343;
	display:none;
	padding:5px;
	z-index:210; /*to make the whole drop down menu appear above the secondary menu when hovered*/

}

.content .sidebar .secondary_navig ul li:hover ul{
	display:block;

}



/* For LEVEL 2 hovered-dropDown menus of secondary navigation */

.content .sidebar .secondary_navig ul li:hover ul li ul{
	width:196px;
	position:absolute;
	top:0;
	left:-209px;
	background:#a7a7a7 url(secondary_navig_expansion_bg.jpg);
	border:1px solid #252343;
	display:none;
	padding:5px;
	z-index:210; /*to make the whole drop down menu appear above the secondary menu when hovered*/

}

.content .sidebar .secondary_navig ul li:hover ul li:hover ul{
	display:block;

}



/* ----  -----*/

.content .sidebar .login{
	position:relative;
	background:url(sidebar_bg.gif) top left repeat-y;
	border: solid #33384e 1px;
	width:239px;
	margin-top: 45px;
}

.content .sidebar .login .tl{
	position:absolute;
	height:11px;
	width:11px;
	top:-1px;
	left:-1px;
	background:url(tl.gif);
}

.content .sidebar .login .bl{
	position:absolute;
	bottom:-1px;
	left:-1px;
	width:11px;
	height:11px;
	background:url(bl.gif);
}

.content .sidebar .login .tr{
	position:absolute;
	top:-1px;
	right:-1px;
	height:11px;
	width:11px;
	background:url(tr.gif);
}
	
.content .sidebar .login .br{
	position:absolute;
	width:11px;
	height:11px;
	bottom:-1px;
	right:-1px;
	background:url(br.gif);
}

.content .sidebar .login .login_form{
	text-align: right;
	margin: 0 12px 10px 0;
	font-size:11px;
	line-height:18px;
	vertical-align: top;
}



.footer{
	background: url(footer_top_bg.png) top center no-repeat;
	height:60px;
	padding-top:45px;
	width:100%;
	color:#212736;
	text-align:center;
}

.footer .legal{
	color:#293143;
}

/* ########################################### GUI SECTION ################################### */

.lico{
	width:206px;
	height:14px;
	background:#212326;
	border: solid #000000 1px;
	margin: 0 0 3px 2px;
	color:#94b0df;
	font-size:10px;
	padding: 2px 3px 0 3px;
	font-family:Verdana, Geneva, sans-serif;
}

.lico2{
	width:206px;
	height:40px;
	background:#212326;
	border: solid #000000 1px;
	margin: 0 0 3px 2px;
	color:#94b0df;
	font-size:10px;
	padding: 2px 3px 0 3px;
	font-family:Verdana, Geneva, sans-serif;
}

textarea {
	vertical-align:top; /* important to make the form labels align with the top of the text area */
}

.highlight{
	color:#212736;
	text-decoration:none;
}

.highlight:hover{
	color:#212736;
	text-decoration:underline;
}
.photo img{
	border:0;
	float:right;
	padding-right:5px;
}
