/* CSS Document */

.noprint {display: none;}

img {display:none;}
img.print {display:block;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: white;
	color: black;
}

/*Regional navigation bar top right*/
div.regnav {display: none;}


/*Top tab menu style*/
#tabnav {display: none;}

/*Specifically for sidebar on home page*/
.sidebar {display: block; padding: 0 20px 0 50px; font-size: 10pt;}
a.sidebar {color: #FF9600; text-decoration: none; font-size: 10pt; font-weight: bold; padding-bottom: 10px;}

.copyright {font-size: 9pt; padding: 45px 25px 25px 45px;}


/*Left side nav section- 4 different styles*/
div#sidenav {display: none;}

/*Text and bullet styles*/
.pagetitle {font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #333333; padding-left: 45px;}
.subtitle {font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #333333; padding-left: 45px;}

div#main {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; padding-left: 45px;}
ul.bullets {list-style-image: url(../images/bullet.gif); font-size: 10pt;}

/*Birds in Services section*/
td.lgbird {background-image:     url("../images/capabilities/lg_bird.gif"); background-position: bottom right; background-repeat: no-repeat;}
#leftbird {
	position: absolute;
	z-index: 101;
	top: 250px;
	left: 93px;
	height: 122px;
	width: 90px;
}
