@import url(/_css/jqueryslidemenu.css);
@import url(/_css/highslide.css);
@import url(/_css/colorbox.css);

/* Global CSS */
body {
	background-color: #025;
	color: #000;
	font-family: Tahoma, Helvetica, Sans;
	font-size: 90%;
	margin: 0;
	padding: 0;
}

.body {
	font-size: 48px;
	color: #FF00FF;
	font-family: "Comic Sans MS";
}

a {
	background-color: inherit;
	border: none;
	color: #FFF;
}

h1 {
	color: #09E;
	font-family: Serif;
	font-size: 2em;
	font-weight: bold;
	margin-top: 0;
}

h2 {
	color: #09E;
	font-family: Serif;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0;
}

h3 {
	color: #09E;
	font-family: Serif;
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 0;
}

img { border: none; }

p {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}

object {
	margin: 0;
	overflow: hidden;
	outline: none;
	padding: 0;
}

dd {
	margin-bottom: 1em;
	margin-left: 1em;
}

dl { padding: 0 1.5em; }
dt { font-size: 1.25em; }


/* Universal Classes */
.flashContent, .textContent {
	height: 1%;
	overflow: hidden;
	padding: 25px;
}

.innerContent { padding: 10px; }
.floatLeft { float: left; }
.floatRight { float: right; }
.clearAll { clear: both; }


/* Content wrapper */
#wrapper {
	background-image: url(/_img/contentbg_single.png);
	background-repeat: repeat-y;
	color: #FFF;
	margin: 0 auto;
	width: 1000px;
}

/* Banner */
#banner {
	background-image: url(/_img/headerbg.png);
	height: 160px;
	padding-left: 350px;
}

#banner object { margin-top: 20px; }

#loginButtons {
	float: right;
	margin-right: 20px;
	margin-top: 33px;
}

#loginButtons table {
	border-collapse: collapse;
	border-style: none;
	border-width: 0;
}

#loginButtons td {
	line-height: 1.5em;
	text-align: right;
}

#loginButtons a {
	font-size: 11px;
	font-weight: bold;
}

/* Menu */
#menu {
	background-image: url(/_img/menu_bg.gif);
	background-repeat: repeat-x;
	height: 29px;
	position: absolute;
	vertical-align: middle;
	width: 1000px;
	z-index: 500;
}

/* Single column layout */
#content {
	height: 1%;
	overflow: hidden;
	position: relative;
	top: 29px;
	width: 1000px;
}

/* Dual column layout */
#contentWrapper {
	height: 1%;
	overflow: hidden;
	position: relative;
	top: 29px;
}

#contentLeft {
	float: left;
	width: auto;
}

#contentRight {
	float: right;
	height: 1%;
}


/* Footer */
#footer {
	background-color: #AAA;
	clear: both;
	color: #000;
	height: 1%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	top: 29px;
	width: 1000px;
}

div#footer div {
	padding: 5px 0;
	vertical-align: middle;
}

div.footerLeft {
	float: left;
	margin-left: 50px;
	width: 150px;
}

div.footerMiddle {
	float: left;
	margin: 0 auto;
	text-align: center;
	width: 600px;
}

div.footerRight {
	float: right;
	margin-right: 50px;
	text-align: right;
	width: 150px;
}

div#footer * {
	color: #000;
	vertical-align: middle;
}


/* About Us */
div.about {
	clear: both;
	height: 125px;
	margin: auto;
	vertical-align: middle;
	width: 460px;
}

div.about img {
	border-style: none;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 1.5em;
	padding: 0;
}

div.about span {
	float: left;
	width: 100px;
}

div.about span img {
	margin: 0;
	padding: 0;
}


/* Operations */
div#expanderContent {
	margin: 0 10px;
	padding: 0;
}

div.operation {
	height: 1%;
	margin: 0;
	overflow: hidden;
	padding: 10px;
}

table.expander {
	border-color: #BBBBBB;
	border-style: inset;
	border-width: 1px;
	border-spacing: 10px;
}

table.expander tr td {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}


/* Association Specific */
table.association {
	background: inherit;
	border-collapse: collapse;
	margin: 0 auto;
	width: 500px;
}

table.association tbody tr { height: 70px; }
table.association tbody tr td { padding-left: 20px; }
table.association tbody tr td a img { border-style: none; }


/* Gallery Specific */
#gallery {
	position: relative;
	margin: 25px;
}

#gallery table.gallery thead tr th {
	border-bottom-style: solid;
	border-width: 1px;
	font-size: 1.2em;
	text-align: center;
}

#galleryThumbnails {
	height: 600px;
	margin-bottom: 25px;
	overflow-y: scroll;
	width: 130px;
}

#galleryThumbnails img { width: 100px; }

#galleryFullImage {
	float: left;
	margin-left: 30px;
	margin-bottom: 25px;
}

#galleryFullImage img {
	max-height: 600px;
	width: 410px;
	height: auto;
}

#galleryBuildingInfo { height: 306px; }

#galleryBuildingInfo table.gallery {
	padding: 0 auto;
	width: 350px;
}


/* Specifications Specific */
table.specifications {
	border-collapse: collapse;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	width: 650px;
}

table.specifications thead tr th {
	background: #444;
	border-color: #AAA;
	border-style: solid;
	border-width: 1px;
	color: #FFF;
}

table.specifications thead tr td {
	background: #888;
	border-color: #AAA;
	border-style: solid;
	border-width: 1px;
	color: #000;
}

table.specifications tbody tr td {
	background: inherit;
	border-color: #AAA;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	width: auto;
}

/* Industry Standards */
#industryStandards { padding: 1em; }
#industryStandards p { padding-left: 2em; }
