/* VESTAGE CREATIVE - STOCK CSS FILE - peiced together with ideas from around the internet*/

/*------------------------------------------
	Reset 
------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, h7, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
a {
	outline: none;
}
/*------------------------------------------
	Reusable Classes
------------------------------------------*/

.hide {
	display: none !important;
}
/*------------------------------------------
	Lightbox
------------------------------------------*/

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(imgs/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(imgs/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/*------------------------------------------
	Website
------------------------------------------*/

body {
	background: url(imgs/ac_bg_topbar.png) repeat-x;
	padding: 0 0 0 0;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}
.wrap {
	text-align: left;
	margin: auto;
	width: 960px;
	padding: 0 10px;
	min-width: 960px;
	clear: both;
}
#container, #infopanel {
	text-align: center;
	float: left;
	min-width: 960px;
	width: 100%;
	clear: both;
}
#body {
	text-align: center;
	float: left;
	min-width: 960px;
	width: 100%;
	clear: both;
}
#foot {
	text-align: center;
	float: left;
	clear: both;
	min-width: 80px;
	width: 875px;
	clear: both;
}
/*------------------------------------------
	Typography
------------------------------------------*/

h1/*For main header*/ {
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 1em;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
}
h3/*For infopanel - Gaedeke logo replacement*/ {
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
}
h4/*For infopanel header - About us*/ {
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 1em;
	line-height: 1em;
	color: #fff;
	font-weight: bold;/*-- text-shadow: #111 0 1px 0; --*/
}
h5/*For infopanel header - Leasing info*/ {
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 1em;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
}
h6/*For infopanel - TW logo replacement*/ {
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 1em;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
}

p {
	text-align: left;
	line-height: 1.5em;
}
strong {
	text-align: left;
	font-weight: bold;
	color: #ccc;
}
/*------------------------------------------
	Header
------------------------------------------*/

#header {
	background: url(imgs/ac_bg_topbar.png)repeat;
	text-align: left;
	width: 960px;
	padding: 0 0 0 2em;
	margin-top: 0;
	color: #fff;
}

#header h1 {
	background: url(imgs/ac_bigsqr_orange.jpg) no-repeat 0 0;
	display: block;
	width: 142px;
	height: 138px;
	text-align: left;
	line-height: -5 em;
}
#header h2 {
	display: block;
	width: 875px;
	margin-top: -67px;
	margin-bottom: 32px;
	text-align: right;
}
/*------------------------------------------
	Navigation
------------------------------------------*/

#navigation {
	float: left;
	width:203px;
	padding: 8em 0 6em 2.5em;
	margin: 0px 65px 0 0;
	clear: both;
}

#navigation a {
	float: left;
	border-bottom: 1px solid #333;
	clear: both;
}
#navigation a:hover {
	float: left;
	background: url(imgs/nav_rollover.jpg);
	clear: both;
}
/*------------------------------------------
	Main
------------------------------------------*/

#main {
	float: left;
	text-align: left;
	color: #fff;
	width: 601px;
}
#main a {
	color: none;
	text-decoration: none;
	border-bottom: none;
}
#main a:hover {
	color: none;
	border-bottom: none;
}
#main h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 17px;
	color: #0061AF;
	font-weight: bold;
	line-height: normal;
}
#main h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 17px;
	margin-bottom: 3px;
	color: #777;
}
#main h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	color: #0061AF;
	font-weight: bold;
	line-height: normal;
}
#main h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	color: #0061AF;
	font-weight: bold;
	line-height: normal;
}
#main h5 {
	font-family: arial, helvetica, sans-serif;
	font-size: 17px;
	margin-top: 9px;
	margin-bottom: 0px;
	color: #777;
}
#main h6 {
	font-family: arial, helvetica, sans-serif;
	font-size: 17px;
	margin-bottom: 10px;
	color: #0061AF;
	font-weight: bold;
	line-height: normal;
	border-bottom: 1px dashed #777;
}	

#main-paragraph {
	display: block;
	float: left;
	width: 360px;
	margin: 0 40px 5px 0;
}
#main-bullets {
	float: left;
	width: 201px;
}
img.floatLeftmain {
	float: left;
	margin: 0px 350px 2px 0px;
}
img.floatRightmain {
	float: right;
	margin: 0px 0px 2px 15px;
}
img.floatLeftClearmain {
	float: left;
	clear: left;
	margin: 0px 5px 15px 5px;
}
img.floatLefticon {
	float: left;
	margin: 0px 5px 0px 0px;
}
#main p {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	color: #000;
}
#main title.p {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
#main .list-group {
	float: right;
	width: 201px;
}
#main .list-group ul {
}
#main .list-group ul li {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 1em;
	color: #000;
	padding-left: 15px;
	background: url(imgs/bullet.gif) no-repeat 0 .5em;
}
#main .list-group2 {
	float: left;
	width: 260px;
	margin: 15px 40px 1.5em 0;
}
#main .list-group2 ul {
}
#main .list-group2 ul li {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 1em;
	color: #000;
	padding-left: 15px;
	background: url(imgs/bullet.gif) no-repeat 0 .5em;
}
#main .list-group3 {
	float: left;
	width: 165px;
	margin: 10px 0 20px 0;
}
#main .list-group3 ul {
}
#main .list-group3 ul li {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 1em;
	color: #000;
	padding-left: 15px;
	background: url(imgs/bullet.gif) no-repeat 0 .5em;
}
#main .list-group4 {
	float: left;
	width: 165px;
	margin: 10px 53px 20px 53px;
}
#main .list-group4 ul {
}
#main .list-group4 ul li {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 1em;
	color: #000;
	padding-left: 15px;
	background: url(imgs/bullet.gif) no-repeat 0 .5em;
}
/*------------------------------------------
	Image Sets
------------------------------------------*/

#imagesets {
	background: #ffffff;
	float: center;
	text-align: left;
	color: #fff;
	width: 615px;
	height: 170px;
}
img.floatLeftfirst {
	float: left;
	margin: 0px 5px 15px 0px;
}
img.floatLeft {
	float: left;
	margin: 0px 5px 15px 5px;
}
img.floatLeftClear {
	clear: both;
	height: 1px;
	float: none;
}
#imagesets a {
	color: none;
	text-decoration: none;
	border-bottom: none;
}
#imagesets a:hover {
	color: none;
	border-bottom: none;
}
/*------------------------------------------
	Bios
------------------------------------------*/

#bios {
	background: #ffffff;
	float: left;
	text-align: left;
	color: #fff;
	width: 170px;
	height: 450px;
	margin: 0 4.1em 2em 0;
}
#bios p {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #888;
}
img.floatLeftbio {
	float: left;
	margin: 0px 10px 5px 0px;
}
#bios a {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #a70404;
}
#bios a:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #a70404;
}
#bios ul {
	border-top: 1px solid #777;
	margin-bottom: 1em;
}
#bios ul li {
	border-bottom: 1px dashed #777;
	padding: 1em 0;
	font-size: 14px;
	line-height: 1.5em;
}
#bios ul li a {
	border: 0;
}
#bios ul li span {
	display: block;
}
#bios p.action a {
	border: none;
	background: #333;
	font-size: 10px;
	line-height: 1.63em;
	text-transform: uppercase;
	color: #aaa;
	padding: 2px 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#bios p.action a:hover {
	color: #fff;
	background: #444;
}
#bios p.active a:hover, a:active, a:focus {
	color: #fff;
	background: none;
}
#biosB {
	background: #ffffff;
	float: left;
	text-align: left;
	color: #fff;
	width: 170px;
	height: 300px;
	margin: 0 0 2em 0;
}
#biosB p {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #888;
}
#biosB a {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #a70404;
}
#biosB a:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #a70404;
}
#biosB ul {
	border-top: 1px solid #777;
	margin-bottom: 1em;
}
#biosB ul li {
	border-bottom: 1px dashed #777;
	padding: 1em 0em 1em 1.8em;
	font-size: 14px;
	line-height: 1.5em;
	background: url(imgs/pdf_icon.jpg) no-repeat .2em 1.15em;
}
#biosB ul li a {
	border: 0;
}
#bios ul li span {
	display: block;
}
#biosB p.active a:hover, a:active, a:focus {
	color: #fff;
	background: none;
}
/*------------------------------------------
	Promo Page
------------------------------------------*/

#promos {
	display: block;
	float: left;
	width: 601px;
	margin: 0 40px 0 0;
}

#promos p {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	color: #000;
}
#promos a {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #a70404;
}
#promos a:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #a70404;
}
#promos ul {
	border-top: 1px solid #777;
	margin-bottom: 1em;
}
#promos ul li {
	border-bottom: 1px dashed #777;
	padding: 1em 0;
	font-size: 14px;
	line-height: 1.5em;
}
#promos ul li a {
	border: 0;
}
#promos ul li span {
	display: block;
}
#promos p.action a {
	border: none;
	background: #333;
	font-size: 10px;
	line-height: 1.63em;
	text-transform: uppercase;
	color: #aaa;
	padding: 2px 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#promos p.action a:hover {
	color: #fff;
	background: #444;
}
#promos p.active a:hover, a:active, a:focus {
	color: #fff;
	background: none;
}
/*------------------------------------------
	Infopanel
------------------------------------------*/

#infopanel {
	background: #404040;
	padding: 1.5em 0 0 0;
	border-top: 1px solid #1e1e1e;
	border-bottom: 1px solid #555;
	margin-bottom: 2.5em;
	color: #aaa;
}
#infopanel a {
	color: #3ccdff;
	text-decoration: none;
	border-bottom: 1px solid #333;
}
#infopanel a:hover {
	color: #fff;
	border-bottom: 1px solid #a70404;
}
#infopanel h3 {
	background: url(imgs/gaedeke_logo_greybar.jpg) no-repeat 0 0;
	display: block;
	width: 200px;
	height: 34px;
	border: 0;
}
#infopanel h4 {
	background: url(imgs/aboutus.jpg) no-repeat 0 0;
	display: block;
	width: 200px;
	height: 30px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.38em;
	margin-bottom: 1.38em;
	color: #fff;
}
#infopanel h5 {
	background: url(imgs/leasinginfo.jpg) no-repeat 0 0;
	display: block;
	width: 200px;
	height: 30px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.38em;
	margin-bottom: 1.38em;
	color: #fff;
}
#infopanel h6 {
	background: url(imgs/tw_logo.jpg) no-repeat 0 0;
	display: block;
	width: 200px;
	height: 25px;
	border: 0;
}

#infopanel ul {
	border-top: 1px solid #555;
	margin-bottom: 1em;
}
#infopanel ul li {
	border-bottom: 1px dashed #555;
	padding: 1em 0;
	font-size: 11px;
	line-height: 1.63em;
}
#infopanel ul li a {
	border: 0;
}
#infopanel ul li span {
	display: block;
}
#panel-address {
	float: left;
	width: 260px;
	margin-right: 38px;
}
#panel-contacts{
    float: left;
    width: 230px;
    margin-right: 40px;
}
#panel-about {
	float: left;
	width: 330px;
	margin-right: 0px;
}
#panel-about p.message {
	border-top: 1px solid #555;
	border-bottom: 1px dashed #555;
	padding: .75em 0;
	font-size: 11px;
	/*------
    text-shadow: #181818 1px 1px 0; 
	------*/
    line-height: 1.6em;
	margin-bottom: 1em;
}
#infopanel p.action a {
	border: none;
	background: #333;
	font-size: 10px;
	line-height: 1.63em;
	margin-left: -1em;
	display: inline-block;
	text-transform: uppercase;
	color: #aaa;
	padding: 2px 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#infopanel p.action a:hover {
	color: #fff;
	background: #444;
}
/*------------------------------------------
	Footer
------------------------------------------*/

#foot {
	font-size: 9px;
	color: #666;
	text-transform: uppercase;
	padding: 2em 0 0 3em;
}
#foot p {
	font-size: 9px;
}
#foot p strong {
	color: #333;
}
#foot a {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	color: #777;
	text-decoration: none;
	border-bottom: 1px solid #a70404;
}
#foot a:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	color: #3ccdff;
	text-decoration: none;
	border-bottom: 1px solid #a70404;
}
