@charset "utf-8";
/* CSS Document */

@import url(reset.css);
@import url(960.css);
@import url(menu.css);

/* Additional resets */

#footer input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

#footer input::-moz-focus-inner,
#footer button::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin: 0;
}


/* Main rules */

body {
	background: #feb846;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 1.00em;
	color: #fff;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 20px 0;
}

h1 { font-size: 3.00em; }
h2 { font-size: 2.00em; }
h3 { font-size: 1.50em; }
h4 { font-size: 1.00em; }
h5 { font-size: 0.80em; }
h6 { font-size: 0.60em; }

#header h1.logo, #header h2.logo {
	margin-top: 0;
}

a {
	text-decoration: none;
	color: #feb846;
	outline: none;
}

table, thead, thead th, tbody, tbody tr, tr, tr.even, tr.odd, tbody td, td {
	background-color: transparent;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

hr {
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: solid 1px #00528c;
}

.blue {
	background: #006cb7;
	color: #fff;
}

.orange {
	background: #feb846 url(../images/footer-bg-tile.png) left top repeat-x;
	color: #006cb7;
	height: 342px;
}

.blue-text {
	color: #006cb7;
	font-weight: normal;
}

.orange-text {
	color: #feb846;
	font-weight: normal;
}

.white-text {
	color: #fff;
}

.blue-bg {
	display: block;
	background: #0061a6;
	color: #fff;
	padding: 5px 10px;
}

.padded {
	padding: 15px 0;
}

.smalltext {
	font-size: 0.80em;
}

.boldtext {
	font-weight: bold;
}

div.separator {
	width: 100%;
	height: 2px;
	background: #feb846;
}

div.information {
	border: solid 1px #fff;
	background-color: #feb846;
	color: #006cb7;
	padding: 0 15px;
	margin: 15px 0;
}

div.information a {
	color: #0061a6;
	font-weight: bold;
}

#header h1 {
	text-align: left;
	text-indent: -9999px;
	background: url(../images/newlogo.png) left top no-repeat;
	width: 460px;
	height: 150px;
	overflow: hidden;
}

#header h1 a {
	display: block;
	width: 460px;
	height: 150px;
}

#header h2.logo {
	text-align: left;
	text-indent: -9999px;
	background: url(../images/lalogo.png) left top no-repeat;
	width: 460px;
	height: 150px;
	overflow: hidden;
}

#header #block-block-5 img {
	margin: 0 2px 0 5px;
}

#content-main li {
	margin: 0 0 0 15px;
	padding: 0 0 0 10px;
}

#main h1, #main h2, #main h3, #main h4, #main h5 {
	font-family: 'Century Gothic', Arial, sans-serif;
}

#main h1, #main h2 {
	color: #feb846;
	/* border-bottom: solid 1px #feb846; */
	padding-bottom: 10px;
	text-transform: uppercase;
}

#main h1.blue-bg, #main h2.blue-bg {
	color: #fff;
}

#subcontent {
	margin: 0 10px 20px 10px;
}

#footer h2 {
	color: #fff;	
	font-size: 3.00em;
	font-weight: normal;
}

#footer fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#footer #edit-mailchimp-lists-985a4a2683-EMAIL-wrapper {
	display: inline;
}

#footer input {
	border: none;
	padding: 5px;
	height: 42px;
	font-size: 1.25em;
	font-style: italic;
	background: #006cb7;
	color: #fff;
}

#footer input[type="text"] {
	width: 300px;
	padding: 0 5px;
	line-height: 42px;
}

#footer input[type="submit"] {
	background: #035a96;
	font-weight: bold;
	padding: 0 10px;
}

#footer input[type="checkbox"] {
	height: auto;
	vertical-align: middle;
}

#footer-bottom {
	margin: 20px 0 0 0;
}

#footer a {
	color: #035a96;
}

#footer a:hover {
	color: #fff;
}

/* Comment Styles */

div.comment {
	background: transparent;
	padding-left: 25px;
}

div.comment div {
	margin-bottom: 10px;
}

div.submitted {
	text-style: italic;
	font-size: 0.80em;
}

/* Feature styles */

.featured-block {
	width: 298px;
	height: 255px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 0.90em;
	font-weight: bold;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.20);
	background-size: 298px 255px;
}

.featured-block:hover {
	margin: 5px;
	width: 308px;
	height: 265px;
	background-position: right top;
	background-size: 308px 265px;
}

.featured-block.alpha:hover,
.featured-block.omega:hover {
	margin: 5px 0;
}

.featured-block h3, 
.featured-block p {
	margin: 0;
	padding: 5px;
}

.featured-block h3 {
	padding: 8px 0 8px 8px;
	font-size: 1.50em;
}

.featured-block img {
	margin: 0;
	padding: 5px 0 0 0;
	width: 100%;
}

.term-1, .term-2, .term-3 {
	width: 100%;
	height: 100%;
}

.featured-block .term-1 {
	background: url(../images/business-block-bg.jpg) right top no-repeat;
}

.featured-block .term-2 {
	background: url(../images/community-block-bg.jpg) right top no-repeat;
}

.featured-block .term-3 {
	background: url(../images/aex-block-bg.jpg) right top no-repeat;
}

/* Slider styles */

#slider {
	height: 325px;
	background: url("../images/slider-bg-tile.jpg") left top repeat-x;
	overflow: hidden;
	margin-bottom: 25px;
}


/* Search box styles */

.block-search {
	padding: 2px 0 0 0;
}

.block-search h2 {
	display: none;
}

#search-block-form {
	margin: 0;
	border: solid 1px #feb846;
	width: 215px;
}

#search-block-form label {
	display: none;
}

#search-block-form input[type="text"] {
	background: #006cb7;
	border: none;
	color: #fff;
	width: 180px;
	margin: 0;
	padding: 5px;
	line-height: normal;
	vertical-align: middle;
	display: inline;
}

#search-block-form input[type="submit"] {
	width: 18px;
	border: none;
	background: transparent url(../images/search-arrow.gif) center center no-repeat;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}


/* Admin styles */

tr.draggable td {
	color: #000;
	padding: 3px;
}


/* Weather module image */

div.weather img {
	border: solid 3px #fff;	
	margin: 0;
	padding: 0;
	text-align: left;
}

/* GMap Module Styles */

div.gmap {
	border: solid 5px #fff;
}


/* Trip Calculator Form Styles */

.trip-calculator label {
	display: inline-block;
	text-align: right;
	width: 100px;
	margin-right: 5px;
	font-size: 0.80em;
	vertical-align: text-bottom;
}

.trip-calculator p,
.trip-calculator span.smalltext {
	margin: 0;
	font-size: 0.80em;
}

.trip-calculator input[type="text"] {
	width: 50px;
}

.trip-calculator .tripCalc_row {
	clear: both;
	margin: 2px 0;
}

.trip-calculator input[type="submit"] {
	margin: 10px 0 10px 105px;
}

/* Business Highlight View Styles */

.view-business img {
	margin: 0 auto;
}

/* Business Page View Styles */

.business-page-view td {
	vertical-align: top;
	padding: 25px 0;
}

.business-page-view td.views-field-business-logo-fid {
	padding-right: 10px;
}

.business-page-view td.views-field-body-1 {
	padding-left: 10px;
}

.business-page-view td h3 {
	color: #feb846;
	margin: 0;
}

.business-page-view td p {
	margin: 0 0 30px 0;
}

/* Business Block View Styles */

.block-views .view-business td {
	border-bottom: solid 1px #feb846;
	padding-bottom: 20px;
}

.block-views .view-business tr.views-row-last td {
	border: none;
}

/* Tooltip style */

.tooltip { 	
	display:none; 	
	/* background: transparent url(../images/black_arrow.png); 	*/
	font-size:12px; 	 	
	width:105px; 	
	padding: 0;
	color:#fff;	 
	text-align: center;
	margin-top: -20px;
}

/* Flickr Block Styles */

img.flickr-photo-img {
	border: solid 3px #fff;
	margin: 5px;
}

/*
.available-site-photos div.views-row {
	display: inline-block;
	width: 86px;
	height: 86px;
	overflow: hidden;
}
*/

/* Blog Block Styles */

.view-blog ul {
	margin: 0;
	padding: 0;
}

.view-blog ul li {
	margin: 0 0 0 15px;
	padding: 0 0 15px 0;
}

/* Image Gallery View */

.view-maps td.col-1,
.padded-grid td.col-1 {
	padding-right: 10px;
}

.view-maps td.col-2,
.padded-grid td.col-2 {
	padding: 0 10px;
}

.view-maps td.col-3,
.padded-grid td.col-3 {
	padding-left: 10px;
}

.padded-grid td {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Sites/Buildings View */

body.page-node .node-site {
	padding: 0;
}

.node-site h3 {
	margin-bottom: 0;
}

.node-site h4.white-text {
    font-size: 200%;
    font-weight: bold;
    margin: 0;
}

.node-site h4.orange-text {
    margin-top: 0;
}

.available-site-photos img {
	border: solid 3px #fff;
}

.grid_6 .available-site-photos .views-field-field-site-photo-fid {
	float: left;
	width: 171px;
}

.grid_6 .available-site-photos .views-field-field-site-number-value,
.grid_6 .available-site-photos .views-field-teaser {
	float: right;
	width: 269px;
}

.view-sites table {
	width: 100%;
}

.view-sites table caption {
  background: #feb846;
  color: #006cb7;
  padding: 5px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold; 
}

.view-sites td {
	vertical-align: top;
	padding: 10px;
}

.view-sites td.views-field-field-site-number-value {
	width: 75px;
}

.view-sites td.views-field-field-site-number-value a {
	padding: 3px 8px;
	background: #feb846;
	color: #006cb7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.view-sites td.views-field-title h3 {
  margin-top: 0;
}

.view-sites td.views-field-address {
	width: 175px;
}

.view-sites .attachment td.views-field-address {
  width: auto;
}

.view-sites td.views-field-field-site-photo-fid img {
	border: solid 5px #fff;
}

.view-sites td.views-field-field-site-photo-fid {
  width: 180px;
}


/* Master Plan */

.view-masterplan td {
	padding-right: 15px;
}

/* Sites & Buildings */

#content-main ul.photos {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}

#content-main ul.photos li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#content-main ul.photos li img {
	border: 5px solid #fff;
	margin-right: 10px;
}

#content-main table.site-header {
	float: left;
	width: 380px;
	margin-top: 48px;
	margin-bottom: 40px;
}

#content-main table.site-header tr td {
	vertical-align: bottom;
}

#content-main table.site-header tr td img {
	width: 100%;
	height: auto;
}

.view-sites table.site-header {
	float: left !important;
	margin-top: 0 !important;
}

.site-exhibits ul li,
ul.site-information li {
	list-style: none;
	margin-bottom: 5px;
}

.site-exhibits ul li a,
ul.site-information li a {
	padding-left: 30px;
	background: url('../images/doc-icon.png') left center no-repeat;
	background-size: contain;
}

/* Storm Center */

.storm-center {
	background: url("../images/aex_storm_center.jpg") center top no-repeat;
	padding: 120px 50px 45px 30px;
	height: 140px;
	overflow: hidden;
	color: #000;
	font-size: 1.00em;
	margin-top: 25px;
	margin-bottom: 25px;
}

.storm-center ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.storm-center li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.storm-center .views-field-body .field-content {
	font-weight: bold;
	font-size: 1.425em;
}

div.site-lease- img.imagecache-site-photo-leased,
div.site-lease-Not img.imagecache-site-photo-leased {
  display: none;
}

div.site-lease-Leased img.imagecache-site-photo {
  display: none;
}

.view-industrial-site-faq .views-row {
	margin-bottom: 15px;
}

.view-industrial-site-faq .views-row .views-field-title {
    color: #feb846;
    font-weight: normal;
}

.view-industrial-site-faq .views-row .views-field-body {
    margin: 20px 0 20px 15px;
    font-weight: bold;
}

.view-industrial-site-faq .views-row .views-field-body table tr td p {
    margin: 0;
}

.view-industrial-site-faq .views-row .views-field-body table tr td {
    border: dotted 1px #feb846;
}

.view-sites .views-field-title p.white-text {
    margin: 0;
}

.view-sites .attachment .views-field-title h3 {
    margin-bottom: 0 !important;
}

.views-table td.views-field-filesize {
    min-width: 85px;
}

.block-webform input {
    display: block;
    max-width: 95%;
}

a.nav-emergency-911 {
    background: url("../images/911.png") center top no-repeat;
    display: block !important;
    width: 217px;
    height: 70px;
    text-indent: -9999px;
    padding: 0 !important;
}