/* page and body settings */

            * {
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	padding: 0;
	margin : 0;
	background-color : #c7cacd;
	font: 62.5% Helvetica, sans-serif;/* this sets default font-size of 1em = 10px *//* for font size changes, style elements one time using ems */
}
/* begin default styling of elements */

            p {
	margin : 0px 0px 10px 0px;
	padding : 0;
	color: #666666;
}
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 5px 20px;
	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: 10px 15px 10px 15px;
	background: #fff2c9;
	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 : #666666;
	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;
}
h2 {
	font-size : 1.9em;
	text-transform : uppercase;
	letter-spacing : 1.1px;
	margin-bottom : 10px;
}
h3 {
	font-size : 1.6em;
}
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: #1d4164;
	text-decoration: none;
	font-weight: normal;
}
a:link {
	color: #1d4164;
	font-weight: normal;
}
a:visited {
	color: #1d4164;
}
a:hover {
	color: #1d4164;
	text-decoration: underline;
}
a:active {
	color: #1d4164;
	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: 0 auto 0 auto;
	padding : 0 0 0 0;
	text-align: left;
	width: 800px;
	border: solid 10px #ffffff;
	background-color : white;
	background-repeat:repeat-y;
	background-position: right;
}
body.home #page-wrapper {
	background-image:url(../images/rightcol_bg2.jpg);
}
#page-wrapper {
	background-image:url(../images/rightcol_bg2.jpg);
}
/* pre-header */

            #preheader {
	background-color:#6a737b;
	width: 800px;
	border-bottom:1px solid #fff;
	float : left;
}
#preheader img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align : bottom;
	float : left;
}
#preheader ul {
	float : right;
	display : inline;
	list-style-type : none;
	margin: 12px 10px 0 0;
	padding: 0;
}
#preheader li {
	display : inline;
	border-right: 1px solid #fff;
	margin: 0;
	padding : 0 8px 0 8px;
	color:#ffffff;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
}
#preheader li a {
	font-weight: normal;
}
#preheader li a:link {
	color: #fff;
	font-weight: normal;
}
#preheader li a:visited {
	color: #fff;
}
#preheader li a:hover {
	color: #fff;
	text-decoration: underline;
}
#preheader li a:active {
	color: #fff;
	text-decoration: underline;
}
/* header */

            #header {
	height: 100px;
	width: 800px;
	clear : both;
}
body.home #header {
	background-image:url(../images/main_img_1.jpg);
}
body.location #header {
	background-image:url(../images/main_img_2.jpg);
}
body.access #header {
	background-image: url(../images/banner_access.jpg);
}
body.services #header {
	background-image: url(../images/banner_servcie.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: #d1d5d7;
	width: 800px;
	border-top: 1px solid #fff;
	width: 800px;
	float : left;
}
#topnav ul {
	background-color: #d1d5d7;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topnav li {
	background-color: #d1d5d7;
	color : #666666;
	display : inline;
	border-right: 1px solid #fff;
	margin: 0;
	float : left;
	display : block;
	width: 100px;
	text-align: center;
	font-size : 1.0em;
	font-weight : normal;
}
#topnav li a {
	padding : 5px 0 5px 0;
	display: block;
	font-weight: normal;
}
#topnav li a:link {
	color: #666666;
	text-decoration: none;
	font-weight:normal;
}
#topnav li a:visited {
	color: #666666;
	text-decoration: none;
}
#topnav li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color : #f89828;
}
#topnav li a:active {
	color: #666666;
	text-decoration: none;
}
#topnav li.current a {
	color: #ffffff !important;
	background-color : #f89828;
}
/*Sub Nav*/

			#topnavsub {
	clear : both;
	background-color: #f89828;
	width: 800px;
	float : left;
}
#topnavsub ul {
	width: 800px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #f89828;
}
#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;
}
#topnavsub li a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
#topnavsub li a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
#topnavsub li a:hover {
	color: #ffffff;
	text-decoration: underline;
	background-color : #f89828;
	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 : 800px;
	margin : 0;
	padding : 0;
}
/* begin column "inner" containers */

/* this is a container forming the body of each column */
/* settings here are common across all columns */

            .inner {
	margin : 40px 100px 40px 100px;
	padding : 0;
}
#rightcol .inner {
	margin: 10px;
	padding: 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;
	margin-bottom: 15px;
}
.inner p.small {
	font-size : 1em;
	line-height : 1em;
}
.inner li {
	font-size : 1.2em;
	line-height : 1.2em;
}
.inner li li {
	font-size : .9em;
}
/* content column */

            #content {
	width : 604px;
	float : left;
	display : inline;
}
/* left column */

            #rightcol {
	width : 194px;   /* add to content column's width for fullpage 768px */
	float : right;
	display : inline;
}
#rightcol p {
	color: #ffffff;
	font-weight: normal;
}
#rightcol a {
	color: #ffffff;
	text-decoration: underline;
}
#rightcol a:hover, #rightcol .color {
	color: #f89828;
}
#rightcol .inner p strong.color {
	color: #f89828 !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: #f89828;
	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: #f89828;
	font-weight: bold;
}
#rightcol #rightnav li a:visited {
	color: #f89828;
}
#rightcol #rightnav li a:hover {
	color: #f89828;
	text-decoration: underline;
}
#rightcol #rightnav li a:active {
	color: #f89828;
	text-decoration: underline;
}
/* footer */

            #footer-wrapper {
	clear: both;                  /* clears left column and content floats */
}
#footer {
	width: 800px;
	background-color:#6a737b;
}
#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 7px 0 7px;
	color:#ffffff;
	font-size: .9em;
	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: #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: 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;
}
table.tenants tr.hilight td {
	background:#f89828;
}
.build-to-suit {
	margin: 32px 0 26px 0;
	height: 135px;
}
.build-to-suit p {
	margin: 0 0 5px 0;
	padding: 0;
}
.build-to-suit img {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}
ul.pdf li {
	background: url(../images/pdf-icon.gif) no-repeat left 0;
	padding: 0 0 10px 25px;
	margin-bottom:5px;
	list-style:none outside;
}
.pdf li a {
	padding-top:2px;
	display:block;
}
#page-wrapper #pop-up #show-image {
	float: left;
	display: inline;
}
#page-wrapper #pop-up img #popup-4 {
	display: none;
	padding: 0px 0 10px 0;
}
#page-wrapper #pop-up img #popup-5 {
	display: none;
	padding: 0px 0 10px 0;
}
#page-wrapper #pop-up img #popup-6 {
	display: none;
	padding: 0px 0 10px 0;
}
#page-wrapper #pop-up img #popup-7 {
	display: block;
	float: left;
	padding: 0px 0 10px 0;
}
#page-wrapper #pop-up img #popup-8 {
	display: none;
	padding: 0px 0 10px 0;
}
#page-wrapper #pop-up .link-box {
	margin: 10px 0 30px 610px;
}
#page-wrapper #pop-up .link-box p {
	color: #969696;
	font-size: 10px;
	padding-top: 3px;
}
#page-wrapper #pop-up .link-box a {
	color: #f3871b;
	font-size: 14px;
	text-decoration: underline;
}
#page-wrapper #pop-up .link-box a#build4 {
	color: #000000;
	font-size: 14px;
	text-decoration: underline;
}
.lrightnav {
	/*background: url(../images/lright-bg.gif) no-repeat;*/
	background:#f99823;
	border:1px solid #fff;
	margin: 40px 0px 40px 6px;
	width: 182px;/*	height: 185px;*/
}
.lrightnav p {
	margin:5px;
	padding:10px 0 0 10px;
	border-top:1px solid #fff;
}
p.top, p.middle, p.bottom {
	font-size: 10pt;
}
/*p.top, p.middle, p.bottom {
	float: left;
	display:inline;
	padding: 10px 0 0 10px;
	color: #fff;
	font-size: 10pt;
	margin:0;
}
p.top { 
	margin-top: 5px;
	}
p.middle { 
	margin-top: 5px;
	}	
	
p.bottom { 
	margin-top: 15px;
	}
	p.read {
	clear: left;
	margin: 0;
	padding: 5px 0 0 10px;
	color: #1d4165 !important;
	}*/
.lrightnav p.read, .lrightnav p.top {
	border:none;
}
.lrightnav p.read {
	color: #1d4165 !important;
	padding-top:5px;
}
p.read a:link, p.read a:visited, p.read a:active {
	color: #1d4165 !important;
	font-size: 10pt;
	text-decoration: none !important;
}
p.read a:hover {
	color: #1d4165 !important;
	font-size: 10pt;
	text-decoration: underline !important;
}
p.3d-link {
	background: url(./images/3d-button.gif) no-repeat;
}
.buildings {
	background:#f99823;
	padding:5px;
	margin:0 0 10px;
	float:left;
	width:auto;
	white-space:nowrap;
}
.buildings img {
	margin:5px;
	display:block;
	float:none;
	display:inline;
}
