/* page and body settings */

            * {
			margin: 0;
			padding: 0;
			}
			
			body {
			text-align: left;
			padding: 0;
			margin : 0;
			font: 66%  Helvetica, sans-serif;
			background-image: url(../images/shinji_bg.jpg);
			background-color: #000;
			background-repeat:repeat-y;
			background-position: center;
              this sets default font-size of 1em = 10px
              /* for font size changes, style elements one time using ems */
            }
			
			body.splash  {
			background-image: url(../images/splash.jpg);
			
			}

/* begin default styling of elements */

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

            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 50px;
              padding : 0 ;
			  color: #666;
              list-style-type: square;
			}

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

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

            blockquote {
              /*border : 1px solid #ffcc00;*/
              margin: 0 0 12px 0;
              padding: 60px 15px 15px 15px;
              /*background: #fff2c9;*/
              font-size : 1.2em;
              line-height : 1.3em;
              color : #ffffff !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 : #364b7a;
              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 : #364b7a;
              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 : bold;
			  color : #364b7a;
            }

            h2 {
              font-size : 1.8em;
              text-transform : uppercase;
              letter-spacing : 1.1px;
              margin-top : 0px;
			  margin-bottom : 00px;
			  color : #666;
			  
            }

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

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

            h5 {
              font-size : 1.2em;
            }

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

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

/* default links */

            a         { color: #99c; text-decoration: none; font-weight: normal; }
            a:link    { color: #364b7a; font-weight: normal; }
            a:visited { color: #364b7a; }
            a:hover   { color: #364b7a; text-decoration: underline; }
            a:active  { color: #364b7a; 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: 20px !important; }

            .hidden     { display: none; }

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

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

            .clear      { clear: both; }


/* begin page layout */

            #page-wrapper {
			margin: 10px auto 0 auto;
			padding : 0 0 0 0;
			text-align: left;
			width: 1003px;
			border: solid 0px #ccc;
			background-color: #000;
			/* background-repeat:repeat-y; */
			/* background-position: bottom; */
	
            }

			body.home #page-wrapper {
			background-image:url(../images/con_bg.jpg);
			}
			
			body.tpsplash #page-wrapper {
			background-image:url(../images/con_bg.jpg);
			}
			
			body.tp #page-wrapper {
			background-image:url(../images/tp_bg_na.jpg);
			}
			
			body.gp #page-wrapper {
			background-image:url(../images/gp_bg_nav.jpg);
			}
			
			body.af #page-wrapper {
			background-image:url(../images/af_bg_nav.jpg);
			}
			
			
			
			
/* breadcrumbs */

            #breadcrumbs {
			  background-color: ;
			  width: 520px;
              float : left;
			  border-bottom: 0px solid #000;
            }

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

            #breadcrumbs ul{

            float : right;
            display : inline;
            list-style-type : none;
       	  	margin: 5px 5px 5px 5px;
			padding: 0;
            }

            #breadcrumbs li {
	display : inline;
	margin: 0;
	padding : 0 8px 0 8px;
	color:#ffffff;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: lowercase;
	/* border-right-width: 0px; */
	/* border-right-style: solid; */
	/* border-right-color: #ffffff; */
            }
			
			#breadcrumbs li a{
			font-weight: normal;
			}
			
			#breadcrumbs li a:link    { color: #000; font-weight: normal; }
            #breadcrumbs li a:visited { color: #364b7a;  }
            #breadcrumbs li a:hover   { color: #364b7a; text-decoration: underline; }
            #breadcrumbs li a:active  { color: #000; text-decoration: underline; }


/* header */

            #header {
			height: 85px;
			width: 725px;
			background-color: #fff;
            float: left;
			padding: 0px 300px 0px opx;
			     }
			
			 body.pct100 #header { 
			 background-image:url(../images/l_header.jpg); 
			 }  

			body.pct200 #header {
			background-image:url(../images/l_header.jpg);
			}
			
			body.pct222 #header {
			background-image:url(../images/l_header.jpg);
			 }
			 
			 body.af #header {
			 background-image: url(../images/af_head.jpg);
			 }
			 body.home #header {
			 background-image: url(../images/home_head.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: #a0a0a0;
			width: 725px;
			border-top: 1px solid #fff;
			height: 37px;
            float : left;
			padding: 0px 0px 0px 0px;
            }
			

			#topnav ul {
			background-color: #000;
			list-style-type: none;
			margin: 0;
			padding: 0px;
			}
			
			
		    #topnav li {
			  background-color: #a0a0a0;
              color : #fff;
              display : inline;
			  border-right: 1px solid #fff;
			  margin: 0px;
			  width: 144px;
			  height: 37px;
			  float : left;
              display : block;
			  text-align: center;
              font-size : 1.1em;
              font-weight : normal;
            }
			

			
			#topnav li a {
			padding : 10px 5px 11px 5px;
			display: block;
			font-weight: normal;
			}

            #topnav li a:link     { color: #fff; text-decoration: none; font-weight:normal;}
            #topnav li a:visited  { color: #fff; text-decoration: none; }
            #topnav li a:hover    { color: #a0a0a0; text-decoration: none; height: 37px; background-color : #fff; }
            #topnav li a:active   {	color: #99c; text-decoration: none;	background-color: #fff;}

			
			#topnav li.current a {
			  color: #ffffff !important;
              background-color : #364b7a;
			  height: 37px;
            }
			
		
/*Sub Nav*/

			#topnavsub {
   			background-color: #364b7a;
			width: 725px;
			height: 25px;
            float : left;
			padding: 0px 0px 0px 0px;
			letter-spacing: 1px;

			}

			#topnavsub ul {
			width: 725px;		
			list-style-type: none;
			margin: 0;
			padding: 0;
						
			}
			
			#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: #999; text-decoration: none; font-weight: normal;}
            #topnavsub li a:hover    { color: #fff; text-decoration: underline; background-color : #364b7a; font-weight: normal;}
            #topnavsub li a:active   { color: #ffffff; text-decoration: none; font-weight: normal;}

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


/* begin column layout */

            #column-wrapper {
              float : left;
              width : 725px;
			  min-height: 500px;
              margin : 0;
              padding: 0px 0px 0px opx;
			  background-color: #000;
			  
            }
			
			body.home #column-wrapper {
			background-image:url(../images/home_bg	.jpg);
			}

/* begin column "inner" containers */

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

            .inner {
	padding : 30px;
	float : left;
	min-height: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #fff;
	border-right: 0px solid #fff;
	      }
			
			#rightcol .inner {
			margin: 0px 0px;
			min-height: 100px;
			padding: 0px;
			background-color: #eee;
						}
						
			.quote_inner {
			padding : 30px;
			float : left;
			margin-top: 30px;
			margin-right: 0px;
			margin-bottom: 10px;
			margin-left: 0px;
			background-color: #eee;
			border-top: 1px solid #000;
			border-bottom: 1px solid #000;
			}
			
			

/* 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.18em;
              line-height : 1.4em;
			  letter-spacing: .04em;
           }
           .inner p.small {
              font-size : 1em;
              line-height : 1em;
           }


           .inner li {
             font-size : 1.18em;
             line-height : 1.4em;
			 letter-spacing: 1px;
			 color: #a0a0a0;
           }

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



/* right column */

            #rightcol {
	width : 277px;   /* add to content column's width for fullpage 1003px */
	float : right;
	border-right: 0px solid #000;
	display : inline;
	padding-top: 0px;
	padding-bottom: 5px;
	background-color: #000;
	margin: 0px 0px 0 0px;
	
	}

            }
			
			#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;
				vertical-align: bottom;
			}
			
			#rightcol img {
			border-top: 0px solid #fff;
			border-bottom: 0px solid #fff;
			padding-top: 0px;
			padding-left: 0px;
			padding-right: 0px;
			
			}
			
			 body.pct100 #rightcol { 
			 background-image:url(../images/xx.png);
			 background-repeat:no-repeat;
			 background-position: top; 
			 } 
			 
			 body.pct200 #rightcol { 
			 background-image:url(../images/xx.jpg);
			 background-repeat:no-repeat;
			 background-position: top; 
			 }
			 
			 body.pct222 #rightcol { 
			 background-image:url(../images/xx2.jpg);
			 background-repeat:no-repeat;
			 background-position: top; 
			 } 
			
			#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;
			margin: 20px 0 0 20px;
		
			}
			#rightcol #rightnav {
			margin: 0px 0 0 0px;
			padding: 0;
			vertical-align: bottom;
			}
			
			#rightcol #rightnav ul {
			list-style-type: none;
			margin: 0; 
			padding: 0;
			vertical-align: bottom;
			}
			
			#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: #364b7a; text-decoration: underline; }
            #rightcol #rightnav li a:active  { color: #ffffff; text-decoration: underline; }
			
/* content column */

            #content {
              width : 725px;
              float : left;
			  min-height: 490px;
              display : inline;
			  background-color: #fff;
            }
			


/* footer */

            #footer-wrapper {
              align: center;
			  /*background-color: #364b7a;*/
			  clear: both;                  /* clears left column and content floats */
            }

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

			#footer ul {
			list-style-type: none;
			padding: 8px 0 8px 0;
			margin: 0;
			}
			
			#footer li {
			  display : inline;
			  border-right: 1px solid #fff;
              margin: 0;
			  padding : 0 20px 0 20px;
			  color:#fff;
			  font-size: 1.19em;
			  letter-spacing: 1px;
			  font-weight: normal;
			  text-transform: uppercase;
			}
			
			#footer li {
			font-weight: normal;
			}
			
			#footer li a:link    { color: #fff; font-weight: normal; }
            #footer li a:visited { color: #99c; }
            #footer li a:hover   { color: #6c9; text-decoration: underline; }
            #footer li a:active  { color: #364b7a; 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: 1px solid #000;
							padding: 3px;
							font: 1.1em Tahoma, Helvetica, sans-serif;
						}
						table.tenants th{
							color:#fff;
							text-align:left;
							padding: 8px 5px;
							background: #1D4164;
						}
						table.tenants td{
							padding: 8px 5px;
							border-bottom:1px solid #666;
							border-right:1px 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: #364b7a;
						}
						table.tenants tr.hilight td {
						background:#f89828;
						}
						
						#disclaimer {
						color: #FFFFFF;
			border-top: 1px solid #000000;
            clear : both;
			padding : 10px 0px 0px 0px;
			background-color: #000;
			display: block;
			letter-spacing: 1px;
			}
			
			.info { width: 300px; height: 300px; 
			overflow-y: scroll;
			overflow-x: hidden;
			padding: 15px;
			visibility: visible;
			/*border: thin solid gray; */
			background-color: #000; 
			scrollbar-face-color: #333; scrollbar-3dlight-color: #333; scrollbar-base-color: #333	; 
			scrollbar-track-color: #333; scrollbar-darkshadow-color: #; scrollbar-arrow-color: #ccc; 
			scrollbar-shadow-color: #ccc; scrollbar-highlight-color: #ccc; }
