/* Layout */

html { text-align: center;
		 background:url(/images/bodyBack.jpg) repeat-x fixed;
 }

body {
	background:url(/images/bodyBack2.png) no-repeat fixed center top;
}
	
/* hide png from browsers <= IE6 */
* html body {background-image:none;}

#site_wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	background: url(/images/fauxBack.gif) repeat-y;
	padding:0;
	
}

#header {
	position: relative;
	/*background:url(/en/images/headerBack.jpg) no-repeat top left;*/
	height:120px;
	width:760px;
}

.en #header{
	background:url(/en/images/headerBack.jpg) no-repeat top left;
	}
	
.fr #header{
	background:url(/fr/images/headerBack.jpg) no-repeat top left;
	}

#header #logo {
	border: 0;
	padding:3px 10px;
}

#header #nav {
	position: absolute;
	top:75px;
	left:0;
	background: url(/images/navBack.gif) repeat-x bottom;
	width:760px;
	height:50px;
}

#header #primary_nav {
	list-style: none;
	padding: 6px 0 6px 10px;
	margin: 12px 0 12px 5px;
}

#header #primary_nav li {
	display:inline;
}


#header #sub_nav {
	position:absolute;
	top:34px;
	left: 526px;
	width: 216px;
	height: 91px;
	z-index:99;
	background: url(/images/subNavBack.gif) no-repeat;	
	padding: 0 0 0 50px;
	overflow:hidden;
}

#sub_nav ul {
	margin: 28px 0 5px 0;
	list-style: none;
	padding: 0;
}

#sub_nav li { padding:.2em 0; }

#content { 
	padding: 0px 20px 10px 300px;	
}

/* establish page specific styles */

#contact #content { background: url(/images/contact-page.jpg) no-repeat top left; }

#location #content { background: url(/images/location-page.jpg) no-repeat top left; }

#about #content { background: url(/images/about-clc-page.jpg) no-repeat top left; }

#tenants #content {	background: url(/images/tenants-page.jpg) no-repeat top left; }

#leasing #content { background: url(/images/leasing-opps-page.jpg) no-repeat top left; }

#home #content {	background: url(/images/home-page.jpg) no-repeat top left; }

#amenities #content { background: url(/images/amenities-page.jpg) no-repeat top left; }

#doc-library #content {	background: url(/images/doc-library-page.jpg) no-repeat top left;}

#content #main_content {
	position: relative;
	top: -130px;
}

* html #content #main_content {
	top: -30px;
}

#content #sub_content {
	position: relative;
	z-index:99;
	top: 400px;
	left:-290px;
	width:220px;
	min-height:300px;
	
}

#content #sub_content #quickContact {
	padding: 10px 15px;
	margin:5px;
	height:180px;
	background: #c9e79c url(/images/subContentWatermark.gif) no-repeat 97% 0;
}

#content .tenant_swf {
	margin: 15px 0 15px -45px;
	}

#content .gl-vid {
	display: none;
	margin: 30px 0 10px 0;
}

#content #view {
	margin:20px 0;
	display: none;
}

#content #view a{
	font-size: 14pt;
	font-weight: normal;
	padding: 10px 0 10px 50px;
	background: url(/images/movieThingy.gif) no-repeat 0% 50%;
	
}

#content #view a:hover {
	background: url(/images/movieThingy-closed.gif) no-repeat 0% 50%;
}

#quickContact .vcard *{
	color:#444;
	font-size:9pt;
	margin-left:10px;
}

#quickContact .vcard .fn {
	font-weight: bold;
}

#quickContact .vcard a {
	text-decoration: none;
	font-weight: normal;
}

#quickContact p{
	color:#000;
	font-size:9pt;
	font-weight: bold;
}

#siteFooter {
	width:100%;
	height: 140px;
	background:#1c6e6c url(/images/gc-vid.gif) no-repeat 700px 75%;
	position: relative;
}

#siteFooter #clcvid {
	display:block;
	width: 195px;
	position: absolute;
	bottom: 26px;
	left: 10px;
	border:0;
}

#siteFooter ul {
	list-style: none;
	border-bottom: #7ebb42 10px solid;
	background: url(/images/footerBack.jpg) repeat-y;
	margin:0;
	padding: 6px 0;
}

fieldset {
	margin:20px 0 0 0;
	border:0;
	padding:5px;
	border: 2px #ccc solid;
}

legend {
	display: none;
	}

form {
	padding: 10px 13px 10px 10px;
	margin-bottom:0;
	background:#e3eed8 url(/images/formBack.gif) no-repeat bottom right;
	
}

/* =Splash page syles */

#splash {
	background-image: none;
}

#splash #site_wrapper { margin-top:15%; background: none; border: 2px #fff solid;}

#splash #header{
		background: url(/images/splashHeaderBack.gif) repeat-x;
		height: 150px;
}

#splash #nav {
	top:95px;
	border-bottom: 8px #7db744 solid;
	height: 30px;
	
}

#splash #nav ul {
	position: absolute;
	right:0;
	top: -48px;
	width:400px;
	height:78px;
	background: url(/images/splashToggleBack.gif) no-repeat;
}

#splash #nav ul li { 
	padding:0;
	display: inline;
	margin-left:60px;
	float: right;
}

#splash #nav ul li a { 
	display: block;
	width:100px;
	font: 16pt Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding:.5em;
	}



#splash #content {
	position: relative;
	top:-20px;
	background: #fff url(/images/splashBuildingBack.jpg) no-repeat top;
	height:224px;
	margin:0;
	padding:0;
}

#splash #siteFooter {
	position: relative;
	top:-20px;
	height:60px;
	border-top: 5px #7db744 solid;
}

