/* page and body settings */

            * {
			margin: 0;
			padding: 0;
			}
			
			body {
			text-align: left;
			padding: 0;
			margin : 0;
			font: 62.5%  georgia, serif;
			background-image: url(../images/bg_grad.jpg);
              /* this sets default font-size of 1em = 10px */
              /* for font size changes, style elements one time using ems */
			}
			body.disc {
			background-image: url(../images/disc_bg.jpg);
			}
            

/* begin default styling of elements */

            p {
              margin : 0px 0px 10px 0px;
              padding : 0;
			  color: #000000;
            }

            img {
              border: none;
              padding : 0;
              margin : 0;
              background-color : none;
            }

            a img {
              border : none;
            }


            hr {
              background: #848282;
              border: 0;
              color: #848282;
              height: 1px;
              margin: 0 0 10px 0;
            }

/* default lists, blockquotes, and tables and other specialized elements */

            ul {
              margin : 0 0 12px 20px;
              padding : 0 ;
			  color: #666;
              list-style-type: square;
			}

            li {
              margin : 0 0 5px 0px;
              padding : 0;
            }

            li ul {                             /* for lists inside lists */
              margin-top : 5px;
              margin-left : 15px;
              list-style : disc;
            }

            blockquote {
              border : 4px solid #1d4164;
              margin: 0 0 12px 0;
              padding: 10px 10px 10px 10px;
              background-color: #ede9d4;
              font-size : 1.2em;
              line-height : 1.3em;
              color : black !important;
              }

/* forms */

            form {
              padding : 0;
              margin : 0;
            }

            fieldset {
              margin : 0;
              padding : 0;
              border : none;
            }

           label {
              margin : 0;
              padding : 0;
            }

            input {
              margin : 0 0 5px 0;
              padding : 0;
              vertical-align : middle;
            }

            input.button {
              font-weight : bold;
              color : #cc0000;
              font-size : 1.2em;
              padding : 1px 3px 1px 3px;
              vertical-align : top;
             }

            input.input-box {
              vertical-align : middle;
              padding : 1px;
            }

            .radio-button {
              margin-right : 3px;
              vertical-align : middle;
            }

            select {
              margin : 0;
              padding : 0;
               vertical-align : middle;
            }

/* default table (invisible) */

            table {
              padding : 0;
              margin : 0 0 12px 0;
              border-collapse : collapse;
              clear : both;                     /* for clearing floated images */
            }

/* default headers */

            h1, h2, h3, h4, h5, h6 {
              margin : 0;
              padding : 0;
              margin-bottom : 5px;
              color : #1d4164;
              font-weight : bold;
            }

            /* font sizes here are global for the entire document; */
            /* for headers that change size, remove here and size below in each container */

            h1 {
              font-size : 2.4em;
              font-weight : normal;
			  color : #1B3764;
            }

            h2 {
              font-size : 1.9em;
              text-transform : uppercase;
              letter-spacing : 1.1px;
              margin-bottom : 10px;
			  
            }

            h3 {
              font-size : 1.6em;
			  color : #000000;
            }

            h4 {
              font-size : 1.4em;
			  font-weight: normal;
            }

            h5 {
              font-size : 1.2em;
            }

            h6 {
              font-size : 1.1em;
              letter-spacing : .5px;
              color : #666666;
              font-weight : bold;
              margin-bottom : 0;
            }

            small {
              font-size : 85%;
              color : #848282;
            }

/* default links */

            a         { color: #fff; text-decoration: none; font-weight: normal; }
            a:link    { color: #fff; font-weight: normal; }
            a:visited { color: #fff; }
            a:hover   { color: #fff; text-decoration: underline; }
            a:active  { color: #fff; text-decoration: underline; }

            a img     { border : 0; }

/* reusable utility code */

            .left       { float: left; }
            img.left    { margin: 0 10px 10px 0; }

            .right      { float: right; }
            img.right   { margin: 0 0 10px 10px; }

            .center     { text-align: center; }
            /* this is for using on a block-level container element */
            /* and will center contents inside the container */

            .centered   { display: block; margin: 0 auto 10px auto; }
            /* this is for using on an inline element, such as an image */
            /* and will turn the element block, and center the element within its container */

            .indent     { display:block; margin-left: 10px!important; }

            .hidden     { display: none; }

            .top-border { border-top : 4px solid #6699cc; }

            .no-border  { border: none !important; }  

            .clear      { clear: both; }


/* breadcrumbs */

            #breadcrumbs {

			  width: 100px;
			  height: 29px;
			  border-top-width: 0px;
			  border-top-style: none;
			  border-top-color: white;
			  border-bottom-width: 0px;
			  border-bottom-style: none;
			  border-bottom-color: white;
			  }

			#breadcrumbs img {
			margin: 0;
			padding: 0;	
			border: 0;
            vertical-align : bottom;


			}

            #breadcrumbs ul{
            float : left;
			display : inline;
            list-style-type : none;
       	  	margin: 10px 5px 5px 5px;
			padding: 0 5px 0 0;

			 }

            #breadcrumbs li {
				display : inline;
				margin: 0 0px 0 0px;
				padding : 0 6px 0 4px;
				color:#FFF;
				font-size: 0.9em;
				font-weight: normal;
				text-transform: lowercase;
				border-right: 1px solid #ffffff;
				
            }
			
			#breadcrumbs li a{
			font-weight: normal;
			}
			
			#breadcrumbs li a:link    { color: #fff; font-weight: normal; }
            #breadcrumbs li a:visited { color: #fff; }
            #breadcrumbs li a:hover   { color: #fff; text-decoration: underline; }
            #breadcrumbs li a:active  { color: #fff; text-decoration: underline; }
			
/* begin page layout */

            #page-wrapper {
			margin: 10px auto 0 auto;
			padding : 0 0 0 0;
			text-align: left;
			width: 1100px;
			border: solid 0px #fff;

	
            }

			body.pp #page-wrapper {
			background-image:url(../images/cp_bg.jpg);
			}
			
			body.splash #page-wrapper {
			background-image:url(../images/cp_bg.jpg);
			}
			
			body.gt #page-wrapper {
			background-image:url(../images/leftcol_bg2.jpg);
			}
			
			body.sbc #page-wrapper {
			background-image:url(../images/leftcol_bg2.jpg);
			}
			
			body.pgii #page-wrapper {
			background-image:url(../images/leftcol_bg2.jpg);
			}
			
			
			
			



/* header */

            #header {
			height: 100px;
			width: 1100px;
            clear : both;
			background-repeat:repeat-y;
			background-position: CENTER;

            }
			
			body.splash #header {
			background-image:url(../images/logo.jpg);
			}

			body.pp1 #header {
			background-image:url(../images/logo.jpg);
			}
			body.pgii #header {
			 background-image: url(../images/logo.jpg);
			 }
			 body.sbc #header {
			 background-image: url(../images/logo.jpg);
			 }
			 body.building #header {
			 background-image: url(../images/banner_building.jpg);
			 }
			 body.operating #header {
			 background-image: url(../images/banner_costs.jpg);
			 }
			 body.facility #header {
			 background-image: url(../images/banner_map.jpg);
			 }
/* header navbar */

            #topnav {
			/*background-color: #1B3764;*/
			margin: 0px 0 0 0px;
			width: 1000px;
			height: 29px;
			border-top: 0px solid #FFF;
			border-bottom: 0px solid #FFF;
			float : right;
			clear: both;
			/*background-repeat: repeat-y;
			background-position: left; 
			background-image:url(../images/topnavbg.jpg);*/
            }

			#topnav ul {
			background-color: #1B3764;
			list-style-type: none;
			margin: 0 0 0 0px;
			padding: 0;
			}
			
		    #topnav li {

              color : #FFF;
              display : inline;
			  border-right: 0px solid #FFF;
			  margin: 0;
			  width: 125px;
			  height: 29px;
			  float : left;
              display : block;
			  text-align: center;
              font-size : 1.2em;
              font-weight : normal;
            }
			
			#topnav li a {
			padding : 8px 0 5px 0;
			display: block;
			font-weight: normal;
			background-image:url(../images/navbg.gif);
			}

            #topnav li a:link     { color: #1B3764; text-decoration: none;  font-weight:normal;}
            #topnav li a:visited  { color: #1B3764; text-decoration: none; height: 18px;}
            #topnav li a:hover    { color: #1B3764; text-decoration: none; background-image:url(../images/hoverbg.gif); height: 18px;}
            #topnav li a:active   {	color: #FFF; text-decoration: none; 			}

			
			#topnav li.current a {
			  color: #FFF !important;
			  height: 18px;
             /* background-color : #ede9d4;*/
			 background-image:url(../images/activebg.gif);
            }

/*Sub Nav*/

			#topnavsub {
            clear : both;
			background-color: #999999;
			width: 800px;
            float : left;

			}

			#topnavsub ul {
			width: 800px;		
			list-style-type: none;
			margin: 0;
			padding: 0;
			background-color: #999999;
						
			}
			
			#topnavsub li {
			  display : inline;
			  margin: 0;
              float : left;
			  text-align: center;
              font-size : 1.1em;
              font-weight : normal;
			  padding : 5px 10px 5px 10px;
			  color: #fff;
			  
			  }

			#topnavsub li a{
			font-weight: normal !important;
			text-transform: uppercase;
			}
			
			#topnavsub li a:link     { color: #ffffff; text-decoration: none; font-weight: normal; }
            #topnavsub li a:visited  { color: #000000; text-decoration: none; font-weight: normal;}
            #topnavsub li a:hover    { color: #cc0000; text-decoration: underline; background-color : #999999; font-weight: normal;}
            #topnavsub li a:active   { color: #ffffff; text-decoration: none; font-weight: normal;}

            #topnavsub li.current a {
			text-decoration: underline !important;
			}


/* begin column layout */

            #column-wrapper {
              clear : both;
              width : 1100px;
              margin-bottom : 0px;
              padding : 0px;
			  			  
			}
			
/* content column */

            #content {
              width : 550px;
              float : left;
			  display: inline;
			  background:#1b3764;

            }
			
		
	

/* begin column "inner" containers */

/* this is a container forming the body of each column */
/* settings here are common across all columns */

            .inner {
			padding : 50px;
			background-color: #ede9d4;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
			border-top-width: 2px;
			border-top-style: solid;
			border-top-color: #fff;
			border-left-width: 0px;
			border-left-style: solid;
			border-left-color: #fff;
			border-bottom-width: 0px;
			border-bottom-style: solid;
			border-bottom-color: #fff;
			min-height: 340px
            }
			
		
			#leftcol .inner {
			margin: 10px 10px;
			padding: 0 0;
			}

/* font-sizes and line-heights below are common across all columns */
/* for elements with font-sizes that are different for each column, */
/* remove here and size explicitly within column section */

           .inner p {
              font-size : 1.2em;
              line-height : 1.2em;
           }
           .inner p.small {
              font-size : 1em;
              line-height : 1.4em;
           }


           .inner li {
             font-size : 1.2em;
             line-height : 1.4em;
			 margin: 8px 0 8px 0;
           }

           .inner li li {
             font-size : .9em;
           }
		   
		   

/* left column */

      	    #leftcol {
			width : 198px;   /* add to content column's width for fullpage 768px */
			float : left;
			display : block;
			background-color: #ede9d4;
			border-top: 2px solid #fff;
			border-bottom: 2px solid #fff;			
/* background-image:url(../images/leftcol_bg2.jpg); */
            }
			
			#leftnav {
			background-color: #ede9d4;
			width: 198px;

	        }

			#leftnav ul {
			background-color: #ede9d4;
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			line-height : 1.4em;
			}
			
		    #leftnav li {
			  background-color: #ede9d4;
              color : #1b3764;
 			  width: 198px;
			  height: 25px;
			  float : left;
              display : block;
			  text-align: center;
              font-size : 1.1em;
              font-weight : normal;


			  }

			
			#leftnav li a {
			padding : 5px 20px 5px 10px;
			display: block;
			font-weight: normal;

			}

            #leftnav li a:link     { color: #1b3764; text-decoration: none; font-weight:normal;}
            #leftnav li a:visited  { color: #1b3764; text-decoration: underline; }
            #leftnav li a:hover    { color: #1b3764; text-decoration: none; background-color : #D9CF9D; }
            #leftnav li a:active   { color: #1b3764; text-decoration: none;	background-color: #ede9d4;
}
			
			#leftnav li.current a {
			  color: #1b3764 !important;
              background-color : #D9CF9D
            }

/* right column */
	#rightcol {
	width : 198px;   /* add to content column's width for fullpage 768px */
	float : right;
	display : inline;
	background-image:url(../images/leftcol_bg2.jpg);
            }
			
			#rightcol p {
			color: #ffffff;
			font-weight: normal;
			}
			#rightcol a {
			color: #ffffff;
			text-decoration: underline;
			}
			#rightcol a:hover, #rightcol .color {
			color: #999999;
			}
			
			#rightcol .inner p strong.color {
			color: #999999!important;
			}
			
			#rightcol img {
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
			}
			
			#rightcol #rightnav h2 {
			color: #FFFFFF;
			font-weight: normal;
			text-transform:none;
			font-family: Helvetica, sans-serif;
			}
			
			#rightcol #rightnav p {
			font-size: 1.2em;
			color: #ffffff;
			}
			#rightcol #rightnav {
			margin: 10px;
			padding: 0;
			}
			
			#rightcol #rightnav ul {
			list-style-type: none;
			margin: 0; 
			padding: 0;
			}
			
			#rightcol #rightnav li {
			/*border-bottom: 1px solid #f89828;*/
			color: #000000;
			font-weight: bold;
			font-size: 1.2em;
			padding: 3px 0 3px 0;
			margin: 0;
			}
			
			#rightcol #rightnav li a{
			font-weight: bold;
			}
			
			#rightcol #rightnav li a:link    { color: #ffffff; font-weight: bold;}
            #rightcol #rightnav li a:visited { color: #000000; }
            #rightcol #rightnav li a:hover   { color: #cc0000; text-decoration: underline; }
            #rightcol #rightnav li a:active  { color: #ffffff; text-decoration: underline; }			
			


/* footer */

            #footer-wrapper {
              align: center;
			 /* background-image: url(../images/bg_grad.jpg);*/
			  clear: both;                  /* clears left column and content floats */
            }

            #footer {
			margin: 10px auto 0 auto;
			border-top: 0px solid #fff;
			width: 1100px;
			
            }

			#footer ul {
			list-style-type: none;
			padding: 2px 0 2px 0;
			margin: 0;
			}
			
			#footer li {
			  display : inline;
			  border-right: 1px solid #fff;
              margin: 0;
			  padding : 0 7px 0 7px;
			  color: #fff;
			  font-size: 1em;
			  font-weight: strong;
			  text-transform: uppercase;
			}
			
			#footer li {
			font-weight: normal;
			}
			
			#footer li a:link    { color: #fff; font-weight: normal; }
            #footer li a:visited { color: #fff; }
            #footer li a:hover   { color: #fff; text-decoration: underline; }
            #footer li a:active  { color: #fff; text-decoration: underline; }

/* fixing font sizes inside nested elements */

            li li { font-size:1em !important; }

            li li, li p, blockquote p, blockquote li {font-size:1em !important; }
			
			

/* table for tenants.html*/
						table.tenants{
							border: 0px solid #000;
							padding: 3px;
							font: 1.5em georgia, serif
						}
						table.tenants th{
							color:#fff;
							text-align:left;
							padding: 8px 5px;
							background: #1D4164;
						}
						table.tenants td{
							padding: 8px 25px 0 0;
							border-bottom:0px solid #666;
							border-right:0px solid #666;
							
						}
						table.tenants th.right, table.tenants td.right{
						text-align:right;
						float:none;
						border-right:none;
						}
						table.tenants a{
						text-decoration:underline;
						color: #1B3764;
						padding: 0 0 0 25px;
						repeat: none;
						background-image: url(../images/pdf_icon.jpg);
						background-repeat: no-repeat;
						}
						table.tenants tr.hilight td {
						background:#f89828;
						}
						
						
			#disclaimer {
			border-top: 0px solid #fff;
            clear : both;
			height: 75px;
			padding : 10px 0px 10px 20px;
			display: block;
			background:#1b3764;
			{
			


