@charset "iso-8859-1";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#131313;
	font-size:88%;
	font-family:TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color:#fff;}
	
.clear{
	clear:both;}
	
a,
a.visited{
	color:#fff;
	text-decoration:none;}
	
a:hover,
a.active{
	color:#bf9d3e;}
	
/* =================================================================================================== HEADER === */
/* ------ Header */
header{
	width:auto;
	height:112px;
	margin:0;
	padding:0;}
	
header #container{
	width:980px;
	margin:15px auto auto;
	text-align:center;}
	
header #container img.main{
	margin-bottom:-2px;}
	
	
/* =================================================================================================== CONTENT === */
/* ------ Container */
#contentcontainer{
	width:980px;
	margin:30px auto;}
	
h1{
	font-size:2.2em;
	font-weight:normal;
	margin:0;
	padding:0;
	text-transform:uppercase;
	color:#bf9d3e;}
	
h2{
	font-style:italic;
	font-size:2em;
	font-weight:normal;
	margin:-4px auto 10px;
	padding:0;
	color:#6e6e6e;}
	
.gray{
	color:#6e6e6e;}
	
#divide{
	width:auto; height:4px; margin:5px auto 15px; background:url(images/divide-footer.png) 0 0 no-repeat;}
	
/* ------ Enter Site */
#entersitebtn{
	width:220px;
	margin:0 auto 10px;
	float:none;}
	
#entersitebtn a.rollover,
#entersitebtn a.rollover:hover{
	font-family:'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size:1.2em;
	font-weight:normal;
	text-transform:none;
	color:#fff;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	padding:10px;}
	
#entersitebtn a.rollover{
	display:block;
	width:200px;
	text-decoration:none;
	background:#262626;
	transition:all .15s ease;}

#entersitebtn a.rollover:hover{
	background:#bf9d3e;
	color:#131313;}
	
/* ------ Tenant Login */
#tenantbtn{
	width:220px;
	margin:0 auto 10px 0;
	float:left;}
	
#tenantbtn a.rollover,
#tenantbtn a.rollover:hover{
	font-family:'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size:1.2em;
	font-weight:normal;
	text-transform:none;
	color:#fff;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	padding:10px;}
	
#tenantbtn a.rollover{
	display:block;
	width:200px;
	text-decoration:none;
	background:#262626;
	transition:all .15s ease;}

#tenantbtn a.rollover:hover{
	background:#bf9d3e;
	color:#131313;}
	
	
/* =================================================================================================== BLOCKS === */
/* ------ MAIN */
div#mainleft{
	width:490px; margin:0 10px 10px 0; float:left;}
	
div#mainright{
	width:480px; margin:0 0 10px 0; float:left;}
	
/* ------ SECTIONS */
section{
	width:235px; height:157px; float:left; display:block;}
	
section#left{
	 margin:0 10px 10px 0;}
	 
section#right{
	margin:0 0 10px 0;}
	
/* ------ CONTACT */
#contactleft{
	width:265px; margin:0 10px 10px 0; float:left; font-size:1.4em;}
	
#contactright{
	width:205px; margin:0 0 10px 0; float:left; font-size:1.4em;}
	
/* ------ BUTTON HOLDER */
#buttonholder{
	width:450px; margin:0 auto;}