@charset "utf-8";
/* CSS Document - Copyright (c) Oct 2009 - Muhammad Abbas (mabbas64) 
abbasjin@gmail.com www.designByAbbas.com */

body {
background:#222b4e url(bg.gif) repeat-x;
margin: 0;
color:#2a2a2a;
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: 943px;
	margin:0 auto;
}

a img{
border:0px none;
}

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

.header{
width:943px;
}
.header .logo{
float:left;	
}

#mid_banner{
	position: relative;
}
#mid_banner #contact_details{
	position: absolute;
	top: 260px;
	left: 10px;
	background: url('bg_coverup_phone_address.png') top left repeat-y;
	width: 290px;
	height: 128px;
	text-align: left;
	padding: 6px 0 0 0;
	text-shadow: 1px 1px #222;
	margin-left: 2px;
}

#contact_details span{
	color: #787d91;
	font-size: 18px;
	display: block;
}

#contact_details span.address{
	color: #676d7b;
}

#contact_details span.phone{
	font-size: 26px;
}

.header .navbar{
	background-image: url(navbar_bg.jpg);
	margin: 16px auto;
	height:41px; /* PLUS to it the padding of top of this div */
	text-align:left;
	background-color:#0b0f20;
	color:#d5d5d5;
}

.header .navbar a{
	
	color:#d5d5d5;
	font-size: 14px;
	padding: 4px 8px;
	text-decoration:none;
}
.header .navbar a:hover{
	background:#33394c url(navbar_highlight.gif) center;
	border: solid #2e313d 1px;
	padding: 3px 7px;
}

.header .navbar ul{
	list-style:none;
	margin:0;
	padding:12px 0 0 5px;
}
.header .navbar ul li{
	display: inline;
	margin:0;
	padding: 0 0 0 8px;
	position:relative;
}

.header .navbar li ul{
	display:none;
	position:absolute;
	top: 18px;
	left: 8px;
	z-index:1; /* FIX: for ff and chrome, Content DIVs links were not clickable with z-index less than that of navbar
						so, setting the z-index of the navbar li ul, instead of the main nav bar fixes it since this li ul is hidden 
						unless hovered */
	
}

.header .navbar li:hover ul{
	display:block;
	width:310px;
	background:#2d3348 url(navbar_dropdown_bg_alt2.png) top center repeat-x;
	border-bottom:1px solid #575c6f;
	border-top: 0px;
	padding-bottom:8px;
}

.header .navbar li li{
	list-style: none;
	display: list-item;
	text-align:left;
	margin: 5px -2px;
}
	
.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: 17px;
	color:#f66b23;
	margin: 3px 0 -5px -1px;
	text-align: left;
}

.email{
	background: #313546;
	padding:5px 10px;
	border:#181f39 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:#a7a7a7;
	z-index:211;
}

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

.email:hover{
	background:#212947;
}
	
	

.content{
	position:relative;
	z-index:0; /* to make the navbar drop down menu appear OVER IT and now UNDER its text */
}

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

}

.content .area .title{
	color:#7e8087;
	font-size:19px;
	margin: 5px 0 9px 0;
	padding: 2px 0 6px 0;
	background: url(title_lower_border.gif) bottom no-repeat;
	
}
.content .area .title #upper_title{
	font-size:13px;
	color:#f66b23;
	margin:0;
	padding:0 0 2px 0;
	
}

.content .area .content_text{
	font-size:11px;
}

.content .area .content_text strong{
	font-size:15px;
	border: #0e1234 solid 1px;
	padding: 1px 3px 3px 3px;
	background: #1a213d;
	margin-left: -2px;
}

.content .area .content_text a{
	color:#a7a7a7;
	background:#313546;
}

.content .sidebar{
	color:#949ab0;
	float:right;
	
}

.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:#0a0d1e;
	border-top: solid #444f7d 1px;
	height:80px;
	width:100%;
	padding: 15px 0 0 0;
	color:#767676;
}

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

.lico{
	width:152px;
	height:18px;
	background:#3e445a;
	border: solid #6c6c6c 1px;
	margin: 0 0 7px 2px;
	color:#aaaebb;
	font-size:11px;
}

.lico2{
	width:152px;
	height:95px;
	background:#3e445a;
	border: solid #6c6c6c 1px;
	margin: 0 0 7px 2px;
	color:#aaaebb;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
}

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

#highlight{
	color:#505d8e;
	text-decoration:none;
}
.photo img{
	border:0;
	float:right;
	padding-right:5px;
}
