/* CSS Document */
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image:url(images/bg.gif);
	background-position: left;
	background-repeat: repeat-y;
}
#wrapper {
	position:absolute;
	top: 0;
	left: 0;
	width: 760px;
}
/**************** top ***********************/
#top {
	position: absolute;
	left:0;
	top:0;
	width: 760px;
	height: 60px;
	background-color:#fff;
/*
	background-image:url(images/flag_logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
*/
}
#topmiddleandright {
	position: absolute;
	left: 125px;
	top: 60px;
	height: 100px;
	width: 635px;
	background-color: #fff;
}
#topmiddle {
	position: absolute;
	right: 125px;
	bottom: 0;
	width: 262px;
	text-align:right;
	background-color: #232060;
}
#rightsidewrapper {
	position: absolute;
	left: 635px; 
	top: 0;
	width: 100px;
}
#topright {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 100px;
	background-color: #c00;
	padding: 0;
	font-size: .7em;
}
#rightsidelower {
	position: absolute;
	right: 0;
	top: 65px;
	width: 100px;
	background-color: #c00;
}
/**************** side ***********************/
#leftsidewrapper {
	position:absolute;
	left:0;
	top: 60px;
	width: 125px;
}
#leftside {
	position:absolute;
	left:0;
	top: 0;
	background: url('images/leftbuttontopbg.png') repeat-x top left #232060;
	width: 125px;
}
.leftsidetext {
	margin: 8px;
	border-top: 3px #fff double;
	padding: 0 4px 0 4px;
	color: #fff;
}
/**************** middle, right side ***********************/
#body {
	position: absolute;
	left: 125px;
	top: 60px;
	width: 635px;
	background-color:#fff;
}
#topmenuwrapper {
	position: absolute;
	left: 0;
	top: 0;
	height: 37px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 635px;
	background-color: #000;
/*
	background-image:url(images/topmenutoprightbg.gif);
	background-position:right;
	background-repeat:no-repeat;
*/
}
#leftandmiddlewrapper {
	position: absolute;
	left: 0;
	top: 37px;
	width: 635px;
	background-color:#fff;
}
#leftcolumn {
	float: left;
	padding: 5px;
	width: 420px;

}
#leftcolumn img {
	float: left;
	margin: 0 10px 3px 10px;
}
#middlecolumn {
	float: right;
	width: 199px;
	background-color:#fff;
}
#middlecolumn .picture {
	float: right;
	margin: 0 0 0 4px;
}
#singlecolumn {
	position: absolute;
	left: 0;
	top: 65px;
	width: 629px;
	margin: 6px;
	padding: 0;
	background-color:#fff;	
}
#security {
	margin: 10px 10px 10px 0;
}
#security img {
	float: right;
}
#mission {
	margin: 0 25px 0 25px;
	padding: 0 10px 0 10px;
}
#bottomsection {
	clear: all;
	padding: 10px;
	background-color:#fff;
	color: #000;
	border: 1px red solid;
}
/* is this used?
#rightcolumn {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
} */
div.pakmail {
	width: 100%;
	background: url('images/borders/topleft.gif') top left no-repeat;
	color: #fff;
	font-size: .8em;
}
div.pakmail h2 {
	background: url('images/borders/topright.gif') top right no-repeat;
	padding: 15px;
	margin: 0;
	border: none;
	color: #fff;
}
div.pakmailbody {
	background: url('images/borders/borderright.gif') top right repeat-y;
	margin: 0;
	margin-top: -2em;
	padding: 15px;
}
div.pakmailfooter {
	clear: both;
	background: url('images/borders/bottomleft.gif') bottom left no-repeat;
}
div.pakmailfooter p{
	background: url('images/borders/bottomright.gif') bottom right no-repeat;
	display: block;
	padding: 15px 15px 35px 15px;
	margin: -2em 0 0 0;
}
img.pakmailimage {
	float: left;
	margin: 5px 10px 5px 0;  
}
.clear {
	clear: both;
}
p, h1, h2, h3, h4 {
	margin-left: 8px;
	margin-right: 8px;
}
.text {
	font-size:.8em;
}
p.text {
	font-size: .8em;
}
.bold {
	font-weight: bold;
}
/*
p.text:first-line {
	font-variant: small-caps;
	font-size: 1.2em;
	color: #232060;
}
*/
.phonenumber {
	color: #232060;
	font-weight:bold;
}
.color {
	color: #c00;
	font-weight: bold;
}
h1, h2, h3 {
	color: #232060;
	border-bottom: 1px solid #232060; 
}
/* 
	all h1 page tops are not displayed, but 
	the html gives robots something to read. 
	A locally-defined variable ("name") fills in
	a locally/dynamically-defined class 
*/

h1.pt {
	display: none;
}
.heading {
	font-size: 1.2em;
	margin: 9px;
}
.subheading {
	font-size: 1.2em;
}
.lheading {
	color: #fff;
	font-size: .9em;
	text-align: center;
	margin: 0 0 0 0;
}
.lsubheading {
	color: #fff;
	font-size: .9em;
	text-align: center;
	border-bottom: 1px dashed #fff;
}
.ltext {
	color: #fff;
	text-align: left;
	font-size: .7em;
}
.trademark {
	font-size: .6em;
	vertical-align:super;
}
tr.shade {
	background: #f4f4f4;
}
img.floatleft {
	float: left;
	margin: 8px 6px 8px 6px;
}
img.floatright {
	float: right;
	margin: 8px 6px 8px 6px;
}
img.mapbutton {
	clear: both;
}
#rightsidelower h3 {
	font-size: 1.1em;
	color: #fff;
	border-bottom: 1px solid #fff; 
}
#topright label {
	margin: 30px 10px 10px 10px;
	color: #fff;
}
#topright input {
	width: 80px;
	height: 20px;
	margin: 0 10px 10px 10px;
}

#rightsidelower p {
	font-size: .7em;
	color: #fff;
	margin: 8px;
}
/* links */
a {
	text-decoration: underline;
}
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #00f;
}
a:active {
	color: #fff;
}
a.nonwhitelink:link {
	color: #232060;
}
a.nonwhitelink:visited {
	color: #c00;
}
a.nonwhitelink:hover {
	color: #f00;
}
a.nonwhitelink:active {
	color: #f00;
}
a.underline {
	text-decoration: underline;
}
a.mapbutton {
	border: none;
}/**************** navigation ***********************/
/* left-side navigation */
#button {
	margin-top: 60px;
	width: 125px;
	padding: 0 0 0 0;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	text-align: right;
}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#button li {
	margin: 0;
}
#button li a {
	height: 37px;
	display: block;
	padding: 5px 5px 5px 0.5em;
	background: #232060;
/* url('images/leftbuttonbg.png') no-repeat right bottom; */
	border-bottom: #fff solid 1px;
	color: #fff;
	text-decoration: none;
}
html>body #button li a {
	width: auto;
}
#button li a:hover {
	background:url(images/sidebuttonhoverbg.jpg) bottom left no-repeat;
	background-color: #fff;
	color: #000;
}
#button #current a{
	background:url(images/sidebuttonhoverbg.jpg) bottom left no-repeat;
	background-color: #fff;
	color: #000;
}
/* sliding doors top navigation*/
/* http://www.alistapart.com/articles/slidingdoors/ */

#slidingdoors {
	float: left;
	width: 100%;
	background: #232060 url('images/topbutton/bottom.png') repeat-x bottom;
	line-height: normal;
	font-size: 80%;
	font-weight: bold;
}
#slidingdoors ul {
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
}

#slidingdoors li {
	float: left;
	background: url('images/topbutton/right.gif') no-repeat right top;
	margin: 0;
	padding: 0;
}

#slidingdoors a {
	display: block;
	background: url('images/topbutton/left.gif') no-repeat left top;
	padding: 6px 15px 4px;
	text-decoration: none;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#slidingdoors a {
	float:none;
}
/* End IE5-Mac hack */

#slidingdoors #current {
    background-image:url('images/topbutton/rightcurrent.gif');
    }
#slidingdoors #current a {
    background-image:url('images/topbutton/leftcurrent.gif');
	padding-bottom: 6px;
    }


/* end sliding doors*/


/* Footer (Updated 2005-09-20)  */
.footerWrap {
	position: relative;
	bottom: 15px;
	width: 629px;
	padding: 0px;
	margin-top: 25px;
	border-top-color:#000099;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color:#000099;
	border-bottom-width: 1px;
	border-bottom-style: solid;


}

.footerBox {    position:relative; 
				left:0px; bottom:0px; 
				width:100%; 
				text-align:center;
				vertical-align:middle;
}

.footerCopyRight {
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight:500;
	font-size: 0.70em;
	font-stretch:expanded;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}

.footerLocations {
	margin-top: 5px;

}
