﻿/* General Formatting */

body {
	margin: 0px; 
	padding: 0px;
	background-color: #c0d151;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;	
	background-image:url(../../Images/main_slice.jpg);
	background-repeat:repeat-y;
	background-position: left;
}

h1 {
	color: #c13030;
	font-size: 18px;
	font-family:"Times New Roman", Times, serif;
}

h2 {
	color: #346890;
	font-size: 16px;
	font-family:"Times New Roman", Times, serif;
}

h3 {
	color: #000000;
	font-size: 13px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: underline;
}

a {
	color: #346890;
}

a:hover {
	color: #87922a;
}

#banner {
	position: absolute;
	height: 152px;
	width: 890px;
	top: 0px;
	left: 0px;
	background-color: #003a6c;
	border-right: 1px solid #87765b;
	z-index: 1;
}

#content {
	position: absolute;
	top: 186px;
	left: 210px;
	height: 100%;
	width: 450px;
	padding: 25px;
}

#footer {
	color: #999999;
	padding-top: 20px;
	padding-bottom: 20px;
	font-style:italic;
}

#watermark {
	top: 100px;
	margin-left: 891px;
	position: absolute;
}

/* Top Navigation & Links */

#topnav {
	position: absolute;
	width: 880px;
	top: 152px;
	background-color: #beb6a9;
	border-top: 1px solid #87765b;
	border-right: 1px solid #87765b;
	border-bottom: 1px solid #87765b;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}

#topnav a {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
}

#topnav a:hover {
	text-decoration: none;
	color: #ac2525;
	font-weight: bold;
}

#toplinks {
	z-index: 2;
	position: relative;
	height: 20px;
	width: 870px; 
	padding-top: 10px;
	padding-right: 15px;
	text-align:right;
}

#toplinks a {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	padding-left: 10px;
}

#toplinks a:hover {
	color: #c0d151;
	text-decoration:none;
	font-weight: bold;
}

/* Left Bar & Subnav Links */

#leftbar {
	position: absolute;
	top: 190px;
	width: 195px;
	height: 100%;
}

#subnav {
	line-height: 24px;
	padding-top: 20px;
	padding-left: 30px;
}

#subnav a {
	text-decoration: none;
	color: #000000;
	padding-left: 22px;
	background-image: url(../../Images/leaf_bullet.jpg);
	background-repeat: no-repeat;
}

#subnav a:hover {
	text-decoration: none;
	color: #134d7f;
}

#subnav li{
	background-image:url(../../Images/nav_bar.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	list-style:none;
}

.thirdsub {
	color: #006699;
}

#bentall {
	padding-top: 20px;
	padding-left: 30px;
}


/* Right Bar & Admin Links */

#rightbar {
	position: absolute;
	top: 190px;
	left: 710px;
	height: 100%;
	width: 175px;
	padding-left: 6px;
}

#search {
	width: 160px;
	height: 62px;
	margin-top: 6px;	
}

#tenantmenu {
	width: 160px;
	margin-top: 10px;
	padding-left: 5px;
	padding-bottom: 15px;
	background-image: url(../../Images/right_bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#tenantmenu li {
	list-style: square;
	color: #ac2525;
	margin-left: -10px;
	line-height: 18px;
}

#tenantmenu li a {
	color: #000000;
	text-decoration: none;
}

#tenantmenu li a:hover {
	color: #134d7f;
}

#tenantmenu a {
	color: #c13030;
	text-decoration: none;
}

#loginbox {
	width: 160px;
	height: 125px;
	margin-top: 10px;	
}


/* Custom Classes */

.side_title {
	color: #c13030;
	font-size: 14px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	line-height: 10px;
}

.admin_logout {
	margin-left: 6px;
}

.login_go {
	margin-top: 12px;
}

.tablestyle {
	color: #333333;
	border: 1px solid #D1D1D1;
}

.tabletop {
	background-color: #EEEEEE;
	border-bottom: 1px solid #D1D1D1;
	font-weight: bold;
	text-decoration:underline;
}

.errormessage 
{
	color: Red;
	font-weight: bold;
}

.required
{
	color: Red;
	font-weight: bold;
}

.floorplan {
	line-height: 24px;
	padding-top: 20px;
	padding-left: 30px;
}

.gallery {
	background:#f7f7f7;
	border:1px solid #cccccc;
	display:block;
	padding:6px;
	float:left;
	text-decoration:none;
	height:110px;
	width:120px;
	margin-right: 6px;
}

.gallerytable td {
	padding-bottom: 8px;
}

.gallery:hover {
border:1px solid #999999;
}

.gallery img {
border:1px solid #999999;
}

.gallery span {
	background:url(../../Images/arrow.gif) no-repeat;
	color:#666666;
	padding-left:18px;
	line-height:1.3em;
	float:left;
	margin-top:5px;
	padding-bottom:2px;
}

.gallery2 {
	background:#f7f7f7;
	border:1px solid #cccccc;
	display:block;
	padding:6px;
	float:left;
	text-decoration:none;
	height:88px;
	width:120px;
	margin-right: 6px;
}

.gallery2:hover {
border:1px solid #999999;
}

.gallery2 img {
border:1px solid #999999;
}





#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../../images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../../images/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../../images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
