html, body, #container {
	height:100%;
	margin:0;
	padding:0;
}

body {
	background:#f0f0f0 url(images/background_inner.gif) repeat-x;
	line-height:1;
	font:100% Arial, sans-serif;
}

body > #container {
	height:auto;
	min-height:100%;
}

.index {
	background:#f0f0f0 url(images/index_bg.png) repeat-x;
	height:auto;
}

.indexNight {
	background:#f0f0f0 url(images/index_night_bg.png) repeat-x;
	height:auto;
}

h1 {
	background:url(images/h1_bg.gif) repeat-x;
	color:#005569;
	font-size:2em;
	font-weight:normal;
	position:absolute;
	padding:10px 20px;
	margin:-70px 0 15px -20px;
	width:520px;
}

h2 {
	font-size:1.5em;
	font-style:italic;
}

h3 {
	color:#005569;
	font-size:1.5em;
	margin:13px 10px;
}

h4 {
	font-size:1em;
	margin:0;
}

a {
	color:#005569;
	text-decoration:none;
}

img {border:none}

a:focus, a:active, :focus {
	outline:none;
}

a:active, #nav a:active {
	color:#787878;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align:top;
}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}

hr {
	border:none;
	border-bottom:1px dashed #787878;
	clear:both;
	height:0;
}

#header {
	padding:0;
	margin:0;
}

.index #header .inner, .indexNight #header .inner {
	background:url(images/header_bg.gif) center top no-repeat;
	position:relative;
	height:112px;
	width:960px;
}

.indexNight #header .inner {background:url(images/header_night_bg.gif) center top no-repeat;}

#header .inner {
	background:url(images/header_bg.gif) center top no-repeat;
	position:relative;
	height:360px;
	width:960px;
}

.inner {
	margin:0 auto;
	width:960px;
}

h2.logo {
	color:#becddd;
	margin:13px 0 0 11px;
	height:132px;
	position: absolute;
	float:left;
}

#topNav {
	font-size:.8em;
	float:right;
	padding:12px 11px 12px 0;
}

#topNav li a, #footer li {
	color:#becddd;
	display:inline;
	list-style-type: none;
	padding:0;
}

.indexNight #topNav li a {color:#d2d2d2}

#topNav li, #footer li {
	color:#ac42b8;
	display:inline;
	list-style-type: none;
	padding:0;
	float:left;
}

#topNav li a {
	float:left;
	padding:4px 12px;
}

#topNav .search {
	position:relative;
	width:237px;
}

#topNav .search input {
	background:#25558c url(images/search_bg.gif) top left no-repeat;
	border:1px solid #4c76a4;
	color:#FFF;
	padding:2px 3px 3px 3px;
	position:absolute;
	margin:0 0 0 10px;
	left:0;
	width:170px;
}

.indexNight #topNav .search input {
	background:#25558c url(images/search_night_bg.gif) top left no-repeat;
	border:1px solid #5c595d;
}

#topNav .search input:focus {background:#224e80;}

.indexNight #topNav .search input:focus {background:#4a474b;}

#topNav .search .btn {
	padding:0;
	position:absolute;
	left:175px;
	width:auto;
}

#topNav .input {
	background:#25558c;
	border:1px solid #4c76a4;
}

.current a, #footer .current a {
	color:#FFF;
}

#topNav a:hover, .subNav a:hover, .indexNight #topNav a:hover {
	color:#FFF;
}

#nav {
	clear:both;
	padding:0 2px 1px 0;
	margin:0;
	list-style:none;
	float:right;
	width:auto;
}

#nav a {
	background:url(images/nav_bg.gif) no-repeat;
	display: block;
	float:left;
	font-size:.8em;
	line-height:61px;
	margin-top:2px;
	height:61px;
	width:129px;
	text-indent:-9999px;
}

#nav li {
	float:left;
}

#nav .two a {
	background-position:-130px 0;
	width:121px;
}

#nav .three a {
	background-position:-251px 0;
	width:125px;
}

#nav .four a {
	background-position:-376px 0;
	width:99px;
}

#nav .six a {
	background-position:-475px 0;
	width:98px;
}

#nav .seven a {
	background-position:-573px 0;
	width:129px;
}
#nav .eight a {
	background-position:-702px 0;
	width:110px;
}

#nav a:hover, #nav .active {background-position:0 -61px;}
#nav .two a:hover, #nav .two .active {background-position:-130px -61px;}
#nav .three a:hover, #nav .three .active {background-position:-251px -61px;}
#nav .four a:hover, #nav .four .active {background-position:-376px -61px;}
#nav .six a:hover, #nav .six .active {background-position:-475px -61px;}
#nav .seven a:hover, #nav .seven .active {background-position:-573px -61px;}
#nav .eight a:hover, #nav .eight .active {background-position:-702px -61px;}

.btn-slide {
	background:url(images/tenant_login.gif) no-repeat;
	border:1px solid #a9a9a8;
	clear:both;
	display: block;
	position:absolute;
	text-indent:-9999px;
	top:310px;
	right:0;
	height:37px;
	width:358px;
}

.btn-slide2 {
	background:url(images/tenant_area.gif) no-repeat;
	border:1px solid #a9a9a8;
	clear:both;
	display: block;
	position:absolute;
	text-indent:-9999px;
	top:310px;
	right:0;
	height:37px;
	width:358px;
}

#login {
	position:absolute;
	right:5px;
	top:150px;
}

#login label {
	color:#666;
	display:block;
	margin:10px 0 2px 0;
	font-size:.9em;
	font-style:italic;
}

#login input {
	border:1px solid #d2d2d2;
	padding:3px;
	width:300px;
}

#login .btn {
	border:1px solid #FFF;
	display:block;
	float:right;
	margin:7px 10px 0 0;
	padding:0;
	width:auto;
}

#login .btn:hover {
	border:1px solid #333;
}

#main {
	background:url(images/main_bg.gif) 579px 0 repeat-y;
	color:#333;
	padding-bottom:75px;
	position:relative;
	margin:0 auto;
	font-size:.8em;
	width:960px;
	text-shadow:1px 1px 1px #FFF;
}

#main p {
	margin-top:0;
	text-shadow:none;
}

#main p a {
	border-bottom:1px dashed #ac42b8;
}

#main p a:hover {
	border-bottom:1px dashed #FFF;
}

#mainContent {
	background:#fbfbfb;
	border:1px solid #dbdbdb;
	clear:both;
	padding:20px;
	padding-top:70px;
	margin-top:50px;
	float:left;
	width:520px;
}

#mainContent h3 {
	margin:0 0 10px 0;
}

.index #main, .indexNight #main {
	margin:0 auto;
	padding:0;
	height:416px;
	width:960px;
}

#main .inner {
	padding:10px 300px 0 100px;
	font-size:.8em;
	line-height:1.4em;
	text-align:justify;
	width:560px;
}

.bread {
	background:url(images/bread_bg.gif) no-repeat;
	position:absolute;
	left:0;
	margin:5px 0;
	width:560px;
}

.bread li {
	float:left;
}

.bread li a {
	background:url(images/bread_a_bg.gif) right 5px no-repeat;
	float:left;
	padding:9px 20px 10px 10px;
	color:#b8b7b7;
}

.bread a:hover {
	color:#005569;
	text-decoration:none;
}

#sideBar {
	border-top:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	float:right;
	margin:5px 5px 0 0;
	width:359px;
}

#main .subNav li {
	background:url(images/subNav_bg.gif) left bottom no-repeat;
	float:left;
	padding-bottom:2px;
	font-size:.9em;
	list-style:none;
}

.subNav li a  {
	background:url(images/subNav_a_bg.gif) repeat-y;
	color:#7b838f;
	padding:10px 15px;
	float:left;
	text-transform:uppercase;
	width:329px;
}

.subNav a:hover, .subNav .active a {
	background:url(images/subNav_a_O.gif) repeat-y;
	color:#005569;
	padding-left:20px;
	width:323px;
}

.news {
	background:url(images/news_bg.gif) no-repeat;
	float:left;
	padding:1px;
}

#main .news li {
	background:url(images/news_li_bg.gif) no-repeat;
	padding:12px 10px 5px 0;
	margin:0;
	float:left;
	font-size:.9em;
	list-style:none;
}

.news div {
	float:left;
	width:270px;
}

#main .news .date {
	background:url(images/date_bg.gif) right top no-repeat;
	clear:both;
	color:#666;
	float:left;
	padding:5px;
	margin-right:10px;
	line-height:1.9em;
	text-align:center;
	width:50px;
}

#main .news .date span {
	display:block;
	font-size:2.5em;
}


.gallery td, .gallery2 td  {
	width:261px;
}

.gallery a, .gallery2 a  {
	background:#f7f7f7 url(images/gallery_bg.gif) left top repeat-x;
	border:1px solid #CCC;
	float:left;
	padding:0;
	margin:10px 10px 10px 7px;
}

.gallery a:hover, .gallery2 a:hover  {
	color:#000;
}

.gallery img{
	border:1px solid #FFF;
	padding:5px;
}

.gallery2 img{padding:5px;}

.gallery2 span {
	background:none;
	border:none;
	cursor:pointer;
	padding:5px 0 5px 0;
	margin:0px 0 0 7px;
	float:left;
}

#main .error {
	background:#faeaea;
	border:1px solid #CC0000;
	color:#CC0000;
	clear:both;
	padding:3px 0;
	font-style:italic;
	text-align:center;
	float:left;
	margin:10px 0;
	width:306px;
}

#footer {
	position:relative;
	margin-top:-47px;
	clear:both;
	text-shadow:1px 1px 1px #FFF;
}

.index #footer, .indexNight #footer {
	margin-top:0;
}

#footer .inner {
	background:url(images/footer_bg.gif) no-repeat;
	height:45px;
}

#footer ul, #nav ul {
	float:right;
	margin-top:10px;
}

#footer li {
	padding:3px 13px 0 12px;
	float:left;
	font-size:.7em;
	text-transform:uppercase;
}

#footer a {
	color:#626a78;
	padding-bottom:3px;
}

#footer a:hover {
	color:#005569;
	text-decoration:underline
}

#footer .sitemap {
	background:url(images/sitemap.gif) 1px 0 no-repeat;
	padding-left:20px;
}

#footer h3, #footer p {
	color:#626a78;
	margin:13px 5px 0 20px;
	font-size:.7em;
	font-weight:normal;
	float:left;
	text-align:left;
}

#footer h3 a img {
	line-height:0em;
	margin-top:0;
}


.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */